>
> Exactly the same error while developing a jenkins plugin. Cant figure out 
> where and how to solve.
>


J:\source\openid-plugin-openid-2.1-sw>mci
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder
 
with a thread count of 1
[INFO]
[INFO] 
------------------------------------------------------------------------
[INFO] Building openid 2.1
[INFO] 
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ openid ---
[INFO] Deleting J:\source\openid-plugin-openid-2.1-sw\target
[INFO]
[INFO] --- maven-hpi-plugin:1.93:validate (default-validate) @ openid ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-maven) @ openid ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:display-info (display-info) @ openid 
---
[INFO] Maven Version: 3.2.1
[INFO] JDK Version: 1.7.0_60 normalized as: 1.7.0-60
[INFO] OS Info: Arch: amd64 Family: windows Name: windows 7 Version: 6.1
[INFO]
[INFO] --- maven-localizer-plugin:1.14:generate (default) @ openid ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
openid ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 16 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ openid ---
[INFO] Compiling 12 source files to 
J:\source\openid-plugin-openid-2.1-sw\target\classes
[INFO]
[INFO] --- access-modifier-checker:1.4:enforce (default-enforce) @ openid 
---
[INFO]
[INFO] --- maven-hpi-plugin:1.93:insert-test (default-insert-test) @ openid 
---
[INFO]
[INFO] --- gmaven-plugin:1.3:generateTestStubs (test-in-groovy) @ openid ---
[INFO] No sources found for Java stub generation
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) 
@ openid ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.5:testCompile (default-testCompile) @ 
openid ---
[INFO] Compiling 6 source files to 
J:\source\openid-plugin-openid-2.1-sw\target\test-classes
[INFO]
[INFO] --- maven-hpi-plugin:1.93:test-hpl (default-test-hpl) @ openid ---
[INFO] Generating 
J:\source\openid-plugin-openid-2.1-sw\target\test-classes\the.hpl
[INFO]
[INFO] --- maven-hpi-plugin:1.93:resolve-test-dependencies 
(default-resolve-test-dependencies) @ openid ---
[INFO]
[INFO] --- gmaven-plugin:1.3:testCompile (test-in-groovy) @ openid ---
[INFO] No sources found to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ openid ---
[INFO] Surefire report directory: 
J:\source\openid-plugin-openid-2.1-sw\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running hudson.plugins.openid.OpenIdLoginServiceTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 4.129 sec 
<<< FAILURE!
Running hudson.plugins.openid.OpenIdSsoSecurityRealmTest
Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.157 sec 
<<< FAILURE!
Running hudson.plugins.openid.OpenIdUserPropertyTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.054 sec 
<<< FAILURE!
Running InjectedTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.152 sec 
<<< FAILURE!

Results :

Tests in error:
  
testAssociateThenLogoutThenLogInWithOpenID(hudson.plugins.openid.OpenIdLoginServiceTest)
  
testLogInWithOpenIDAndSignUp(hudson.plugins.openid.OpenIdLoginServiceTest): 
Could not initialize class org.sonatype.guice.bean.binders.ParameterKeys
  testLoginWithoutReadAccess(hudson.plugins.openid.OpenIdLoginServiceTest): 
Could not initialize class org.sonatype.guice.bean.binders.ParameterKeys
  
testLoginWithWithoutAXExtensionAndNickAndEmail(hudson.plugins.openid.OpenIdSsoSecurityRealmTest):
 
Could not initialize class org.sonatype.guice.bean.binders.ParameterKeys
  
testLoginWithWithoutAXExtensionAndNick(hudson.plugins.openid.OpenIdSsoSecurityRealmTest):
 
Could not initialize class org.sonatype.guice.bean.binders.ParameterKeys
  
testLoginWithWithoutSRegExtension(hudson.plugins.openid.OpenIdSsoSecurityRealmTest):
 
Could not initialize class org.sonatype.guice.bean.binders.ParameterKeys
  
testLoginWithWithoutAXExtension(hudson.plugins.openid.OpenIdSsoSecurityRealmTest):
 
Could not initialize class org.sonatype.guice.bean.binders.ParameterKeys
  
testLoginWithAllExtensions(hudson.plugins.openid.OpenIdSsoSecurityRealmTest): 
Could not initialize class org.sonatype.guice.bean.binders.ParameterKeys
  
testLoginWithWithoutSRegExtensionAndEmailAddress(hudson.plugins.openid.OpenIdSsoSecurityRealmTest):
 
Could not initialize class org.sonatype.guice.bean.binders.ParameterKeys
  testDisabledRoundtrip(hudson.plugins.openid.OpenIdUserPropertyTest): 
Could not initialize class org.sonatype.guice.bean.binders.ParameterKeys
  testRoundtrip(hudson.plugins.openid.OpenIdUserPropertyTest): Could not 
initialize class org.sonatype.guice.bean.binders.ParameterKeys
  
org.jvnet.hudson.test.JellyTestSuiteBuilder$JellyTestSuite(org.jvnet.hudson.test.junit.FailedTest):
 
Could not initialize class org.sonatype.guice.bean.binders.ParameterKeys
  
testCliSanity(org.jvnet.hudson.test.PluginAutomaticTestBuilder$CliSanityTest): 
Could not initialize class org.sonatype.guice.bean.binders.ParameterKeys

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

[INFO] 
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 32.729 s
[INFO] Finished at: 2014-09-02T13:17:11+01:00
[INFO] Final Memory: 35M/336M
[INFO] 
------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on 
project openid: There are test failures.
[ERROR]
[ERROR] Please refer to 
J:\source\openid-plugin-openid-2.1-sw\target\surefire-reports for the 
individual test results.
[ERROR] -> [Help 1] 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to