hygieia / hygieia

CapitalOne DevOps Dashboard
http://hygieia.github.io/hygieia
Apache License 2.0
3.79k stars 1.79k forks source link

Got errors in building Hygieia #192

Closed shendeam closed 8 years ago

shendeam commented 8 years ago

Hi I am trying to build Hygieia and I got following errors. I am running "mvn clean install Hygieia" as "root" user.

[INFO] ├── chokidar@1.3.0 (path-is-absolute@1.0.0, async-each@0.1.6, glob-parent@2.0.0, is-binary-path@1.0.1, is-glob@2.0.1, readdirp@2.0.0, anymatch@1.3.0) [INFO] ├── source-map@0.5.3 [INFO] ├── log4js@0.6.29 (async@0.2.10, underscore@1.8.2, readable-stream@1.0.33, semver@4.3.6) [INFO] ├── lodash@3.10.1 [INFO] ├── core-js@1.2.6 [INFO] └── socket.io@1.3.7 (debug@2.1.0, has-binary-data@0.1.3, socket.io-adapter@0.3.1, socket.io-parser@2.2.4, engine.io@1.5.4, socket.io-client@1.3.7) [INFO] [INFO] gulp-karma@0.0.5 node_modules/gulp-karma [INFO] ├── xtend@2.1.2 (object-keys@0.4.0) [INFO] ├── event-stream@3.0.20 (stream-combiner@0.0.4, duplexer@0.1.1, from@0.1.3, pause-stream@0.0.11, split@0.2.10, through@2.3.8, map-stream@0.0.6) [INFO] ├── optimist@0.6.1 (wordwrap@0.0.3, minimist@0.0.10) [INFO] └── gulp-util@2.2.20 (lodash._reinterpolate@2.4.1, minimist@0.2.0, vinyl@0.2.3, lodash.template@2.4.1, through2@0.5.1, multipipe@0.1.2, dateformat@1.0.12) [INFO] [INFO] --- frontend-maven-plugin:0.0.25:bower (bower install) @ UI --- [INFO] Running 'bower install' in /root/hygieia/Hygieia/UI [ERROR] bower ESUDO Cannot be run with sudo [ERROR] [ERROR] Additional error details: [ERROR] Since bower is a user command, there is no need to execute it with superuser permissions. [ERROR] If you're having permission errors when using bower without sudo, please spend a few minutes learning more about how your system should work and make any necessary repairs. [ERROR] [ERROR] http://www.joyent.com/blog/installing-node-and-npm [ERROR] https://gist.github.com/isaacs/579814 [ERROR] [ERROR] You can however run a command with sudo using --allow-root option [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] com.capitalone.dashboard:Hygieia ................... SUCCESS [ 0.854 s] [INFO] com.capitalone.dashboard:core ...................... SUCCESS [ 14.138 s] [INFO] com.capitalone.dashboard:api ....................... SUCCESS [ 11.666 s] [INFO] com.capitalone.dashboard:jenkins-build-collector ... SUCCESS [ 2.382 s] [INFO] com.capitalone.dashboard:sonar-codequality-collector SUCCESS [ 0.821 s] [INFO] com.capitalone.dashboard:subversion-collector ...... SUCCESS [ 1.019 s] [INFO] com.capitalone.dashboard:github-scm-collector ...... SUCCESS [ 1.857 s] [INFO] com.capitalone.dashboard:versionone-feature-collector SUCCESS [ 3.528 s] [INFO] com.capitalone.dashboard:udeploy-deployment-collector SUCCESS [ 0.666 s] [INFO] com.capitalone.dashboard:jira-feature-collector .... SUCCESS [ 3.511 s] [INFO] com.capitalone.dashboard:jenkins-cucumber-test-collector SUCCESS [ 1.345 s] [INFO] com.capitalone.dashboard:UI ........................ FAILURE [07:46 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:28 min [INFO] Finished at: 2015-12-03T18:00:27+05:30 [INFO] Final Memory: 73M/344M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:bower (bower install) on project UI: Failed to run task: 'bower install' failed. (error code 1) -> [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :UI

amitmawkin commented 8 years ago

Please run this without root as a user , bower is complaining for the same

carotechie commented 8 years ago

I have the same issue.

shendeam commented 8 years ago

Now, I tried to build using "non root user" with command "sudo mvn clean install package" I got following errors

[INFO] Installed NPM locally. [INFO] [INFO] --- frontend-maven-plugin:0.0.25:npm (npm install) @ UI --- [INFO] Running 'npm install --color=false' in /root/hygieia/Hygieia/UI [ERROR] npm WARN peerDependencies The peer dependency karma@>=0.9 included from karma-phantomjs-launcher will no [ERROR] npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency [ERROR] npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. [ERROR] npm WARN peerDependencies The peer dependency karma@>=0.10 <=0.13 included from gulp-karma will no [ERROR] npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency [ERROR] npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. [ERROR] npm WARN peerDependencies The peer dependency jasmine-core@* included from karma-jasmine will no [ERROR] npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency [ERROR] npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. [ERROR] npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^3.0.0. [ERROR] npm WARN deprecated lodash@2.2.1: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^3.0.0. [ERROR] npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^3.0.0. [INFO] [INFO] > optipng-bin@3.0.3 postinstall /root/hygieia/Hygieia/UI/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-optipng/node_modules/optipng-bin [INFO] > node lib/install.js [INFO] [ERROR] sh: 1: node: Permission denied [INFO] [INFO] > jpegtran-bin@3.0.6 postinstall /root/hygieia/Hygieia/UI/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-jpegtran/node_modules/jpegtran-bin [INFO] > node lib/install.js [INFO] [ERROR] sh: 1: node: Permission denied [ERROR] npm WARN optional dep failed, continuing imagemin-optipng@4.3.0 [INFO] [INFO] > gifsicle@3.0.3 postinstall /root/hygieia/Hygieia/UI/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-gifsicle/node_modules/gifsicle [INFO] > node lib/install.js [INFO] [ERROR] sh: 1: node: Permission denied [ERROR] npm WARN optional dep failed, continuing imagemin-jpegtran@4.3.2 [ERROR] npm WARN optional dep failed, continuing imagemin-gifsicle@4.2.0 [INFO] [INFO] > phantomjs@1.9.19 install /root/hygieia/Hygieia/UI/node_modules/karma-phantomjs-launcher/node_modules/phantomjs [INFO] > node install.js [INFO] [ERROR] sh: 1: node: Permission denied [INFO] [INFO] > utf-8-validate@1.2.1 install /root/hygieia/Hygieia/UI/node_modules/browser-sync/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [INFO] [INFO] > bufferutil@1.2.1 install /root/hygieia/Hygieia/UI/node_modules/browser-sync/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [ERROR] npm WARN optional dep failed, continuing utf-8-validate@1.2.1 [ERROR] npm WARN optional dep failed, continuing bufferutil@1.2.1 [INFO] [INFO] > utf-8-validate@1.2.1 install /root/hygieia/Hygieia/UI/node_modules/browser-sync/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/utf-8-validate [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [INFO] [INFO] > bufferutil@1.2.1 install /root/hygieia/Hygieia/UI/node_modules/browser-sync/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/bufferutil [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [ERROR] npm WARN optional dep failed, continuing utf-8-validate@1.2.1 [ERROR] npm WARN optional dep failed, continuing bufferutil@1.2.1 [ERROR] npm WARN optional dep failed, continuing fsevents@1.0.5 [INFO] [INFO] > utf-8-validate@1.2.1 install /root/hygieia/Hygieia/UI/node_modules/karma/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [ERROR] npm WARN optional dep failed, continuing utf-8-validate@1.2.1 [INFO] [INFO] > bufferutil@1.2.1 install /root/hygieia/Hygieia/UI/node_modules/karma/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [ERROR] npm WARN optional dep failed, continuing bufferutil@1.2.1 [INFO] [INFO] > bufferutil@1.2.1 install /root/hygieia/Hygieia/UI/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/bufferutil [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [ERROR] npm WARN optional dep failed, continuing bufferutil@1.2.1 [INFO] [INFO] > utf-8-validate@1.2.1 install /root/hygieia/Hygieia/UI/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/utf-8-validate [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [ERROR] npm WARN optional dep failed, continuing utf-8-validate@1.2.1 [ERROR] npm ERR! Linux 3.13.0-24-generic [ERROR] npm ERR! argv "/root/hygieia/Hygieia/UI/node/node" "/root/hygieia/Hygieia/UI/node/node_modules/npm/bin/npm-cli.js" "install" "--color=false" [ERROR] npm ERR! node v0.12.0 [ERROR] npm ERR! npm v2.7.1 [ERROR] npm ERR! code ELIFECYCLE [ERROR] [ERROR] npm ERR! phantomjs@1.9.19 install: node install.js [ERROR] npm ERR! Exit status 127 [ERROR] npm ERR! [ERROR] npm ERR! Failed at the phantomjs@1.9.19 install script 'node install.js'. [ERROR] npm ERR! This is most likely a problem with the phantomjs package, [ERROR] npm ERR! not with npm itself. [ERROR] npm ERR! Tell the author that this fails on your system: [ERROR] npm ERR! node install.js [ERROR] npm ERR! You can get their info via: [ERROR] npm ERR! npm owner ls phantomjs [ERROR] npm ERR! There is likely additional logging output above. [ERROR] [ERROR] npm ERR! Please include the following file with any support request: [ERROR] npm ERR! /root/hygieia/Hygieia/UI/npm-debug.log [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] com.capitalone.dashboard:Hygieia ................... SUCCESS [ 0.999 s] [INFO] com.capitalone.dashboard:core ...................... SUCCESS [ 14.914 s] [INFO] com.capitalone.dashboard:api ....................... SUCCESS [ 12.257 s] [INFO] com.capitalone.dashboard:jenkins-build-collector ... SUCCESS [ 2.523 s] [INFO] com.capitalone.dashboard:sonar-codequality-collector SUCCESS [ 0.977 s] [INFO] com.capitalone.dashboard:subversion-collector ...... SUCCESS [ 1.044 s] [INFO] com.capitalone.dashboard:github-scm-collector ...... SUCCESS [ 1.507 s] [INFO] com.capitalone.dashboard:versionone-feature-collector SUCCESS [ 3.394 s] [INFO] com.capitalone.dashboard:udeploy-deployment-collector SUCCESS [ 0.764 s] [INFO] com.capitalone.dashboard:jira-feature-collector .... SUCCESS [ 4.208 s] [INFO] com.capitalone.dashboard:jenkins-cucumber-test-collector SUCCESS [ 2.299 s] [INFO] com.capitalone.dashboard:UI ........................ FAILURE [02:39 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:24 min [INFO] Finished at: 2015-12-04T08:55:51+05:30 [INFO] Final Memory: 73M/397M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:npm (npm install) on project UI: Failed to run task: 'npm install --color=false' failed. (error code 1) -> [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :UI

shendeam commented 8 years ago

My machine Specifications: VM Ubuntu 14.04 LTS RAM 4GB Disk 50 GB

amitmawkin commented 8 years ago
[ERROR] sh: 1: node: Permission denied
[ERROR] npm WARN optional dep failed, continuing imagemin-optipng@4.3.0
[INFO]

it looks like node is installed under roor or incorrectly , can you please cleanup, the build scripts typically downloads node and installs it locally to the directory running the build and then it installs the dependent npm packages.

shendeam commented 8 years ago

Thanks for quick reply! I deleted my git cloned directory and again git cloned it and ran same command and got same issues. Do you mean cleanup means something else? Please specify.

amitmawkin commented 8 years ago

can you run command which node and which npm to check if there are any other installation on the path

shendeam commented 8 years ago

Yes, I ran these commands. I don't have any other installations

amitmawkin commented 8 years ago

can you attach your complete build log, i will try to check why is it failing

shendeam commented 8 years ago

Yes, These are my latest build logs

student@ubu:~/Hygia/Hygieia$ sudo mvn clean install package [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] com.capitalone.dashboard:Hygieia [INFO] com.capitalone.dashboard:core [INFO] com.capitalone.dashboard:api [INFO] com.capitalone.dashboard:jenkins-build-collector [INFO] com.capitalone.dashboard:sonar-codequality-collector [INFO] com.capitalone.dashboard:subversion-collector [INFO] com.capitalone.dashboard:github-scm-collector [INFO] com.capitalone.dashboard:versionone-feature-collector [INFO] com.capitalone.dashboard:udeploy-deployment-collector [INFO] com.capitalone.dashboard:jira-feature-collector [INFO] com.capitalone.dashboard:jenkins-cucumber-test-collector [INFO] com.capitalone.dashboard:UI [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:Hygieia 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ Hygieia --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ Hygieia >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ Hygieia --- [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ Hygieia <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ Hygieia --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ Hygieia --- [INFO] Installing /home/student/Hygia/Hygieia/pom.xml to /root/.m2/repository/com/capitalone/dashboard/Hygieia/1.5.0-SNAPSHOT/Hygieia-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ Hygieia >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ Hygieia --- [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ Hygieia <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ Hygieia --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:core 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ core >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ core --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ core <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ core --- [INFO] [INFO] [INFO] --- apt-maven-plugin:1.1.3:process (default) @ core --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/core/src/main/resources [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 79 source files to /home/student/Hygia/Hygieia/core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/student/Hygia/Hygieia/core/target/test-classes [WARNING] /home/student/Hygia/Hygieia/core/src/test/java/com/capitalone/dashboard/repository/EmbeddedMongoDBRule.java: /home/student/Hygia/Hygieia/core/src/test/java/com/capitalone/dashboard/repository/EmbeddedMongoDBRule.java uses or overrides a deprecated API. [WARNING] /home/student/Hygia/Hygieia/core/src/test/java/com/capitalone/dashboard/repository/EmbeddedMongoDBRule.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ core --- [INFO] Surefire report directory: /home/student/Hygia/Hygieia/core/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.MarkdownTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec - in com.capitalone.dashboard.MarkdownTest Running com.capitalone.dashboard.util.EncryptionTests Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec - in com.capitalone.dashboard.util.EncryptionTests Running com.capitalone.dashboard.repository.AuthenticationRepositoryTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz START Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz extract mongodb-linux-x86_64-3.0.5/bin/mongod Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz noting left Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz DONE [mongod output]note: noprealloc may hurt performance in many applications [mongod output] 2015-12-04T09:25:06.656+0530 I STORAGE [DataFileSync] warning: --syncdelay 0 is not recommended and can have strange performance [mongod output] 2015-12-04T09:25:06.769+0530 I CONTROL [initandlisten] MongoDB starting : pid=3940 port=47888 dbpath=/tmp/embedmongo-db-511a9b54-be03-471c-8605-8236fbea44c9 64-bit host=ubu [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] * WARNING: You are running this process as the root user, which is not recommended. [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] * WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] * We suggest setting it to 'never' [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] * WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'. [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] ** We suggest setting it to 'never' [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] db version v3.0.5 [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] git version: 8bc4ae20708dbb493cb09338d9e7be6698e4a3a3 [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] build info: Linux build2.ny.cbi.10gen.cc 2.6.32-431.3.1.el6.x86_64 #1 SMP Fri Jan 3 21:39:27 UTC 2014 x86_64 BOOST_LIB_VERSION=1_49 [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] allocator: tcmalloc [mongod output] 2015-12-04T09:25:06.770+0530 I CONTROL [initandlisten] options: { net: { http: { enabled: false }, port: 47888 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-511a9b54-be03-471c-8605-8236fbea44c9", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } } [mongod output] 2015-12-04T09:25:06.771+0530 I INDEX [initandlisten] allocating new ns file /tmp/embedmongo-db-511a9b54-be03-471c-8605-8236fbea44c9/local.ns, filling with zeroes... [mongod output] 2015-12-04T09:25:06.807+0530 I STORAGE [FileAllocator] allocating new datafile /tmp/embedmongo-db-511a9b54-be03-471c-8605-8236fbea44c9/local.0, filling with zeroes... [mongod output] 2015-12-04T09:25:06.807+0530 I STORAGE [FileAllocator] creating directory /tmp/embedmongo-db-511a9b54-be03-471c-8605-8236fbea44c9/_tmp [mongod output] 2015-12-04T09:25:06.813+0530 I STORAGE [FileAllocator] done allocating datafile /tmp/embedmongo-db-511a9b54-be03-471c-8605-8236fbea44c9/local.0, size: 16MB, took 0.002 secs [mongod output] 2015-12-04T09:25:06.841+0530 I NETWORK [initandlisten] waiting for connections on port 47888 [mongod output] Dec 04, 2015 9:25:06 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[ubu:47888], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T09:25:07.047+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:50828 #1 (1 connection now open) [mongod output] Dec 04, 2015 9:25:07 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:1, serverValue:1}] to ubu:47888 Dec 04, 2015 9:25:07 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=ubu:47888, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=557130} Dec 04, 2015 9:25:07 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:47888], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T09:25:07.665+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:50829 #2 (2 connections now open) [mongod output] Dec 04, 2015 9:25:07 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:2, serverValue:2}] to 127.0.1.1:47888 Dec 04, 2015 9:25:07 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:47888, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=1049352} Dec 04, 2015 9:25:07 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:47888], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T09:25:07.692+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:50830 #3 (3 connections now open) [mongod output] Dec 04, 2015 9:25:07 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:3, serverValue:3}] to 127.0.1.1:47888 Dec 04, 2015 9:25:07 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:47888, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=778156} Dec 04, 2015 9:25:08 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:47888], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T09:25:08.124+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:50833 #4 (4 connections now open) [mongod output] Dec 04, 2015 9:25:08 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:4, serverValue:4}] to 127.0.1.1:47888 Dec 04, 2015 9:25:08 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:47888, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=812945} Dec 04, 2015 9:25:08 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:47888], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T09:25:08.244+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:50835 #5 (5 connections now open) [mongod output] Dec 04, 2015 9:25:08 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:5, serverValue:5}] to 127.0.1.1:47888 Dec 04, 2015 9:25:08 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:47888, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=609768} 2015-12-04T09:25:08.486+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:50836 #6 (6 connections now open) [mongod output] Dec 04, 2015 9:25:08 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:6, serverValue:6}] to 127.0.1.1:47888 2015-12-04T09:25:08.508+0530 I INDEX [conn6] allocating new ns file /tmp/embedmongo-db-511a9b54-be03-471c-8605-8236fbea44c9/dashboard.ns, filling with zeroes... [mongod output] 2015-12-04T09:25:08.546+0530 I STORAGE [FileAllocator] allocating new datafile /tmp/embedmongo-db-511a9b54-be03-471c-8605-8236fbea44c9/dashboard.0, filling with zeroes... [mongod output] 2015-12-04T09:25:08.551+0530 I STORAGE [FileAllocator] done allocating datafile /tmp/embedmongo-db-511a9b54-be03-471c-8605-8236fbea44c9/dashboard.0, size: 16MB, took 0.003 secs [mongod output] 2015-12-04T09:25:08.569+0530 I INDEX [conn6] build index on: dashboard.scope properties: { v: 1, key: { pId: 1 }, name: "pId", ns: "dashboard.scope" } [mongod output] 2015-12-04T09:25:08.569+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:08.569+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:08.573+0530 I INDEX [conn6] build index on: dashboard.scope properties: { v: 1, key: { name: 1 }, name: "name", ns: "dashboard.scope" } [mongod output] 2015-12-04T09:25:08.573+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:08.573+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:08.631+0530 I INDEX [conn6] build index on: dashboard.authentication properties: { v: 1, unique: true, key: { username: 1 }, name: "username", ns: "dashboard.authentication" } [mongod output] 2015-12-04T09:25:08.631+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:08.632+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:08.734+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sId: 1 }, name: "sId", ns: "dashboard.feature" } [mongod output] 2015-12-04T09:25:08.734+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:08.734+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:08.735+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { changeDate: 1 }, name: "changeDate", ns: "dashboard.feature" } [mongod output] 2015-12-04T09:25:08.735+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:08.735+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:08.736+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sTeamID: 1 }, name: "sTeamID", ns: "dashboard.feature" } [mongod output] 2015-12-04T09:25:08.736+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:08.736+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:08.738+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sSprintEndDate: 1 }, name: "sSprintEndDate", ns: "dashboard.feature" } [mongod output] 2015-12-04T09:25:08.738+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:08.738+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:08.739+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sSprintBeginDate: 1 }, name: "sSprintBeginDate", ns: "dashboard.feature" } [mongod output] 2015-12-04T09:25:08.739+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:08.739+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:08.740+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sSprintID: 1 }, name: "sSprintID", ns: "dashboard.feature" } [mongod output] 2015-12-04T09:25:08.740+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:08.740+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:08.930+0530 I NETWORK [conn2] end connection 127.0.0.1:50829 (5 connections now open) [mongod output] 2015-12-04T09:25:08.931+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:50837 #7 (6 connections now open) [mongod output] 2015-12-04T09:25:08.931+0530 I NETWORK [conn1] end connection 127.0.0.1:50828 (5 connections now open) [mongod output] 2015-12-04T09:25:08.931+0530 I COMMAND [conn7] terminating, shutdown command received [mongod output] 2015-12-04T09:25:08.931+0530 I CONTROL [conn7] now exiting [mongod output] 2015-12-04T09:25:08.931+0530 I NETWORK [conn7] shutdown: going to close listening sockets... [mongod output] 2015-12-04T09:25:08.931+0530 I NETWORK [conn7] closing listening socket: 5 [mongod output] 2015-12-04T09:25:08.931+0530 I NETWORK [conn7] closing listening socket: 6 [mongod output] 2015-12-04T09:25:08.931+0530 I NETWORK [conn7] removing socket file: /tmp/mongodb-47888.sock [mongod output] 2015-12-04T09:25:08.931+0530 I NETWORK [conn7] shutdown: going to flush diaglog... [mongod output] 2015-12-04T09:25:08.931+0530 I NETWORK [conn7] shutdown: going to close sockets... [mongod output] 2015-12-04T09:25:08.932+0530 I STORAGE [conn7] shutdown: waiting for fs preallocator... [mongod output] 2015-12-04T09:25:08.932+0530 I STORAGE [conn7] shutdown: closing all files... [mongod output] 2015-12-04T09:25:08.933+0530 I NETWORK [conn3] end connection 127.0.0.1:50830 (4 connections now open) [mongod output] 2015-12-04T09:25:08.933+0530 I NETWORK [conn4] end connection 127.0.0.1:50833 (4 connections now open) [mongod output] 2015-12-04T09:25:08.933+0530 I NETWORK [conn5] end connection 127.0.0.1:50835 (4 connections now open) [mongod output] 2015-12-04T09:25:08.934+0530 I NETWORK [conn6] end connection 127.0.0.1:50836 (1 connection now open) [mongod output] 2015-12-04T09:25:08.936+0530 I STORAGE [conn7] closeAllFiles() finished [mongod output] 2015-12-04T09:25:08.936+0530 I STORAGE [conn7] shutdown: removing fs lock... [mongod output] 2015-12-04T09:25:08.936+0530 I CONTROL [conn7] dbexit: rc: 0 [mongod output] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.511 sec - in com.capitalone.dashboard.repository.AuthenticationRepositoryTest Running com.capitalone.dashboard.repository.DashboardCreateTests Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz START Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz extract mongodb-linux-x86_64-3.0.5/bin/mongod Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz noting left Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz DONE [mongod output]note: noprealloc may hurt performance in many applications [mongod output] 2015-12-04T09:25:09.851+0530 I STORAGE [DataFileSync] warning: --syncdelay 0 is not recommended and can have strange performance [mongod output] 2015-12-04T09:25:10.168+0530 I CONTROL [initandlisten] MongoDB starting : pid=3994 port=37128 dbpath=/tmp/embedmongo-db-963f767d-9ec1-49c5-9b75-f77ed0cded44 64-bit host=ubu [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] * WARNING: You are running this process as the root user, which is not recommended. [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] * WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] * We suggest setting it to 'never' [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] * WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'. [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] ** We suggest setting it to 'never' [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] db version v3.0.5 [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] git version: 8bc4ae20708dbb493cb09338d9e7be6698e4a3a3 [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] build info: Linux build2.ny.cbi.10gen.cc 2.6.32-431.3.1.el6.x86_64 #1 SMP Fri Jan 3 21:39:27 UTC 2014 x86_64 BOOST_LIB_VERSION=1_49 [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] allocator: tcmalloc [mongod output] 2015-12-04T09:25:10.169+0530 I CONTROL [initandlisten] options: { net: { http: { enabled: false }, port: 37128 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-963f767d-9ec1-49c5-9b75-f77ed0cded44", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } } [mongod output] 2015-12-04T09:25:10.170+0530 I INDEX [initandlisten] allocating new ns file /tmp/embedmongo-db-963f767d-9ec1-49c5-9b75-f77ed0cded44/local.ns, filling with zeroes... [mongod output] 2015-12-04T09:25:10.217+0530 I STORAGE [FileAllocator] allocating new datafile /tmp/embedmongo-db-963f767d-9ec1-49c5-9b75-f77ed0cded44/local.0, filling with zeroes... [mongod output] 2015-12-04T09:25:10.217+0530 I STORAGE [FileAllocator] creating directory /tmp/embedmongo-db-963f767d-9ec1-49c5-9b75-f77ed0cded44/_tmp [mongod output] 2015-12-04T09:25:10.223+0530 I STORAGE [FileAllocator] done allocating datafile /tmp/embedmongo-db-963f767d-9ec1-49c5-9b75-f77ed0cded44/local.0, size: 16MB, took 0.002 secs [mongod output] 2015-12-04T09:25:10.240+0530 I NETWORK [initandlisten] waiting for connections on port 37128 [mongod output] Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[ubu:37128], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T09:25:10.243+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:45472 #1 (1 connection now open) [mongod output] Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:7, serverValue:1}] to ubu:37128 Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=ubu:37128, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=595098} Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:37128], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T09:25:10.382+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:45473 #2 (2 connections now open) [mongod output] Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:37128], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:8, serverValue:2}] to 127.0.1.1:37128 2015-12-04T09:25:10.391+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:45474 #3 (3 connections now open) [mongod output] Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:37128, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=6039151} Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:9, serverValue:3}] to 127.0.1.1:37128 Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:37128, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=530296} Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:37128], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T09:25:10.551+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:45475 #4 (4 connections now open) [mongod output] Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:10, serverValue:4}] to 127.0.1.1:37128 Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:37128, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=464059} Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:37128], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T09:25:10.612+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:45476 #5 (5 connections now open) [mongod output] Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:11, serverValue:5}] to 127.0.1.1:37128 Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:37128, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=532106} 2015-12-04T09:25:10.641+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:45477 #6 (6 connections now open) [mongod output] Dec 04, 2015 9:25:10 AM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:12, serverValue:6}] to 127.0.1.1:37128 2015-12-04T09:25:10.645+0530 I INDEX [conn6] allocating new ns file /tmp/embedmongo-db-963f767d-9ec1-49c5-9b75-f77ed0cded44/dashboard.ns, filling with zeroes... [mongod output] 2015-12-04T09:25:10.701+0530 I STORAGE [FileAllocator] allocating new datafile /tmp/embedmongo-db-963f767d-9ec1-49c5-9b75-f77ed0cded44/dashboard.0, filling with zeroes... [mongod output] 2015-12-04T09:25:10.703+0530 I STORAGE [FileAllocator] done allocating datafile /tmp/embedmongo-db-963f767d-9ec1-49c5-9b75-f77ed0cded44/dashboard.0, size: 16MB, took 0.002 secs [mongod output] 2015-12-04T09:25:10.726+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sId: 1 }, name: "sId", ns: "dashboard.feature" } [mongod output] 2015-12-04T09:25:10.726+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:10.726+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:10.727+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { changeDate: 1 }, name: "changeDate", ns: "dashboard.feature" } [mongod output] 2015-12-04T09:25:10.727+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:10.727+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:10.729+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sTeamID: 1 }, name: "sTeamID", ns: "dashboard.feature" } [mongod output] 2015-12-04T09:25:10.729+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:10.729+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:10.730+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sSprintEndDate: 1 }, name: "sSprintEndDate", ns: "dashboard.feature" } [mongod output] 2015-12-04T09:25:10.730+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:10.730+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:10.733+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sSprintBeginDate: 1 }, name: "sSprintBeginDate", ns: "dashboard.feature" } [mongod output] 2015-12-04T09:25:10.733+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:10.733+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:10.734+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sSprintID: 1 }, name: "sSprintID", ns: "dashboard.feature" } [mongod output] 2015-12-04T09:25:10.734+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:10.734+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:10.800+0530 I INDEX [conn6] build index on: dashboard.scope properties: { v: 1, key: { pId: 1 }, name: "pId", ns: "dashboard.scope" } [mongod output] 2015-12-04T09:25:10.800+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:10.800+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:10.801+0530 I INDEX [conn6] build index on: dashboard.scope properties: { v: 1, key: { name: 1 }, name: "name", ns: "dashboard.scope" } [mongod output] 2015-12-04T09:25:10.801+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:10.801+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T09:25:10.828+0530 I INDEX [conn6] build index on: dashboard.authentication properties: { v: 1, unique: true, key: { username: 1 }, name: "username", ns: "dashboard.authentication" } [mongod output] 2015-12-04T09:25:10.828+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T09:25:10.828+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 56610e9eb3b0190f4bcd4944 Jays's Dashboard 2015-12-04T09:25:10.865+0530 I NETWORK [conn2] end connection 127.0.0.1:45473 (5 connections now open) [mongod output] 2015-12-04T09:25:10.866+0530 I NETWORK [conn1] end connection 127.0.0.1:45472 (4 connections now open) [mongod output] 2015-12-04T09:25:10.867+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:45478 #7 (5 connections now open) [mongod output] 2015-12-04T09:25:10.867+0530 I COMMAND [conn7] terminating, shutdown command received [mongod output] 2015-12-04T09:25:10.867+0530 I CONTROL [conn7] now exiting [mongod output] 2015-12-04T09:25:10.867+0530 I NETWORK [conn7] shutdown: going to close listening sockets... [mongod output] 2015-12-04T09:25:10.867+0530 I NETWORK [conn7] closing listening socket: 5 [mongod output] 2015-12-04T09:25:10.868+0530 I NETWORK [conn7] closing listening socket: 6 [mongod output] 2015-12-04T09:25:10.868+0530 I NETWORK [conn7] removing socket file: /tmp/mongodb-37128.sock [mongod output] 2015-12-04T09:25:10.868+0530 I NETWORK [conn7] shutdown: going to flush diaglog... [mongod output] 2015-12-04T09:25:10.868+0530 I NETWORK [conn7] shutdown: going to close sockets... [mongod output] 2015-12-04T09:25:10.868+0530 I STORAGE [conn7] shutdown: waiting for fs preallocator... [mongod output] 2015-12-04T09:25:10.868+0530 I STORAGE [conn7] shutdown: closing all files... [mongod output] 2015-12-04T09:25:10.868+0530 I NETWORK [conn4] end connection 127.0.0.1:45475 (4 connections now open) [mongod output] 2015-12-04T09:25:10.868+0530 I NETWORK [conn5] end connection 127.0.0.1:45476 (4 connections now open) [mongod output] 2015-12-04T09:25:10.868+0530 I NETWORK [conn6] end connection 127.0.0.1:45477 (4 connections now open) [mongod output] 2015-12-04T09:25:10.868+0530 I NETWORK [conn3] end connection 127.0.0.1:45474 (4 connections now open) [mongod output] 2015-12-04T09:25:10.871+0530 I STORAGE [conn7] closeAllFiles() finished [mongod output] 2015-12-04T09:25:10.871+0530 I STORAGE [conn7] shutdown: removing fs lock... [mongod output] 2015-12-04T09:25:10.871+0530 I CONTROL [conn7] dbexit: rc: 0 [mongod output] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.943 sec - in com.capitalone.dashboard.repository.DashboardCreateTests Running com.capitalone.dashboard.repository.CollectorTaskTests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec - in com.capitalone.dashboard.repository.CollectorTaskTests

Results :

Tests run: 25, Failures: 0, Errors: 0, Skipped: 0

[INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ core --- [INFO] Building jar: /home/student/Hygia/Hygieia/core/target/core-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ core --- [INFO] Installing /home/student/Hygia/Hygieia/core/target/core-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/core/1.5.0-SNAPSHOT/core-1.5.0-SNAPSHOT.jar [INFO] Installing /home/student/Hygia/Hygieia/core/pom.xml to /root/.m2/repository/com/capitalone/dashboard/core/1.5.0-SNAPSHOT/core-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ core >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ core --- [WARNING] Unable to locate Source XRef to link to - DISABLED [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ core <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ core --- [INFO] [INFO] [INFO] --- apt-maven-plugin:1.1.3:process (default) @ core --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/core/src/main/resources [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 79 source files to /home/student/Hygia/Hygieia/core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/student/Hygia/Hygieia/core/target/test-classes [WARNING] /home/student/Hygia/Hygieia/core/src/test/java/com/capitalone/dashboard/repository/EmbeddedMongoDBRule.java: /home/student/Hygia/Hygieia/core/src/test/java/com/capitalone/dashboard/repository/EmbeddedMongoDBRule.java uses or overrides a deprecated API. [WARNING] /home/student/Hygia/Hygieia/core/src/test/java/com/capitalone/dashboard/repository/EmbeddedMongoDBRule.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ core --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ core --- [INFO] Building jar: /home/student/Hygia/Hygieia/core/target/core-1.5.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:api 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ api --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ api >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ api --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ api <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ api --- [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ api --- [INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/student/Hygia/Hygieia/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ api --- [INFO] Compiling 64 source files to /home/student/Hygia/Hygieia/api/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ api --- [INFO] Compiling 16 source files to /home/student/Hygia/Hygieia/api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ api --- [INFO] Surefire report directory: /home/student/Hygia/Hygieia/api/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.rest.TestResultControllerTest 2015-12-04 09:25:19,541 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 09:25:19,589 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@702cf1a9, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@16adc7c8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6b172719, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3d08113c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5ca39971] 2015-12-04 09:25:19,988 INFO o.s.w.c.s.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@11c7569a: startup date [Fri Dec 04 09:25:19 IST 2015]; root of context hierarchy 2015-12-04 09:25:20,589 INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2015-12-04 09:25:21,485 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler] 2015-12-04 09:25:22,217 INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.1.3.Final 2015-12-04 09:25:22,417 INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@11c7569a: startup date [Fri Dec 04 09:25:19 IST 2015]; root of context hierarchy 2015-12-04 09:25:22,502 INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restApiExceptionHandler 2015-12-04 09:25:22,564 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.DashboardController.createDashboard(com.capitalone.dashboard.request.DashboardRequest) 2015-12-04 09:25:22,564 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.Dashboard com.capitalone.dashboard.rest.DashboardController.getDashboard(org.bson.types.ObjectId) 2015-12-04 09:25:22,564 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/widget],methods=[POST],consumes=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.DashboardController.addWidget(org.bson.types.ObjectId,com.capitalone.dashboard.request.WidgetRequest) 2015-12-04 09:25:22,565 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/widget/{widgetId}],methods=[PUT],consumes=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.DashboardController.updateWidget(org.bson.types.ObjectId,org.bson.types.ObjectId,com.capitalone.dashboard.request.WidgetRequest) 2015-12-04 09:25:22,565 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}],methods=[PUT],consumes=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.DashboardController.updateDashboard(org.bson.types.ObjectId,com.capitalone.dashboard.request.DashboardRequest) 2015-12-04 09:25:22,565 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.DashboardController.deleteDashboard(org.bson.types.ObjectId) 2015-12-04 09:25:22,566 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard],methods=[GET],produces=[application/json]}" onto public java.lang.Iterable com.capitalone.dashboard.rest.DashboardController.dashboards() 2015-12-04 09:25:22,566 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/myowner/{dashboardtitle}],methods=[GET],produces=[application/json]}" onto public java.lang.String com.capitalone.dashboard.rest.DashboardController.getDashboardOwner(java.lang.String) 2015-12-04 09:25:22,566 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/mydashboard/{username}],methods=[GET],produces=[application/json]}" onto public java.util.List com.capitalone.dashboard.rest.DashboardController.getOwnedDashboards(java.lang.String) 2015-12-04 09:25:22,568 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/feature/{teamId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.relevantStories(java.lang.String,java.lang.String) 2015-12-04 09:25:22,568 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/feature],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.story(java.lang.String,java.lang.String) 2015-12-04 09:25:22,568 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/iteration/{teamId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.currentSprintDetail(java.lang.String,java.lang.String) 2015-12-04 09:25:22,569 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/feature/estimates/super/{teamId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.featureEstimates(java.lang.String,java.lang.String) 2015-12-04 09:25:22,569 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/feature/estimates/total/{teamId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.featureTotalEstimate(java.lang.String,java.lang.String) 2015-12-04 09:25:22,569 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/feature/estimates/wip/{teamId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.featureInProgressEstimate(java.lang.String,java.lang.String) 2015-12-04 09:25:22,570 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/feature/estimates/done/{teamId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.featureDoneEstimate(java.lang.String,java.lang.String) 2015-12-04 09:25:22,571 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/collector/item/type/{collectorType}],methods=[GET],produces=[application/json]}" onto public java.util.List com.capitalone.dashboard.rest.CollectorController.collectorItemsByType(com.capitalone.dashboard.model.CollectorType) 2015-12-04 09:25:22,571 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/collector/item/{id}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.CollectorController.getCollectorItem(org.bson.types.ObjectId) 2015-12-04 09:25:22,571 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/collector/type/{collectorType}],methods=[GET],produces=[application/json]}" onto public java.util.List com.capitalone.dashboard.rest.CollectorController.collectorsByType(com.capitalone.dashboard.model.CollectorType) 2015-12-04 09:25:22,572 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/collector/item],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.CollectorController.createCollectorItem(com.capitalone.dashboard.request.CollectorItemRequest) 2015-12-04 09:25:22,572 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/encrypt/{message}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.EncryptionController.encrypt(com.capitalone.dashboard.request.EncryptionRequest) 2015-12-04 09:25:22,573 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/deploy/status/{componentId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.DeployController.deployStatus(org.bson.types.ObjectId) 2015-12-04 09:25:22,574 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/registerUser],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.AuthenticationController.registerUser(com.capitalone.dashboard.request.AuthenticationRequest) 2015-12-04 09:25:22,574 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/updateUser],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.AuthenticationController.updateUser(com.capitalone.dashboard.request.AuthenticationRequest) 2015-12-04 09:25:22,575 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/authenticateUser],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.AuthenticationController.authenticateUser(com.capitalone.dashboard.request.AuthenticationRequest) 2015-12-04 09:25:22,576 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/service],methods=[GET],produces=[application/json]}" onto public java.lang.Iterable com.capitalone.dashboard.rest.ServiceController.services() 2015-12-04 09:25:22,577 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/service],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.Map<java.lang.String, java.util.List>> com.capitalone.dashboard.rest.ServiceController.dashboardServices(org.bson.types.ObjectId) 2015-12-04 09:25:22,577 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/service],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.ServiceController.createService(org.bson.types.ObjectId,java.lang.String) 2015-12-04 09:25:22,577 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/service/{serviceId}],methods=[PUT],consumes=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.ServiceController.updateService(org.bson.types.ObjectId,org.bson.types.ObjectId,com.capitalone.dashboard.request.ServiceRequest) 2015-12-04 09:25:22,577 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/service/{serviceId}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.ServiceController.deleteService(org.bson.types.ObjectId,org.bson.types.ObjectId) 2015-12-04 09:25:22,578 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/dependent-service/{serviceId}],methods=[POST],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.ServiceController.addDependentService(org.bson.types.ObjectId,org.bson.types.ObjectId) 2015-12-04 09:25:22,578 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/dependent-service/{serviceId}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.ServiceController.deleteDependentService(org.bson.types.ObjectId,org.bson.types.ObjectId) 2015-12-04 09:25:22,579 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/quality/test],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.lang.Iterable> com.capitalone.dashboard.rest.TestResultController.qualityData(com.capitalone.dashboard.request.TestResultRequest) 2015-12-04 09:25:22,579 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/commit],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.lang.Iterable> com.capitalone.dashboard.rest.CommitController.builds(com.capitalone.dashboard.request.CommitRequest) 2015-12-04 09:25:22,580 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/build],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.lang.Iterable> com.capitalone.dashboard.rest.BuildController.builds(com.capitalone.dashboard.request.BuildRequest) 2015-12-04 09:25:22,580 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/scope/{scopeId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.ScopeController.scope(java.lang.String,java.lang.String) 2015-12-04 09:25:22,580 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/scope],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.ScopeController.allScopes(java.lang.String) 2015-12-04 09:25:22,581 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/quality],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.lang.Iterable> com.capitalone.dashboard.rest.CodeQualityController.qualityData(com.capitalone.dashboard.request.CodeQualityRequest) 2015-12-04 09:25:22,582 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/quality/static-analysis],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.lang.Iterable> com.capitalone.dashboard.rest.CodeQualityController.qualityStaticAnalysis(com.capitalone.dashboard.request.CodeQualityRequest) 2015-12-04 09:25:22,582 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/quality/security-analysis],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.lang.Iterable> com.capitalone.dashboard.rest.CodeQualityController.qualitySecurityAnalysis(com.capitalone.dashboard.request.CodeQualityRequest) 2015-12-04 09:25:22,640 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:22,641 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:22,660 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 19 ms Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.491 sec - in com.capitalone.dashboard.rest.TestResultControllerTest Running com.capitalone.dashboard.rest.DashboardControllerTest 2015-12-04 09:25:23,035 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 09:25:23,039 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@76e4975, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5998a422, org.springframework.test.context.support.DirtiesContextTestExecutionListener@343fe222, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4e1740fa, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@58ab0523] 2015-12-04 09:25:23,049 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:23,049 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:23,052 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 3 ms 2015-12-04 09:25:23,089 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:23,090 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:23,092 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 09:25:23,192 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:23,192 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:23,195 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 3 ms 2015-12-04 09:25:24,032 WARN c.c.d.rest.RestApiExceptionHandler - Bad Request - bind exception: org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 5 errors Field error in object 'dashboardRequest' on field 'owner': rejected value [null]; codes [NotNull.dashboardRequest.owner,NotNull.owner,NotNull.java.lang.String,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [dashboardRequest.owner,owner]; arguments []; default message [owner]]; default message [may not be null] Field error in object 'dashboardRequest' on field 'applicationName': rejected value [null]; codes [NotNull.dashboardRequest.applicationName,NotNull.applicationName,NotNull.java.lang.String,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [dashboardRequest.applicationName,applicationName]; arguments []; default message [applicationName]]; default message [may not be null] Field error in object 'dashboardRequest' on field 'template': rejected value [null]; codes [NotNull.dashboardRequest.template,NotNull.template,NotNull.java.lang.String,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [dashboardRequest.template,template]; arguments []; default message [template]]; default message [may not be null] Field error in object 'dashboardRequest' on field 'title': rejected value [null]; codes [NotNull.dashboardRequest.title,NotNull.title,NotNull.java.lang.String,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [dashboardRequest.title,title]; arguments []; default message [title]]; default message [may not be null] Field error in object 'dashboardRequest' on field 'componentName': rejected value [null]; codes [NotNull.dashboardRequest.componentName,NotNull.componentName,NotNull.java.lang.String,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [dashboardRequest.componentName,componentName]; arguments []; default message [componentName]]; default message [may not be null] at com.capitalone.dashboard.rest.RestApiExceptionHandler.handleMethodArgumentNotValid(RestApiExceptionHandler.java:47) [classes/:na] at org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler.handleException(ResponseEntityExceptionHandler.java:156) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_91] at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_91] at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221) [spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137) [spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:362) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:60) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:138) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:74) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1183) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.TestDispatcherServlet.processHandlerException(TestDispatcherServlet.java:112) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1020) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:971) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:967) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:869) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:648) [tomcat-embed-core-8.0.23.jar:8.0.23] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:843) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:65) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) [tomcat-embed-core-8.0.23.jar:8.0.23] at org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:167) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:134) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:144) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at com.capitalone.dashboard.rest.DashboardControllerTest.createDashboard_nothingProvided_badRequest(DashboardControllerTest.java:73) [test-classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_91] at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_91] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) [junit-4.11.jar:na] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) [junit-4.11.jar:na] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.11.jar:na] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.11.jar:na] at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:73) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) [junit-4.11.jar:na] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:224) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na] at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.17.jar:2.17] 2015-12-04 09:25:24,043 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,043 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,045 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 09:25:24,052 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,052 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,055 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 3 ms 2015-12-04 09:25:24,077 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,078 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,080 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 09:25:24,090 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,091 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,093 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 09:25:24,099 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,099 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,101 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.072 sec - in com.capitalone.dashboard.rest.DashboardControllerTest Running com.capitalone.dashboard.rest.CollectorControllerTest 2015-12-04 09:25:24,107 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 09:25:24,108 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1aca66f9, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5e2e732c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3b8b7e02, org.springframework.test.context.transaction.TransactionalTestExecutionListener@42fdd3d8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@265f2c44] 2015-12-04 09:25:24,113 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,113 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,115 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 09:25:24,133 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,134 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,136 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in com.capitalone.dashboard.rest.CollectorControllerTest Running com.capitalone.dashboard.rest.ServiceControllerTest 2015-12-04 09:25:24,157 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 09:25:24,158 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6aee2d7b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3aec1d15, org.springframework.test.context.support.DirtiesContextTestExecutionListener@63696beb, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1e2c444a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6c3765bf] 2015-12-04 09:25:24,166 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,167 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,169 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 09:25:24,245 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,245 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,247 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 1 ms 2015-12-04 09:25:24,280 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,281 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,384 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 103 ms 2015-12-04 09:25:24,395 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,395 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,397 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 09:25:24,430 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,431 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,433 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 09:25:24,449 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,449 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,452 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 09:25:24,460 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,460 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,462 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 1 ms Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 sec - in com.capitalone.dashboard.rest.ServiceControllerTest Running com.capitalone.dashboard.rest.CodeQualityControllerTest 2015-12-04 09:25:24,470 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 09:25:24,470 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@f92f1e2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7846346a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@491b58d6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@22656f19, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3160e3f3] 2015-12-04 09:25:24,476 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,477 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,479 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 09:25:24,502 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,503 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,504 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 1 ms 2015-12-04 09:25:24,507 WARN c.c.d.rest.RestApiExceptionHandler - Bad Request - bind exception: org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors Field error in object 'codeQualityRequest' on field 'componentId': rejected value [null]; codes [NotNull.codeQualityRequest.componentId,NotNull.componentId,NotNull.org.bson.types.ObjectId,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [codeQualityRequest.componentId,componentId]; arguments []; default message [componentId]]; default message [may not be null] at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:113) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:77) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:162) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:129) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:776) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:705) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:967) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:858) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:622) ~[tomcat-embed-core-8.0.23.jar:8.0.23] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:843) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:65) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) ~[tomcat-embed-core-8.0.23.jar:8.0.23] at org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:167) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:134) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:144) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at com.capitalone.dashboard.rest.CodeQualityControllerTest.builds_noComponentId_badRequest(CodeQualityControllerTest.java:130) [test-classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_91] at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_91] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) [junit-4.11.jar:na] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) [junit-4.11.jar:na] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.11.jar:na] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.11.jar:na] at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:73) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) [junit-4.11.jar:na] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:224) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na] at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.17.jar:2.17] 2015-12-04 09:25:24,511 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,511 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,513 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in com.capitalone.dashboard.rest.CodeQualityControllerTest Running com.capitalone.dashboard.rest.DeployControllerTest 2015-12-04 09:25:24,536 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 09:25:24,537 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3c6eb2c1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@799bbe6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7dfefcef, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6f8fef88, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@52b702f0] 2015-12-04 09:25:24,542 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,542 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,544 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in com.capitalone.dashboard.rest.DeployControllerTest Running com.capitalone.dashboard.rest.BuildControllerTest 2015-12-04 09:25:24,574 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 09:25:24,575 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5edafb00, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7a94eda6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@477e6c29, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3cef1c6a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@76329266] 2015-12-04 09:25:24,579 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,580 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,581 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 1 ms 2015-12-04 09:25:24,608 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 09:25:24,609 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 09:25:24,610 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 1 ms 2015-12-04 09:25:24,613 WARN c.c.d.rest.RestApiExceptionHandler - Bad Request - bind exception: org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors Field error in object 'buildRequest' on field 'componentId': rejected value [null]; codes [NotNull.buildRequest.componentId,NotNull.componentId,NotNull.org.bson.types.ObjectId,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [buildRequest.componentId,componentId]; arguments []; default message [componentId]]; default message [may not be null] at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:113) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:77) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:162) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:129) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:776) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:705) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:967) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:858) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:622) ~[tomcat-embed-core-8.0.23.jar:8.0.23] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:843) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:65) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) ~[tomcat-embed-core-8.0.23.jar:8.0.23] at org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:167) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:134) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:144) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at com.capitalone.dashboard.rest.BuildControllerTest.builds_noComponentId_badRequest(BuildControllerTest.java:81) [test-classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_91] at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_91] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) [junit-4.11.jar:na] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) [junit-4.11.jar:na] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.11.jar:na] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.11.jar:na] at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:73) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) [junit-4.11.jar:na] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:224) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na] at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.17.jar:2.17] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in com.capitalone.dashboard.rest.BuildControllerTest Running com.capitalone.dashboard.service.AuthenticationServiceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in com.capitalone.dashboard.service.AuthenticationServiceTest Running com.capitalone.dashboard.service.DashboardServiceTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in com.capitalone.dashboard.service.DashboardServiceTest Running com.capitalone.dashboard.service.ServiceServiceTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.capitalone.dashboard.service.ServiceServiceTest Running com.capitalone.dashboard.service.CollectorServiceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in com.capitalone.dashboard.service.CollectorServiceTest Running com.capitalone.dashboard.service.BuildServiceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec - in com.capitalone.dashboard.service.BuildServiceTest Running com.capitalone.dashboard.service.DeployServiceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in com.capitalone.dashboard.service.DeployServiceTest 2015-12-04 09:25:24,953 INFO o.s.w.c.s.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@11c7569a: startup date [Fri Dec 04 09:25:19 IST 2015]; root of context hierarchy

Results :

Tests run: 49, Failures: 0, Errors: 0, Skipped: 0

[INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ api --- [INFO] Analyzed bundle 'com.capitalone.dashboard:api' with 57 classes [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ api --- [INFO] Building jar: /home/student/Hygia/Hygieia/api/target/api.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ api --- [INFO] Installing /home/student/Hygia/Hygieia/api/target/api.jar to /root/.m2/repository/com/capitalone/dashboard/api/1.5.0-SNAPSHOT/api-1.5.0-SNAPSHOT.jar [INFO] Installing /home/student/Hygia/Hygieia/api/pom.xml to /root/.m2/repository/com/capitalone/dashboard/api/1.5.0-SNAPSHOT/api-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ api >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ api --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ api <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ api --- [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ api --- [INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/student/Hygia/Hygieia/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ api --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ api --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ api --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ api --- [INFO] Analyzed bundle 'com.capitalone.dashboard:api' with 57 classes [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ api --- [INFO] Building jar: /home/student/Hygia/Hygieia/api/target/api.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ api --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:jenkins-build-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jenkins-build-collector --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ jenkins-build-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ jenkins-build-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ jenkins-build-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ jenkins-build-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jenkins-build-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jenkins-build-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/student/Hygia/Hygieia/jenkins-build-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jenkins-build-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jenkins-build-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/student/Hygia/Hygieia/jenkins-build-collector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jenkins-build-collector --- [INFO] Surefire report directory: /home/student/Hygia/Hygieia/jenkins-build-collector/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.collector.HudsonCollectorTaskTests 2015-12-04 09:25:30,396 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 09:25:30,400 INFO c.c.d.collector.HudsonCollectorTask - server1 2015-12-04 09:25:30,400 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 09:25:30,404 INFO c.c.d.collector.HudsonCollectorTask - Fetched jobs 0s 2015-12-04 09:25:30,405 INFO c.c.d.collector.HudsonCollectorTask - New jobs 1 0s 2015-12-04 09:25:30,405 INFO c.c.d.collector.HudsonCollectorTask - New builds 0 0s 2015-12-04 09:25:30,405 INFO c.c.d.collector.HudsonCollectorTask - Finished 0s 2015-12-04 09:25:30,418 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 09:25:30,419 INFO c.c.d.collector.HudsonCollectorTask - server1 2015-12-04 09:25:30,419 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 09:25:30,419 INFO c.c.d.collector.HudsonCollectorTask - Fetched jobs 0s 2015-12-04 09:25:30,419 INFO c.c.d.collector.HudsonCollectorTask - New jobs 0 0s 2015-12-04 09:25:30,419 INFO c.c.d.collector.HudsonCollectorTask - New builds 0 0s 2015-12-04 09:25:30,419 INFO c.c.d.collector.HudsonCollectorTask - Finished 0s 2015-12-04 09:25:30,424 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 09:25:30,424 INFO c.c.d.collector.HudsonCollectorTask - server1 2015-12-04 09:25:30,424 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 09:25:30,424 INFO c.c.d.collector.HudsonCollectorTask - Fetched jobs 0s 2015-12-04 09:25:30,425 INFO c.c.d.collector.HudsonCollectorTask - New jobs 0 0s 2015-12-04 09:25:30,425 INFO c.c.d.collector.HudsonCollectorTask - New builds 0 0s 2015-12-04 09:25:30,425 INFO c.c.d.collector.HudsonCollectorTask - Finished 0s 2015-12-04 09:25:30,428 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 09:25:30,428 INFO c.c.d.collector.HudsonCollectorTask - server1 2015-12-04 09:25:30,428 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 09:25:30,428 INFO c.c.d.collector.HudsonCollectorTask - Fetched jobs 0s 2015-12-04 09:25:30,429 INFO c.c.d.collector.HudsonCollectorTask - New jobs 2 0s 2015-12-04 09:25:30,429 INFO c.c.d.collector.HudsonCollectorTask - New builds 0 0s 2015-12-04 09:25:30,429 INFO c.c.d.collector.HudsonCollectorTask - Finished 0s 2015-12-04 09:25:30,435 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 09:25:30,435 INFO c.c.d.collector.HudsonCollectorTask - server1 2015-12-04 09:25:30,435 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 09:25:30,436 INFO c.c.d.collector.HudsonCollectorTask - Fetched jobs 0s 2015-12-04 09:25:30,436 INFO c.c.d.collector.HudsonCollectorTask - New jobs 1 0s 2015-12-04 09:25:30,436 INFO c.c.d.collector.HudsonCollectorTask - New builds 0 0s 2015-12-04 09:25:30,436 INFO c.c.d.collector.HudsonCollectorTask - Finished 0s 2015-12-04 09:25:30,440 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 09:25:30,440 INFO c.c.d.collector.HudsonCollectorTask - server1 2015-12-04 09:25:30,440 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 09:25:30,441 INFO c.c.d.collector.HudsonCollectorTask - Fetched jobs 0s 2015-12-04 09:25:30,441 INFO c.c.d.collector.HudsonCollectorTask - New jobs 1 0s 2015-12-04 09:25:30,441 INFO c.c.d.collector.HudsonCollectorTask - New builds 1 0s 2015-12-04 09:25:30,442 INFO c.c.d.collector.HudsonCollectorTask - Finished 0s Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.87 sec - in com.capitalone.dashboard.collector.HudsonCollectorTaskTests Running com.capitalone.dashboard.collector.DefaultHudsonClientTests 2015-12-04 09:25:30,506 ERROR c.c.d.collector.DefaultHudsonClient - Parsing jobs on instance: URL org.json.simple.parser.ParseException: null at org.json.simple.parser.JSONParser.parse(JSONParser.java:257) ~[json-simple-1.1.1.jar:na] at org.json.simple.parser.JSONParser.parse(JSONParser.java:81) ~[json-simple-1.1.1.jar:na] at org.json.simple.parser.JSONParser.parse(JSONParser.java:75) ~[json-simple-1.1.1.jar:na] at com.capitalone.dashboard.collector.DefaultHudsonClient.getInstanceJobs(DefaultHudsonClient.java:84) ~[classes/:na] at com.capitalone.dashboard.collector.DefaultHudsonClientTests.instanceJobs_emptyResponse_returnsEmptyMap(DefaultHudsonClientTests.java:52) [test-classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_91] at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_91] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.mockito.internal.runners.JUnit45AndHigherRunnerImpl.run(JUnit45AndHigherRunnerImpl.java:37) [mockito-core-1.10.19.jar:na] at org.mockito.runners.MockitoJUnitRunner.run(MockitoJUnitRunner.java:62) [mockito-core-1.10.19.jar:na] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.17.jar:2.17] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in com.capitalone.dashboard.collector.DefaultHudsonClientTests

Results :

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

[INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jenkins-build-collector --- [INFO] Building jar: /home/student/Hygia/Hygieia/jenkins-build-collector/target/jenkins-build-collector-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ jenkins-build-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jenkins-build-collector --- [INFO] Installing /home/student/Hygia/Hygieia/jenkins-build-collector/target/jenkins-build-collector-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/jenkins-build-collector/1.5.0-SNAPSHOT/jenkins-build-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /home/student/Hygia/Hygieia/jenkins-build-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/jenkins-build-collector/1.5.0-SNAPSHOT/jenkins-build-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ jenkins-build-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ jenkins-build-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ jenkins-build-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ jenkins-build-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jenkins-build-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jenkins-build-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jenkins-build-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jenkins-build-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jenkins-build-collector --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jenkins-build-collector --- [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ jenkins-build-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:sonar-codequality-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sonar-codequality-collector --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ sonar-codequality-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ sonar-codequality-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ sonar-codequality-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ sonar-codequality-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sonar-codequality-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ sonar-codequality-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/student/Hygia/Hygieia/sonar-codequality-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sonar-codequality-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/sonar-codequality-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ sonar-codequality-collector --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ sonar-codequality-collector --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ sonar-codequality-collector --- [INFO] Building jar: /home/student/Hygia/Hygieia/sonar-codequality-collector/target/sonar-codequality-collector-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ sonar-codequality-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sonar-codequality-collector --- [INFO] Installing /home/student/Hygia/Hygieia/sonar-codequality-collector/target/sonar-codequality-collector-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/sonar-codequality-collector/1.5.0-SNAPSHOT/sonar-codequality-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /home/student/Hygia/Hygieia/sonar-codequality-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/sonar-codequality-collector/1.5.0-SNAPSHOT/sonar-codequality-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ sonar-codequality-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ sonar-codequality-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ sonar-codequality-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ sonar-codequality-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sonar-codequality-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ sonar-codequality-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sonar-codequality-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/sonar-codequality-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ sonar-codequality-collector --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ sonar-codequality-collector --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ sonar-codequality-collector --- [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ sonar-codequality-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:subversion-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ subversion-collector --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ subversion-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ subversion-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ subversion-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ subversion-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ subversion-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ subversion-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/student/Hygia/Hygieia/subversion-scm-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ subversion-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/subversion-scm-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ subversion-collector --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ subversion-collector --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ subversion-collector --- [INFO] Building jar: /home/student/Hygia/Hygieia/subversion-scm-collector/target/subversion-collector-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ subversion-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ subversion-collector --- [INFO] Installing /home/student/Hygia/Hygieia/subversion-scm-collector/target/subversion-collector-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/subversion-collector/1.5.0-SNAPSHOT/subversion-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /home/student/Hygia/Hygieia/subversion-scm-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/subversion-collector/1.5.0-SNAPSHOT/subversion-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ subversion-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ subversion-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ subversion-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ subversion-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ subversion-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ subversion-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ subversion-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/subversion-scm-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ subversion-collector --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ subversion-collector --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ subversion-collector --- [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ subversion-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:github-scm-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ github-scm-collector --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ github-scm-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ github-scm-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ github-scm-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ github-scm-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ github-scm-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ github-scm-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/student/Hygia/Hygieia/github-scm-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ github-scm-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/github-scm-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ github-scm-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/student/Hygia/Hygieia/github-scm-collector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ github-scm-collector --- [INFO] Surefire report directory: /home/student/Hygia/Hygieia/github-scm-collector/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.model.GitHubRepoTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in com.capitalone.dashboard.model.GitHubRepoTests

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ github-scm-collector --- [INFO] Building jar: /home/student/Hygia/Hygieia/github-scm-collector/target/github-scm-collector-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ github-scm-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ github-scm-collector --- [INFO] Installing /home/student/Hygia/Hygieia/github-scm-collector/target/github-scm-collector-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/github-scm-collector/1.5.0-SNAPSHOT/github-scm-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /home/student/Hygia/Hygieia/github-scm-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/github-scm-collector/1.5.0-SNAPSHOT/github-scm-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ github-scm-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ github-scm-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ github-scm-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ github-scm-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ github-scm-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ github-scm-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ github-scm-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/github-scm-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ github-scm-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ github-scm-collector --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ github-scm-collector --- [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ github-scm-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:versionone-feature-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ versionone-feature-collector --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ versionone-feature-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ versionone-feature-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ versionone-feature-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ versionone-feature-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ versionone-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ versionone-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/student/Hygia/Hygieia/versionone-feature-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ versionone-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/versionone-feature-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ versionone-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/student/Hygia/Hygieia/versionone-feature-collector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ versionone-feature-collector --- [INFO] Surefire report directory: /home/student/Hygia/Hygieia/versionone-feature-collector/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.util.ClientUtilTest 2015-12-04 09:25:35,995 INFO ClientUtilTest - Beginning tests for com.capitalone.dashboard.collector.ClientUtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 sec - in com.capitalone.dashboard.util.ClientUtilTest Running com.capitalone.dashboard.datafactory.versionone.test.VersionOneDataFactoryImplTest 2015-12-04 09:25:36,011 INFO VersionOneDataFactoryImplTest - Beginning tests for com.capitalone.dashboard.datafactory.versionone.VersionOneDataFactoryImpl 2015-12-04 09:25:36,047 ERROR c.c.d.d.v.VersionOneDataFactoryImpl - There was an unexpected problem connecting and authenticating with VersionOne: The VersionOne instance URL cannot be null or empty. | null | [com.versionone.apiclient.V1Connector.(V1Connector.java:199), com.versionone.apiclient.V1Connector$Builder.(V1Connector.java:223), com.versionone.apiclient.V1Connector.withInstanceUrl(V1Connector.java:212), com.capitalone.dashboard.datafactory.versionone.VersionOneDataFactoryImpl.VersionOneAuthentication(VersionOneDataFactoryImpl.java:95), com.capitalone.dashboard.datafactory.versionone.VersionOneDataFactoryImpl.(VersionOneDataFactoryImpl.java:62), com.capitalone.dashboard.datafactory.versionone.test.VersionOneDataFactoryImplTest.setUpBeforeClass(VersionOneDataFactoryImplTest.java:71), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47), org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12), org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44), org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24), org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27), org.junit.runners.ParentRunner.run(ParentRunner.java:309), org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264), org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153), org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124), org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200), org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153), org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)] com.versionone.apiclient.exceptions.V1Exception: null value v1Connector at com.versionone.apiclient.Services.(Services.java:86) at com.capitalone.dashboard.datafactory.versionone.VersionOneDataFactoryImpl.(VersionOneDataFactoryImpl.java:62) at com.capitalone.dashboard.datafactory.versionone.test.VersionOneDataFactoryImplTest.setUpBeforeClass(VersionOneDataFactoryImplTest.java:71) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.044 sec - in com.capitalone.dashboard.datafactory.versionone.test.VersionOneDataFactoryImplTest

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 2

[INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ versionone-feature-collector --- [INFO] Building jar: /home/student/Hygia/Hygieia/versionone-feature-collector/target/versionone-feature-collector.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ versionone-feature-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ versionone-feature-collector --- [INFO] Installing /home/student/Hygia/Hygieia/versionone-feature-collector/target/versionone-feature-collector.jar to /root/.m2/repository/com/capitalone/dashboard/versionone-feature-collector/1.5.0-SNAPSHOT/versionone-feature-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /home/student/Hygia/Hygieia/versionone-feature-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/versionone-feature-collector/1.5.0-SNAPSHOT/versionone-feature-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ versionone-feature-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ versionone-feature-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ versionone-feature-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ versionone-feature-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ versionone-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ versionone-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/student/Hygia/Hygieia/versionone-feature-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ versionone-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/versionone-feature-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ versionone-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/student/Hygia/Hygieia/versionone-feature-collector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ versionone-feature-collector --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ versionone-feature-collector --- [INFO] Building jar: /home/student/Hygia/Hygieia/versionone-feature-collector/target/versionone-feature-collector.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ versionone-feature-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:udeploy-deployment-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ udeploy-deployment-collector --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ udeploy-deployment-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ udeploy-deployment-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ udeploy-deployment-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ udeploy-deployment-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ udeploy-deployment-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ udeploy-deployment-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/student/Hygia/Hygieia/udeploy-deployment-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ udeploy-deployment-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/udeploy-deployment-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ udeploy-deployment-collector --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ udeploy-deployment-collector --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ udeploy-deployment-collector --- [INFO] Building jar: /home/student/Hygia/Hygieia/udeploy-deployment-collector/target/udeploy-deployment-collector-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ udeploy-deployment-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ udeploy-deployment-collector --- [INFO] Installing /home/student/Hygia/Hygieia/udeploy-deployment-collector/target/udeploy-deployment-collector-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/udeploy-deployment-collector/1.5.0-SNAPSHOT/udeploy-deployment-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /home/student/Hygia/Hygieia/udeploy-deployment-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/udeploy-deployment-collector/1.5.0-SNAPSHOT/udeploy-deployment-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ udeploy-deployment-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ udeploy-deployment-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ udeploy-deployment-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ udeploy-deployment-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ udeploy-deployment-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ udeploy-deployment-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ udeploy-deployment-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/udeploy-deployment-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ udeploy-deployment-collector --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ udeploy-deployment-collector --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ udeploy-deployment-collector --- [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ udeploy-deployment-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:jira-feature-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jira-feature-collector --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ jira-feature-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ jira-feature-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ jira-feature-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ jira-feature-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jira-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jira-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /home/student/Hygia/Hygieia/jira-feature-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jira-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jira-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/student/Hygia/Hygieia/jira-feature-collector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jira-feature-collector --- [INFO] Surefire report directory: /home/student/Hygia/Hygieia/jira-feature-collector/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.util.ClientUtilTest 2015-12-04 09:25:41,050 INFO ClientUtilTest - Beginning tests for com.capitalone.dashboard.collector.ClientUtilTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec - in com.capitalone.dashboard.util.ClientUtilTest Running com.capitalone.dashboard.datafactory.jira.JiraDataFactoryImplTest 2015-12-04 09:25:41,073 INFO c.c.d.d.jira.JiraDataFactoryImplTest - Beginning tests for com.capitalone.dashboard.datafactory.jira.JiraDataFactoryImpl Tests run: 6, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.006 sec - in com.capitalone.dashboard.datafactory.jira.JiraDataFactoryImplTest

Results :

Tests run: 12, Failures: 0, Errors: 0, Skipped: 6

[INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jira-feature-collector --- [INFO] Building jar: /home/student/Hygia/Hygieia/jira-feature-collector/target/jira-feature-collector.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ jira-feature-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jira-feature-collector --- [INFO] Installing /home/student/Hygia/Hygieia/jira-feature-collector/target/jira-feature-collector.jar to /root/.m2/repository/com/capitalone/dashboard/jira-feature-collector/1.5.0-SNAPSHOT/jira-feature-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /home/student/Hygia/Hygieia/jira-feature-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/jira-feature-collector/1.5.0-SNAPSHOT/jira-feature-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ jira-feature-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ jira-feature-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ jira-feature-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ jira-feature-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jira-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jira-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /home/student/Hygia/Hygieia/jira-feature-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jira-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jira-feature-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jira-feature-collector --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jira-feature-collector --- [INFO] Building jar: /home/student/Hygia/Hygieia/jira-feature-collector/target/jira-feature-collector.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ jira-feature-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:jenkins-cucumber-test-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jenkins-cucumber-test-collector --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ jenkins-cucumber-test-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ jenkins-cucumber-test-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ jenkins-cucumber-test-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ jenkins-cucumber-test-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jenkins-cucumber-test-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/jenkins-cucumber-test-collector/src/main/resources [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/jenkins-cucumber-test-collector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jenkins-cucumber-test-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/student/Hygia/Hygieia/jenkins-cucumber-test-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jenkins-cucumber-test-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jenkins-cucumber-test-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/student/Hygia/Hygieia/jenkins-cucumber-test-collector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jenkins-cucumber-test-collector --- [INFO] Surefire report directory: /home/student/Hygia/Hygieia/jenkins-cucumber-test-collector/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.collector.CucumberJsonToTestResultTransformerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 sec - in com.capitalone.dashboard.collector.CucumberJsonToTestResultTransformerTest

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jenkins-cucumber-test-collector --- [INFO] Building jar: /home/student/Hygia/Hygieia/jenkins-cucumber-test-collector/target/jenkins-cucumber-test-collector-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ jenkins-cucumber-test-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jenkins-cucumber-test-collector --- [INFO] Installing /home/student/Hygia/Hygieia/jenkins-cucumber-test-collector/target/jenkins-cucumber-test-collector-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/jenkins-cucumber-test-collector/1.5.0-SNAPSHOT/jenkins-cucumber-test-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /home/student/Hygia/Hygieia/jenkins-cucumber-test-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/jenkins-cucumber-test-collector/1.5.0-SNAPSHOT/jenkins-cucumber-test-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ jenkins-cucumber-test-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ jenkins-cucumber-test-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ jenkins-cucumber-test-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ jenkins-cucumber-test-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jenkins-cucumber-test-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/jenkins-cucumber-test-collector/src/main/resources [INFO] skip non existing resourceDirectory /home/student/Hygia/Hygieia/jenkins-cucumber-test-collector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jenkins-cucumber-test-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jenkins-cucumber-test-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jenkins-cucumber-test-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jenkins-cucumber-test-collector --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jenkins-cucumber-test-collector --- [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ jenkins-cucumber-test-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:UI 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ UI --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ UI >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ UI --- [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ UI <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ UI --- [INFO] [INFO] --- frontend-maven-plugin:0.0.25:install-node-and-npm (install node and npm) @ UI --- [INFO] Installing node version v0.12.0 [INFO] Creating temporary directory /home/student/Hygia/Hygieia/UI/node_tmp [INFO] Downloading Node.js from http://nodejs.org/dist/v0.12.0/node-v0.12.0-linux-x64.tar.gz to /home/student/Hygia/Hygieia/UI/node_tmp/node.tar.gz [INFO] No proxy was configured, downloading directly [INFO] Extracting Node.js files in node_tmp [INFO] Unpacking /home/student/Hygia/Hygieia/UI/node_tmp/node.tar.gz into /home/student/Hygia/Hygieia/UI/node_tmp [INFO] Moving node binary to /home/student/Hygia/Hygieia/UI/node/node [INFO] Deleting temporary directory /home/student/Hygia/Hygieia/UI/node_tmp [INFO] Installed node locally. [INFO] Installing npm version 2.7.1 [INFO] Downloading NPM from http://registry.npmjs.org/npm/-/npm-2.7.1.tgz to /home/student/Hygia/Hygieia/UI/npm.tar.gz [INFO] No proxy was configured, downloading directly [INFO] Extracting NPM files in node/ [INFO] Unpacking /home/student/Hygia/Hygieia/UI/npm.tar.gz into /home/student/Hygia/Hygieia/UI/node/node_modules [INFO] Installed NPM locally. [INFO] [INFO] --- frontend-maven-plugin:0.0.25:npm (npm install) @ UI --- [INFO] Running 'npm install --color=false' in /home/student/Hygia/Hygieia/UI [ERROR] npm WARN peerDependencies The peer dependency karma@>=0.9 included from karma-phantomjs-launcher will no [ERROR] npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency [ERROR] npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. [ERROR] npm WARN peerDependencies The peer dependency karma@>=0.10 <=0.13 included from gulp-karma will no [ERROR] npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency [ERROR] npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. [ERROR] npm WARN peerDependencies The peer dependency jasmine-core@* included from karma-jasmine will no [ERROR] npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency [ERROR] npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. [ERROR] npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^3.0.0. [ERROR] npm WARN deprecated lodash@2.2.1: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^3.0.0. [ERROR] npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^3.0.0. [INFO] [INFO] > optipng-bin@3.0.3 postinstall /home/student/Hygia/Hygieia/UI/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-optipng/node_modules/optipng-bin [INFO] > node lib/install.js [INFO] [ERROR] ✔ optipng pre-build test passed successfully [INFO] [INFO] > gifsicle@3.0.3 postinstall /home/student/Hygia/Hygieia/UI/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-gifsicle/node_modules/gifsicle [INFO] > node lib/install.js [INFO] [ERROR] ✔ gifsicle pre-build test passed successfully [INFO] [INFO] > jpegtran-bin@3.0.6 postinstall /home/student/Hygia/Hygieia/UI/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-jpegtran/node_modules/jpegtran-bin [INFO] > node lib/install.js [INFO] [ERROR] ✔ jpegtran pre-build test passed successfully [ERROR] npm WARN optional dep failed, continuing fsevents@1.0.5 [INFO] [INFO] > phantomjs@1.9.19 install /home/student/Hygia/Hygieia/UI/node_modules/karma-phantomjs-launcher/node_modules/phantomjs [INFO] > node install.js [INFO] [INFO] PhantomJS not found on PATH [INFO] Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2 [INFO] Saving to /home/student/Hygia/Hygieia/UI/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2 [INFO] Receiving... [INFO] [INFO] Received 12854K total. [INFO] Extracting tar contents (via spawned process) [INFO] Removing /home/student/Hygia/Hygieia/UI/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom [INFO] Copying extracted folder /home/student/Hygia/Hygieia/UI/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2-extract-1449201465096/phantomjs-1.9.8-linux-x86_64 -> /home/student/Hygia/Hygieia/UI/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom [INFO] Writing location.js file [INFO] Done. Phantomjs binary available at /home/student/Hygia/Hygieia/UI/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/bin/phantomjs [INFO] [INFO] > utf-8-validate@1.2.1 install /home/student/Hygia/Hygieia/UI/node_modules/browser-sync/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [INFO] [INFO] > bufferutil@1.2.1 install /home/student/Hygia/Hygieia/UI/node_modules/browser-sync/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [ERROR] npm WARN optional dep failed, continuing utf-8-validate@1.2.1 [INFO] [INFO] > utf-8-validate@1.2.1 install /home/student/Hygia/Hygieia/UI/node_modules/browser-sync/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/utf-8-validate [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [ERROR] npm WARN optional dep failed, continuing bufferutil@1.2.1 [INFO] [INFO] > bufferutil@1.2.1 install /home/student/Hygia/Hygieia/UI/node_modules/browser-sync/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/bufferutil [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [ERROR] npm WARN optional dep failed, continuing utf-8-validate@1.2.1 [ERROR] npm WARN optional dep failed, continuing bufferutil@1.2.1 [INFO] [INFO] > bufferutil@1.2.1 install /home/student/Hygia/Hygieia/UI/node_modules/karma/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [ERROR] npm WARN optional dep failed, continuing bufferutil@1.2.1 [INFO] [INFO] > utf-8-validate@1.2.1 install /home/student/Hygia/Hygieia/UI/node_modules/karma/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [ERROR] npm WARN optional dep failed, continuing utf-8-validate@1.2.1 [INFO] [INFO] > bufferutil@1.2.1 install /home/student/Hygia/Hygieia/UI/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/bufferutil [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [INFO] [INFO] > utf-8-validate@1.2.1 install /home/student/Hygia/Hygieia/UI/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/utf-8-validate [INFO] > node-gyp rebuild [INFO] [ERROR] sh: 1: node-gyp: Permission denied [ERROR] npm WARN optional dep failed, continuing bufferutil@1.2.1 [ERROR] npm WARN optional dep failed, continuing utf-8-validate@1.2.1 [INFO] gulp-rename@1.2.2 node_modules/gulp-rename [INFO] [INFO] uglify-save-license@0.4.1 node_modules/uglify-save-license [INFO] [INFO] minimist@1.2.0 node_modules/minimist [INFO] [INFO] require-dir@0.1.0 node_modules/require-dir [INFO] [INFO] gulp-consolidate@0.1.2 node_modules/gulp-consolidate [INFO] ├── map-stream@0.0.4 [INFO] └── consolidate@0.10.0 [INFO] [INFO] chalk@0.5.1 node_modules/chalk [INFO] ├── ansi-styles@1.1.0 [INFO] ├── escape-string-regexp@1.0.3 [INFO] ├── supports-color@0.2.0 [INFO] ├── strip-ansi@0.3.0 (ansi-regex@0.2.1) [INFO] └── has-ansi@0.1.0 (ansi-regex@0.2.1) [INFO] [INFO] http-proxy@1.7.3 node_modules/http-proxy [INFO] ├── requires-port@0.0.1 [INFO] └── eventemitter3@0.1.6 [INFO] [INFO] jshint-stylish@1.0.2 node_modules/jshint-stylish [INFO] ├── log-symbols@1.0.2 [INFO] ├── text-table@0.2.0 [INFO] ├── string-length@1.0.1 (strip-ansi@3.0.0) [INFO] └── chalk@1.1.1 (supports-color@2.0.0, escape-string-regexp@1.0.3, ansi-styles@2.1.0, has-ansi@2.0.0, strip-ansi@3.0.0) [INFO] [INFO] yargs@1.3.3 node_modules/yargs [INFO] [INFO] gulp-replace@0.5.4 node_modules/gulp-replace [INFO] ├── replacestream@4.0.0 (escape-string-regexp@1.0.3, object-assign@3.0.0) [INFO] ├── istextorbinary@1.0.2 (binaryextensions@1.0.0, textextensions@1.0.1) [INFO] └── readable-stream@2.0.4 (isarray@0.0.1, process-nextick-args@1.0.6, inherits@2.0.1, util-deprecate@1.0.2, string_decoder@0.10.31, core-util-is@1.0.2) [INFO] [INFO] jasmine-core@2.4.1 node_modules/jasmine-core [INFO] [INFO] karma-jasmine@0.3.6 node_modules/karma-jasmine [INFO] [INFO] del@0.1.3 node_modules/del [INFO] ├── is-path-cwd@1.0.0 [INFO] ├── each-async@1.1.1 (onetime@1.0.0, set-immediate-shim@1.0.1) [INFO] ├── is-path-in-cwd@1.0.0 (is-path-inside@1.0.0) [INFO] ├── rimraf@2.4.4 (glob@5.0.15) [INFO] └── globby@0.1.1 (array-differ@0.1.0, array-union@0.1.0, async@0.9.2, glob@4.5.3) [INFO] [INFO] main-bower-files@2.4.2 node_modules/main-bower-files [INFO] ├── strip-json-comments@1.0.4 [INFO] ├── colors@0.6.2 [INFO] ├── minimatch@1.0.0 (sigmund@1.0.1, lru-cache@2.7.3) [INFO] └── glob@4.5.3 (inherits@2.0.1, once@1.3.3, inflight@1.0.4, minimatch@2.0.10) [INFO] [INFO] gulp-useref@1.0.2 node_modules/gulp-useref [INFO] ├── is-absolute-url@1.0.0 [INFO] ├── strip-bom@0.3.1 (first-chunk-stream@0.1.0, is-utf8@0.2.0) [INFO] ├── through2@0.6.5 (xtend@4.0.1, readable-stream@1.0.33) [INFO] ├── node-useref@0.3.15 [INFO] ├── brace-expand-join@0.1.0 (array-uniq@1.0.2, minimatch@1.0.0) [INFO] ├── glob@4.5.3 (inherits@2.0.1, inflight@1.0.4, once@1.3.3, minimatch@2.0.10) [INFO] └── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, lodash._reescape@3.0.0, lodash._reevaluate@3.0.0, lodash._reinterpolate@3.0.0, fancy-log@1.1.0, beeper@1.1.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, chalk@1.1.1, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] [INFO] gulp-rev-replace@0.3.4 node_modules/gulp-rev-replace [INFO] ├── through2@0.4.2 (xtend@2.1.2, readable-stream@1.0.33) [INFO] └── gulp-util@2.2.20 (lodash._reinterpolate@2.4.1, minimist@0.2.0, vinyl@0.2.3, lodash.template@2.4.1, through2@0.5.1, multipipe@0.1.2, dateformat@1.0.12) [INFO] [INFO] gulp-inject@1.0.2 node_modules/gulp-inject [INFO] ├── event-stream@3.3.2 (stream-combiner@0.0.4, duplexer@0.1.1, from@0.1.3, pause-stream@0.0.11, map-stream@0.1.0, split@0.3.3, through@2.3.8) [INFO] └── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, fancy-log@1.1.0, lodash._reescape@3.0.0, lodash._reinterpolate@3.0.0, lodash._reevaluate@3.0.0, beeper@1.1.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, chalk@1.1.1, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] [INFO] gulp-flatten@0.0.4 node_modules/gulp-flatten [INFO] ├── through2@0.6.5 (xtend@4.0.1, readable-stream@1.0.33) [INFO] └── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, lodash._reinterpolate@3.0.0, fancy-log@1.1.0, lodash._reevaluate@3.0.0, beeper@1.1.0, lodash._reescape@3.0.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, chalk@1.1.1, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] [INFO] gulp-filter@1.0.2 node_modules/gulp-filter [INFO] ├── through2@0.6.5 (xtend@4.0.1, readable-stream@1.0.33) [INFO] ├── multimatch@0.3.0 (array-differ@0.1.0, array-union@0.1.0, minimatch@0.3.0) [INFO] └── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, lodash._reinterpolate@3.0.0, fancy-log@1.1.0, lodash._reescape@3.0.0, beeper@1.1.0, lodash._reevaluate@3.0.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, chalk@1.1.1, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] [INFO] gulp-rev@2.0.1 node_modules/gulp-rev [INFO] ├── object-assign@1.0.0 [INFO] ├── through2@0.6.5 (xtend@4.0.1, readable-stream@1.0.33) [INFO] └── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, fancy-log@1.1.0, lodash._reinterpolate@3.0.0, lodash._reescape@3.0.0, beeper@1.1.0, lodash._reevaluate@3.0.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, chalk@1.1.1, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] [INFO] gulp-protractor@0.0.12 node_modules/gulp-protractor [INFO] ├── dargs@3.0.1 [INFO] ├── async@0.7.0 [INFO] ├── event-stream@3.3.2 (stream-combiner@0.0.4, duplexer@0.1.1, from@0.1.3, pause-stream@0.0.11, map-stream@0.1.0, split@0.3.3, through@2.3.8) [INFO] └── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, fancy-log@1.1.0, lodash._reevaluate@3.0.0, lodash._reescape@3.0.0, beeper@1.1.0, lodash._reinterpolate@3.0.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, chalk@1.1.1, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] [INFO] gulp-angular-templatecache@1.4.2 node_modules/gulp-angular-templatecache [INFO] ├── js-string-escape@1.0.0 [INFO] ├── event-stream@3.3.2 (stream-combiner@0.0.4, duplexer@0.1.1, from@0.1.3, pause-stream@0.0.11, map-stream@0.1.0, split@0.3.3, through@2.3.8) [INFO] ├── gulp-footer@1.0.5 (lodash.assign@3.2.0) [INFO] ├── path@0.12.7 (process@0.11.2, util@0.10.3) [INFO] ├── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, lodash._reescape@3.0.0, fancy-log@1.1.0, lodash._reinterpolate@3.0.0, beeper@1.1.0, lodash._reevaluate@3.0.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, chalk@1.1.1, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] ├── gulp-concat@2.6.0 (through2@0.6.5, concat-with-sourcemaps@1.0.4) [INFO] └── gulp-header@1.7.1 (object-assign@4.0.1, through2@2.0.0, concat-with-sourcemaps@1.0.4) [INFO] [INFO] gulp-uglify@1.0.2 node_modules/gulp-uglify [INFO] ├── deepmerge@0.2.10 [INFO] ├── through2@0.6.5 (xtend@4.0.1, readable-stream@1.0.33) [INFO] ├── vinyl-sourcemaps-apply@0.1.4 (source-map@0.1.43) [INFO] ├── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, lodash._reevaluate@3.0.0, beeper@1.1.0, lodash._reescape@3.0.0, lodash._reinterpolate@3.0.0, fancy-log@1.1.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, gulplog@1.0.0, chalk@1.1.1, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] └── uglify-js@2.4.15 (uglify-to-browserify@1.0.2, async@0.2.10, optimist@0.3.7, source-map@0.1.34) [INFO] [INFO] gulp@3.8.11 node_modules/gulp [INFO] ├── pretty-hrtime@0.2.2 [INFO] ├── interpret@0.3.10 [INFO] ├── deprecated@0.0.1 [INFO] ├── archy@1.0.0 [INFO] ├── tildify@1.1.2 (os-homedir@1.0.1) [INFO] ├── v8flags@2.0.10 (user-home@1.1.1) [INFO] ├── orchestrator@0.3.7 (stream-consume@0.1.0, sequencify@0.0.7, end-of-stream@0.1.5) [INFO] ├── semver@4.3.6 [INFO] ├── liftoff@2.2.0 (extend@2.0.1, rechoir@0.6.2, flagged-respawn@0.3.1, findup-sync@0.3.0, resolve@1.1.6) [INFO] ├── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, beeper@1.1.0, fancy-log@1.1.0, lodash._reescape@3.0.0, lodash._reinterpolate@3.0.0, lodash._reevaluate@3.0.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, chalk@1.1.1, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] └── vinyl-fs@0.3.14 (graceful-fs@3.0.8, strip-bom@1.0.0, defaults@1.0.3, vinyl@0.4.6, mkdirp@0.5.1, through2@0.6.5, glob-stream@3.1.18, glob-watcher@0.0.6) [INFO] [INFO] gulp-load-plugins@0.7.1 node_modules/gulp-load-plugins [INFO] ├── multimatch@1.0.0 (array-differ@1.0.0, array-union@1.0.1, minimatch@1.0.0) [INFO] └── findup-sync@0.1.3 (glob@3.2.11, lodash@2.4.2) [INFO] [INFO] gulp-size@1.1.0 node_modules/gulp-size [INFO] ├── through2@0.6.5 (xtend@4.0.1, readable-stream@1.0.33) [INFO] ├── pretty-bytes@1.0.4 (get-stdin@4.0.1, meow@3.6.0) [INFO] ├── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, fancy-log@1.1.0, lodash._reescape@3.0.0, beeper@1.1.0, lodash._reinterpolate@3.0.0, lodash._reevaluate@3.0.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, chalk@1.1.1, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] └── gzip-size@1.0.0 (concat-stream@1.5.1, browserify-zlib@0.1.4) [INFO] [INFO] jade@1.8.2 node_modules/jade [INFO] ├── character-parser@1.2.1 [INFO] ├── void-elements@1.0.0 [INFO] ├── commander@2.5.1 [INFO] ├── mkdirp@0.5.1 (minimist@0.0.8) [INFO] ├── constantinople@3.0.2 (acorn@2.6.4) [INFO] ├── with@4.0.3 (acorn-globals@1.0.9, acorn@1.2.2) [INFO] └── transformers@2.1.0 (promise@2.0.0, css@1.0.8, uglify-js@2.2.5) [INFO] [INFO] gulp-angular-filesort@1.0.4 node_modules/gulp-angular-filesort [INFO] ├── toposort@0.2.12 [INFO] ├── event-stream@3.3.2 (stream-combiner@0.0.4, duplexer@0.1.1, from@0.1.3, pause-stream@0.0.11, map-stream@0.1.0, split@0.3.3, through@2.3.8) [INFO] ├── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, lodash._reinterpolate@3.0.0, lodash._reevaluate@3.0.0, beeper@1.1.0, fancy-log@1.1.0, lodash._reescape@3.0.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, gulplog@1.0.0, chalk@1.1.1, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] └── ng-dependencies@0.1.3 (estraverse@1.9.3, esprima@1.2.5, sugar@1.4.1) [INFO] [INFO] wiredep@2.2.2 node_modules/wiredep [INFO] ├── propprop@0.3.0 [INFO] ├── through2@0.6.5 (xtend@4.0.1, readable-stream@1.0.33) [INFO] ├── glob@4.5.3 (inherits@2.0.1, once@1.3.3, inflight@1.0.4, minimatch@2.0.10) [INFO] ├── lodash@2.4.2 [INFO] └── bower-config@0.5.2 (osenv@0.0.3, graceful-fs@2.0.3, optimist@0.6.1, mout@0.9.1) [INFO] [INFO] karma-phantomjs-launcher@0.1.4 node_modules/karma-phantomjs-launcher [INFO] └── phantomjs@1.9.19 (which@1.0.9, progress@1.1.8, kew@0.4.0, md5@2.0.0, request-progress@0.3.1, adm-zip@0.4.4, npmconf@2.1.1, fs-extra@0.23.1, request@2.42.0) [INFO] [INFO] browser-sync@1.7.3 node_modules/browser-sync [INFO] ├── emitter-steward@0.0.1 [INFO] ├── foxy@6.1.0 [INFO] ├── opn@1.0.2 [INFO] ├── object-path@0.8.1 [INFO] ├── commander@2.9.0 (graceful-readlink@1.0.1) [INFO] ├── tfunk@3.0.1 (object-path@0.9.2) [INFO] ├── ua-parser-js@0.7.9 [INFO] ├── serve-static@1.10.0 (escape-html@1.0.2, parseurl@1.3.0, send@0.13.0) [INFO] ├── resp-modifier@1.0.2 (minimatch@2.0.10) [INFO] ├── connect@3.4.0 (utils-merge@1.0.0, parseurl@1.3.0, debug@2.2.0, finalhandler@0.4.0) [INFO] ├── browser-sync-client@0.5.2 [INFO] ├── portscanner-plus@0.2.1 (q@1.4.1, portscanner@1.0.0) [INFO] ├── serve-index@1.7.2 (escape-html@1.0.2, parseurl@1.3.0, batch@0.5.2, http-errors@1.3.1, debug@2.2.0, accepts@1.2.13, mime-types@2.1.8) [INFO] ├── glob-watcher@0.0.7 (gaze@0.5.2) [INFO] ├── lodash@2.4.2 [INFO] ├── dev-ip@0.1.7 (lodash@2.2.1) [INFO] ├── localtunnel@1.8.0 (openurl@1.1.0, debug@2.2.0, yargs@3.29.0, request@2.65.0) [INFO] ├── socket.io@1.3.7 (debug@2.1.0, has-binary-data@0.1.3, socket.io-adapter@0.3.1, socket.io-parser@2.2.4, engine.io@1.5.4, socket.io-client@1.3.7) [INFO] ├── opt-merger@1.1.1 (lodash@3.10.1) [INFO] ├── eazy-logger@2.1.2 (lodash@3.10.1) [INFO] └── easy-extender@2.3.2 (lodash@3.10.1) [INFO] [INFO] gulp-ng-annotate@0.5.3 node_modules/gulp-ng-annotate [INFO] ├── merge@1.2.0 [INFO] ├── through2@0.4.2 (xtend@2.1.2, readable-stream@1.0.33) [INFO] ├── bufferstreams@0.0.2 (readable-stream@1.1.13) [INFO] ├── vinyl-sourcemaps-apply@0.1.4 (source-map@0.1.43) [INFO] ├── gulp-util@2.2.20 (lodash._reinterpolate@2.4.1, minimist@0.2.0, vinyl@0.2.3, lodash.template@2.4.1, through2@0.5.1, multipipe@0.1.2, dateformat@1.0.12) [INFO] └── ng-annotate@0.15.4 (tryor@0.1.2, simple-fmt@0.1.0, alter@0.2.0, simple-is@0.2.0, stringset@0.2.1, stringmap@0.2.2, stable@0.1.5, convert-source-map@0.4.1, ordered-ast-traverse@1.1.1, optimist@0.6.1, source-map@0.1.43, acorn@0.11.0) [INFO] [INFO] gulp-imagemin@2.1.0 node_modules/gulp-imagemin [INFO] ├── object-assign@2.1.1 [INFO] ├── through2-concurrent@0.3.1 (through2@0.6.5) [INFO] ├── pretty-bytes@1.0.4 (get-stdin@4.0.1, meow@3.6.0) [INFO] ├── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, lodash._reescape@3.0.0, fancy-log@1.1.0, lodash._reinterpolate@3.0.0, lodash._reevaluate@3.0.0, beeper@1.1.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, chalk@1.1.1, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] └── imagemin@3.2.2 (get-stdin@4.0.1, path-exists@1.0.0, optional@0.1.3, stream-combiner2@1.1.1, concat-stream@1.5.1, buffer-to-vinyl@1.1.0, readable-stream@2.0.4, meow@3.6.0, vinyl-fs@1.0.0, imagemin-optipng@4.3.0, imagemin-gifsicle@4.2.0, imagemin-jpegtran@4.3.2, imagemin-svgo@4.2.0) [INFO] [INFO] gulp-minify-html@0.1.8 node_modules/gulp-minify-html [INFO] ├── through2@0.5.1 (xtend@3.0.0, readable-stream@1.0.33) [INFO] ├── gulp-util@2.2.20 (lodash._reinterpolate@2.4.1, minimist@0.2.0, vinyl@0.2.3, lodash.template@2.4.1, multipipe@0.1.2, dateformat@1.0.12) [INFO] └── minimize@1.7.4 (emits@3.0.0, argh@0.1.4, async@1.4.2, node-uuid@1.4.7, diagnostics@1.0.1, htmlparser2@3.8.3, cli-color@1.0.0) [INFO] [INFO] gulp-jshint@1.9.4 node_modules/gulp-jshint [INFO] ├── through2@0.6.5 (xtend@4.0.1, readable-stream@1.0.33) [INFO] ├── minimatch@2.0.10 (brace-expansion@1.1.2) [INFO] ├── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, fancy-log@1.1.0, beeper@1.1.0, lodash._reescape@3.0.0, lodash._reevaluate@3.0.0, lodash._reinterpolate@3.0.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, chalk@1.1.1, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] ├── rcloader@0.1.2 (rcfinder@0.1.8, lodash@2.4.2) [INFO] ├── lodash@3.10.1 [INFO] └── jshint@2.8.0 (strip-json-comments@1.0.4, exit@0.1.2, console-browserify@1.1.0, shelljs@0.3.0, cli@0.6.6, htmlparser2@3.8.3, lodash@3.7.0) [INFO] [INFO] gulp-csso@0.2.9 node_modules/gulp-csso [INFO] ├── bufferstreams@0.0.2 (readable-stream@1.1.13) [INFO] ├── gulp-util@2.2.20 (lodash._reinterpolate@2.4.1, minimist@0.2.0, vinyl@0.2.3, lodash.template@2.4.1, through2@0.5.1, multipipe@0.1.2, dateformat@1.0.12) [INFO] └── csso@1.3.12 [INFO] [INFO] karma@0.13.15 node_modules/karma [INFO] ├── batch@0.5.3 [INFO] ├── rimraf@2.4.4 [INFO] ├── di@0.0.1 [INFO] ├── graceful-fs@4.1.2 [INFO] ├── mime@1.3.4 [INFO] ├── colors@1.1.2 [INFO] ├── http-proxy@1.12.0 (eventemitter3@1.1.1, requires-port@0.0.1) [INFO] ├── glob@5.0.15 (path-is-absolute@1.0.0, inherits@2.0.1, once@1.3.3, inflight@1.0.4) [INFO] ├── minimatch@3.0.0 (brace-expansion@1.1.2) [INFO] ├── optimist@0.6.1 (wordwrap@0.0.3, minimist@0.0.10) [INFO] ├── dom-serialize@2.2.1 (custom-event@1.0.0, void-elements@2.0.1, extend@3.0.0, ent@2.2.0) [INFO] ├── connect@3.4.0 (utils-merge@1.0.0, parseurl@1.3.0, debug@2.2.0, finalhandler@0.4.0) [INFO] ├── useragent@2.1.7 (lru-cache@2.2.4) [INFO] ├── expand-braces@0.1.2 (array-unique@0.2.1, array-slice@0.2.3, braces@0.1.5) [INFO] ├── bluebird@2.10.2 [INFO] ├── body-parser@1.14.1 (bytes@2.1.0, content-type@1.0.1, depd@1.1.0, on-finished@2.3.0, http-errors@1.3.1, debug@2.2.0, qs@5.1.0, type-is@1.6.10, iconv-lite@0.4.12, raw-body@2.1.5) [INFO] ├── chokidar@1.4.0 (path-is-absolute@1.0.0, async-each@0.1.6, glob-parent@2.0.0, is-glob@2.0.1, is-binary-path@1.0.1, readdirp@2.0.0, anymatch@1.3.0) [INFO] ├── source-map@0.5.3 [INFO] ├── log4js@0.6.29 (async@0.2.10, underscore@1.8.2, semver@4.3.6, readable-stream@1.0.33) [INFO] ├── socket.io@1.3.7 (debug@2.1.0, has-binary-data@0.1.3, socket.io-adapter@0.3.1, engine.io@1.5.4, socket.io-client@1.3.7, socket.io-parser@2.2.4) [INFO] ├── lodash@3.10.1 [INFO] └── core-js@1.2.6 [INFO] [INFO] gulp-karma@0.0.5 node_modules/gulp-karma [INFO] ├── xtend@2.1.2 (object-keys@0.4.0) [INFO] ├── event-stream@3.0.20 (stream-combiner@0.0.4, duplexer@0.1.1, from@0.1.3, pause-stream@0.0.11, split@0.2.10, through@2.3.8, map-stream@0.0.6) [INFO] ├── optimist@0.6.1 (wordwrap@0.0.3, minimist@0.0.10) [INFO] └── gulp-util@2.2.20 (lodash._reinterpolate@2.4.1, minimist@0.2.0, vinyl@0.2.3, lodash.template@2.4.1, through2@0.5.1, multipipe@0.1.2, dateformat@1.0.12) [INFO] [INFO] gulp-if@2.0.0 node_modules/gulp-if [INFO] ├── gulp-match@1.0.0 (minimatch@3.0.0) [INFO] ├── through2@2.0.0 (xtend@4.0.1, readable-stream@2.0.4) [INFO] └── ternary-stream@2.0.0 (fork-stream@0.0.4, merge-stream@1.0.0, duplexify@3.4.2) [INFO] [INFO] gulp-autoprefixer@2.0.0 node_modules/gulp-autoprefixer [INFO] ├── object-assign@1.0.0 [INFO] ├── through2@0.6.5 (xtend@4.0.1, readable-stream@1.0.33) [INFO] ├── vinyl-sourcemaps-apply@0.1.4 (source-map@0.1.43) [INFO] ├── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, lodash._reinterpolate@3.0.0, lodash._reevaluate@3.0.0, lodash._reescape@3.0.0, beeper@1.1.0, fancy-log@1.1.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, chalk@1.1.1, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] └── autoprefixer-core@4.0.2 (postcss@3.0.7, caniuse-db@1.0.30000373) [INFO] [INFO] gulp-less@1.3.9 node_modules/gulp-less [INFO] ├── convert-source-map@0.4.1 [INFO] ├── lodash.defaults@2.4.1 (lodash._objecttypes@2.4.1, lodash.keys@2.4.1) [INFO] ├── through2@0.5.1 (xtend@3.0.0, readable-stream@1.0.33) [INFO] ├── vinyl-sourcemaps-apply@0.1.4 (source-map@0.1.43) [INFO] ├── gulp-util@3.0.7 (array-differ@1.0.0, array-uniq@1.0.2, beeper@1.1.0, lodash._reescape@3.0.0, lodash._reevaluate@3.0.0, fancy-log@1.1.0, lodash._reinterpolate@3.0.0, object-assign@3.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, gulplog@1.0.0, vinyl@0.5.3, lodash.template@3.6.2, chalk@1.1.1, through2@2.0.0, multipipe@0.1.2, dateformat@1.0.12) [INFO] └── less@1.7.5 (graceful-fs@3.0.8, mime@1.2.11, mkdirp@0.5.1, clean-css@2.2.23, source-map@0.1.43, request@2.40.0) [INFO] [INFO] protractor@1.4.0 node_modules/protractor [INFO] ├── jasminewd@1.1.0 [INFO] ├── saucelabs@0.1.1 [INFO] ├── q@1.0.0 [INFO] ├── minijasminenode@1.1.1 [INFO] ├── adm-zip@0.4.4 [INFO] ├── optimist@0.6.1 (wordwrap@0.0.3, minimist@0.0.10) [INFO] ├── glob@3.2.11 (inherits@2.0.1, minimatch@0.3.0) [INFO] ├── source-map-support@0.2.10 (source-map@0.1.32) [INFO] ├── request@2.36.0 (forever-agent@0.5.2, aws-sign2@0.5.0, qs@0.6.6, oauth-sign@0.3.0, tunnel-agent@0.4.1, json-stringify-safe@5.0.1, mime@1.2.11, node-uuid@1.4.7, tough-cookie@2.2.1, form-data@0.1.4, http-signature@0.10.1, hawk@1.0.0) [INFO] ├── lodash@2.4.2 [INFO] └── selenium-webdriver@2.44.0 (tmp@0.0.24, xml2js@0.4.4) [INFO] [INFO] bower@1.6.8 node_modules/bower [INFO] [INFO] --- frontend-maven-plugin:0.0.25:bower (bower install) @ UI --- [INFO] Running 'bower install' in /home/student/Hygia/Hygieia/UI [ERROR] bower ESUDO Cannot be run with sudo [ERROR] [ERROR] Additional error details: [ERROR] Since bower is a user command, there is no need to execute it with superuser permissions. [ERROR] If you're having permission errors when using bower without sudo, please spend a few minutes learning more about how your system should work and make any necessary repairs. [ERROR] [ERROR] http://www.joyent.com/blog/installing-node-and-npm [ERROR] https://gist.github.com/isaacs/579814 [ERROR] [ERROR] You can however run a command with sudo using --allow-root option [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] com.capitalone.dashboard:Hygieia ................... SUCCESS [ 1.064 s] [INFO] com.capitalone.dashboard:core ...................... SUCCESS [ 14.509 s] [INFO] com.capitalone.dashboard:api ....................... SUCCESS [ 14.406 s] [INFO] com.capitalone.dashboard:jenkins-build-collector ... SUCCESS [ 2.462 s] [INFO] com.capitalone.dashboard:sonar-codequality-collector SUCCESS [ 0.936 s] [INFO] com.capitalone.dashboard:subversion-collector ...... SUCCESS [ 0.871 s] [INFO] com.capitalone.dashboard:github-scm-collector ...... SUCCESS [ 1.224 s] [INFO] com.capitalone.dashboard:versionone-feature-collector SUCCESS [ 4.338 s] [INFO] com.capitalone.dashboard:udeploy-deployment-collector SUCCESS [ 0.841 s] [INFO] com.capitalone.dashboard:jira-feature-collector .... SUCCESS [ 3.931 s] [INFO] com.capitalone.dashboard:jenkins-cucumber-test-collector SUCCESS [ 1.229 s] [INFO] com.capitalone.dashboard:UI ........................ FAILURE [02:45 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:31 min [INFO] Finished at: 2015-12-04T09:28:29+05:30 [INFO] Final Memory: 77M/412M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:bower (bower install) on project UI: Failed to run task: 'bower install' failed. (error code 1) -> [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :UI

amitmawkin commented 8 years ago

try this In your .bowerrc add following configuration

{ "allow_root": true }

and then run it like your previous run

shendeam commented 8 years ago

By default bower is not installed on my machine. So, .bowerrc file is not present in home folder. In Hygieia directory also this file not present. But there is bower.json in /Hygieia/UI/ directory. Can I make changes in bower.json file. Or Do I need to install bower manually and then make changes in .bowerrc file?

shendeam commented 8 years ago

Sorry, I got .bowerrc file. It is present in Hygieia directory

shendeam commented 8 years ago

Steps I followed 1) Ran "mvn clean install package". It downloaded some dependencies and also created ".bowerrc" file and gave previous error 2) I edited "/root/hygieia/Hygieia/UI/node_modules/main-bower-files/test/.bowerrc" and added {"allow_root": true} 3) Ran "mvn clean install package". I got following log errors

root@ubu:~/hygieia/Hygieia# mvn clean install package [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] com.capitalone.dashboard:Hygieia [INFO] com.capitalone.dashboard:core [INFO] com.capitalone.dashboard:api [INFO] com.capitalone.dashboard:jenkins-build-collector [INFO] com.capitalone.dashboard:sonar-codequality-collector [INFO] com.capitalone.dashboard:subversion-collector [INFO] com.capitalone.dashboard:github-scm-collector [INFO] com.capitalone.dashboard:versionone-feature-collector [INFO] com.capitalone.dashboard:udeploy-deployment-collector [INFO] com.capitalone.dashboard:jira-feature-collector [INFO] com.capitalone.dashboard:jenkins-cucumber-test-collector [INFO] com.capitalone.dashboard:UI [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:Hygieia 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ Hygieia --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ Hygieia >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ Hygieia --- [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ Hygieia <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ Hygieia --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ Hygieia --- [INFO] Installing /root/hygieia/Hygieia/pom.xml to /root/.m2/repository/com/capitalone/dashboard/Hygieia/1.5.0-SNAPSHOT/Hygieia-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ Hygieia >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ Hygieia --- [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ Hygieia <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ Hygieia --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:core 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core --- [INFO] Deleting /root/hygieia/Hygieia/core/target [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ core >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ core --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ core <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ core --- [INFO] [INFO] [INFO] --- apt-maven-plugin:1.1.3:process (default) @ core --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/core/src/main/resources [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 79 source files to /root/hygieia/Hygieia/core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /root/hygieia/Hygieia/core/target/test-classes [WARNING] /root/hygieia/Hygieia/core/src/test/java/com/capitalone/dashboard/repository/AuthenticationRepositoryTest.java: Some input files use or override a deprecated API. [WARNING] /root/hygieia/Hygieia/core/src/test/java/com/capitalone/dashboard/repository/AuthenticationRepositoryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ core --- [INFO] Surefire report directory: /root/hygieia/Hygieia/core/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.MarkdownTest Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.489 sec <<< FAILURE! - in com.capitalone.dashboard.MarkdownTest noAbsoluteLinksInMarkdown(com.capitalone.dashboard.MarkdownTest) Time elapsed: 1.455 sec <<< ERROR! java.io.FileNotFoundException: /root/hygieia/Hygieia/UI/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-jpegtran/node_modules/jpegtran-bin/node_modules/bin-wrapper/node_modules/download/node_modules/vinyl-fs/node_modules/strip-bom/readme.md (Too many open files) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:146) at java.io.FileInputStream.(FileInputStream.java:101) at com.capitalone.dashboard.MarkdownTest.fromFile(MarkdownTest.java:52) at com.capitalone.dashboard.MarkdownTest.noAbsoluteLinksInMarkdown(MarkdownTest.java:41)

Running com.capitalone.dashboard.util.EncryptionTests Tests run: 12, Failures: 0, Errors: 12, Skipped: 0, Time elapsed: 0.021 sec <<< FAILURE! - in com.capitalone.dashboard.util.EncryptionTests testLongKeyLength(com.capitalone.dashboard.util.EncryptionTests) Time elapsed: 0.001 sec <<< ERROR! java.lang.InternalError: internal error: SHA-1 not available. at sun.security.provider.SecureRandom.init(SecureRandom.java:108) at sun.security.provider.SecureRandom.(SecureRandom.java:79) at java.security.SecureRandom.getDefaultPRNG(SecureRandom.java:197) at java.security.SecureRandom.(SecureRandom.java:161) at com.sun.crypto.provider.SunJCE.(SunJCE.java:94) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at java.lang.Class.newInstance(Class.java:383) at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:221) at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:206) at java.security.AccessController.doPrivileged(Native Method) at sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:206) at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:187) at sun.security.jca.ProviderList.getProvider(ProviderList.java:232) at sun.security.jca.ProviderList$ServiceList.tryGet(ProviderList.java:433) at sun.security.jca.ProviderList$ServiceList.access$200(ProviderList.java:375) at sun.security.jca.ProviderList$ServiceList$1.hasNext(ProviderList.java:485) at javax.crypto.KeyGenerator.nextSpi(KeyGenerator.java:338) at javax.crypto.KeyGenerator.(KeyGenerator.java:168) at javax.crypto.KeyGenerator.getInstance(KeyGenerator.java:223) at com.capitalone.dashboard.util.EncryptionTests.getKey(EncryptionTests.java:26) at com.capitalone.dashboard.util.EncryptionTests.(EncryptionTests.java:20)

testDecryptEmptyString(com.capitalone.dashboard.util.EncryptionTests) Time elapsed: 0.001 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class com.capitalone.dashboard.util.EncryptionTests at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testDecryptNullString(com.capitalone.dashboard.util.EncryptionTests) Time elapsed: 0 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class com.capitalone.dashboard.util.EncryptionTests at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testEncryptNullString(com.capitalone.dashboard.util.EncryptionTests) Time elapsed: 0.001 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class com.capitalone.dashboard.util.EncryptionTests at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetSecretKey(com.capitalone.dashboard.util.EncryptionTests) Time elapsed: 0.001 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class com.capitalone.dashboard.util.EncryptionTests at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetStringKey(com.capitalone.dashboard.util.EncryptionTests) Time elapsed: 0.001 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class com.capitalone.dashboard.util.EncryptionTests at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testDecryptionWithBadStringKey(com.capitalone.dashboard.util.EncryptionTests) Time elapsed: 0.001 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class com.capitalone.dashboard.util.EncryptionTests at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testEncryptString(com.capitalone.dashboard.util.EncryptionTests) Time elapsed: 0.001 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class com.capitalone.dashboard.util.EncryptionTests at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testEncryptEmptyString(com.capitalone.dashboard.util.EncryptionTests) Time elapsed: 0.001 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class com.capitalone.dashboard.util.EncryptionTests at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testShortKeyLength(com.capitalone.dashboard.util.EncryptionTests) Time elapsed: 0.001 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class com.capitalone.dashboard.util.EncryptionTests at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testEncryptDecryptString(com.capitalone.dashboard.util.EncryptionTests) Time elapsed: 0.001 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class com.capitalone.dashboard.util.EncryptionTests at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testDecryptionWithBadKey(com.capitalone.dashboard.util.EncryptionTests) Time elapsed: 0.001 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class com.capitalone.dashboard.util.EncryptionTests at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running com.capitalone.dashboard.repository.AuthenticationRepositoryTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 sec <<< FAILURE! - in com.capitalone.dashboard.repository.AuthenticationRepositoryTest initializationError(com.capitalone.dashboard.repository.AuthenticationRepositoryTest) Time elapsed: 0.002 sec <<< ERROR! java.lang.NoClassDefFoundError: Lcom/capitalone/dashboard/repository/EmbeddedMongoDBRule; at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2509) at java.lang.Class.getDeclaredFields(Class.java:1819) at org.junit.runners.model.TestClass.(TestClass.java:49) at org.junit.runners.ParentRunner.(ParentRunner.java:75) at org.junit.runners.BlockJUnit4ClassRunner.(BlockJUnit4ClassRunner.java:57) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.(SpringJUnit4ClassRunner.java:111) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:29) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:21) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:26) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:262) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.ClassNotFoundException: com.capitalone.dashboard.repository.EmbeddedMongoDBRule at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2509) at java.lang.Class.getDeclaredFields(Class.java:1819) at org.junit.runners.model.TestClass.(TestClass.java:49) at org.junit.runners.ParentRunner.(ParentRunner.java:75) at org.junit.runners.BlockJUnit4ClassRunner.(BlockJUnit4ClassRunner.java:57) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.(SpringJUnit4ClassRunner.java:111) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:29) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:21) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:26) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:262) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.io.FileNotFoundException: /root/hygieia/Hygieia/core/target/test-classes/com/capitalone/dashboard/repository/EmbeddedMongoDBRule.class (Too many open files) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:146) at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1086) at sun.misc.Resource.cachedInputStream(Resource.java:77) at sun.misc.Resource.getByteBuffer(Resource.java:160) at java.net.URLClassLoader.defineClass(URLClassLoader.java:436) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2509) at java.lang.Class.getDeclaredFields(Class.java:1819) at org.junit.runners.model.TestClass.(TestClass.java:49) at org.junit.runners.ParentRunner.(ParentRunner.java:75) at org.junit.runners.BlockJUnit4ClassRunner.(BlockJUnit4ClassRunner.java:57) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.(SpringJUnit4ClassRunner.java:111) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:29) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:21) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:26) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:262) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running com.capitalone.dashboard.repository.DashboardCreateTests Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! - in com.capitalone.dashboard.repository.DashboardCreateTests initializationError(com.capitalone.dashboard.repository.DashboardCreateTests) Time elapsed: 0 sec <<< ERROR! java.lang.NoClassDefFoundError: Lcom/capitalone/dashboard/repository/EmbeddedMongoDBRule; at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2509) at java.lang.Class.getDeclaredFields(Class.java:1819) at org.junit.runners.model.TestClass.(TestClass.java:49) at org.junit.runners.ParentRunner.(ParentRunner.java:75) at org.junit.runners.BlockJUnit4ClassRunner.(BlockJUnit4ClassRunner.java:57) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.(SpringJUnit4ClassRunner.java:111) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:29) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:21) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:26) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:262) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.ClassNotFoundException: com.capitalone.dashboard.repository.EmbeddedMongoDBRule at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2509) at java.lang.Class.getDeclaredFields(Class.java:1819) at org.junit.runners.model.TestClass.(TestClass.java:49) at org.junit.runners.ParentRunner.(ParentRunner.java:75) at org.junit.runners.BlockJUnit4ClassRunner.(BlockJUnit4ClassRunner.java:57) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.(SpringJUnit4ClassRunner.java:111) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:29) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:21) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:26) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:262) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.io.FileNotFoundException: /root/hygieia/Hygieia/core/target/test-classes/com/capitalone/dashboard/repository/EmbeddedMongoDBRule.class (Too many open files) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:146) at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1086) at sun.misc.Resource.cachedInputStream(Resource.java:77) at sun.misc.Resource.getByteBuffer(Resource.java:160) at java.net.URLClassLoader.defineClass(URLClassLoader.java:436) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2509) at java.lang.Class.getDeclaredFields(Class.java:1819) at org.junit.runners.model.TestClass.(TestClass.java:49) at org.junit.runners.ParentRunner.(ParentRunner.java:75) at org.junit.runners.BlockJUnit4ClassRunner.(BlockJUnit4ClassRunner.java:57) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.(SpringJUnit4ClassRunner.java:111) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:29) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:21) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:26) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:262) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running com.capitalone.dashboard.repository.CollectorTaskTests Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE! - in com.capitalone.dashboard.repository.CollectorTaskTests initializationError(com.capitalone.dashboard.repository.CollectorTaskTests) Time elapsed: 0 sec <<< ERROR! java.lang.NoClassDefFoundError: com/capitalone/dashboard/repository/BaseCollectorRepository at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2625) at java.lang.Class.getDeclaredMethods(Class.java:1868) at org.junit.internal.MethodSorter.getDeclaredMethods(MethodSorter.java:54) at org.junit.runners.model.TestClass.(TestClass.java:45) at org.junit.runners.ParentRunner.(ParentRunner.java:75) at org.junit.runners.BlockJUnit4ClassRunner.(BlockJUnit4ClassRunner.java:57) at org.mockito.internal.runners.JUnit45AndHigherRunnerImpl$1.(JUnit45AndHigherRunnerImpl.java:23) at org.mockito.internal.runners.JUnit45AndHigherRunnerImpl.(JUnit45AndHigherRunnerImpl.java:23) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.mockito.internal.runners.util.RunnerProvider.newInstance(RunnerProvider.java:39) at org.mockito.internal.runners.RunnerFactory.create(RunnerFactory.java:28) at org.mockito.runners.MockitoJUnitRunner.(MockitoJUnitRunner.java:57) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:29) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:21) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:26) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:262) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.ClassNotFoundException: com.capitalone.dashboard.repository.BaseCollectorRepository at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2625) at java.lang.Class.getDeclaredMethods(Class.java:1868) at org.junit.internal.MethodSorter.getDeclaredMethods(MethodSorter.java:54) at org.junit.runners.model.TestClass.(TestClass.java:45) at org.junit.runners.ParentRunner.(ParentRunner.java:75) at org.junit.runners.BlockJUnit4ClassRunner.(BlockJUnit4ClassRunner.java:57) at org.mockito.internal.runners.JUnit45AndHigherRunnerImpl$1.(JUnit45AndHigherRunnerImpl.java:23) at org.mockito.internal.runners.JUnit45AndHigherRunnerImpl.(JUnit45AndHigherRunnerImpl.java:23) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.mockito.internal.runners.util.RunnerProvider.newInstance(RunnerProvider.java:39) at org.mockito.internal.runners.RunnerFactory.create(RunnerFactory.java:28) at org.mockito.runners.MockitoJUnitRunner.(MockitoJUnitRunner.java:57) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:29) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:21) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:26) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:262) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.io.FileNotFoundException: /root/hygieia/Hygieia/core/target/classes/com/capitalone/dashboard/repository/BaseCollectorRepository.class (Too many open files) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:146) at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1086) at sun.misc.Resource.cachedInputStream(Resource.java:77) at sun.misc.Resource.getByteBuffer(Resource.java:160) at java.net.URLClassLoader.defineClass(URLClassLoader.java:436) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2625) at java.lang.Class.getDeclaredMethods(Class.java:1868) at org.junit.internal.MethodSorter.getDeclaredMethods(MethodSorter.java:54) at org.junit.runners.model.TestClass.(TestClass.java:45) at org.junit.runners.ParentRunner.(ParentRunner.java:75) at org.junit.runners.BlockJUnit4ClassRunner.(BlockJUnit4ClassRunner.java:57) at org.mockito.internal.runners.JUnit45AndHigherRunnerImpl$1.(JUnit45AndHigherRunnerImpl.java:23) at org.mockito.internal.runners.JUnit45AndHigherRunnerImpl.(JUnit45AndHigherRunnerImpl.java:23) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.mockito.internal.runners.util.RunnerProvider.newInstance(RunnerProvider.java:39) at org.mockito.internal.runners.RunnerFactory.create(RunnerFactory.java:28) at org.mockito.runners.MockitoJUnitRunner.(MockitoJUnitRunner.java:57) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:29) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:21) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:26) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:262) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Results :

Tests in error: MarkdownTest.noAbsoluteLinksInMarkdown:41->fromFile:52 » FileNotFound /root/hy... EncryptionTests.:20->getKey:26 » Internal internal error: SHA-1 not av... EncryptionTests.testDecryptEmptyString » NoClassDefFound Could not initialize ... EncryptionTests.testDecryptNullString » NoClassDefFound Could not initialize c... EncryptionTests.testEncryptNullString » NoClassDefFound Could not initialize c... EncryptionTests.testGetSecretKey » NoClassDefFound Could not initialize class ... EncryptionTests.testGetStringKey » NoClassDefFound Could not initialize class ... EncryptionTests.testDecryptionWithBadStringKey » NoClassDefFound Could not ini... EncryptionTests.testEncryptString » NoClassDefFound Could not initialize class... EncryptionTests.testEncryptEmptyString » NoClassDefFound Could not initialize ... EncryptionTests.testShortKeyLength » NoClassDefFound Could not initialize clas... EncryptionTests.testEncryptDecryptString » NoClassDefFound Could not initializ... EncryptionTests.testDecryptionWithBadKey » NoClassDefFound Could not initializ... AuthenticationRepositoryTest.initializationError » NoClassDefFound Lcom/capita... DashboardCreateTests.initializationError » NoClassDefFound Lcom/capitalone/das... CollectorTaskTests.initializationError » NoClassDefFound com/capitalone/dashbo...

Tests run: 17, Failures: 0, Errors: 16, Skipped: 0

[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] com.capitalone.dashboard:Hygieia ................... SUCCESS [ 0.879 s] [INFO] com.capitalone.dashboard:core ...................... FAILURE [ 6.298 s] [INFO] com.capitalone.dashboard:api ....................... SKIPPED [INFO] com.capitalone.dashboard:jenkins-build-collector ... SKIPPED [INFO] com.capitalone.dashboard:sonar-codequality-collector SKIPPED [INFO] com.capitalone.dashboard:subversion-collector ...... SKIPPED [INFO] com.capitalone.dashboard:github-scm-collector ...... SKIPPED [INFO] com.capitalone.dashboard:versionone-feature-collector SKIPPED [INFO] com.capitalone.dashboard:udeploy-deployment-collector SKIPPED [INFO] com.capitalone.dashboard:jira-feature-collector .... SKIPPED [INFO] com.capitalone.dashboard:jenkins-cucumber-test-collector SKIPPED [INFO] com.capitalone.dashboard:UI ........................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.030 s [INFO] Finished at: 2015-12-04T12:36:45+05:30 [INFO] Final Memory: 35M/350M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project core: There are test failures. [ERROR] [ERROR] Please refer to /root/hygieia/Hygieia/core/target/surefire-reports for the individual test results. [ERROR] -> [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :core

shendeam commented 8 years ago

Now, I rebooted My PC . bowerrc file

{ "directory": "fixtures" } { "allow_root": true }

error logs:

[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] com.capitalone.dashboard:Hygieia [INFO] com.capitalone.dashboard:core [INFO] com.capitalone.dashboard:api [INFO] com.capitalone.dashboard:jenkins-build-collector [INFO] com.capitalone.dashboard:sonar-codequality-collector [INFO] com.capitalone.dashboard:subversion-collector [INFO] com.capitalone.dashboard:github-scm-collector [INFO] com.capitalone.dashboard:versionone-feature-collector [INFO] com.capitalone.dashboard:udeploy-deployment-collector [INFO] com.capitalone.dashboard:jira-feature-collector [INFO] com.capitalone.dashboard:jenkins-cucumber-test-collector [INFO] com.capitalone.dashboard:UI [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:Hygieia 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ Hygieia --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ Hygieia >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ Hygieia --- [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ Hygieia <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ Hygieia --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ Hygieia --- [INFO] Installing /root/hygieia/Hygieia/pom.xml to /root/.m2/repository/com/capitalone/dashboard/Hygieia/1.5.0-SNAPSHOT/Hygieia-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ Hygieia >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ Hygieia --- [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ Hygieia <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ Hygieia --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:core 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core --- [INFO] Deleting /root/hygieia/Hygieia/core/target [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ core >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ core --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ core <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ core --- [INFO] [INFO] [INFO] --- apt-maven-plugin:1.1.3:process (default) @ core --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/core/src/main/resources [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 79 source files to /root/hygieia/Hygieia/core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /root/hygieia/Hygieia/core/target/test-classes [WARNING] /root/hygieia/Hygieia/core/src/test/java/com/capitalone/dashboard/repository/AuthenticationRepositoryTest.java: Some input files use or override a deprecated API. [WARNING] /root/hygieia/Hygieia/core/src/test/java/com/capitalone/dashboard/repository/AuthenticationRepositoryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ core --- [INFO] Surefire report directory: /root/hygieia/Hygieia/core/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.MarkdownTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 88.364 sec - in com.capitalone.dashboard.MarkdownTest Running com.capitalone.dashboard.util.EncryptionTests Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 sec - in com.capitalone.dashboard.util.EncryptionTests Running com.capitalone.dashboard.repository.AuthenticationRepositoryTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz START Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz extract mongodb-linux-x86_64-3.0.5/bin/mongod Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz noting left Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz DONE [mongod output]note: noprealloc may hurt performance in many applications [mongod output] 2015-12-04T12:42:57.413+0530 I STORAGE [DataFileSync] warning: --syncdelay 0 is not recommended and can have strange performance [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] MongoDB starting : pid=6519 port=35595 dbpath=/tmp/embedmongo-db-3cf46fa0-8121-49a4-9d57-01792f26dd01 64-bit host=ubu [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] * WARNING: You are running this process as the root user, which is not recommended. [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] * WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] * We suggest setting it to 'never' [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] * WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'. [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] ** We suggest setting it to 'never' [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] db version v3.0.5 [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] git version: 8bc4ae20708dbb493cb09338d9e7be6698e4a3a3 [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] build info: Linux build2.ny.cbi.10gen.cc 2.6.32-431.3.1.el6.x86_64 #1 SMP Fri Jan 3 21:39:27 UTC 2014 x86_64 BOOST_LIB_VERSION=1_49 [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] allocator: tcmalloc [mongod output] 2015-12-04T12:42:57.512+0530 I CONTROL [initandlisten] options: { net: { http: { enabled: false }, port: 35595 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-3cf46fa0-8121-49a4-9d57-01792f26dd01", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } } [mongod output] 2015-12-04T12:42:57.513+0530 I INDEX [initandlisten] allocating new ns file /tmp/embedmongo-db-3cf46fa0-8121-49a4-9d57-01792f26dd01/local.ns, filling with zeroes... [mongod output] 2015-12-04T12:42:57.744+0530 I STORAGE [FileAllocator] allocating new datafile /tmp/embedmongo-db-3cf46fa0-8121-49a4-9d57-01792f26dd01/local.0, filling with zeroes... [mongod output] 2015-12-04T12:42:57.745+0530 I STORAGE [FileAllocator] creating directory /tmp/embedmongo-db-3cf46fa0-8121-49a4-9d57-01792f26dd01/_tmp [mongod output] 2015-12-04T12:42:57.751+0530 I STORAGE [FileAllocator] done allocating datafile /tmp/embedmongo-db-3cf46fa0-8121-49a4-9d57-01792f26dd01/local.0, size: 16MB, took 0.002 secs [mongod output] 2015-12-04T12:42:57.769+0530 I NETWORK [initandlisten] waiting for connections on port 35595 [mongod output] Dec 04, 2015 12:42:58 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[ubu:35595], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T12:42:58.245+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:53561 #1 (1 connection now open) [mongod output] Dec 04, 2015 12:42:58 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:1, serverValue:1}] to ubu:35595 Dec 04, 2015 12:42:58 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=ubu:35595, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=834147} Dec 04, 2015 12:42:59 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:35595], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T12:42:59.017+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:53579 #2 (2 connections now open) [mongod output] Dec 04, 2015 12:42:59 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:2, serverValue:2}] to 127.0.1.1:35595 Dec 04, 2015 12:42:59 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:35595, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=535840} Dec 04, 2015 12:42:59 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:35595], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T12:42:59.045+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:53580 #3 (3 connections now open) [mongod output] Dec 04, 2015 12:42:59 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:3, serverValue:3}] to 127.0.1.1:35595 Dec 04, 2015 12:42:59 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:35595, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=467500} Dec 04, 2015 12:42:59 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:35595], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T12:42:59.149+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:53581 #4 (4 connections now open) [mongod output] Dec 04, 2015 12:42:59 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:4, serverValue:4}] to 127.0.1.1:35595 Dec 04, 2015 12:42:59 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:35595, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=697001} Dec 04, 2015 12:42:59 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:35595], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T12:42:59.580+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:53582 #5 (5 connections now open) [mongod output] Dec 04, 2015 12:42:59 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:5, serverValue:5}] to 127.0.1.1:35595 Dec 04, 2015 12:42:59 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:35595, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=508989} 2015-12-04T12:43:00.050+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:53585 #6 (6 connections now open) [mongod output] Dec 04, 2015 12:43:00 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:6, serverValue:6}] to 127.0.1.1:35595 2015-12-04T12:43:00.060+0530 I INDEX [conn6] allocating new ns file /tmp/embedmongo-db-3cf46fa0-8121-49a4-9d57-01792f26dd01/dashboard.ns, filling with zeroes... [mongod output] 2015-12-04T12:43:00.228+0530 I STORAGE [FileAllocator] allocating new datafile /tmp/embedmongo-db-3cf46fa0-8121-49a4-9d57-01792f26dd01/dashboard.0, filling with zeroes... [mongod output] 2015-12-04T12:43:00.231+0530 I STORAGE [FileAllocator] done allocating datafile /tmp/embedmongo-db-3cf46fa0-8121-49a4-9d57-01792f26dd01/dashboard.0, size: 16MB, took 0.002 secs [mongod output] 2015-12-04T12:43:00.247+0530 I INDEX [conn6] build index on: dashboard.scope properties: { v: 1, key: { pId: 1 }, name: "pId", ns: "dashboard.scope" } [mongod output] 2015-12-04T12:43:00.247+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:00.247+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:00.248+0530 I COMMAND [conn6] command dashboard.$cmd command: createIndexes { createIndexes: "scope", indexes: [ { key: { pId: 1 }, name: "pId", ns: "dashboard.scope" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:113 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, MMAPV1Journal: { acquireCount: { w: 7 } }, Database: { acquireCount: { W: 1 } }, Collection: { acquireCount: { W: 1 } }, Metadata: { acquireCount: { W: 5 } } } 187ms [mongod output] 2015-12-04T12:43:00.251+0530 I INDEX [conn6] build index on: dashboard.scope properties: { v: 1, key: { name: 1 }, name: "name", ns: "dashboard.scope" } [mongod output] 2015-12-04T12:43:00.251+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:00.251+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:00.293+0530 I INDEX [conn6] build index on: dashboard.authentication properties: { v: 1, unique: true, key: { username: 1 }, name: "username", ns: "dashboard.authentication" } [mongod output] 2015-12-04T12:43:00.293+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:00.293+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:00.328+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sId: 1 }, name: "sId", ns: "dashboard.feature" } [mongod output] 2015-12-04T12:43:00.328+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:00.328+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:00.329+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { changeDate: 1 }, name: "changeDate", ns: "dashboard.feature" } [mongod output] 2015-12-04T12:43:00.329+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:00.329+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:00.330+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sTeamID: 1 }, name: "sTeamID", ns: "dashboard.feature" } [mongod output] 2015-12-04T12:43:00.330+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:00.330+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:00.332+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sSprintEndDate: 1 }, name: "sSprintEndDate", ns: "dashboard.feature" } [mongod output] 2015-12-04T12:43:00.332+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:00.332+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:00.333+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sSprintBeginDate: 1 }, name: "sSprintBeginDate", ns: "dashboard.feature" } [mongod output] 2015-12-04T12:43:00.333+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:00.333+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:00.334+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sSprintID: 1 }, name: "sSprintID", ns: "dashboard.feature" } [mongod output] 2015-12-04T12:43:00.334+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:00.334+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:00.480+0530 I NETWORK [conn1] end connection 127.0.0.1:53561 (5 connections now open) [mongod output] 2015-12-04T12:43:00.480+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:53586 #7 (6 connections now open) [mongod output] 2015-12-04T12:43:00.481+0530 I COMMAND [conn7] terminating, shutdown command received [mongod output] 2015-12-04T12:43:00.481+0530 I CONTROL [conn7] now exiting [mongod output] 2015-12-04T12:43:00.481+0530 I NETWORK [conn7] shutdown: going to close listening sockets... [mongod output] 2015-12-04T12:43:00.481+0530 I NETWORK [conn7] closing listening socket: 5 [mongod output] 2015-12-04T12:43:00.481+0530 I NETWORK [conn7] closing listening socket: 6 [mongod output] 2015-12-04T12:43:00.481+0530 I NETWORK [conn7] removing socket file: /tmp/mongodb-35595.sock [mongod output] 2015-12-04T12:43:00.481+0530 I NETWORK [conn7] shutdown: going to flush diaglog... [mongod output] 2015-12-04T12:43:00.481+0530 I NETWORK [conn7] shutdown: going to close sockets... [mongod output] 2015-12-04T12:43:00.481+0530 I STORAGE [conn7] shutdown: waiting for fs preallocator... [mongod output] 2015-12-04T12:43:00.481+0530 I STORAGE [conn7] shutdown: closing all files... [mongod output] 2015-12-04T12:43:00.482+0530 I STORAGE [conn7] closeAllFiles() finished [mongod output] 2015-12-04T12:43:00.482+0530 I STORAGE [conn7] shutdown: removing fs lock... [mongod output] 2015-12-04T12:43:00.482+0530 I CONTROL [conn7] dbexit: rc: 0 [mongod output] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.537 sec - in com.capitalone.dashboard.repository.AuthenticationRepositoryTest Running com.capitalone.dashboard.repository.DashboardCreateTests Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz START Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz extract mongodb-linux-x86_64-3.0.5/bin/mongod Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz noting left Extract /root/.embedmongo/linux/mongodb-linux-x86_64-3.0.5.tgz DONE [mongod output]note: noprealloc may hurt performance in many applications [mongod output] 2015-12-04T12:43:01.298+0530 I STORAGE [DataFileSync] warning: --syncdelay 0 is not recommended and can have strange performance [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] MongoDB starting : pid=6586 port=43855 dbpath=/tmp/embedmongo-db-aec42396-9228-4de6-a84f-b894ab7a0c8d 64-bit host=ubu [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] * WARNING: You are running this process as the root user, which is not recommended. [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] * WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] * We suggest setting it to 'never' [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] * WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'. [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] ** We suggest setting it to 'never' [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] db version v3.0.5 [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] git version: 8bc4ae20708dbb493cb09338d9e7be6698e4a3a3 [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] build info: Linux build2.ny.cbi.10gen.cc 2.6.32-431.3.1.el6.x86_64 #1 SMP Fri Jan 3 21:39:27 UTC 2014 x86_64 BOOST_LIB_VERSION=1_49 [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] allocator: tcmalloc [mongod output] 2015-12-04T12:43:01.472+0530 I CONTROL [initandlisten] options: { net: { http: { enabled: false }, port: 43855 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-aec42396-9228-4de6-a84f-b894ab7a0c8d", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } } [mongod output] 2015-12-04T12:43:01.473+0530 I INDEX [initandlisten] allocating new ns file /tmp/embedmongo-db-aec42396-9228-4de6-a84f-b894ab7a0c8d/local.ns, filling with zeroes... [mongod output] 2015-12-04T12:43:01.621+0530 I STORAGE [FileAllocator] allocating new datafile /tmp/embedmongo-db-aec42396-9228-4de6-a84f-b894ab7a0c8d/local.0, filling with zeroes... [mongod output] 2015-12-04T12:43:01.622+0530 I STORAGE [FileAllocator] creating directory /tmp/embedmongo-db-aec42396-9228-4de6-a84f-b894ab7a0c8d/_tmp [mongod output] 2015-12-04T12:43:01.628+0530 I STORAGE [FileAllocator] done allocating datafile /tmp/embedmongo-db-aec42396-9228-4de6-a84f-b894ab7a0c8d/local.0, size: 16MB, took 0.002 secs [mongod output] 2015-12-04T12:43:01.645+0530 I NETWORK [initandlisten] waiting for connections on port 43855 [mongod output] Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[ubu:43855], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T12:43:01.647+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:47300 #1 (1 connection now open) [mongod output] Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:7, serverValue:1}] to ubu:43855 Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=ubu:43855, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=709522} Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:43855], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T12:43:01.771+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:47301 #2 (2 connections now open) [mongod output] Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:43855], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:8, serverValue:2}] to 127.0.1.1:43855 Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:43855, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=524091} Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:43855], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T12:43:01.810+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:47302 #3 (3 connections now open) [mongod output] 2015-12-04T12:43:01.811+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:47303 #4 (4 connections now open) [mongod output] Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:9, serverValue:3}] to 127.0.1.1:43855 Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:43855, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=641028} Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:10, serverValue:4}] to 127.0.1.1:43855 Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:43855, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=457684} Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.1.1:43855], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2015-12-04T12:43:01.939+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:47304 #5 (5 connections now open) [mongod output] Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:11, serverValue:5}] to 127.0.1.1:43855 Dec 04, 2015 12:43:01 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.1.1:43855, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=538107} 2015-12-04T12:43:02.022+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:47305 #6 (6 connections now open) [mongod output] Dec 04, 2015 12:43:02 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:12, serverValue:6}] to 127.0.1.1:43855 2015-12-04T12:43:02.026+0530 I INDEX [conn6] allocating new ns file /tmp/embedmongo-db-aec42396-9228-4de6-a84f-b894ab7a0c8d/dashboard.ns, filling with zeroes... [mongod output] 2015-12-04T12:43:02.231+0530 I STORAGE [FileAllocator] allocating new datafile /tmp/embedmongo-db-aec42396-9228-4de6-a84f-b894ab7a0c8d/dashboard.0, filling with zeroes... [mongod output] 2015-12-04T12:43:02.236+0530 I STORAGE [FileAllocator] done allocating datafile /tmp/embedmongo-db-aec42396-9228-4de6-a84f-b894ab7a0c8d/dashboard.0, size: 16MB, took 0.002 secs [mongod output] 2015-12-04T12:43:02.255+0530 I INDEX [conn6] build index on: dashboard.scope properties: { v: 1, key: { pId: 1 }, name: "pId", ns: "dashboard.scope" } [mongod output] 2015-12-04T12:43:02.255+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:02.255+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:02.256+0530 I COMMAND [conn6] command dashboard.$cmd command: createIndexes { createIndexes: "scope", indexes: [ { key: { pId: 1 }, name: "pId", ns: "dashboard.scope" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:113 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, MMAPV1Journal: { acquireCount: { w: 7 } }, Database: { acquireCount: { W: 1 } }, Collection: { acquireCount: { W: 1 } }, Metadata: { acquireCount: { W: 5 } } } 229ms [mongod output] 2015-12-04T12:43:02.259+0530 I INDEX [conn6] build index on: dashboard.scope properties: { v: 1, key: { name: 1 }, name: "name", ns: "dashboard.scope" } [mongod output] 2015-12-04T12:43:02.260+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:02.260+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:02.287+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sId: 1 }, name: "sId", ns: "dashboard.feature" } [mongod output] 2015-12-04T12:43:02.287+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:02.287+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:02.289+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { changeDate: 1 }, name: "changeDate", ns: "dashboard.feature" } [mongod output] 2015-12-04T12:43:02.289+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:02.289+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:02.290+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sTeamID: 1 }, name: "sTeamID", ns: "dashboard.feature" } [mongod output] 2015-12-04T12:43:02.290+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:02.290+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:02.292+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sSprintEndDate: 1 }, name: "sSprintEndDate", ns: "dashboard.feature" } [mongod output] 2015-12-04T12:43:02.292+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:02.292+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:02.294+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sSprintBeginDate: 1 }, name: "sSprintBeginDate", ns: "dashboard.feature" } [mongod output] 2015-12-04T12:43:02.294+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:02.294+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:02.295+0530 I INDEX [conn6] build index on: dashboard.feature properties: { v: 1, key: { sSprintID: 1 }, name: "sSprintID", ns: "dashboard.feature" } [mongod output] 2015-12-04T12:43:02.296+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:02.296+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 2015-12-04T12:43:02.339+0530 I INDEX [conn6] build index on: dashboard.authentication properties: { v: 1, unique: true, key: { username: 1 }, name: "username", ns: "dashboard.authentication" } [mongod output] 2015-12-04T12:43:02.339+0530 I INDEX [conn6] building index using bulk method [mongod output] 2015-12-04T12:43:02.339+0530 I INDEX [conn6] build index done. scanned 0 total records. 0 secs [mongod output] 56613cfe71a6510c44a0429d Jays's Dashboard 2015-12-04T12:43:02.383+0530 I NETWORK [conn2] end connection 127.0.0.1:47301 (5 connections now open) [mongod output] 2015-12-04T12:43:02.383+0530 I NETWORK [conn1] end connection 127.0.0.1:47300 (5 connections now open) [mongod output] 2015-12-04T12:43:02.383+0530 I NETWORK [initandlisten] connection accepted from 127.0.0.1:47306 #7 (5 connections now open) [mongod output] 2015-12-04T12:43:02.386+0530 I COMMAND [conn7] terminating, shutdown command received [mongod output] 2015-12-04T12:43:02.386+0530 I CONTROL [conn7] now exiting [mongod output] 2015-12-04T12:43:02.386+0530 I NETWORK [conn7] shutdown: going to close listening sockets... [mongod output] 2015-12-04T12:43:02.386+0530 I NETWORK [conn7] closing listening socket: 5 [mongod output] 2015-12-04T12:43:02.386+0530 I NETWORK [conn7] closing listening socket: 6 [mongod output] 2015-12-04T12:43:02.386+0530 I NETWORK [conn7] removing socket file: /tmp/mongodb-43855.sock [mongod output] 2015-12-04T12:43:02.386+0530 I NETWORK [conn7] shutdown: going to flush diaglog... [mongod output] 2015-12-04T12:43:02.386+0530 I NETWORK [conn7] shutdown: going to close sockets... [mongod output] 2015-12-04T12:43:02.386+0530 I STORAGE [conn7] shutdown: waiting for fs preallocator... [mongod output] 2015-12-04T12:43:02.386+0530 I STORAGE [conn7] shutdown: closing all files... [mongod output] 2015-12-04T12:43:02.386+0530 I NETWORK [conn6] end connection 127.0.0.1:47305 (4 connections now open) [mongod output] 2015-12-04T12:43:02.387+0530 I STORAGE [conn7] closeAllFiles() finished [mongod output] 2015-12-04T12:43:02.387+0530 I STORAGE [conn7] shutdown: removing fs lock... [mongod output] 2015-12-04T12:43:02.387+0530 I CONTROL [conn7] dbexit: rc: 0 [mongod output] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.888 sec - in com.capitalone.dashboard.repository.DashboardCreateTests Running com.capitalone.dashboard.repository.CollectorTaskTests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec - in com.capitalone.dashboard.repository.CollectorTaskTests

Results :

Tests run: 25, Failures: 0, Errors: 0, Skipped: 0

[INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ core --- [INFO] Building jar: /root/hygieia/Hygieia/core/target/core-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ core --- [INFO] Installing /root/hygieia/Hygieia/core/target/core-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/core/1.5.0-SNAPSHOT/core-1.5.0-SNAPSHOT.jar [INFO] Installing /root/hygieia/Hygieia/core/pom.xml to /root/.m2/repository/com/capitalone/dashboard/core/1.5.0-SNAPSHOT/core-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ core >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ core --- [WARNING] Unable to locate Source XRef to link to - DISABLED [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ core <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ core --- [INFO] [INFO] [INFO] --- apt-maven-plugin:1.1.3:process (default) @ core --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/core/src/main/resources [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 79 source files to /root/hygieia/Hygieia/core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /root/hygieia/Hygieia/core/target/test-classes [WARNING] /root/hygieia/Hygieia/core/src/test/java/com/capitalone/dashboard/repository/AuthenticationRepositoryTest.java: Some input files use or override a deprecated API. [WARNING] /root/hygieia/Hygieia/core/src/test/java/com/capitalone/dashboard/repository/AuthenticationRepositoryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ core --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ core --- [INFO] Building jar: /root/hygieia/Hygieia/core/target/core-1.5.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:api 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ api --- [INFO] Deleting /root/hygieia/Hygieia/api/target [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ api >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ api --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ api <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ api --- [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ api --- [INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/root/hygieia/Hygieia/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ api --- [INFO] Compiling 64 source files to /root/hygieia/Hygieia/api/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ api --- [INFO] Compiling 16 source files to /root/hygieia/Hygieia/api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ api --- [INFO] Surefire report directory: /root/hygieia/Hygieia/api/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.rest.TestResultControllerTest 2015-12-04 12:43:12,169 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 12:43:12,250 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@11bf9757, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3968d9db, org.springframework.test.context.support.DirtiesContextTestExecutionListener@12b6d64f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@21afe622, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@232dd375] 2015-12-04 12:43:12,678 INFO o.s.w.c.s.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@3c53a57c: startup date [Fri Dec 04 12:43:12 IST 2015]; root of context hierarchy 2015-12-04 12:43:13,244 INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2015-12-04 12:43:13,939 INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.1.3.Final 2015-12-04 12:43:14,836 INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3c53a57c: startup date [Fri Dec 04 12:43:12 IST 2015]; root of context hierarchy 2015-12-04 12:43:14,914 INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restApiExceptionHandler 2015-12-04 12:43:14,973 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler] 2015-12-04 12:43:15,005 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}],methods=[PUT],consumes=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.DashboardController.updateDashboard(org.bson.types.ObjectId,com.capitalone.dashboard.request.DashboardRequest) 2015-12-04 12:43:15,006 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.DashboardController.deleteDashboard(org.bson.types.ObjectId) 2015-12-04 12:43:15,006 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/widget],methods=[POST],consumes=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.DashboardController.addWidget(org.bson.types.ObjectId,com.capitalone.dashboard.request.WidgetRequest) 2015-12-04 12:43:15,006 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/widget/{widgetId}],methods=[PUT],consumes=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.DashboardController.updateWidget(org.bson.types.ObjectId,org.bson.types.ObjectId,com.capitalone.dashboard.request.WidgetRequest) 2015-12-04 12:43:15,007 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.DashboardController.createDashboard(com.capitalone.dashboard.request.DashboardRequest) 2015-12-04 12:43:15,007 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.Dashboard com.capitalone.dashboard.rest.DashboardController.getDashboard(org.bson.types.ObjectId) 2015-12-04 12:43:15,007 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard],methods=[GET],produces=[application/json]}" onto public java.lang.Iterable com.capitalone.dashboard.rest.DashboardController.dashboards() 2015-12-04 12:43:15,008 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/mydashboard/{username}],methods=[GET],produces=[application/json]}" onto public java.util.List com.capitalone.dashboard.rest.DashboardController.getOwnedDashboards(java.lang.String) 2015-12-04 12:43:15,008 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/myowner/{dashboardtitle}],methods=[GET],produces=[application/json]}" onto public java.lang.String com.capitalone.dashboard.rest.DashboardController.getDashboardOwner(java.lang.String) 2015-12-04 12:43:15,010 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/feature/{teamId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.relevantStories(java.lang.String,java.lang.String) 2015-12-04 12:43:15,010 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/feature],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.story(java.lang.String,java.lang.String) 2015-12-04 12:43:15,010 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/iteration/{teamId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.currentSprintDetail(java.lang.String,java.lang.String) 2015-12-04 12:43:15,011 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/feature/estimates/super/{teamId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.featureEstimates(java.lang.String,java.lang.String) 2015-12-04 12:43:15,011 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/feature/estimates/total/{teamId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.featureTotalEstimate(java.lang.String,java.lang.String) 2015-12-04 12:43:15,012 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/feature/estimates/wip/{teamId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.featureInProgressEstimate(java.lang.String,java.lang.String) 2015-12-04 12:43:15,012 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/feature/estimates/done/{teamId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.FeatureController.featureDoneEstimate(java.lang.String,java.lang.String) 2015-12-04 12:43:15,013 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/collector/item/type/{collectorType}],methods=[GET],produces=[application/json]}" onto public java.util.List com.capitalone.dashboard.rest.CollectorController.collectorItemsByType(com.capitalone.dashboard.model.CollectorType) 2015-12-04 12:43:15,014 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/collector/item/{id}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.CollectorController.getCollectorItem(org.bson.types.ObjectId) 2015-12-04 12:43:15,014 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/collector/type/{collectorType}],methods=[GET],produces=[application/json]}" onto public java.util.List com.capitalone.dashboard.rest.CollectorController.collectorsByType(com.capitalone.dashboard.model.CollectorType) 2015-12-04 12:43:15,015 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/collector/item],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.CollectorController.createCollectorItem(com.capitalone.dashboard.request.CollectorItemRequest) 2015-12-04 12:43:15,015 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/encrypt/{message}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.EncryptionController.encrypt(com.capitalone.dashboard.request.EncryptionRequest) 2015-12-04 12:43:15,016 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/deploy/status/{componentId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.DeployController.deployStatus(org.bson.types.ObjectId) 2015-12-04 12:43:15,017 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/registerUser],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.AuthenticationController.registerUser(com.capitalone.dashboard.request.AuthenticationRequest) 2015-12-04 12:43:15,017 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/updateUser],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.AuthenticationController.updateUser(com.capitalone.dashboard.request.AuthenticationRequest) 2015-12-04 12:43:15,018 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/authenticateUser],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.AuthenticationController.authenticateUser(com.capitalone.dashboard.request.AuthenticationRequest) 2015-12-04 12:43:15,020 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/service],methods=[GET],produces=[application/json]}" onto public java.lang.Iterable com.capitalone.dashboard.rest.ServiceController.services() 2015-12-04 12:43:15,020 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/service],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.Map<java.lang.String, java.util.List>> com.capitalone.dashboard.rest.ServiceController.dashboardServices(org.bson.types.ObjectId) 2015-12-04 12:43:15,020 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/service],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.ServiceController.createService(org.bson.types.ObjectId,java.lang.String) 2015-12-04 12:43:15,021 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/service/{serviceId}],methods=[PUT],consumes=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.ServiceController.updateService(org.bson.types.ObjectId,org.bson.types.ObjectId,com.capitalone.dashboard.request.ServiceRequest) 2015-12-04 12:43:15,021 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/service/{serviceId}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.ServiceController.deleteService(org.bson.types.ObjectId,org.bson.types.ObjectId) 2015-12-04 12:43:15,021 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/dependent-service/{serviceId}],methods=[POST],produces=[application/json]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.ServiceController.addDependentService(org.bson.types.ObjectId,org.bson.types.ObjectId) 2015-12-04 12:43:15,021 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/dashboard/{id}/dependent-service/{serviceId}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity com.capitalone.dashboard.rest.ServiceController.deleteDependentService(org.bson.types.ObjectId,org.bson.types.ObjectId) 2015-12-04 12:43:15,022 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/quality/test],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.lang.Iterable> com.capitalone.dashboard.rest.TestResultController.qualityData(com.capitalone.dashboard.request.TestResultRequest) 2015-12-04 12:43:15,023 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/commit],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.lang.Iterable> com.capitalone.dashboard.rest.CommitController.builds(com.capitalone.dashboard.request.CommitRequest) 2015-12-04 12:43:15,023 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/build],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.lang.Iterable> com.capitalone.dashboard.rest.BuildController.builds(com.capitalone.dashboard.request.BuildRequest) 2015-12-04 12:43:15,024 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/scope/{scopeId}],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.ScopeController.scope(java.lang.String,java.lang.String) 2015-12-04 12:43:15,024 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/scope],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.util.List> com.capitalone.dashboard.rest.ScopeController.allScopes(java.lang.String) 2015-12-04 12:43:15,025 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/quality],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.lang.Iterable> com.capitalone.dashboard.rest.CodeQualityController.qualityData(com.capitalone.dashboard.request.CodeQualityRequest) 2015-12-04 12:43:15,026 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/quality/static-analysis],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.lang.Iterable> com.capitalone.dashboard.rest.CodeQualityController.qualityStaticAnalysis(com.capitalone.dashboard.request.CodeQualityRequest) 2015-12-04 12:43:15,026 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/quality/security-analysis],methods=[GET],produces=[application/json]}" onto public com.capitalone.dashboard.model.DataResponse<java.lang.Iterable> com.capitalone.dashboard.rest.CodeQualityController.qualitySecurityAnalysis(com.capitalone.dashboard.request.CodeQualityRequest) 2015-12-04 12:43:15,086 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,086 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,106 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 20 ms Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.168 sec - in com.capitalone.dashboard.rest.TestResultControllerTest Running com.capitalone.dashboard.rest.DashboardControllerTest 2015-12-04 12:43:15,467 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 12:43:15,468 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@79282205, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@39d1b467, org.springframework.test.context.support.DirtiesContextTestExecutionListener@769af3d8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@36ff26bd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@29485e80] 2015-12-04 12:43:15,475 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,475 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,477 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 12:43:15,507 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,507 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,509 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 12:43:15,603 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,603 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,606 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 12:43:15,670 WARN c.c.d.rest.RestApiExceptionHandler - Bad Request - bind exception: org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 5 errors Field error in object 'dashboardRequest' on field 'applicationName': rejected value [null]; codes [NotNull.dashboardRequest.applicationName,NotNull.applicationName,NotNull.java.lang.String,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [dashboardRequest.applicationName,applicationName]; arguments []; default message [applicationName]]; default message [may not be null] Field error in object 'dashboardRequest' on field 'componentName': rejected value [null]; codes [NotNull.dashboardRequest.componentName,NotNull.componentName,NotNull.java.lang.String,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [dashboardRequest.componentName,componentName]; arguments []; default message [componentName]]; default message [may not be null] Field error in object 'dashboardRequest' on field 'template': rejected value [null]; codes [NotNull.dashboardRequest.template,NotNull.template,NotNull.java.lang.String,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [dashboardRequest.template,template]; arguments []; default message [template]]; default message [may not be null] Field error in object 'dashboardRequest' on field 'title': rejected value [null]; codes [NotNull.dashboardRequest.title,NotNull.title,NotNull.java.lang.String,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [dashboardRequest.title,title]; arguments []; default message [title]]; default message [may not be null] Field error in object 'dashboardRequest' on field 'owner': rejected value [null]; codes [NotNull.dashboardRequest.owner,NotNull.owner,NotNull.java.lang.String,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [dashboardRequest.owner,owner]; arguments []; default message [owner]]; default message [may not be null] at com.capitalone.dashboard.rest.RestApiExceptionHandler.handleMethodArgumentNotValid(RestApiExceptionHandler.java:47) [classes/:na] at org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler.handleException(ResponseEntityExceptionHandler.java:156) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_91] at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_91] at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221) [spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137) [spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:362) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:60) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:138) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:74) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1183) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.TestDispatcherServlet.processHandlerException(TestDispatcherServlet.java:112) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1020) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:971) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:967) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:869) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:648) [tomcat-embed-core-8.0.23.jar:8.0.23] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:843) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:65) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) [tomcat-embed-core-8.0.23.jar:8.0.23] at org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:167) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:134) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:144) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at com.capitalone.dashboard.rest.DashboardControllerTest.createDashboard_nothingProvided_badRequest(DashboardControllerTest.java:73) [test-classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_91] at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_91] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) [junit-4.11.jar:na] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) [junit-4.11.jar:na] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.11.jar:na] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.11.jar:na] at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:73) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) [junit-4.11.jar:na] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:224) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na] at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.17.jar:2.17] 2015-12-04 12:43:15,679 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,679 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,682 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 12:43:15,689 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,689 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,692 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 3 ms 2015-12-04 12:43:15,713 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,713 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,715 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 12:43:15,725 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,725 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,727 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 12:43:15,732 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,733 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,734 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 1 ms Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec - in com.capitalone.dashboard.rest.DashboardControllerTest Running com.capitalone.dashboard.rest.CollectorControllerTest 2015-12-04 12:43:15,740 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 12:43:15,740 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@75dcea79, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7aa5ea62, org.springframework.test.context.support.DirtiesContextTestExecutionListener@22bf06d6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2b59dd6c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@18d7f3b0] 2015-12-04 12:43:15,745 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,745 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,747 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 12:43:15,763 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,764 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,766 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in com.capitalone.dashboard.rest.CollectorControllerTest Running com.capitalone.dashboard.rest.ServiceControllerTest 2015-12-04 12:43:15,777 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 12:43:15,777 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@48dc866d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5fd837a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@46c2c1a8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1c3820e3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@28f7258e] 2015-12-04 12:43:15,783 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,783 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,785 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 1 ms 2015-12-04 12:43:15,806 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,806 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,808 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 12:43:15,814 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,814 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,817 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 3 ms 2015-12-04 12:43:15,824 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,824 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,826 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 12:43:15,838 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,838 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,840 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 12:43:15,854 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,855 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,856 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 1 ms 2015-12-04 12:43:15,862 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,863 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,864 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 1 ms Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in com.capitalone.dashboard.rest.ServiceControllerTest Running com.capitalone.dashboard.rest.CodeQualityControllerTest 2015-12-04 12:43:15,872 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 12:43:15,872 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@887b5d0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5b16f10, org.springframework.test.context.support.DirtiesContextTestExecutionListener@43f2865b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6752e336, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@72c32338] 2015-12-04 12:43:15,876 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,876 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,878 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 1 ms 2015-12-04 12:43:15,902 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,902 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,903 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 1 ms 2015-12-04 12:43:15,906 WARN c.c.d.rest.RestApiExceptionHandler - Bad Request - bind exception: org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors Field error in object 'codeQualityRequest' on field 'componentId': rejected value [null]; codes [NotNull.codeQualityRequest.componentId,NotNull.componentId,NotNull.org.bson.types.ObjectId,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [codeQualityRequest.componentId,componentId]; arguments []; default message [componentId]]; default message [may not be null] at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:113) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:77) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:162) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:129) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:776) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:705) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:967) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:858) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:622) ~[tomcat-embed-core-8.0.23.jar:8.0.23] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:843) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:65) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) ~[tomcat-embed-core-8.0.23.jar:8.0.23] at org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:167) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:134) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:144) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at com.capitalone.dashboard.rest.CodeQualityControllerTest.builds_noComponentId_badRequest(CodeQualityControllerTest.java:130) [test-classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_91] at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_91] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) [junit-4.11.jar:na] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) [junit-4.11.jar:na] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.11.jar:na] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.11.jar:na] at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:73) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) [junit-4.11.jar:na] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:224) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na] at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.17.jar:2.17] 2015-12-04 12:43:15,909 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,909 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,911 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in com.capitalone.dashboard.rest.CodeQualityControllerTest Running com.capitalone.dashboard.rest.DeployControllerTest 2015-12-04 12:43:15,920 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 12:43:15,920 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7c27c42e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@16c0e7b0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@52aadf7b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@50362ea3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@152ff879] 2015-12-04 12:43:15,924 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,924 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,926 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in com.capitalone.dashboard.rest.DeployControllerTest Running com.capitalone.dashboard.rest.BuildControllerTest 2015-12-04 12:43:15,981 INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2015-12-04 12:43:15,981 INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7952198d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7d0bb634, org.springframework.test.context.support.DirtiesContextTestExecutionListener@be7500f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7f390ee3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7b009a55] 2015-12-04 12:43:15,985 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:15,986 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:15,988 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 2 ms 2015-12-04 12:43:16,017 INFO o.s.mock.web.MockServletContext - Initializing Spring FrameworkServlet '' 2015-12-04 12:43:16,018 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization started 2015-12-04 12:43:16,019 INFO o.s.t.w.s.TestDispatcherServlet - FrameworkServlet '': initialization completed in 1 ms 2015-12-04 12:43:16,021 WARN c.c.d.rest.RestApiExceptionHandler - Bad Request - bind exception: org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors Field error in object 'buildRequest' on field 'componentId': rejected value [null]; codes [NotNull.buildRequest.componentId,NotNull.componentId,NotNull.org.bson.types.ObjectId,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [buildRequest.componentId,componentId]; arguments []; default message [componentId]]; default message [may not be null] at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:113) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:77) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:162) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:129) ~[spring-web-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:776) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:705) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893) ~[spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:967) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:858) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:622) ~[tomcat-embed-core-8.0.23.jar:8.0.23] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:843) [spring-webmvc-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:65) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) ~[tomcat-embed-core-8.0.23.jar:8.0.23] at org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:167) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:134) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:144) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at com.capitalone.dashboard.rest.BuildControllerTest.builds_noComponentId_badRequest(BuildControllerTest.java:81) [test-classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_91] at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_91] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) [junit-4.11.jar:na] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) [junit-4.11.jar:na] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.11.jar:na] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.11.jar:na] at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:73) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) [junit-4.11.jar:na] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:224) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na] at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.17.jar:2.17] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in com.capitalone.dashboard.rest.BuildControllerTest Running com.capitalone.dashboard.service.AuthenticationServiceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in com.capitalone.dashboard.service.AuthenticationServiceTest Running com.capitalone.dashboard.service.DashboardServiceTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in com.capitalone.dashboard.service.DashboardServiceTest Running com.capitalone.dashboard.service.ServiceServiceTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in com.capitalone.dashboard.service.ServiceServiceTest Running com.capitalone.dashboard.service.CollectorServiceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.capitalone.dashboard.service.CollectorServiceTest Running com.capitalone.dashboard.service.BuildServiceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec - in com.capitalone.dashboard.service.BuildServiceTest Running com.capitalone.dashboard.service.DeployServiceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in com.capitalone.dashboard.service.DeployServiceTest 2015-12-04 12:43:16,395 INFO o.s.w.c.s.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@3c53a57c: startup date [Fri Dec 04 12:43:12 IST 2015]; root of context hierarchy

Results :

Tests run: 49, Failures: 0, Errors: 0, Skipped: 0

[INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ api --- [INFO] Analyzed bundle 'com.capitalone.dashboard:api' with 57 classes [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ api --- [INFO] Building jar: /root/hygieia/Hygieia/api/target/api.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ api --- [INFO] Installing /root/hygieia/Hygieia/api/target/api.jar to /root/.m2/repository/com/capitalone/dashboard/api/1.5.0-SNAPSHOT/api-1.5.0-SNAPSHOT.jar [INFO] Installing /root/hygieia/Hygieia/api/pom.xml to /root/.m2/repository/com/capitalone/dashboard/api/1.5.0-SNAPSHOT/api-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ api >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ api --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ api <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ api --- [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ api --- [INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/root/hygieia/Hygieia/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ api --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ api --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ api --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ api --- [INFO] Analyzed bundle 'com.capitalone.dashboard:api' with 57 classes [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ api --- [INFO] Building jar: /root/hygieia/Hygieia/api/target/api.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ api --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:jenkins-build-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jenkins-build-collector --- [INFO] Deleting /root/hygieia/Hygieia/jenkins-build-collector/target [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ jenkins-build-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ jenkins-build-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ jenkins-build-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ jenkins-build-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jenkins-build-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jenkins-build-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /root/hygieia/Hygieia/jenkins-build-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jenkins-build-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jenkins-build-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /root/hygieia/Hygieia/jenkins-build-collector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jenkins-build-collector --- [INFO] Surefire report directory: /root/hygieia/Hygieia/jenkins-build-collector/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.collector.HudsonCollectorTaskTests 2015-12-04 12:43:21,696 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 12:43:21,736 INFO c.c.d.collector.HudsonCollectorTask - server1 2015-12-04 12:43:21,737 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 12:43:21,741 INFO c.c.d.collector.HudsonCollectorTask - Fetched jobs 0s 2015-12-04 12:43:21,741 INFO c.c.d.collector.HudsonCollectorTask - New jobs 1 0s 2015-12-04 12:43:21,742 INFO c.c.d.collector.HudsonCollectorTask - New builds 0 0s 2015-12-04 12:43:21,742 INFO c.c.d.collector.HudsonCollectorTask - Finished 0s 2015-12-04 12:43:21,754 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 12:43:21,754 INFO c.c.d.collector.HudsonCollectorTask - server1 2015-12-04 12:43:21,754 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 12:43:21,754 INFO c.c.d.collector.HudsonCollectorTask - Fetched jobs 0s 2015-12-04 12:43:21,754 INFO c.c.d.collector.HudsonCollectorTask - New jobs 0 0s 2015-12-04 12:43:21,754 INFO c.c.d.collector.HudsonCollectorTask - New builds 0 0s 2015-12-04 12:43:21,755 INFO c.c.d.collector.HudsonCollectorTask - Finished 0s 2015-12-04 12:43:21,759 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 12:43:21,759 INFO c.c.d.collector.HudsonCollectorTask - server1 2015-12-04 12:43:21,759 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 12:43:21,759 INFO c.c.d.collector.HudsonCollectorTask - Fetched jobs 0s 2015-12-04 12:43:21,760 INFO c.c.d.collector.HudsonCollectorTask - New jobs 0 0s 2015-12-04 12:43:21,760 INFO c.c.d.collector.HudsonCollectorTask - New builds 0 0s 2015-12-04 12:43:21,760 INFO c.c.d.collector.HudsonCollectorTask - Finished 0s 2015-12-04 12:43:21,763 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 12:43:21,763 INFO c.c.d.collector.HudsonCollectorTask - server1 2015-12-04 12:43:21,763 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 12:43:21,764 INFO c.c.d.collector.HudsonCollectorTask - Fetched jobs 0s 2015-12-04 12:43:21,764 INFO c.c.d.collector.HudsonCollectorTask - New jobs 2 0s 2015-12-04 12:43:21,764 INFO c.c.d.collector.HudsonCollectorTask - New builds 0 0s 2015-12-04 12:43:21,764 INFO c.c.d.collector.HudsonCollectorTask - Finished 0s 2015-12-04 12:43:21,770 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 12:43:21,771 INFO c.c.d.collector.HudsonCollectorTask - server1 2015-12-04 12:43:21,771 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 12:43:21,771 INFO c.c.d.collector.HudsonCollectorTask - Fetched jobs 0s 2015-12-04 12:43:21,771 INFO c.c.d.collector.HudsonCollectorTask - New jobs 1 0s 2015-12-04 12:43:21,772 INFO c.c.d.collector.HudsonCollectorTask - New builds 0 0s 2015-12-04 12:43:21,772 INFO c.c.d.collector.HudsonCollectorTask - Finished 0s 2015-12-04 12:43:21,775 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 12:43:21,776 INFO c.c.d.collector.HudsonCollectorTask - server1 2015-12-04 12:43:21,776 INFO c.c.d.collector.HudsonCollectorTask - ------------------------------ 2015-12-04 12:43:21,776 INFO c.c.d.collector.HudsonCollectorTask - Fetched jobs 0s 2015-12-04 12:43:21,777 INFO c.c.d.collector.HudsonCollectorTask - New jobs 1 0s 2015-12-04 12:43:21,777 INFO c.c.d.collector.HudsonCollectorTask - New builds 1 0s 2015-12-04 12:43:21,778 INFO c.c.d.collector.HudsonCollectorTask - Finished 0s Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 sec - in com.capitalone.dashboard.collector.HudsonCollectorTaskTests Running com.capitalone.dashboard.collector.DefaultHudsonClientTests 2015-12-04 12:43:21,831 ERROR c.c.d.collector.DefaultHudsonClient - Parsing jobs on instance: URL org.json.simple.parser.ParseException: null at org.json.simple.parser.JSONParser.parse(JSONParser.java:257) ~[json-simple-1.1.1.jar:na] at org.json.simple.parser.JSONParser.parse(JSONParser.java:81) ~[json-simple-1.1.1.jar:na] at org.json.simple.parser.JSONParser.parse(JSONParser.java:75) ~[json-simple-1.1.1.jar:na] at com.capitalone.dashboard.collector.DefaultHudsonClient.getInstanceJobs(DefaultHudsonClient.java:84) ~[classes/:na] at com.capitalone.dashboard.collector.DefaultHudsonClientTests.instanceJobs_emptyResponse_returnsEmptyMap(DefaultHudsonClientTests.java:52) [test-classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_91] at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_91] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.mockito.internal.runners.JUnit45AndHigherRunnerImpl.run(JUnit45AndHigherRunnerImpl.java:37) [mockito-core-1.10.19.jar:na] at org.mockito.runners.MockitoJUnitRunner.run(MockitoJUnitRunner.java:62) [mockito-core-1.10.19.jar:na] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) [surefire-junit4-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) [surefire-booter-2.17.jar:2.17] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.17.jar:2.17] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in com.capitalone.dashboard.collector.DefaultHudsonClientTests

Results :

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

[INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jenkins-build-collector --- [INFO] Building jar: /root/hygieia/Hygieia/jenkins-build-collector/target/jenkins-build-collector-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ jenkins-build-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jenkins-build-collector --- [INFO] Installing /root/hygieia/Hygieia/jenkins-build-collector/target/jenkins-build-collector-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/jenkins-build-collector/1.5.0-SNAPSHOT/jenkins-build-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /root/hygieia/Hygieia/jenkins-build-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/jenkins-build-collector/1.5.0-SNAPSHOT/jenkins-build-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ jenkins-build-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ jenkins-build-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ jenkins-build-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ jenkins-build-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jenkins-build-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jenkins-build-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jenkins-build-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jenkins-build-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jenkins-build-collector --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jenkins-build-collector --- [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ jenkins-build-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:sonar-codequality-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sonar-codequality-collector --- [INFO] Deleting /root/hygieia/Hygieia/sonar-codequality-collector/target [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ sonar-codequality-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ sonar-codequality-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ sonar-codequality-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ sonar-codequality-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sonar-codequality-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ sonar-codequality-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /root/hygieia/Hygieia/sonar-codequality-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sonar-codequality-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/sonar-codequality-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ sonar-codequality-collector --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ sonar-codequality-collector --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ sonar-codequality-collector --- [INFO] Building jar: /root/hygieia/Hygieia/sonar-codequality-collector/target/sonar-codequality-collector-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ sonar-codequality-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sonar-codequality-collector --- [INFO] Installing /root/hygieia/Hygieia/sonar-codequality-collector/target/sonar-codequality-collector-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/sonar-codequality-collector/1.5.0-SNAPSHOT/sonar-codequality-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /root/hygieia/Hygieia/sonar-codequality-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/sonar-codequality-collector/1.5.0-SNAPSHOT/sonar-codequality-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ sonar-codequality-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ sonar-codequality-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ sonar-codequality-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ sonar-codequality-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sonar-codequality-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ sonar-codequality-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sonar-codequality-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/sonar-codequality-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ sonar-codequality-collector --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ sonar-codequality-collector --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ sonar-codequality-collector --- [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ sonar-codequality-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:subversion-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ subversion-collector --- [INFO] Deleting /root/hygieia/Hygieia/subversion-scm-collector/target [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ subversion-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ subversion-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ subversion-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ subversion-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ subversion-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ subversion-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /root/hygieia/Hygieia/subversion-scm-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ subversion-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/subversion-scm-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ subversion-collector --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ subversion-collector --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ subversion-collector --- [INFO] Building jar: /root/hygieia/Hygieia/subversion-scm-collector/target/subversion-collector-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ subversion-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ subversion-collector --- [INFO] Installing /root/hygieia/Hygieia/subversion-scm-collector/target/subversion-collector-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/subversion-collector/1.5.0-SNAPSHOT/subversion-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /root/hygieia/Hygieia/subversion-scm-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/subversion-collector/1.5.0-SNAPSHOT/subversion-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ subversion-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ subversion-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ subversion-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ subversion-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ subversion-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ subversion-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ subversion-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/subversion-scm-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ subversion-collector --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ subversion-collector --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ subversion-collector --- [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ subversion-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:github-scm-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ github-scm-collector --- [INFO] Deleting /root/hygieia/Hygieia/github-scm-collector/target [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ github-scm-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ github-scm-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ github-scm-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ github-scm-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ github-scm-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ github-scm-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /root/hygieia/Hygieia/github-scm-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ github-scm-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/github-scm-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ github-scm-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /root/hygieia/Hygieia/github-scm-collector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ github-scm-collector --- [INFO] Surefire report directory: /root/hygieia/Hygieia/github-scm-collector/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.model.GitHubRepoTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in com.capitalone.dashboard.model.GitHubRepoTests

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ github-scm-collector --- [INFO] Building jar: /root/hygieia/Hygieia/github-scm-collector/target/github-scm-collector-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ github-scm-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ github-scm-collector --- [INFO] Installing /root/hygieia/Hygieia/github-scm-collector/target/github-scm-collector-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/github-scm-collector/1.5.0-SNAPSHOT/github-scm-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /root/hygieia/Hygieia/github-scm-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/github-scm-collector/1.5.0-SNAPSHOT/github-scm-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ github-scm-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ github-scm-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ github-scm-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ github-scm-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ github-scm-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ github-scm-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ github-scm-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/github-scm-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ github-scm-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ github-scm-collector --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ github-scm-collector --- [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ github-scm-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:versionone-feature-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ versionone-feature-collector --- [INFO] Deleting /root/hygieia/Hygieia/versionone-feature-collector/target [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ versionone-feature-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ versionone-feature-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ versionone-feature-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ versionone-feature-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ versionone-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ versionone-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /root/hygieia/Hygieia/versionone-feature-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ versionone-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/versionone-feature-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ versionone-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /root/hygieia/Hygieia/versionone-feature-collector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ versionone-feature-collector --- [INFO] Surefire report directory: /root/hygieia/Hygieia/versionone-feature-collector/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.util.ClientUtilTest 2015-12-04 12:43:28,246 INFO ClientUtilTest - Beginning tests for com.capitalone.dashboard.collector.ClientUtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 sec - in com.capitalone.dashboard.util.ClientUtilTest Running com.capitalone.dashboard.datafactory.versionone.test.VersionOneDataFactoryImplTest 2015-12-04 12:43:28,277 INFO VersionOneDataFactoryImplTest - Beginning tests for com.capitalone.dashboard.datafactory.versionone.VersionOneDataFactoryImpl 2015-12-04 12:43:28,348 ERROR c.c.d.d.v.VersionOneDataFactoryImpl - There was an unexpected problem connecting and authenticating with VersionOne: The VersionOne instance URL cannot be null or empty. | null | [com.versionone.apiclient.V1Connector.(V1Connector.java:199), com.versionone.apiclient.V1Connector$Builder.(V1Connector.java:223), com.versionone.apiclient.V1Connector.withInstanceUrl(V1Connector.java:212), com.capitalone.dashboard.datafactory.versionone.VersionOneDataFactoryImpl.VersionOneAuthentication(VersionOneDataFactoryImpl.java:95), com.capitalone.dashboard.datafactory.versionone.VersionOneDataFactoryImpl.(VersionOneDataFactoryImpl.java:62), com.capitalone.dashboard.datafactory.versionone.test.VersionOneDataFactoryImplTest.setUpBeforeClass(VersionOneDataFactoryImplTest.java:71), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47), org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12), org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44), org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24), org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27), org.junit.runners.ParentRunner.run(ParentRunner.java:309), org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264), org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153), org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124), org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200), org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153), org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)] com.versionone.apiclient.exceptions.V1Exception: null value v1Connector at com.versionone.apiclient.Services.(Services.java:86) at com.capitalone.dashboard.datafactory.versionone.VersionOneDataFactoryImpl.(VersionOneDataFactoryImpl.java:62) at com.capitalone.dashboard.datafactory.versionone.test.VersionOneDataFactoryImplTest.setUpBeforeClass(VersionOneDataFactoryImplTest.java:71) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.083 sec - in com.capitalone.dashboard.datafactory.versionone.test.VersionOneDataFactoryImplTest

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 2

[INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ versionone-feature-collector --- [INFO] Building jar: /root/hygieia/Hygieia/versionone-feature-collector/target/versionone-feature-collector.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ versionone-feature-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ versionone-feature-collector --- [INFO] Installing /root/hygieia/Hygieia/versionone-feature-collector/target/versionone-feature-collector.jar to /root/.m2/repository/com/capitalone/dashboard/versionone-feature-collector/1.5.0-SNAPSHOT/versionone-feature-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /root/hygieia/Hygieia/versionone-feature-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/versionone-feature-collector/1.5.0-SNAPSHOT/versionone-feature-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ versionone-feature-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ versionone-feature-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ versionone-feature-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ versionone-feature-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ versionone-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ versionone-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /root/hygieia/Hygieia/versionone-feature-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ versionone-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/versionone-feature-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ versionone-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /root/hygieia/Hygieia/versionone-feature-collector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ versionone-feature-collector --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ versionone-feature-collector --- [INFO] Building jar: /root/hygieia/Hygieia/versionone-feature-collector/target/versionone-feature-collector.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ versionone-feature-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:udeploy-deployment-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ udeploy-deployment-collector --- [INFO] Deleting /root/hygieia/Hygieia/udeploy-deployment-collector/target [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ udeploy-deployment-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ udeploy-deployment-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ udeploy-deployment-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ udeploy-deployment-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ udeploy-deployment-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ udeploy-deployment-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /root/hygieia/Hygieia/udeploy-deployment-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ udeploy-deployment-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/udeploy-deployment-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ udeploy-deployment-collector --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ udeploy-deployment-collector --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ udeploy-deployment-collector --- [INFO] Building jar: /root/hygieia/Hygieia/udeploy-deployment-collector/target/udeploy-deployment-collector-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ udeploy-deployment-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ udeploy-deployment-collector --- [INFO] Installing /root/hygieia/Hygieia/udeploy-deployment-collector/target/udeploy-deployment-collector-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/udeploy-deployment-collector/1.5.0-SNAPSHOT/udeploy-deployment-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /root/hygieia/Hygieia/udeploy-deployment-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/udeploy-deployment-collector/1.5.0-SNAPSHOT/udeploy-deployment-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ udeploy-deployment-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ udeploy-deployment-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ udeploy-deployment-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ udeploy-deployment-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ udeploy-deployment-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ udeploy-deployment-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ udeploy-deployment-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/udeploy-deployment-collector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ udeploy-deployment-collector --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ udeploy-deployment-collector --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ udeploy-deployment-collector --- [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ udeploy-deployment-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:jira-feature-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jira-feature-collector --- [INFO] Deleting /root/hygieia/Hygieia/jira-feature-collector/target [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ jira-feature-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ jira-feature-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ jira-feature-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ jira-feature-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jira-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jira-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /root/hygieia/Hygieia/jira-feature-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jira-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jira-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /root/hygieia/Hygieia/jira-feature-collector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jira-feature-collector --- [INFO] Surefire report directory: /root/hygieia/Hygieia/jira-feature-collector/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.util.ClientUtilTest 2015-12-04 12:43:33,210 INFO ClientUtilTest - Beginning tests for com.capitalone.dashboard.collector.ClientUtilTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 sec - in com.capitalone.dashboard.util.ClientUtilTest Running com.capitalone.dashboard.datafactory.jira.JiraDataFactoryImplTest 2015-12-04 12:43:33,258 INFO c.c.d.d.jira.JiraDataFactoryImplTest - Beginning tests for com.capitalone.dashboard.datafactory.jira.JiraDataFactoryImpl Tests run: 6, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.006 sec - in com.capitalone.dashboard.datafactory.jira.JiraDataFactoryImplTest

Results :

Tests run: 12, Failures: 0, Errors: 0, Skipped: 6

[INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jira-feature-collector --- [INFO] Building jar: /root/hygieia/Hygieia/jira-feature-collector/target/jira-feature-collector.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ jira-feature-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jira-feature-collector --- [INFO] Installing /root/hygieia/Hygieia/jira-feature-collector/target/jira-feature-collector.jar to /root/.m2/repository/com/capitalone/dashboard/jira-feature-collector/1.5.0-SNAPSHOT/jira-feature-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /root/hygieia/Hygieia/jira-feature-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/jira-feature-collector/1.5.0-SNAPSHOT/jira-feature-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ jira-feature-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ jira-feature-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ jira-feature-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ jira-feature-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jira-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jira-feature-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /root/hygieia/Hygieia/jira-feature-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jira-feature-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jira-feature-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jira-feature-collector --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jira-feature-collector --- [INFO] Building jar: /root/hygieia/Hygieia/jira-feature-collector/target/jira-feature-collector.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ jira-feature-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:jenkins-cucumber-test-collector 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jenkins-cucumber-test-collector --- [INFO] Deleting /root/hygieia/Hygieia/jenkins-cucumber-test-collector/target [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ jenkins-cucumber-test-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ jenkins-cucumber-test-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ jenkins-cucumber-test-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ jenkins-cucumber-test-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jenkins-cucumber-test-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/jenkins-cucumber-test-collector/src/main/resources [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/jenkins-cucumber-test-collector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jenkins-cucumber-test-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /root/hygieia/Hygieia/jenkins-cucumber-test-collector/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jenkins-cucumber-test-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jenkins-cucumber-test-collector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /root/hygieia/Hygieia/jenkins-cucumber-test-collector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jenkins-cucumber-test-collector --- [INFO] Surefire report directory: /root/hygieia/Hygieia/jenkins-cucumber-test-collector/target/surefire-reports


T E S T S

Running com.capitalone.dashboard.collector.CucumberJsonToTestResultTransformerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec - in com.capitalone.dashboard.collector.CucumberJsonToTestResultTransformerTest

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jenkins-cucumber-test-collector --- [INFO] Building jar: /root/hygieia/Hygieia/jenkins-cucumber-test-collector/target/jenkins-cucumber-test-collector-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ jenkins-cucumber-test-collector --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jenkins-cucumber-test-collector --- [INFO] Installing /root/hygieia/Hygieia/jenkins-cucumber-test-collector/target/jenkins-cucumber-test-collector-1.5.0-SNAPSHOT.jar to /root/.m2/repository/com/capitalone/dashboard/jenkins-cucumber-test-collector/1.5.0-SNAPSHOT/jenkins-cucumber-test-collector-1.5.0-SNAPSHOT.jar [INFO] Installing /root/hygieia/Hygieia/jenkins-cucumber-test-collector/pom.xml to /root/.m2/repository/com/capitalone/dashboard/jenkins-cucumber-test-collector/1.5.0-SNAPSHOT/jenkins-cucumber-test-collector-1.5.0-SNAPSHOT.pom [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ jenkins-cucumber-test-collector >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ jenkins-cucumber-test-collector --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ jenkins-cucumber-test-collector <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ jenkins-cucumber-test-collector --- [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jenkins-cucumber-test-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/jenkins-cucumber-test-collector/src/main/resources [INFO] skip non existing resourceDirectory /root/hygieia/Hygieia/jenkins-cucumber-test-collector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jenkins-cucumber-test-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jenkins-cucumber-test-collector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jenkins-cucumber-test-collector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jenkins-cucumber-test-collector --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jenkins-cucumber-test-collector --- [INFO] [INFO] --- spring-boot-maven-plugin:1.2.5.RELEASE:repackage (default) @ jenkins-cucumber-test-collector --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:UI 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ UI --- [INFO] [INFO] >>> maven-pmd-plugin:3.5:check (default) > :pmd @ UI >>> [INFO] [INFO] --- maven-pmd-plugin:3.5:pmd (pmd) @ UI --- [INFO] [INFO] <<< maven-pmd-plugin:3.5:check (default) < :pmd @ UI <<< [INFO] [INFO] --- maven-pmd-plugin:3.5:check (default) @ UI --- [INFO] [INFO] --- frontend-maven-plugin:0.0.25:install-node-and-npm (install node and npm) @ UI --- [INFO] Node v0.12.0 is already installed. [INFO] Found NPM version 2.7.1 [INFO] [INFO] --- frontend-maven-plugin:0.0.25:npm (npm install) @ UI --- [INFO] Running 'npm install --color=false' in /root/hygieia/Hygieia/UI [INFO] [INFO] --- frontend-maven-plugin:0.0.25:bower (bower install) @ UI --- [INFO] Running 'bower install' in /root/hygieia/Hygieia/UI [ERROR] bower ESUDO Cannot be run with sudo [ERROR] [ERROR] Additional error details: [ERROR] Since bower is a user command, there is no need to execute it with superuser permissions. [ERROR] If you're having permission errors when using bower without sudo, please spend a few minutes learning more about how your system should work and make any necessary repairs. [ERROR] [ERROR] http://www.joyent.com/blog/installing-node-and-npm [ERROR] https://gist.github.com/isaacs/579814 [ERROR] [ERROR] You can however run a command with sudo using --allow-root option [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] com.capitalone.dashboard:Hygieia ................... SUCCESS [ 2.207 s] [INFO] com.capitalone.dashboard:core ...................... SUCCESS [01:47 min] [INFO] com.capitalone.dashboard:api ....................... SUCCESS [ 14.354 s] [INFO] com.capitalone.dashboard:jenkins-build-collector ... SUCCESS [ 2.904 s] [INFO] com.capitalone.dashboard:sonar-codequality-collector SUCCESS [ 1.081 s] [INFO] com.capitalone.dashboard:subversion-collector ...... SUCCESS [ 1.407 s] [INFO] com.capitalone.dashboard:github-scm-collector ...... SUCCESS [ 1.270 s] [INFO] com.capitalone.dashboard:versionone-feature-collector SUCCESS [ 4.101 s] [INFO] com.capitalone.dashboard:udeploy-deployment-collector SUCCESS [ 1.032 s] [INFO] com.capitalone.dashboard:jira-feature-collector .... SUCCESS [ 3.821 s] [INFO] com.capitalone.dashboard:jenkins-cucumber-test-collector SUCCESS [ 1.290 s] [INFO] com.capitalone.dashboard:UI ........................ FAILURE [ 18.499 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:40 min [INFO] Finished at: 2015-12-04T12:43:55+05:30 [INFO] Final Memory: 90M/400M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:bower (bower install) on project UI: Failed to run task: 'bower install' failed. (error code 1) -> [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :UI root@ubu:~/hygieia/Hygieia#

amitmawkin commented 8 years ago

Your machine env has issues, for e.g. you are hitting the too many files open issue on unix

java.io.FileNotFoundException: /root/hygieia/Hygieia/UI/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-jpegtran/node_modules/jpegtran-bin/node_modules/bin-wrapper/node_modules/download/node_modules/vinyl-fs/node_modules/strip-bom/readme.md (Too many open files)

I would advise you to increase your file limit .. and resume by using command mvn -rf :UI

shendeam commented 8 years ago

As you said I have increased ulimit to 40000. Step1: With root user and changed .bowerrc file (/root/hygieia/Hygieia/UI/node_modules/main-bower-files/test/.bowerrc) command: mvn com.github.eirslett:frontend-maven-plugin:0.0.25:bower -rf :UI

error logs:

[INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:UI 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- frontend-maven-plugin:0.0.25:bower (default-cli) @ UI --- [INFO] Running 'bower install' in /root/hygieia/Hygieia/UI [ERROR] bower ESUDO Cannot be run with sudo [ERROR] [ERROR] Additional error details: [ERROR] Since bower is a user command, there is no need to execute it with superuser permissions. [ERROR] If you're having permission errors when using bower without sudo, please spend a few minutes learning more about how your system should work and make any necessary repairs. [ERROR] [ERROR] http://www.joyent.com/blog/installing-node-and-npm [ERROR] https://gist.github.com/isaacs/579814 [ERROR] [ERROR] You can however run a command with sudo using --allow-root option [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.516 s [INFO] Finished at: 2015-12-07T19:10:17+05:30 [INFO] Final Memory: 18M/183M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:bower (default-cli) on project UI: Failed to run task: 'bower install' failed. (error code 1) -> [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/MojoFailureException

Step 2: With other user and changed .bowerrc file command:
sudo mvn com.github.eirslett:frontend-maven-plugin:0.0.25:bower -rf :UI

error logs: Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:UI 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- frontend-maven-plugin:0.0.25:bower (default-cli) @ UI --- [INFO] Running 'bower install' in /root/hygieia/Hygieia/UI [ERROR] bower ESUDO Cannot be run with sudo [ERROR] [ERROR] Additional error details: [ERROR] Since bower is a user command, there is no need to execute it with superuser permissions. [ERROR] If you're having permission errors when using bower without sudo, please spend a few minutes learning more about how your system should work and make any necessary repairs. [ERROR] [ERROR] http://www.joyent.com/blog/installing-node-and-npm [ERROR] https://gist.github.com/isaacs/579814 [ERROR] [ERROR] You can however run a command with sudo using --allow-root option [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.470 s [INFO] Finished at: 2015-12-07T19:12:22+05:30 [INFO] Final Memory: 16M/116M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:bower (default-cli) on project UI: Failed to run task: 'bower install' failed. (error code 1) -> [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/MojoFailureException

BibinCTS commented 8 years ago

Hi , I am also facing same issue.

Hygieia]$ mvn com.github.eirslett:frontend-maven-plugin:0.0.25:bower -rf :UI [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.capitalone.dashboard:UI 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- frontend-maven-plugin:0.0.25:bower (default-cli) @ UI --- [INFO] Running 'bower install' in /usr/local/Hygieia/UI [ERROR] module.js:338 [ERROR] throw err; [ERROR] ^ [ERROR] Error: Cannot find module '../lib/bin/bower' [ERROR] at Function.Module._resolveFilename (module.js:336:15) [ERROR] at Function.Module._load (module.js:278:25) [ERROR] at Module.require (module.js:365:17) [ERROR] at require (module.js:384:17) [ERROR] at Object. (/usr/local/Hygieia/UI/node_modules/bower/bin/bower:3:1) [ERROR] at Module._compile (module.js:460:26) [ERROR] at Object.Module._extensions..js (module.js:478:10) [ERROR] at Module.load (module.js:355:32) [ERROR] at Function.Module._load (module.js:310:12) [ERROR] at Function.Module.runMain (module.js:501:10) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.817 s [INFO] Finished at: 2016-02-04T02:19:43-05:00 [INFO] Final Memory: 16M/40M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:bower (default-cli) on project UI: Failed to run task: 'bower install' failed. (error code 1) -> [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/MojoFailureException

I do not see .bowerrc file anywhere. Do i need to install bower separately. Please help

Hygieia]$ find . -name ".*" -ls | grep bow 531064 4 -rw-rw-r-- 1 cadmin cadmin 22 Sep 18 2014 ./UI/node_modules/main-bower-files/.npmignore 531423 4 -rw-rw-r-- 1 cadmin cadmin 44 Sep 18 2014 ./UI/node_modules/main-bower-files/test/.bowerrc_without_directory 531142 4 -rw-rw-r-- 1 cadmin cadmin 2680 Sep 18 2014 ./UI/node_modules/main-bower-files/.jscsrc 531212 4 -rw-rw-r-- 1 cadmin cadmin 486 Sep 18 2014 ./UI/node_modules/main-bower-files/.jshintrc 531126 4 -rw-rw-r-- 1 cadmin cadmin 147 Sep 18 2014 ./UI/node_modules/main-bower-files/.editorconfig 531118 4 -rw-rw-r-- 1 cadmin cadmin 35 Sep 18 2014 ./UI/node_modules/main-bower-files/.travis.yml

BibinCTS commented 8 years ago

Please can someone help me to resolve error mentioned above..

[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:bower (default-cli) on project UI: Failed to run task: 'bower install' failed. (error code 1) -> [Help 1]

daniuniperu commented 8 years ago

Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:install-node-and-npm (install node and npm) on project UI: The plugin com.github.eirslett:frontend-maven-plugin:0.0.25 requires Maven version 3.1.0 -> [Help 1]

daniuniperu commented 8 years ago

Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:install-node-and-npm (install node and npm) on project UI: The plugin com.github.eirslett:frontend-maven-plugin:0.0.25 requires Maven version 3.1.0 -> [Help 1]

BibinCTS commented 8 years ago

I could resolve bower issue. Now i am facing a different error on gulp as shown below:

[INFO] --- frontend-maven-plugin:0.0.25:bower (bower install) @ UI --- [INFO] Running 'bower install' in /usr/local/Hygieia/UI [INFO] [INFO] --- frontend-maven-plugin:0.0.25:gulp (gulp build) @ UI --- [INFO] Running 'gulp.js build --no-color' in /usr/local/Hygieia/UI [ERROR] module.js:338 [ERROR] throw err; [ERROR] ^ [ERROR] Error: Cannot find module './lib/public/init' [ERROR] at Function.Module._resolveFilename (module.js:336:15) [ERROR] at Function.Module._load (module.js:278:25) [ERROR] at Module.require (module.js:365:17) [ERROR] at require (module.js:384:17) [ERROR] at Object. (/usr/local/Hygieia/UI/node_modules/browser-sync/index.js:20:23) [ERROR] at Module._compile (module.js:460:26) [ERROR] at Object.Module._extensions..js (module.js:478:10) [ERROR] at Module.load (module.js:355:32) [ERROR] at Function.Module._load (module.js:310:12) [ERROR] at Module.require (module.js:365:17) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 26.369 s [INFO] Finished at: 2016-02-22T06:15:37-05:00 [INFO] Final Memory: 21M/52M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:gulp (gulp build) on project UI: Failed to run task: 'gulp.js build --no-color' failed. (error code 1) -> [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/MojoFailureException

Please can someone help here

tabladrum commented 8 years ago

@BibinCTS can you see if you're getting this error with the latest master?

dejames commented 8 years ago

@BibinCTS try this : $ rm -fr ./node_modules/ $ npm cache clean $ npm install

iporky commented 8 years ago

Gettting the same issue.....

[INFO] --- frontend-maven-plugin:0.0.27:gulp (gulp build) @ UI --- [INFO] Running 'gulp.js build --no-color' in /opt/git/hyggit/UI [ERROR] module.js:327 [ERROR] throw err; [ERROR] ^ [ERROR] [ERROR] Error: Cannot find module 'clone' [ERROR] at Function.Module._resolveFilename (module.js:325:15) [ERROR] at Function.Module._load (module.js:276:25) [ERROR] at Module.require (module.js:353:17) [ERROR] at require (internal/module.js:12:17) [ERROR] at Object. (/opt/git/hyggit/UI/node_modules/gulp/node_modules/gulp-util/node_modules/vinyl/index.js:2:13) [ERROR] at Module._compile (module.js:397:26) [ERROR] at Object.Module._extensions..js (module.js:404:10) [ERROR] at Module.load (module.js:343:32) [ERROR] at Function.Module._load (module.js:300:12) [ERROR] at Module.require (module.js:353:17) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 36.590 s [INFO] Finished at: 2016-04-27T08:06:51+00:00 [INFO] Final Memory: 18M/109M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.27:gulp (gulp build) on project UI: Failed to run task: 'gulp.js build --no-color' failed. (error code 1) -> [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/MojoFailureException

iporky commented 8 years ago

upgrade npm to 3.5.3 in pom and clean build. and node to v4.0.0... worked for me

okram999 commented 8 years ago

I think this error with the UI module is due to the installation of nodejs and how npm is called to install ....

[INFO] --- frontend-maven-plugin:0.0.27:install-node-and-npm (install node and npm) @ UI --- [INFO] Found proxies: [] [INFO] Installing node version v5.4.1 [INFO] Creating temporary directory /home/centos/workspace/Hygieia/UI/node_tmp [INFO] Downloading Node.js from http://nodejs.org/dist/v5.4.1/node-v5.4.1-linux-x64.tar.gz to /home/centos/workspace/Hygieia/UI/node_tmp/node.tar.gz [INFO] No proxies configured [INFO] No proxy was configured, downloading directly [INFO] Extracting Node.js files in node_tmp [INFO] Unpacking /home/centos/workspace/Hygieia/UI/node_tmp/node.tar.gz into /home/centos/workspace/Hygieia/UI/node_tmp [INFO] Moving node binary to /home/centos/workspace/Hygieia/UI/node/node [INFO] Deleting temporary directory /home/centos/workspace/Hygieia/UI/node_tmp [INFO] Installed node locally. [INFO] Installing npm version 2.14.15 [INFO] Downloading NPM from http://registry.npmjs.org/npm/-/npm-2.14.15.tgz to /home/centos/workspace/Hygieia/UI/npm.tar.gz [INFO] No proxies configured [INFO] No proxy was configured, downloading directly [INFO] Extracting NPM files in node/ [INFO] Unpacking /home/centos/workspace/Hygieia/UI/npm.tar.gz into /home/centos/workspace/Hygieia/UI/node/node_modules [INFO] Installed NPM locally. [INFO] [INFO] --- frontend-maven-plugin:0.0.27:npm (npm install) @ UI --- [INFO] Found proxies: [] [INFO] Running 'npm install --color=false' in /home/centos/workspace/Hygieia/UI [ERROR] npm WARN deprecated gulp-minify-css@1.2.4: Please use gulp-clean-css [ERROR] npm WARN deprecated jade@1.8.2: Jade has been renamed to pug, please install the latest version of pug instead of jade [ERROR] npm WARN peerDependencies The peer dependency karma@>=0.9 included from karma-phantomjs-launcher will no [ERROR] npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency [ERROR] npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. [ERROR] npm WARN peerDependencies The peer dependency karma@>=0.10 <=0.13 included from gulp-karma will no [ERROR] npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency [ERROR] npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. [ERROR] npm WARN peerDependencies The peer dependency jasmine-core@* included from karma-jasmine will no [ERROR] npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency [ERROR] npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. [ERROR] npm WARN optional dep failed, continuing fsevents@1.0.12 [ERROR] npm WARN deprecated graceful-fs@2.0.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 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 transformers@2.1.0: Deprecated, use jstransformer [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] com.capitalone.dashboard:Hygieia ................... SUCCESS [ 1.572 s] [INFO] com.capitalone.dashboard:core ...................... SUCCESS [ 33.637 s] [INFO] com.capitalone.dashboard:api ....................... SUCCESS [ 12.068 s] [INFO] com.capitalone.dashboard:jenkins-build-collector ... SUCCESS [ 5.304 s] [INFO] com.capitalone.dashboard:sonar-codequality-collector SUCCESS [ 1.590 s] [INFO] com.capitalone.dashboard:subversion-collector ...... SUCCESS [ 1.748 s] [INFO] com.capitalone.dashboard:github-scm-collector ...... SUCCESS [ 2.657 s] [INFO] com.capitalone.dashboard:stash-scm-collector ....... SUCCESS [ 2.954 s] [INFO] com.capitalone.dashboard:versionone-feature-collector SUCCESS [ 5.197 s] [INFO] com.capitalone.dashboard:udeploy-deployment-collector SUCCESS [ 5.731 s] [INFO] com.capitalone.dashboard:jira-feature-collector .... SUCCESS [ 12.574 s] [INFO] com.capitalone.dashboard:jenkins-cucumber-test-collector SUCCESS [ 5.359 s] [INFO] com.capitalone.dashboard:chat-ops-collector ........ SUCCESS [ 1.359 s] [INFO] com.capitalone.dashboard:UI ........................ FAILURE [ 40.601 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:13 min [INFO] Finished at: 2016-05-16T17:23:43+00:00 [INFO] Final Memory: 88M/235M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.27:npm (npm install) on project UI: Failed to run task: 'npm install --color=false' failed. (error code 137) -> [Help 1] [ERROR]

amp5208 commented 8 years ago

@okram999 , Thank you for posting your output log. I have seen this in the past, but it is possibly an NPM/NodeJS version issue. Please confirm the following for me first:

npm install --color=false
mvn clean install
mvn --version
npm --version
node --version
java -version
# Note:  OS version checking commands are different between Linux distros, and definitely different for Windows
uname -a

Please check the above boxes as you complete the verification steps for clarity-sake.

okram999 commented 8 years ago

@amp5208

1. navigate to the $HYGIEIA_DIR/UI directory and run the following command via terminal: [centos@mongo UI]$ npm install --color=false -bash: npm: command not found [centos@mongo UI]$ pwd /home/centos/workspace/Hygieia/UI [centos@mongo UI]$

  1. mvn-clean-install.txt
  2. mvn --version

[centos@mongo UI]$ mvn -v Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) Maven home: /usr/local/maven Java version: 1.8.0_60, vendor: Oracle Corporation Java home: /usr/java/jdk1.8.0_60/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "2.6.32-573.7.1.el6.x86_64", arch: "amd64", family: "unix" [centos@mongo UI]$

npm --version

[centos@mongo UI]$ which npm /usr/bin/which: no npm in (/usr/local/maven/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/centos/bin) [centos@mongo UI]$ cd /home/centos/workspace/Hygieia/UI/node/npm -bash: cd: /home/centos/workspace/Hygieia/UI/node/npm: Not a directory [centos@mongo UI]$ cd /home/centos/workspace/Hygieia/UI/node/ [centos@mongo node]$ ll total 24596 -rwxrwxr-x 1 centos centos 25171577 May 16 19:38 node drwxrwxr-x 3 centos centos 4096 May 16 19:38 node_modules -rwxrw-r-- 1 centos centos 596 May 16 19:38 npm -rwxrw-r-- 1 centos centos 483 May 16 19:38 npm.cmd [centos@mongo node]$ ./npm -v ./npm: line 27: node: command not found [centos@mongo node]$

node --version

[centos@mongo node]$ node -v -bash: node: command not found [centos@mongo node]$ ./node -v v5.4.1

java -version

Java version: 1.8.0_60, vendor: Oracle Corporation Java home: /usr/java/jdk1.8.0_60/jre Default locale: en_US, platform encoding: UTF-8

Note: OS version checking commands are different between Linux distros, and definitely different for Windows

uname -a

[centos@mongo node]$ uname -a Linux mongo 2.6.32-573.7.1.el6.x86_64 #1 SMP Tue Sep 22 22:00:00 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux [centos@mongo node]$ hostname mongo

amp5208 commented 8 years ago

@okram999 , Thank you for this information. I believe this answered our question; you appear to be missing global installers for NodeJS / NPM (this is required). To install for your version of Linux, please use the following commands to install NodeJS and NPM; after installed, please re-run the global Hygieia installer:

#!/bin/bash
# Install GNU C++ compiler first (CentOS 6 / RHEL 6 Linux distribution RPM may have an outdated version):
yum -y install gcc-c++ make --quiet

# Install NodeJS and then update it (CentOS 6 / RHEL 6 Linux distribution RPM may not automatically install the latest npm version from RPM source):
yum -y install nodejs --quiet
npm -g install npm@latest --silent

# Validate installations:
node --version
npm --version

Let me know if you have any questions or issues.

okram999 commented 8 years ago

@amp5208 ; just to let you know i had to get the EPEL repo to get the nodejs on the centos6. And installing the nodejs didn't install the npm. Had to install npm using yum. I was thinking npm comes with node. Anyways, i have both on the machine:

[centos@mongo UI]$ node -v v0.10.42 [centos@mongo UI]$ npm -v 3.9.0 [centos@mongo UI]$

no the mvn build continues to fail for UI module. It says the below:

[INFO] Found proxies: [] [INFO] Running 'bower install' in /home/centos/workspace/Hygieia/UI [ERROR] module.js:327 [ERROR] throw err; [ERROR] ^ [ERROR] [ERROR] Error: Cannot find module 'q' [ERROR] at Function.Module._resolveFilename (module.js:325:15) [ERROR] at Function.Module._load (module.js:276:25) [ERROR] at Module.require (module.js:353:17) [ERROR] at require (internal/module.js:12:17) [ERROR] at Object. (/home/centos/workspace/Hygieia/UI/node_modules/bower/lib/bin/bower.js:3:9) [ERROR] at Module._compile (module.js:397:26) [ERROR] at Object.Module._extensions..js (module.js:404:10) [ERROR] at Module.load (module.js:343:32) [ERROR] at Function.Module._load (module.js:300:12) [ERROR] at Module.require (module.js:353:17) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.461 s [INFO] Finished at: 2016-05-17T22:18:18+00:00 [INFO] Final Memory: 17M/41M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.27:bower (bower install) on project UI: Failed to run task: 'bower install' failed. (error code 1) -> [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/MojoFailureException


i checked if bower was installed or not, it wasn't!. So i had to install it again. [centos@mongo UI]$ bower -v 1.7.9 [centos@mongo UI]$ which bower /usr/bin/bower [centos@mongo UI]$

Executing 'bower install' inside the UI directory. Works! But it fails during maven :(

amp5208 commented 8 years ago

@okram999 , Thank you for following up; You are correct; depending on your Linux distribution, there are different packaged NodeJS / NPM package structures, some of which require two separate installations (Ubuntu is one of these, as well).

Just to see if everything is properly setup at minimum on your computer, please try the following:

#!/bin/bash
# Check versions again - provide us the output
npm --version && which npm
node --version && which node
mvn --version && which mvn

# Navigate to the $HYGIEIA_PROJECT/UI directory:
cd $HYGIEIA_PROJECT/UI
# Run clean-up anything that has already happened, then manually run UI components:
rm -Rf ./node_modules
rm -Rf ./bower_components
npm install -g gulp
npm install --no-optional
bower install

# If successful, please test the build by running the following:
gulp serve

If that works, the issue is related to your maven configuration; if that does not work, there is still something wrong with your NodeJS / NPM configuration or version compatibility. Note: I have had issues with Ubuntu and CentOS/RHEL installations of NodeJS/NPM in the past that were not solved in the same way. Once we know more about the nature of your issue, I can provide additional feedback.

okram999 commented 8 years ago

thank you @amp5208 , for your support so far!

[centos@mongo ~]$ npm --version && which npm 3.9.0 /usr/bin/npm [centos@mongo ~]$

[centos@mongo ~]$ node --version && which node v0.10.42 /usr/bin/node [centos@mongo ~]$

[centos@mongo ~]$ mvn --version && which mvn Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) Maven home: /usr/local/maven Java version: 1.8.0_60, vendor: Oracle Corporation Java home: /usr/java/jdk1.8.0_60/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "2.6.32-573.7.1.el6.x86_64", arch: "amd64", family: "unix" /usr/local/maven/bin/mvn [centos@mongo ~]$

[centos@mongo ~]$ cd workspace/Hygieia/UI/ [centos@mongo UI]$ ll total 52 drwxrwxr-x 25 centos centos 4096 May 17 22:16 bower_components -rwxrwxr-x 1 centos centos 1220 May 16 19:36 bower.json drwxrwxr-x 2 centos centos 4096 May 16 19:36 docker drwxrwxr-x 2 centos centos 4096 May 16 19:38 etc -rwxrwxr-x 1 centos centos 8142 May 16 19:36 gulpfile.js -rwxrwxr-x 1 centos centos 243 May 16 19:36 karma.conf.js drwxrwxr-x 3 centos centos 4096 May 16 19:38 node drwxrwxr-x 57 centos centos 4096 May 17 22:18 node_modules -rw-rw-r-- 1 centos centos 2022 May 16 19:48 package.json -rw-rw-r-- 1 centos centos 3946 May 16 19:36 pom.xml -rw-rw-r-- 1 centos centos 2354 May 16 19:36 README.md drwxrwxr-x 6 centos centos 4096 May 16 19:36 src [centos@mongo UI]$ rm -rf node_modules/ bower_components/ [centos@mongo UI]$ ll total 44 -rwxrwxr-x 1 centos centos 1220 May 16 19:36 bower.json drwxrwxr-x 2 centos centos 4096 May 16 19:36 docker drwxrwxr-x 2 centos centos 4096 May 16 19:38 etc -rwxrwxr-x 1 centos centos 8142 May 16 19:36 gulpfile.js -rwxrwxr-x 1 centos centos 243 May 16 19:36 karma.conf.js drwxrwxr-x 3 centos centos 4096 May 16 19:38 node -rw-rw-r-- 1 centos centos 2022 May 16 19:48 package.json -rw-rw-r-- 1 centos centos 3946 May 16 19:36 pom.xml -rw-rw-r-- 1 centos centos 2354 May 16 19:36 README.md drwxrwxr-x 6 centos centos 4096 May 16 19:36 src [centos@mongo UI]$

_Capturing everything_* This 'npm install -g gulp' failed so used 'sudo npm install -g gulp'

npm-install.txt

And with the gulp serve, i can open the UI via the port 3000.

image

So, you are saying i need to look into the maven set up? Is there any particular version of maven that i should use?

And i am not able to create an acc or sign in is it because i dont have the db in place yet?

jquery#2.2.3 bower_components/jquery [centos@mongo UI]$ gulp serve [14:52:05] Warning: gulp version mismatch: [14:52:05] Global gulp is 3.9.1 [14:52:05] Local gulp is 3.8.11 [14:52:06] Using gulpfile ~/workspace/Hygieia/UI/gulpfile.js [14:52:06] Starting 'build'... [14:52:06] Starting 'clean'... [14:52:06] Finished 'clean' after 9.98 ms [14:52:06] Starting 'assets'... [14:52:06] Starting 'themes'... [14:52:06] Starting 'fonts'... [14:52:06] Starting 'js'... [14:52:06] Starting 'views'... [14:52:06] Starting 'test-data'... [14:52:12] Finished 'test-data' after 5.98 s [14:52:14] Finished 'assets' after 7.91 s [14:52:14] Finished 'themes' after 7.91 s [14:52:14] Finished 'views' after 7.96 s [14:52:14] Finished 'js' after 8.03 s [14:52:14] Finished 'fonts' after 8.19 s [14:52:14] Starting 'html'... [14:52:14] gulp-inject 1 files into index.html. [14:52:14] gulp-inject 89 files into index.html. [14:52:14] Finished 'html' after 148 ms [14:52:14] Finished 'build' after 8.37 s [14:52:14] Starting 'serve'... [14:52:14] Finished 'serve' after 218 ms [BS] Local URL: http://localhost:3000 [BS] External URL: http://172.31.40.235:3000 [BS] Serving files from: dist/ [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' } [Proxy] { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' }

amp5208 commented 8 years ago

@okram999 : No problem! And actually, it looks like you're effectively building and running Hygieia's UI by itself. I think the issue here was that you were missing the global Gulp install, used for cleaning, building, deploying and orchestrating the UI. Please simply try and re-run the global Maven build now; I would expect that it will work for you.

If you are still failing the UI portion of the parent Maven build, I will defer to another colleague for assistance.

Note: You are only receiving proxy errors at run time because you have not started the API. Once started, you will not longer receive proxy errors and the UI will be full-functional.

Additional Note: Be sure to also install MongoDB and follow the read-me instructions for MongoDB configuration/installation. The API will fail to deploy without an installation of MongoDB 3.0 running.

iporky commented 8 years ago

thanks fr the support! the issue got solve with manual change in npm version

amp5208 commented 8 years ago

@iporky , I am glad to here that this has been solved. @tabladrum : Please mark this issue closed.

gkmuthukumaran commented 8 years ago

I am facing the same same problem while runt the gulp serve in UI

[root@rhenatasrajan2 UI]# gulp serve module.js:327 throw err; ^

Error: Cannot find module 'browser-sync' at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object. (/opt/hygieia/Hygieia-master/UI/gulpfile.js:4:19) at Module._compile (module.js:397:26) at Object.Module._extensions..js (module.js:404:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17) at require (internal/module.js:12:17)

tatemz commented 7 years ago

This issue is unreadable. Can we please start pasteing output in preformatted blocks with horizontal scroll?

Just have to post with two sets of triple back ticks ```
Then you can see the horizontal scroll bar when a line of text is super super super super super super super super super super super super super super super super super super super super long...