Build failed in Hudson: MoTeCH-Platform #949

0 views
Skip to first unread message

motec...@gmail.com

unread,
Jul 9, 2012, 3:00:47 AM7/9/12
to motec...@googlegroups.com
See <http://ci.motechproject.org/job/MoTeCH-Platform/949/changes>

Changes:

[Rob LaRubbio] Locally merged web security change to fix conflict in pom.xml

------------------------------------------
Started by an SCM change
Building remotely on Platform-CI-Slave
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.Channel@71a29452:Platform-CI-Slave
Using strategy: Default
Last Built Revision: Revision 44bde00373bbb297d1be1389fb0816bdd95b7f61 (origin/master)
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.LocalChannel@7aa49be5
Fetching changes from the remote Git repository
Fetching upstream changes from https://code.google.com/p/motech
Commencing build of Revision b2f575c3b8b2aefd520463c7b581501a68674c38 (origin/master)
Checking out Revision b2f575c3b8b2aefd520463c7b581501a68674c38 (origin/master)
Found mavenVersion 2.2.1 from file jar:file:/usr/local/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
ERROR: Failed to parse POMs
hudson.util.IOException2: remote file operation failed: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> at hudson.remoting.Channel@71a29452:Platform-CI-Slave
at hudson.FilePath.act(FilePath.java:754)
at hudson.FilePath.act(FilePath.java:740)
at hudson.maven.MavenModuleSetBuild$RunnerImpl.parsePoms(MavenModuleSetBuild.java:707)
at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:540)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:429)
at hudson.model.Run.run(Run.java:1367)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:413)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.motechproject:motech:pom:0.11-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 13

at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1221)
at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1014)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1960)
at hudson.remoting.UserRequest.perform(UserRequest.java:114)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:283)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.motechproject:motech:pom:0.11-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 13

at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:325)
at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:360)
at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:330)
at hudson.maven.MavenEmbedder.readProject(MavenEmbedder.java:321)
at hudson.maven.MavenModuleSetBuild$PomParser.readChilds(MavenModuleSetBuild.java:1276)
at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1182)
... 11 more

Robert LaRubbio

unread,
Jul 9, 2012, 3:21:18 AM7/9/12
to motec...@googlegroups.com
I've updated the pom to reference 0.12-SNAPSHOT which should fix this.  I'm not sure why this went directly to master instead of the review path.

-Rob


--
You received this message because you are subscribed to the Google Groups "MoTeCH Developer" group.
To post to this group, send email to motec...@googlegroups.com.
To unsubscribe from this group, send email to motech-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/motech-dev?hl=en-US.


motec...@gmail.com

unread,
Jul 9, 2012, 3:36:46 AM7/9/12
to motec...@googlegroups.com
See <http://ci.motechproject.org/job/MoTeCH-Platform/950/changes>

Changes:

[Rob LaRubbio] Update pom version to 0.12-SNAPSHOT

------------------------------------------
[...truncated 18044 lines...]
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:64: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:64:5: Method 'addOrUpdateRule' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:64:33: Parameter ruleId should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:64:40: warning: Expected @param tag for 'ruleId'.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:64:48: Parameter bundleSymbolicName should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:64:55: warning: Expected @param tag for 'bundleSymbolicName'.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:64:75: Parameter inputStream should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:64:87: warning: Expected @param tag for 'inputStream'.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:64:100: Parameter cl should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:64:115: warning: Expected @param tag for 'cl'.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:64:126: warning: Expected @throws tag for 'IOException'.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:84: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:85: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:86: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:90: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:91: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:97: warning: First sentence should end with a period.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:103: warning: Expected an @return tag.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:103:5: Method 'getKnowledgeBase' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:103:43: Parameter ruleId should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:103:50: warning: Expected @param tag for 'ruleId'.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:111:5: Method 'setAllRules' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:111:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:111:29: Parameter allRules should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:111:38: warning: 'allRules' hides a field.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:16: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:22: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:28: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:29: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:37: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:39:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:41:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:44:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:46:5: Method 'getContent' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:46:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:50:5: Method 'setContent' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:50:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:50:28: Parameter content should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:50:35: warning: 'content' hides a field.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:54:5: Method 'getBundleSymbolicName' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:54:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:58:5: Method 'setBundleSymbolicName' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:58:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:58:39: Parameter bundleSymbolicName should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/domain/Rule.java>:58:46: warning: 'bundleSymbolicName' hides a field.
Audit done.

[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 3 source files to <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/target/surefire-reports>

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.motechproject.rules.service.FilesystemRuleLoaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.711 sec

Results :

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

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/target/motech-rules-api-0.12-SNAPSHOT.jar>
[INFO] [failsafe:integration-test {execution: integration-test}]
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/target/failsafe-reports>

-------------------------------------------------------
T E S T S
-------------------------------------------------------

Results :

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

[HUDSON] Recording test results
[INFO] [failsafe:verify {execution: verify}]
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/target/failsafe-reports>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/target/motech-rules-api-0.12-SNAPSHOT.jar> to /export/users/motech/.m2/repository/org/motechproject/motech-rules-api/0.12-SNAPSHOT/motech-rules-api-0.12-SNAPSHOT.jar
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from motech.nexus
Uploading: http://nexus.motechproject.org/content/repositories/snapshots/org/motechproject/motech-rules-api/0.12-SNAPSHOT/motech-rules-api-0.12-SNAPSHOT.jar
9K uploaded (motech-rules-api-0.12-SNAPSHOT.jar)
[INFO] Retrieving previous metadata from motech.nexus
[INFO] Uploading repository metadata for: 'artifact org.motechproject:motech-rules-api'
[INFO] Uploading project information for motech-rules-api 0.12-SNAPSHOT
[INFO] Retrieving previous metadata from motech.nexus
[INFO] Uploading repository metadata for: 'snapshot org.motechproject:motech-rules-api:0.12-SNAPSHOT'
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/target/motech-rules-api-0.12-SNAPSHOT.jar> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech-rules-api/builds/2012-07-09_12-48-44/archive/org.motechproject/motech-rules-api/0.12-SNAPSHOT/motech-rules-api-0.12-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building MoTeCH Rules
[INFO] task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/target>
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/target/classes>
[INFO] Preparing pmd:check
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/pom.xml> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech-rules/builds/2012-07-09_12-48-44/archive/org.motechproject/motech-rules/0.12-SNAPSHOT/pom.xml
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: default}]
[INFO]
[INFO] Preparing pmd:cpd-check
[INFO] [pmd:cpd {execution: cpd}]
[INFO] [pmd:cpd-check {execution: default}]
[INFO]
[INFO] [checkstyle:check {execution: default}]
[INFO] Starting audit...
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:14: warning: First sentence should end with a period.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:25:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:27:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:30:5: Method 'loadBundle' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:32:28: Parameter bundle should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:40: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:46:5: Method 'setRuleFolder' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:46:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:46:31: Parameter ruleFolder should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:46:38: warning: 'ruleFolder' hides a field.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:50: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:50:5: Method 'setKnowledgeBaseManager' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:50:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:50:41: Parameter knowledgeBaseManager should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:50:62: warning: 'knowledgeBaseManager' hides a field.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:3: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:12: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:16: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:17:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:18: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:18:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:19:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:20:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:21:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:23:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:25:5: Method 'start' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:26:23: Parameter context should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:33:41: Parameter ref should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:40:40: Parameter ref should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:40:62: Parameter service should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:53:5: Method 'stop' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:53:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:53:22: Parameter context should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:61: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:61: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:63:9: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:70:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:70:31: Parameter service should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:77: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:78: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:85: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:92:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/Activator.java>:92:33: Parameter service should be final.
Audit done.

[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/target/surefire-reports>

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.motechproject.rules.RuleBundleLoaderTest
test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.68 sec

Results :

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

[HUDSON] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle org.motechproject:motech-rules:bundle:0.12-SNAPSHOT : Did not find matching referal for !org.eclipse.jdt.*
[WARNING] Warning building bundle org.motechproject:motech-rules:bundle:0.12-SNAPSHOT : Did not find matching referal for !org.mvel2.*
[debug] execute contextualize
[INFO] [resources:copy-resources {execution: copy-bundles}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [failsafe:integration-test {execution: integration-test}]
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/target/failsafe-reports>

-------------------------------------------------------
T E S T S
-------------------------------------------------------
[HUDSON] Recording test results
Results :

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


[INFO] [failsafe:verify {execution: verify}]
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/target/failsafe-reports>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/target/motech-rules-0.12-SNAPSHOT.jar> to /export/users/motech/.m2/repository/org/motechproject/motech-rules/0.12-SNAPSHOT/motech-rules-0.12-SNAPSHOT.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Installing org/motechproject/motech-rules/0.12-SNAPSHOT/motech-rules-0.12-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from motech.nexus
Uploading: http://nexus.motechproject.org/content/repositories/snapshots/org/motechproject/motech-rules/0.12-SNAPSHOT/motech-rules-0.12-SNAPSHOT.jar
138K uploaded (motech-rules-0.12-SNAPSHOT.jar)
[INFO] Uploading project information for motech-rules 0.12-SNAPSHOT
[INFO] Retrieving previous metadata from motech.nexus
[INFO] Uploading repository metadata for: 'snapshot org.motechproject:motech-rules:0.12-SNAPSHOT'
[INFO] Retrieving previous metadata from motech.nexus
[INFO] Uploading repository metadata for: 'artifact org.motechproject:motech-rules'
[INFO] [bundle:deploy {execution: default-deploy}]
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/target/motech-rules-0.12-SNAPSHOT.jar> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech-rules/builds/2012-07-09_12-48-44/archive/org.motechproject/motech-rules/0.12-SNAPSHOT/motech-rules-0.12-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building motech-web-security
[INFO] task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/target/classes>
[INFO] Preparing pmd:check
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/pom.xml> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech-web-security/builds/2012-07-09_12-48-44/archive/org.motechproject/motech-web-security/0.12-SNAPSHOT/pom.xml
[INFO] [pmd:pmd {execution: pmd}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An error has occurred in PMD Report report generation.

Embedded error: Could not find resource '<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/pmd.xml'.>
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17 minutes 41 seconds
[INFO] Finished at: Mon Jul 09 13:06:50 IST 2012
[INFO] Final Memory: 126M/323M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: motec...@googlegroups.com
channel stopped

motec...@gmail.com

unread,
Jul 9, 2012, 5:43:10 AM7/9/12
to motec...@googlegroups.com
See <http://ci.motechproject.org/job/MoTeCH-Platform/951/changes>

Changes:

[Rob LaRubbio] Convert MOTECHUserServiceTest to an integration test since it has couch dependencies

------------------------------------------
[...truncated 18310 lines...]
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/repository/AllMotechUsersCouchdbImpl.java>:37: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/repository/AllMotechUsersCouchdbImpl.java>:38:50: Parameter role should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/repository/AllMotechUsersCouchdbImpl.java>:39: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/repository/AllMotechUsersCouchdbImpl.java>:41: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/repository/AllMotechUsersCouchdbImpl.java>:45:5: Method 'add' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/repository/AllMotechUsersCouchdbImpl.java>:46:21: Parameter user should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/repository/AllMotechUsersCouchdbImpl.java>:47: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/repository/AllMotechUsersCouchdbImpl.java>:52:5: Method 'update' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/repository/AllMotechUsersCouchdbImpl.java>:53:24: Parameter motechUser should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/repository/AllMotechUsersCouchdbImpl.java>:57:5: Method 'remove' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/repository/AllMotechUsersCouchdbImpl.java>:58:24: Parameter motechUser should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:14: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:17:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:20:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:23: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:23:5: Method 'register' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:23:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:23:26: Parameter username should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:23:43: Parameter password should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:23:60: Parameter externalId should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:23:79: Parameter roles should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:27: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:27:5: Method 'register' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:27:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:27:26: Parameter username should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:27:43: Parameter password should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:27:60: Parameter externalId should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:27:79: Parameter roles should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:27:99: Parameter isActive should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:28: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:29: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:31: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:36:5: Method 'activateUser' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:36:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:36:30: Parameter username should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:44: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:44:5: Method 'retrieveUserByCredentials' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:44:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:44:56: Parameter username should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:44:73: Parameter password should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:46: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:52: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:52:5: Method 'changePassword' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:52:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:52:45: Parameter username should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:52:62: Parameter oldPassword should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:52:82: Parameter newPassword should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:54: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:62:5: Method 'remove' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:62:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:62:24: Parameter username should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:64: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:68:5: Method 'hasUser' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:68:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserService.java>:68:28: Parameter username should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserProfile.java>:7: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserProfile.java>:9:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserProfile.java>:11:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserProfile.java>:11:30: Parameter user should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserProfile.java>:11:41: warning: 'user' hides a field.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserProfile.java>:15:5: Method 'getExternalId' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserProfile.java>:15:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserProfile.java>:19:5: Method 'getUserName' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserProfile.java>:19:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserProfile.java>:23:5: Method 'getRoles' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/service/MotechUserProfile.java>:23:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:13: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:14: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:16:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:17:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:20:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:23:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:26:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:29:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:32:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:37: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:37:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:37:34: Parameter userName should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:37:41: warning: 'userName' hides a field.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:37:51: Parameter password should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:37:58: warning: 'password' hides a field.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:37:68: Parameter externalId should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:37:75: warning: 'externalId' hides a field.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:37:87: Parameter roles should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:37:100: warning: 'roles' hides a field.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:39:42: Avoid inline conditionals.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:47:5: Method 'getExternalId' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:47:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:51:5: Method 'getUserName' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:51:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:55:5: Method 'getPassword' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:55:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:59:5: Method 'setPassword' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:59:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:59:29: Parameter password should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:59:36: warning: 'password' hides a field.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:63:5: Method 'getRoles' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:63:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:67:5: Method 'getAuthorities' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:67:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:76:5: Method 'isActive' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:76:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:80:5: Method 'setActive' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:80:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:80:27: Parameter active should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:80:35: warning: 'active' hides a field.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:84:5: Method 'equals' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:85:27: Parameter o should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:86: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:87: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:91: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUserCouchdbImpl.java>:96:5: Method 'hashCode' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:7: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:9:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:9:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:11:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:11:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:13:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:13:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:15:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:15:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:17:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:17:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:19:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:19:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:21:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:21:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:23:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/domain/MotechUser.java>:23:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechPasswordEncoder.java>:8: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechPasswordEncoder.java>:12:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechPasswordEncoder.java>:15:5: Method 'encodePassword' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechPasswordEncoder.java>:15:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechPasswordEncoder.java>:15:34: Parameter rawPassword should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechPasswordEncoder.java>:19:5: Method 'isPasswordValid' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechPasswordEncoder.java>:19:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechPasswordEncoder.java>:19:36: Parameter encPassword should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechPasswordEncoder.java>:19:56: Parameter rawPassword should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:9: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:10: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:16: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:17: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:19:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:20: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:20:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:21: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:21:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:23:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:24:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:26:5: warning: Missing a Javadoc comment.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:27: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:27:41: Parameter allMotechUsers should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:27:72: Parameter passwordEncoder should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:27:94: warning: 'passwordEncoder' hides a field.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:32:5: Method 'additionalAuthenticationChecks' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:33: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:33:51: Parameter userDetails should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:33:76: Parameter authentication should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:33:135: Redundant throws: 'AuthenticationException' is unchecked exception.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:38: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:43:5: Method 'retrieveUser' is not designed for extension - needs to be abstract, final or empty.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:44: warning: Line is longer than 80 characters.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:44:40: Parameter username should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:44:57: Parameter authentication should be final.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:44:116: Redundant throws: 'AuthenticationException' is unchecked exception.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/src/main/java/org/motechproject/security/authentication/MotechAuthenticationProvider.java>:52: warning: Line is longer than 80 characters.
Audit done.

[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 4 source files to <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/target/surefire-reports>

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.motechproject.security.domain.MotechUserTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec
Running org.motechproject.security.authentication.MotechAuthenticationProviderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 sec

Results :

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

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/target/motech-web-security-0.12-SNAPSHOT.jar>
[INFO] [failsafe:integration-test {execution: integration-test}]
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/target/failsafe-reports>

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.motechproject.security.repository.AllMotechWebUsersIT
log4j:WARN No appenders could be found for logger (org.springframework.test.context.junit4.SpringJUnit4ClassRunner).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 3.583 sec <<< FAILURE!
Running org.motechproject.security.service.MotechUserServiceTestIT
Tests run: 14, Failures: 0, Errors: 14, Skipped: 0, Time elapsed: 3.661 sec <<< FAILURE!

Results :

Tests in error:
findByUserName(org.motechproject.security.repository.AllMotechWebUsersIT): Failed to load ApplicationContext
findByUserNameShouldBeCaseInsensitive(org.motechproject.security.repository.AllMotechWebUsersIT): Failed to load ApplicationContext
shouldNotCreateNewAccountIfUserAlreadyExists(org.motechproject.security.repository.AllMotechWebUsersIT): Failed to load ApplicationContext
shouldListWebUsersByRole(org.motechproject.security.repository.AllMotechWebUsersIT): Failed to load ApplicationContext
findByUseridShouldReturnNullIfuserNameIsNull(org.motechproject.security.repository.AllMotechWebUsersIT): Failed to load ApplicationContext
shouldCreateActiveUserByDefault(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext
shouldCreateInActiveUser(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext
testPasswordEncoding(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext
shouldChangePassword(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext
shouldNotChangePasswordWithoutOldPassword(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext
hasUserShouldReturnTrueOnlyIfUserExists(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext
shouldValidateUserCredentials(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext
shouldActivateUser(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext
shouldThrowExceptionIfUserNameIsEmptyForRegister(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext
shouldThrowExceptionIfUserNameIsEmptyForRegisterWithActiveInfo(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext
shouldThrowExceptionIfPasswordIsEmptyForRegister(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext
shouldThrowExceptionIfUserNameisNull(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext
shouldNotActivateInvalidUser(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext
testRegister(org.motechproject.security.service.MotechUserServiceTestIT): Failed to load ApplicationContext

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

[HUDSON] Recording test results
[INFO] [failsafe:verify {execution: verify}]
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/target/failsafe-reports>
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/target/motech-web-security-0.12-SNAPSHOT.jar> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech-web-security/builds/2012-07-09_14-56-45/archive/org.motechproject/motech-web-security/0.12-SNAPSHOT/motech-web-security-0.12-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/target/failsafe-reports> for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16 minutes 3 seconds
[INFO] Finished at: Mon Jul 09 15:13:08 IST 2012
[INFO] Final Memory: 131M/323M

motec...@gmail.com

unread,
Jul 10, 2012, 4:54:28 AM7/10/12
to motec...@googlegroups.com
See <http://ci.motechproject.org/job/MoTeCH-Platform/952/changes>

Changes:

[Paweł Gesek] pgesek | Removing old Ektorp dependencies

------------------------------------------
Started by an SCM change
Building remotely on Platform-CI-Slave
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.Channel@71a29452:Platform-CI-Slave
Using strategy: Default
Last Built Revision: Revision efa77917be0d6edb4595257ca0daa27d24d0b6b1 (origin/master)
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.LocalChannel@7aa49be5
Fetching changes from the remote Git repository
Fetching upstream changes from https://code.google.com/p/motech
Commencing build of Revision bb1227634c21a60bc60e53ff85cd9562418e3242 (origin/master)
Checking out Revision bb1227634c21a60bc60e53ff85cd9562418e3242 (origin/master)
Found mavenVersion 2.2.1 from file jar:file:/usr/local/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
[MoTeCH-Platform] $ java -Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m -Dmaven.test.failure.ignore=false -cp /var/lib/hudson/maven-agent.jar:/var/lib/hudson/classworlds.jar hudson.maven.agent.Main /usr/local/apache-maven-2.2.1 /var/lib/hudson/slave.jar /var/lib/hudson/maven-interceptor.jar 47269 /var/lib/hudson/maven2.1-interceptor.jar
<===[HUDSON REMOTING CAPACITY]===> channel started
Executing Maven: -B -f <http://ci.motechproject.org/job/MoTeCH-Platform/ws/pom.xml> clean deploy -P IT -U
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] MoTeCH
[INFO] MoTeCH Platform Common API
[INFO] MoTeCH Platform Scheduler
[INFO] MoTeCH Platform Server Startup
[INFO] MoTeCH Platform Server API
[INFO] MoTeCH Platform Server IVR API
[INFO] MoTeCH Platform Server
[INFO] MoTeCH Outbox API
[INFO] MoTeCH Outbox
[INFO] MoTeCH Scheduler
[INFO] MoTeCH Appointments API
[INFO] MoTeCH Appointments
[INFO] MoTeCH Testing Utils
[INFO] MoTeCH Platform Decision Tree Common
[INFO] MoTeCH Platform Decision Tree
[INFO] MoTeCH Pill Reminder API
[INFO] MoTeCH Pill Reminder
[INFO] MoTeCH CMS lite API
[INFO] MoTeCH Schedule Tracking API
[INFO] MoTeCH Message Campaign
[INFO] MoTeCH Mobile Forms API
[INFO] MoTeCH Alerts API
[INFO] MoTeCH IVR Asterisk
[INFO] MoTeCH IVR KooKoo
[INFO] MoTeCH IVR Voxeo
[INFO] MoTeCH IVR Verboice
[INFO] MoTeCH Demo App
[INFO] MoTeCH MRS API
[INFO] MoTeCH OpenMRS API
[INFO] MoTeCH OpenMRS OMOD
[INFO] MoTeCH SMS API
[INFO] MoTeCH SMS HTTP
[INFO] MoTeCH SMS SMPP
[INFO] MoTeCH Platform Common
[INFO] MoTeCH Base RPM package
[INFO] MoTeCH Rules API
[INFO] MoTeCH Rules
[INFO] MoTeCH Web Security
[WARNING] POM for 'biz.aQute:bndlib:pom:1.15.0:runtime' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] ------------------------------------------------------------------------
[INFO] Building MoTeCH
[INFO] task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://ci.motechproject.org/job/MoTeCH-Platform/ws/target>
[INFO] Preparing pmd:check
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/pom.xml> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech/builds/2012-07-10_14-20-45/archive/org.motechproject/motech/0.12-SNAPSHOT/pom.xml
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: default}]
[INFO] Preparing pmd:cpd-check
[INFO] [pmd:cpd {execution: cpd}]
[INFO] [pmd:cpd-check {execution: default}]
[INFO] [checkstyle:check {execution: default}]
[INFO] Starting audit...
Audit done.

[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [failsafe:integration-test {execution: integration-test}]
[INFO] No tests to run.
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/target/failsafe-reports>

-------------------------------------------------------
T E S T S
-------------------------------------------------------

Results :

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

[HUDSON] Recording test results
[INFO] [failsafe:verify {execution: verify}]
[INFO] No tests to run.
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://ci.motechproject.org/job/MoTeCH-Platform/ws/pom.xml> to /export/users/motech/.m2/repository/org/motechproject/motech/0.12-SNAPSHOT/motech-0.12-SNAPSHOT.pom
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from motech.nexus
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error retrieving previous build number for artifact 'org.motechproject:motech:pom': repository metadata for: 'snapshot org.motechproject:motech:0.12-SNAPSHOT' could not be retrieved from repository: motech.nexus due to an error: Error transferring file: Connection timed out

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 26 seconds
[INFO] Finished at: Tue Jul 10 14:24:30 IST 2012
[INFO] Final Memory: 53M/127M

motec...@gmail.com

unread,
Jul 10, 2012, 5:37:27 AM7/10/12
to motec...@googlegroups.com
See <http://ci.motechproject.org/job/MoTeCH-Platform/953/changes>

Changes:

[Gerrit Code Review] using bcrypt for encoding

------------------------------------------
Started by an SCM change
Building remotely on Platform-CI-Slave
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.Channel@71a29452:Platform-CI-Slave
Using strategy: Default
Last Built Revision: Revision bb1227634c21a60bc60e53ff85cd9562418e3242 (origin/master)
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.LocalChannel@7aa49be5
Fetching changes from the remote Git repository
Fetching upstream changes from https://code.google.com/p/motech
Commencing build of Revision 1cf2daced750834f622f67ac29e3b81aaea587ba (origin/master)
Checking out Revision 1cf2daced750834f622f67ac29e3b81aaea587ba (origin/master)
Found mavenVersion 2.2.1 from file jar:file:/usr/local/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
[MoTeCH-Platform] $ java -Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m -Dmaven.test.failure.ignore=false -cp /var/lib/hudson/maven-agent.jar:/var/lib/hudson/classworlds.jar hudson.maven.agent.Main /usr/local/apache-maven-2.2.1 /var/lib/hudson/slave.jar /var/lib/hudson/maven-interceptor.jar 33610 /var/lib/hudson/maven2.1-interceptor.jar
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/pom.xml> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech/builds/2012-07-10_15-03-45/archive/org.motechproject/motech/0.12-SNAPSHOT/pom.xml
[INFO] Finished at: Tue Jul 10 15:07:30 IST 2012
[INFO] Final Memory: 53M/127M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data

motec...@gmail.com

unread,
Jul 10, 2012, 5:45:38 AM7/10/12
to motec...@googlegroups.com
See <http://ci.motechproject.org/job/MoTeCH-Platform/954/changes>

Changes:

[Manohar Akula] manohar| #84| removing property files from src folders to let applications override them

------------------------------------------
Started by an SCM change
Building remotely on Platform-CI-Slave
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.Channel@71a29452:Platform-CI-Slave
Using strategy: Default
Last Built Revision: Revision 1cf2daced750834f622f67ac29e3b81aaea587ba (origin/master)
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.LocalChannel@7aa49be5
Fetching changes from the remote Git repository
Fetching upstream changes from https://code.google.com/p/motech
Commencing build of Revision 0c76f5e1f9755454807178442abf024583534725 (origin/master)
Checking out Revision 0c76f5e1f9755454807178442abf024583534725 (origin/master)
Found mavenVersion 2.2.1 from file jar:file:/usr/local/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
[MoTeCH-Platform] $ java -Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m -Dmaven.test.failure.ignore=false -cp /var/lib/hudson/maven-agent.jar:/var/lib/hudson/classworlds.jar hudson.maven.agent.Main /usr/local/apache-maven-2.2.1 /var/lib/hudson/slave.jar /var/lib/hudson/maven-interceptor.jar 42065 /var/lib/hudson/maven2.1-interceptor.jar
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/pom.xml> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech/builds/2012-07-10_15-11-56/archive/org.motechproject/motech/0.12-SNAPSHOT/pom.xml
[INFO] Finished at: Tue Jul 10 15:15:42 IST 2012
[INFO] Final Memory: 53M/127M
[INFO] ------------------------------------------------------------------------

motec...@gmail.com

unread,
Jul 10, 2012, 5:49:41 AM7/10/12
to motec...@googlegroups.com
See <http://ci.motechproject.org/job/MoTeCH-Platform/955/changes>

Changes:

[Dileep Bapat] Dileep | Document mobile forms module

------------------------------------------
Started by an SCM change
Started by an SCM change
Building remotely on Platform-CI-Slave
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.Channel@71a29452:Platform-CI-Slave
Using strategy: Default
Last Built Revision: Revision 0c76f5e1f9755454807178442abf024583534725 (origin/master)
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.LocalChannel@7aa49be5
Fetching changes from the remote Git repository
Fetching upstream changes from https://code.google.com/p/motech
Commencing build of Revision 15767c636bb3c9ff34c62d1c7f3ce047903f7361 (origin/master)
Checking out Revision 15767c636bb3c9ff34c62d1c7f3ce047903f7361 (origin/master)
Found mavenVersion 2.2.1 from file jar:file:/usr/local/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
[MoTeCH-Platform] $ java -Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m -Dmaven.test.failure.ignore=false -cp /var/lib/hudson/maven-agent.jar:/var/lib/hudson/classworlds.jar hudson.maven.agent.Main /usr/local/apache-maven-2.2.1 /var/lib/hudson/slave.jar /var/lib/hudson/maven-interceptor.jar 60971 /var/lib/hudson/maven2.1-interceptor.jar
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/pom.xml> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech/builds/2012-07-10_15-16-00/archive/org.motechproject/motech/0.12-SNAPSHOT/pom.xml
[INFO] Finished at: Tue Jul 10 15:19:45 IST 2012

motec...@gmail.com

unread,
Jul 10, 2012, 8:03:25 AM7/10/12
to motec...@googlegroups.com
See <http://ci.motechproject.org/job/MoTeCH-Platform/956/changes>

Changes:

[Rob LaRubbio] Changes to checkstyle config and motech-web-security module to remove all warnings

------------------------------------------
Started by an SCM change
Building remotely on Platform-CI-Slave
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.Channel@71a29452:Platform-CI-Slave
Using strategy: Default
Last Built Revision: Revision 15767c636bb3c9ff34c62d1c7f3ce047903f7361 (origin/master)
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.LocalChannel@7aa49be5
Fetching changes from the remote Git repository
Fetching upstream changes from https://code.google.com/p/motech
Commencing build of Revision bc1c924fe0746d0986d75db1e6194196b750156f (origin/master)
Checking out Revision bc1c924fe0746d0986d75db1e6194196b750156f (origin/master)
Found mavenVersion 2.2.1 from file jar:file:/usr/local/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
[MoTeCH-Platform] $ java -Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m -Dmaven.test.failure.ignore=false -cp /var/lib/hudson/maven-agent.jar:/var/lib/hudson/classworlds.jar hudson.maven.agent.Main /usr/local/apache-maven-2.2.1 /var/lib/hudson/slave.jar /var/lib/hudson/maven-interceptor.jar 32898 /var/lib/hudson/maven2.1-interceptor.jar
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/pom.xml> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech/builds/2012-07-10_17-29-45/archive/org.motechproject/motech/0.12-SNAPSHOT/pom.xml
[INFO] Total time: 3 minutes 25 seconds
[INFO] Finished at: Tue Jul 10 17:33:27 IST 2012
[INFO] Final Memory: 53M/126M

motec...@gmail.com

unread,
Jul 10, 2012, 12:12:36 PM7/10/12
to motec...@googlegroups.com
See <http://ci.motechproject.org/job/MoTeCH-Platform/957/>

------------------------------------------
Started by user jslawinski
Building remotely on Platform-CI-Slave
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.Channel@71a29452:Platform-CI-Slave
Using strategy: Default
Last Built Revision: Revision bc1c924fe0746d0986d75db1e6194196b750156f (origin/master)
Checkout:MoTeCH-Platform / <http://ci.motechproject.org/job/MoTeCH-Platform/ws/> - hudson.remoting.LocalChannel@7aa49be5
Fetching changes from the remote Git repository
Fetching upstream changes from https://code.google.com/p/motech
Commencing build of Revision bc1c924fe0746d0986d75db1e6194196b750156f (origin/master)
Checking out Revision bc1c924fe0746d0986d75db1e6194196b750156f (origin/master)
Found mavenVersion 2.2.1 from file jar:file:/usr/local/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
[MoTeCH-Platform] $ java -Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m -Dmaven.test.failure.ignore=false -cp /var/lib/hudson/maven-agent.jar:/var/lib/hudson/classworlds.jar hudson.maven.agent.Main /usr/local/apache-maven-2.2.1 /var/lib/hudson/slave.jar /var/lib/hudson/maven-interceptor.jar 41009 /var/lib/hudson/maven2.1-interceptor.jar
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/pom.xml> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech/builds/2012-07-10_21-41-42/archive/org.motechproject/motech/0.12-SNAPSHOT/pom.xml
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: default}]
[INFO] Preparing pmd:cpd-check
[INFO] [pmd:cpd {execution: cpd}]
[INFO] [pmd:cpd-check {execution: default}]
[INFO] [checkstyle:check {execution: default}]
[INFO] Starting audit...
Audit done.

[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [failsafe:integration-test {execution: integration-test}]
[INFO] No tests to run.
[INFO] Failsafe report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/target/failsafe-reports>

-------------------------------------------------------
T E S T S
-------------------------------------------------------

Results :

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

[HUDSON] Recording test results
[INFO] [failsafe:verify {execution: verify}]
[INFO] No tests to run.
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://ci.motechproject.org/job/MoTeCH-Platform/ws/pom.xml> to /export/users/motech/.m2/repository/org/motechproject/motech/0.12-SNAPSHOT/motech-0.12-SNAPSHOT.pom
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from motech.nexus
Uploading: http://nexus.motechproject.org/content/repositories/snapshots/org/motechproject/motech/0.12-SNAPSHOT/motech-0.12-SNAPSHOT.pom
18K uploaded (motech-0.12-SNAPSHOT.pom)
[INFO] Retrieving previous metadata from motech.nexus
[INFO] Uploading repository metadata for: 'snapshot org.motechproject:motech:0.12-SNAPSHOT'
[INFO] Retrieving previous metadata from motech.nexus
[INFO] Uploading repository metadata for: 'artifact org.motechproject:motech'
[HUDSON] Archiving /export/users/motech/.m2/repository/org/motechproject/motech/0.12-SNAPSHOT/motech-0.12-SNAPSHOT.pom to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech/builds/2012-07-10_21-41-42/archive/org.motechproject/motech/0.12-SNAPSHOT/motech-0.12-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building MoTeCH Platform Common API
[INFO] task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/target>
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 28 source files to <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/target/classes>
[WARNING] <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/SerializationUtil.java>:[4,15] BASE64Decoder is internal proprietary API and may be removed in a future release
[WARNING] <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/SerializationUtil.java>:[5,15] BASE64Encoder is internal proprietary API and may be removed in a future release
[WARNING] <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/SerializationUtil.java>:[11,19] BASE64Encoder is internal proprietary API and may be removed in a future release
[WARNING] <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/SerializationUtil.java>:[11,46] BASE64Encoder is internal proprietary API and may be removed in a future release
[WARNING] <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/SerializationUtil.java>:[12,19] BASE64Decoder is internal proprietary API and may be removed in a future release
[WARNING] <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/SerializationUtil.java>:[12,46] BASE64Decoder is internal proprietary API and may be removed in a future release
[INFO] Preparing pmd:check
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/pom.xml> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech-platform-common-api/builds/2012-07-10_21-41-42/archive/org.motechproject/motech-platform-common-api/0.12-SNAPSHOT/pom.xml
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: default}]
[INFO]
[INFO] Preparing pmd:cpd-check
[INFO] [pmd:cpd {execution: cpd}]
[INFO] [pmd:cpd-check {execution: default}]
[INFO]
[INFO] [checkstyle:check {execution: default}]
[INFO] Starting audit...
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/MotechException.java>:8:43: '{' is not preceded with whitespace.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/MotechBaseRepository.java>:11:8: Unused import - java.util.Arrays.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/MotechBaseRepository.java>:25: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/MotechBaseRepository.java>:31:9: '}' should be on the same line.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/MotechBaseRepository.java>:32: 'else' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/MotechBaseRepository.java>:59: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/BaseDao.java>:12:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/BaseDao.java>:14:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/BaseDao.java>:16:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/BaseDao.java>:18:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/BaseDao.java>:20:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/BaseDao.java>:22:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/BaseDao.java>:24:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/MotechJsonReader.java>:3: Using the '.*' form of import should be avoided - com.google.gson.*.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/MotechJsonReader.java>:63:108: Redundant throws: 'JsonParseException' is unchecked exception.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/dao/MotechJsonReader.java>:69:40: warning: Must have at least one statement.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/datetime/DefaultDateTimeSource.java>:0: File does not end with a newline.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateTimeSourceUtil.java>:8:1: warning: Utility classes should not have a public or default constructor.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateTimeSourceUtil.java>:9:34: warning: Name 'SourceInstance' must match pattern '^[a-z][a-zA-Z0-9]*$'.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateTimeSourceUtil.java>:9:34: warning: Variable 'SourceInstance' must be private and have accessor methods.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/TimeIntervalParser.java>:0: File does not end with a newline.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/TimeIntervalParser.java>:15:18: warning: Variable 'parser' must be private and have accessor methods.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/TimeIntervalParser.java>:29: warning: First sentence should end with a period.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/TimeIntervalParser.java>:40: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:0: File does not end with a newline.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:6: Using the '.*' form of import should be avoided - org.joda.time.*.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:16:1: warning: Utility classes should not have a public or default constructor.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:56: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:61: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:68:18: Assignment of parameter 'date' is not allowed.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:88:58: '6' is a magic number.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:88:63: '7' is a magic number.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:90:95: ':' should be on a new line.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:91:55: '7' is a magic number.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:116:48: '23' is a magic number.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:116:52: '59' is a magic number.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:116:56: '59' is a magic number.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:116:60: '999' is a magic number.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:124: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:129:13: warning: Name 'WEEK_MAX_DAY' must match pattern '^[a-z][a-zA-Z0-9]*$'.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:135: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:135:68: Control variable 'currentDayOfWeek' is modified.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:136: 'else' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/DateUtil.java>:136:34: Control variable 'currentDayOfWeek' is modified.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/SerializationUtil.java>:0: File does not end with a newline.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/SerializationUtil.java>:4:1: warning: Import from illegal package - sun.misc.BASE64Decoder.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/SerializationUtil.java>:5:1: warning: Import from illegal package - sun.misc.BASE64Encoder.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/SerializationUtil.java>:10:1: warning: Utility classes should not have a public or default constructor.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/SerializationUtil.java>:11:12: 'private' modifier out of order with the JLS suggestions.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/SerializationUtil.java>:12:12: 'private' modifier out of order with the JLS suggestions.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/util/SerializationUtil.java>:15: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/Time.java>:71: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/Time.java>:73: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/Time.java>:75: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/Time.java>:79: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/Time.java>:81: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/Time.java>:84: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/Time.java>:86: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/Time.java>:98: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/Time.java>:104: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/ExtensibleDataObject.java>:19:42: warning: 'data' hides a field.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/MotechBaseDataObject.java>:8:22: warning: Variable 'type' must be private and have accessor methods.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/DayOfWeek.java>:0: File does not end with a newline.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/DayOfWeek.java>:39:64: Redundant throws: 'IllegalArgumentException' is unchecked exception.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/model/DayOfWeek.java>:41: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/valueobjects/WallTimeUnit.java>:28:16: warning: Variable 'days' must be private and have accessor methods.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/valueobjects/WallTimeUnit.java>:29:16: warning: Variable 'hours' must be private and have accessor methods.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/valueobjects/WallTimeUnit.java>:30:16: warning: Variable 'minutes' must be private and have accessor methods.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/valueobjects/WallTimeUnit.java>:34:29: '24' is a magic number.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/valueobjects/WallTimeUnit.java>:35:32: '60' is a magic number.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/valueobjects/WallTimeUnit.java>:41:32: '60' is a magic number.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/valueobjects/WallTime.java>:10:12: warning: Variable 'period' must be private and have accessor methods.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/valueobjects/WallTime.java>:18: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/valueobjects/WallTime.java>:19: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/valueobjects/WallTime.java>:46:58: '1000' is a magic number.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/MotechObject.java>:14: 'if' construct must use '{}'s.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/MetricsAgent.java>:5: warning: First sentence should end with a period.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/MetricsAgent.java>:9:1: '{' should be on the previous line.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/MetricsAgent.java>:17:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/MetricsAgent.java>:24:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/MetricsAgent.java>:31:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/MetricsAgent.java>:39:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/MetricsAgentBackend.java>:14:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/MetricsAgentBackend.java>:21:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/MetricsAgentBackend.java>:23: warning: First sentence should end with a period.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/MetricsAgentBackend.java>:29:5: Redundant 'public' modifier.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/impl/MultipleMetricsAgentImpl.java>:14:31: warning: Variable 'metricsAgents' must be private and have accessor methods.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/impl/LoggingAgentBackendImpl.java>:11: warning: First sentence should end with a period.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/impl/LoggingAgentBackendImpl.java>:67: warning: First sentence should end with a period.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/impl/StatsdAgentBackendImpl.java>:6:8: Unused import - org.springframework.beans.factory.annotation.Autowired.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/impl/StatsdAgentBackendImpl.java>:9: Using the '.*' form of import should be avoided - java.net.*.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/impl/StatsdAgentBackendImpl.java>:72: warning: First sentence should end with a period.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-platform-common-api/src/main/java/org/motechproject/metrics/impl/StatsdAgentBackendImpl.java>:91: 'if' construct must use '{}'s.
Audit done.

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed during checkstyle execution

Embedded error: There are 3 checkstyle errors.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34 seconds
[INFO] Finished at: Tue Jul 10 21:42:35 IST 2012
[INFO] Final Memory: 69M/165M

motec...@gmail.com

unread,
Jul 10, 2012, 1:18:45 PM7/10/12
to motec...@googlegroups.com
See <http://ci.motechproject.org/job/MoTeCH-Platform/958/changes>

Changes:

[Jakub Slawinski] jslawinski | Fixes related to checkstyle, tests/compilation failures.

------------------------------------------
[...truncated 6301 lines...]
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/target/classes>
[INFO] Preparing pmd:check
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/pom.xml> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech-rules-api/builds/2012-07-10_22-32-45/archive/org.motechproject/motech-rules-api/0.12-SNAPSHOT/pom.xml
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: default}]
[INFO]
[INFO] Preparing pmd:cpd-check
[INFO] [pmd:cpd {execution: cpd}]
[INFO] [pmd:cpd-check {execution: default}]
[INFO]
[INFO] [checkstyle:check {execution: default}]
[INFO] Starting audit...
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/FilesystemRuleLoader.java>:14: warning: First sentence should end with a period.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/FilesystemRuleLoader.java>:30: warning: First sentence should end with a period.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:57: Comment matches to-do format 'TODO:'.
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/src/main/java/org/motechproject/rules/service/KnowledgeBaseManager.java>:97: warning: First sentence should end with a period.
Audit done.

[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/target/surefire-reports>

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.motechproject.rules.service.FilesystemRuleLoaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 sec

Results :

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

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/target/motech-rules-api-0.12-SNAPSHOT.jar>
[INFO] [failsafe:integration-test {execution: integration-test}]
-------------------------------------------------------
T E S T S
-------------------------------------------------------
[HUDSON] Recording test results
Results :

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


[INFO] [failsafe:verify {execution: verify}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/target/motech-rules-api-0.12-SNAPSHOT.jar> to /export/users/motech/.m2/repository/org/motechproject/motech-rules-api/0.12-SNAPSHOT/motech-rules-api-0.12-SNAPSHOT.jar
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from motech.nexus
Uploading: http://nexus.motechproject.org/content/repositories/snapshots/org/motechproject/motech-rules-api/0.12-SNAPSHOT/motech-rules-api-0.12-SNAPSHOT.jar
9K uploaded (motech-rules-api-0.12-SNAPSHOT.jar)
[INFO] Retrieving previous metadata from motech.nexus
[INFO] Uploading repository metadata for: 'artifact org.motechproject:motech-rules-api'
[INFO] Uploading project information for motech-rules-api 0.12-SNAPSHOT
[INFO] Retrieving previous metadata from motech.nexus
[INFO] Uploading repository metadata for: 'snapshot org.motechproject:motech-rules-api:0.12-SNAPSHOT'
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules-api/target/motech-rules-api-0.12-SNAPSHOT.jar> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech-rules-api/builds/2012-07-10_22-32-45/archive/org.motechproject/motech-rules-api/0.12-SNAPSHOT/motech-rules-api-0.12-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building MoTeCH Rules
[INFO] task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/target>
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Preparing pmd:check
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/pom.xml> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech-rules/builds/2012-07-10_22-32-45/archive/org.motechproject/motech-rules/0.12-SNAPSHOT/pom.xml
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: default}]
[INFO]
[INFO] Preparing pmd:cpd-check
[INFO] [pmd:cpd {execution: cpd}]
[INFO] [pmd:cpd-check {execution: default}]
[INFO]
[INFO] [checkstyle:check {execution: default}]
[INFO] Starting audit...
<http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/src/main/java/org/motechproject/rules/RuleBundleLoader.java>:14: warning: First sentence should end with a period.
Audit done.

[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/target/surefire-reports>

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.motechproject.rules.RuleBundleLoaderTest
test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 sec

Results :

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

[HUDSON] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle org.motechproject:motech-rules:bundle:0.12-SNAPSHOT : Did not find matching referal for !org.eclipse.jdt.*
[WARNING] Warning building bundle org.motechproject:motech-rules:bundle:0.12-SNAPSHOT : Did not find matching referal for !org.mvel2.*
[debug] execute contextualize
[INFO] [resources:copy-resources {execution: copy-bundles}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [failsafe:integration-test {execution: integration-test}]
-------------------------------------------------------
T E S T S
-------------------------------------------------------
[HUDSON] Recording test results
Results :

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


[INFO] [failsafe:verify {execution: verify}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/target/motech-rules-0.12-SNAPSHOT.jar> to /export/users/motech/.m2/repository/org/motechproject/motech-rules/0.12-SNAPSHOT/motech-rules-0.12-SNAPSHOT.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Installing org/motechproject/motech-rules/0.12-SNAPSHOT/motech-rules-0.12-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from motech.nexus
Uploading: http://nexus.motechproject.org/content/repositories/snapshots/org/motechproject/motech-rules/0.12-SNAPSHOT/motech-rules-0.12-SNAPSHOT.jar
137K uploaded (motech-rules-0.12-SNAPSHOT.jar)
[INFO] Uploading project information for motech-rules 0.12-SNAPSHOT
[INFO] Retrieving previous metadata from motech.nexus
[INFO] Uploading repository metadata for: 'snapshot org.motechproject:motech-rules:0.12-SNAPSHOT'
[INFO] Retrieving previous metadata from motech.nexus
[INFO] Uploading repository metadata for: 'artifact org.motechproject:motech-rules'
[INFO] [bundle:deploy {execution: default-deploy}]
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-rules/target/motech-rules-0.12-SNAPSHOT.jar> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech-rules/builds/2012-07-10_22-32-45/archive/org.motechproject/motech-rules/0.12-SNAPSHOT/motech-rules-0.12-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building MoTeCH Web Security
[INFO] task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/target>
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Preparing pmd:check
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/pom.xml> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech-web-security/builds/2012-07-10_22-32-45/archive/org.motechproject/motech-web-security/0.12-SNAPSHOT/pom.xml
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: default}]
[INFO]
[INFO] Preparing pmd:cpd-check
[INFO] [pmd:cpd {execution: cpd}]
[INFO] [pmd:cpd-check {execution: default}]
[INFO]
[INFO] [checkstyle:check {execution: default}]
[INFO] Starting audit...
Audit done.

[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 4 source files to <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/target/surefire-reports>

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.motechproject.security.domain.MotechUserTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec
Running org.motechproject.security.authentication.MotechAuthenticationProviderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 sec

Results :

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

[HUDSON] Recording test results
[INFO] [failsafe:integration-test {execution: integration-test}]
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.motechproject.security.repository.AllMotechWebUsersIT
log4j:WARN No appenders could be found for logger (org.springframework.test.context.junit4.SpringJUnit4ClassRunner).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 5, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 9.677 sec <<< FAILURE!
Running org.motechproject.security.service.MotechUserServiceTestIT
Tests run: 14, Failures: 1, Errors: 6, Skipped: 0, Time elapsed: 5.411 sec <<< FAILURE!

Results :

Failed tests: findByUserNameShouldBeCaseInsensitive(org.motechproject.security.repository.AllMotechWebUsersIT)
testRegister(org.motechproject.security.service.MotechUserServiceTestIT)

Tests in error:
shouldNotCreateNewAccountIfUserAlreadyExists(org.motechproject.security.repository.AllMotechWebUsersIT)
shouldNotActivateInvalidUser(org.motechproject.security.service.MotechUserServiceTestIT)
shouldCreateActiveUserByDefault(org.motechproject.security.service.MotechUserServiceTestIT)
shouldCreateInActiveUser(org.motechproject.security.service.MotechUserServiceTestIT)
shouldChangePassword(org.motechproject.security.service.MotechUserServiceTestIT)
shouldNotChangePasswordWithoutOldPassword(org.motechproject.security.service.MotechUserServiceTestIT)
shouldActivateUser(org.motechproject.security.service.MotechUserServiceTestIT)

Tests run: 19, Failures: 2, Errors: 7, Skipped: 0

[HUDSON] Recording test results
[INFO] [failsafe:verify {execution: verify}]
[HUDSON] Archiving <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/target/motech-web-security-0.12-SNAPSHOT.jar> to /var/lib/hudson/jobs/MoTeCH-Platform/modules/org.motechproject$motech-web-security/builds/2012-07-10_22-32-45/archive/org.motechproject/motech-web-security/0.12-SNAPSHOT/motech-web-security-0.12-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to <http://ci.motechproject.org/job/MoTeCH-Platform/ws/motech-web-security/target/failsafe-reports> for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 minutes 40 seconds
[INFO] Finished at: Tue Jul 10 22:48:44 IST 2012
[INFO] Final Memory: 130M/332M

motec...@gmail.com

unread,
Jul 10, 2012, 1:40:24 PM7/10/12
to motec...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages