Created
November 25, 2010 15:17
-
-
Save jfarcand/715523 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jfarcand:ahc-cert-impl jfarcand$ mvn -Dmaven.surefire.debug=true -Dtest=DefaultConnectorTest test | |
[INFO] Scanning for projects... | |
[WARNING] | |
[WARNING] Some problems were encountered while building the effective model for org.sonatype.cert-support:ahc-cert-impl:jar:0.1-SNAPSHOT | |
[WARNING] 'parent.relativePath' of POM org.sonatype.cert-support:cert-support-parent:0.1-SNAPSHOT (/Users/jfarcand/workspace/ahc-cert-service/pom.xml) points at org.atmosphere:atmosphere-project instead of org.sonatype.forge:forge-parent, please verify your project structure @ org.sonatype.cert-support:cert-support-parent:0.1-SNAPSHOT, /Users/jfarcand/workspace/ahc-cert-service/pom.xml, line 4, column 13 | |
[WARNING] | |
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. | |
[WARNING] | |
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. | |
[WARNING] | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building ahc-cert-impl 0.1-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ ahc-cert-impl --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /Users/jfarcand/workspace/ahc-cert-service/ahc-cert-impl/src/main/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ ahc-cert-impl --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ ahc-cert-impl --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 10 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ ahc-cert-impl --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ ahc-cert-impl --- | |
[INFO] Surefire report directory: /Users/jfarcand/workspace/ahc-cert-service/ahc-cert-impl/target/surefire-reports | |
^\2010-11-25 10:16:35 | |
Full thread dump Java HotSpot(TM) 64-Bit Server VM (17.1-b03-307 mixed mode): | |
"Thread-2" prio=5 tid=159040000 nid=0x15a204000 runnable [15a203000] | |
java.lang.Thread.State: RUNNABLE | |
at java.io.FileInputStream.readBytes(Native Method) | |
at java.io.FileInputStream.read(FileInputStream.java:199) | |
at java.lang.UNIXProcess$DeferredCloseInputStream.read(UNIXProcess.java:227) | |
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264) | |
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306) | |
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158) | |
- locked <107ec2188> (a java.io.InputStreamReader) | |
at java.io.InputStreamReader.read(InputStreamReader.java:167) | |
at java.io.BufferedReader.fill(BufferedReader.java:136) | |
at java.io.BufferedReader.readLine(BufferedReader.java:299) | |
- locked <107ec2188> (a java.io.InputStreamReader) | |
at java.io.BufferedReader.readLine(BufferedReader.java:362) | |
at org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.StreamPumper.run(StreamPumper.java:132) | |
"Thread-1" prio=5 tid=153c10000 nid=0x15a101000 runnable [15a100000] | |
java.lang.Thread.State: RUNNABLE | |
at java.io.FileInputStream.readBytes(Native Method) | |
at java.io.FileInputStream.read(FileInputStream.java:199) | |
at java.lang.UNIXProcess$DeferredCloseInputStream.read(UNIXProcess.java:227) | |
at java.io.BufferedInputStream.read1(BufferedInputStream.java:256) | |
at java.io.BufferedInputStream.read(BufferedInputStream.java:317) | |
- locked <107ef03b8> (a java.io.BufferedInputStream) | |
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264) | |
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306) | |
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158) | |
- locked <107ef0438> (a java.io.InputStreamReader) | |
at java.io.InputStreamReader.read(InputStreamReader.java:167) | |
at java.io.BufferedReader.fill(BufferedReader.java:136) | |
at java.io.BufferedReader.readLine(BufferedReader.java:299) | |
- locked <107ef0438> (a java.io.InputStreamReader) | |
at java.io.BufferedReader.readLine(BufferedReader.java:362) | |
at org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.StreamPumper.run(StreamPumper.java:145) | |
"process reaper" daemon prio=5 tid=15703b000 nid=0x158782000 runnable [158781000] | |
java.lang.Thread.State: RUNNABLE | |
at java.lang.UNIXProcess.waitForProcessExit(Native Method) | |
at java.lang.UNIXProcess.access$900(UNIXProcess.java:17) | |
at java.lang.UNIXProcess$2$1.run(UNIXProcess.java:86) | |
"resolver-5" daemon prio=5 tid=15600b000 nid=0x158611000 waiting on condition [158610000] | |
java.lang.Thread.State: WAITING (parking) | |
at sun.misc.Unsafe.park(Native Method) | |
- parking to wait for <10ef19e90> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987) | |
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) | |
at java.lang.Thread.run(Thread.java:680) | |
"resolver-4" daemon prio=5 tid=15600a000 nid=0x1583e6000 waiting on condition [1583e5000] | |
java.lang.Thread.State: WAITING (parking) | |
at sun.misc.Unsafe.park(Native Method) | |
- parking to wait for <10ef19e90> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987) | |
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) | |
at java.lang.Thread.run(Thread.java:680) | |
"resolver-3" daemon prio=5 tid=156009800 nid=0x15825d000 waiting on condition [15825c000] | |
java.lang.Thread.State: WAITING (parking) | |
at sun.misc.Unsafe.park(Native Method) | |
- parking to wait for <10ef19e90> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987) | |
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) | |
at java.lang.Thread.run(Thread.java:680) | |
"resolver-2" daemon prio=5 tid=102d2e800 nid=0x15804d000 waiting on condition [15804c000] | |
java.lang.Thread.State: WAITING (parking) | |
at sun.misc.Unsafe.park(Native Method) | |
- parking to wait for <10ef19e90> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987) | |
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) | |
at java.lang.Thread.run(Thread.java:680) | |
"resolver-1" daemon prio=5 tid=154128000 nid=0x157e40000 waiting on condition [157e3f000] | |
java.lang.Thread.State: WAITING (parking) | |
at sun.misc.Unsafe.park(Native Method) | |
- parking to wait for <10ef19e90> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987) | |
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) | |
at java.lang.Thread.run(Thread.java:680) | |
"Poller SunPKCS11-Darwin" daemon prio=1 tid=15384e800 nid=0x157b01000 waiting on condition [157b00000] | |
java.lang.Thread.State: TIMED_WAITING (sleeping) | |
at java.lang.Thread.sleep(Native Method) | |
at sun.security.pkcs11.SunPKCS11$TokenPoller.run(SunPKCS11.java:692) | |
at java.lang.Thread.run(Thread.java:680) | |
"Low Memory Detector" daemon prio=5 tid=10181c800 nid=0x15260a000 runnable [00000000] | |
java.lang.Thread.State: RUNNABLE | |
"CompilerThread1" daemon prio=9 tid=10181c000 nid=0x152507000 waiting on condition [00000000] | |
java.lang.Thread.State: RUNNABLE | |
"CompilerThread0" daemon prio=9 tid=10181b000 nid=0x152404000 waiting on condition [00000000] | |
java.lang.Thread.State: RUNNABLE | |
"Signal Dispatcher" daemon prio=9 tid=10181a800 nid=0x152301000 waiting on condition [00000000] | |
java.lang.Thread.State: RUNNABLE | |
"Surrogate Locker Thread (CMS)" daemon prio=5 tid=101819800 nid=0x151704000 waiting on condition [00000000] | |
java.lang.Thread.State: RUNNABLE | |
"Finalizer" daemon prio=8 tid=1029b5000 nid=0x151601000 in Object.wait() [151600000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <10ec32a60> (a java.lang.ref.ReferenceQueue$Lock) | |
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118) | |
- locked <10ec32a60> (a java.lang.ref.ReferenceQueue$Lock) | |
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134) | |
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) | |
"Reference Handler" daemon prio=10 tid=1029b4000 nid=0x15124a000 in Object.wait() [151249000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <10ec32a78> (a java.lang.ref.Reference$Lock) | |
at java.lang.Object.wait(Object.java:485) | |
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116) | |
- locked <10ec32a78> (a java.lang.ref.Reference$Lock) | |
"main" prio=5 tid=102801000 nid=0x100501000 in Object.wait() [1004ff000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <107f1c5b8> (a java.lang.UNIXProcess) | |
at java.lang.Object.wait(Object.java:485) | |
at java.lang.UNIXProcess.waitFor(UNIXProcess.java:115) | |
- locked <107f1c5b8> (a java.lang.UNIXProcess) | |
at org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:148) | |
at org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:91) | |
at org.apache.maven.surefire.booter.SurefireBooter.fork(SurefireBooter.java:681) | |
at org.apache.maven.surefire.booter.SurefireBooter.forkSuites(SurefireBooter.java:485) | |
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesForkOnce(SurefireBooter.java:385) | |
at org.apache.maven.surefire.booter.SurefireBooter.run(SurefireBooter.java:246) | |
at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:581) | |
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107) | |
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:195) | |
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) | |
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:140) | |
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) | |
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) | |
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) | |
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) | |
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:314) | |
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:151) | |
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:445) | |
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:168) | |
at org.apache.maven.cli.MavenCli.main(MavenCli.java:132) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) | |
"VM Thread" prio=9 tid=1029b1800 nid=0x151147000 runnable | |
"Gang worker#0 (Parallel GC Threads)" prio=9 tid=102802800 nid=0x102401000 runnable | |
"Gang worker#1 (Parallel GC Threads)" prio=9 tid=102803000 nid=0x102504000 runnable | |
"Gang worker#2 (Parallel GC Threads)" prio=9 tid=102803800 nid=0x102607000 runnable | |
"Gang worker#3 (Parallel GC Threads)" prio=9 tid=102804000 nid=0x10270a000 runnable | |
"Gang worker#4 (Parallel GC Threads)" prio=9 tid=102805000 nid=0x106902000 runnable | |
"Gang worker#5 (Parallel GC Threads)" prio=9 tid=102805800 nid=0x106a05000 runnable | |
"Gang worker#6 (Parallel GC Threads)" prio=9 tid=102806000 nid=0x106b08000 runnable | |
"Gang worker#7 (Parallel GC Threads)" prio=9 tid=102806800 nid=0x106c0b000 runnable | |
"Concurrent Mark-Sweep GC Thread" prio=9 tid=1028e4000 nid=0x150e54000 runnable | |
"Gang worker#0 (Parallel CMS Threads)" prio=9 tid=1028e3000 nid=0x15044e000 runnable | |
"Gang worker#1 (Parallel CMS Threads)" prio=9 tid=1028e3800 nid=0x150551000 runnable | |
"VM Periodic Task Thread" prio=10 tid=101826000 nid=0x15270d000 waiting on condition | |
"Exception Catcher Thread" prio=10 tid=102801800 nid=0x10173b000 runnable | |
JNI global references: 1192 | |
Heap | |
par new generation total 19136K, used 2387K [106c10000, 1080d0000, 10ec10000) | |
eden space 17024K, 2% used [106c10000, 106c652b8, 107cb0000) | |
from space 2112K, 96% used [107ec0000, 1080bf998, 1080d0000) | |
to space 2112K, 0% used [107cb0000, 107cb0000, 107ec0000) | |
concurrent mark-sweep generation total 63872K, used 5625K [10ec10000, 112a70000, 146c10000) | |
concurrent-mark-sweep perm gen total 21248K, used 16618K [146c10000, 1480d0000, 14c010000) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment