I finally got the Freenet junit testsuite to run on Gentoo

Blindfolded Dog1

For years I developed Freenet partially blindfolded, because I could not get the tests to actually run on my Gentoo box.

As of today, that’s finally over: The testsuite runs successfully. My setup is still unclean, but it finally works. No more asking other contributors to run the tests for me.

To reproduce:

  1. Install Freenet and its dependencies via Gentoo: emerge freenet
  2. Install bouncycastle 1.54: emerge =dev-java/bcprov-1.54
  3. Symlink all ant-stuff into ~/.ant/lib: mkdir -p ~/.ant/lib; cd ~/.ant/lib; for i in $(find /usr/share/ant*/lib/ -name '*jar' | xargs); ln -s $i; done
  4. Get the fred repository (freenet reference daemon) from https://github.com/freenet/fred
  5. Put a file named override.properties with the following content into the fred folder:
lib.contrib.get = true
lib.dir = /usr/share
lib.jars = bcprov-1.54/lib/bcprov.jar
bc.jar = lib/bcprov.jar
libtest.dir = /usr/share
# to really ensure that ant finds junit: mkdir -p ~/.ant/lib; cd ~/.ant/lib; for i in $(find /usr/share/ant*/lib/ -name '*jar' | xargs); ln -s $i; done
# all the ant-* libs are found via cd /usr/share; find ant*/lib/ -name '*jar' | xargs
libtest.jars = freenet/lib/ant.jar hamcrest-core-1.3/lib/hamcrest-core.jar junit/lib/junit.jar junit-4/lib/junit.jar ant-antlr/lib/ant-antlr.jar ant-apache-bcel/lib/ant-apache-bcel.jar ant-apache-bsf/lib/ant-apache-bsf.jar ant-apache-log4j/lib/ant-apache-log4j.jar ant-apache-oro/lib/ant-apache-oro.jar ant-apache-regexp/lib/ant-apache-regexp.jar ant-apache-resolver/lib/ant-apache-resolver.jar ant-apache-xalan2/lib/ant-apache-xalan2.jar ant-commons-logging/lib/ant-commons-logging.jar ant-commons-net/lib/ant-commons-net.jar ant-contrib/lib/ant-contrib.jar ant-core/lib/ant-bootstrap.jar ant-core/lib/ant.jar ant-core/lib/ant-launcher.jar ant-eclipse-ecj-4.4/lib/ant-eclipse-ecj.jar ant-javamail/lib/ant-javamail.jar ant-jdepend/lib/ant-jdepend.jar ant-jsch/lib/ant-jsch.jar ant-junit/lib/ant-junit.jar ant/lib/ant-junit.jar ant/lib/ant-jsch.jar ant/lib/ant-apache-resolver.jar ant/lib/ant-commons-net.jar ant/lib/ant-javamail.jar ant/lib/ant-bootstrap.jar ant/lib/ant-swing.jar ant/lib/ant-apache-regexp.jar ant/lib/ant.jar ant/lib/ant-launcher.jar ant/lib/ant-jdepend.jar ant/lib/ant-apache-bcel.jar ant/lib/ant-nodeps.jar ant/lib/ant-trax.jar ant/lib/ant-apache-bsf.jar ant/lib/ant-apache-xalan2.jar ant/lib/ant-antlr.jar ant/lib/ant-commons-logging.jar ant/lib/ant-apache-log4j.jar ant/lib/ant-apache-oro.jar antlr-3/lib/antlr-tool.jar antlr-3/lib/antlr-runtime.jar antlr/lib/antlr.jar ant-nodeps/lib/ant-nodeps.jar ant-swing/lib/ant-swing.jar ant-trax/lib/ant-trax.jar

(Putting all the jars into the libtest is certainly overkill. Maybe I’ll trim this down at some point. But right now I’m happy that this finally works, so I’m going to celebrate it a bit and defer the cleanup for later ☺)

Happy Hacking!

PS: And here’s a complete build log:

ant clean >/dev/null; ant
Buildfile: /home/arne/fred-work/build.xml

init:
    [mkdir] Created dir: /home/arne/fred-work/build/main
    [mkdir] Created dir: /home/arne/fred-work/dist
    [mkdir] Created dir: /home/arne/fred-work/build/test
    [mkdir] Created dir: /home/arne/fred-work/run

env:

ensure-ext:

libdep-bc:

ensure-bc:

env-gjs:

ensure-gjs:

dep:

check-version-file:

build-version-file:
     [copy] Copying 1 file to /home/arne/fred-work/build/main/freenet/node
     [echo] Updated build version to @unknown@ in build/main/freenet/node/Version.java

build:
    [javac] Compiling 1080 source files to /home/arne/fred-work/build/main
    [javac] /home/arne/fred-work/src/freenet/client/async/ClientGetWorkerThread.java:29: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/client/async/ContainerInserter.java:37: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/client/async/InsertCompressor.java:24: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/client/async/SingleFileFetcher.java:51: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/client/async/SingleFileStreamGenerator.java:16: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/client/filter/CSSTokenizerFilter.java:23: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/client/filter/CSSReadFilter.java:23: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/client/filter/PNGFilter.java:25: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/clients/fcp/AddPeer.java:29: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/clients/fcp/FCPPluginClientMessage.java:13: warning: [deprecation] PluginTalker in freenet.pluginmanager has been deprecated
    [javac] import freenet.pluginmanager.PluginTalker;
    [javac]                             ^
    [javac] /home/arne/fred-work/src/freenet/clients/fcp/FilterMessage.java:22: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/clients/http/QueueToadlet.java:89: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/clients/http/ConnectionsToadlet.java:51: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/clients/http/HTTPRequestImpl.java:39: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/clients/http/WelcomeToadlet.java:38: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/config/WrapperConfig.java:18: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/crypt/JceLoader.java:16: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/crypt/SHA256.java:50: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/crypt/SSL.java:44: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/crypt/Yarrow.java:31: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/l10n/ISO639_3.java:13: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/node/simulator/LongTermMHKTest.java:35: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/node/simulator/LongTermManySingleBlocksTest.java:39: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/pluginmanager/PluginDownLoaderOfficialHTTPS.java:25: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/support/compress/Bzip2Compressor.java:19: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/support/compress/DecompressorThreadManager.java:24: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/support/compress/GzipCompressor.java:14: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/support/compress/NewLZMACompressor.java:20: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/support/compress/OldLZMACompressor.java:19: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/support/plugins/helpers1/AbstractFCPHandler.java:10: warning: [deprecation] PluginReplySender in freenet.pluginmanager has been deprecated
    [javac] import freenet.pluginmanager.PluginReplySender;
    [javac]                             ^
    [javac] /home/arne/fred-work/src/freenet/tools/CleanupTranslations.java:16: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/client/ArchiveContext.java:18: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]  * WARNING: Changing non-transient members on classes that are Serializable can result in 
    [javac]                                                                           ^
    [javac] /home/arne/fred-work/src/freenet/support/Logger.java:88: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]                         Closer.close(br);
    [javac]                         ^
    [javac] /home/arne/fred-work/src/freenet/support/Logger.java:101: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]                     Closer.close(is);
    [javac]                     ^
    [javac] /home/arne/fred-work/src/freenet/client/FailureCodeTracker.java:24: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]  * WARNING: Changing non-transient members on classes that are Serializable can result in 
    [javac]                                           ^
    [javac] /home/arne/fred-work/src/freenet/client/async/TooManyFilesInsertException.java:5: warning: [serial] serializable class TooManyFilesInsertException has no definition of serialVersionUID
    [javac] public class TooManyFilesInsertException extends Exception {
    [javac]        ^
    [javac] /home/arne/fred-work/src/freenet/support/SimpleFieldSet.java:962: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]                         Closer.close(br);
    [javac]                         ^
    [javac] /home/arne/fred-work/src/freenet/support/SimpleFieldSet.java:963: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]                         Closer.close(isr);
    [javac]                         ^
    [javac] /home/arne/fred-work/src/freenet/support/SimpleFieldSet.java:964: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]                         Closer.close(bis);
    [javac]                         ^
    [javac] /home/arne/fred-work/src/freenet/support/io/StorageFormatException.java:6: warning: [serial] serializable class StorageFormatException has no definition of serialVersionUID
    [javac] public class StorageFormatException extends Exception {
    [javac]        ^
    [javac] /home/arne/fred-work/src/freenet/client/async/ClientContext.java:35: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.TempBucketFactory;
    [javac]                    ^
    [javac] /home/arne/fred-work/src/freenet/client/async/ClientContext.java:35: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.TempBucketFactory;
    [javac]                     ^
    [javac] /home/arne/fred-work/src/freenet/client/async/ClientContext.java:48: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]     private transient ClientRequestScheduler sskFetchSchedulerRT;
    [javac]                                                   ^
    [javac] /home/arne/fred-work/src/freenet/client/async/ClientContext.java:218: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]             }, NativeThread.NORM_PRIORITY);
    [javac]                            ^
    [javac] /home/arne/fred-work/src/freenet/client/async/ClientContext.java:245: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]             }, NativeThread.NORM_PRIORITY);
    [javac]                            ^
    [javac] /home/arne/fred-work/src/freenet/support/io/ResumeFailedException.java:3: warning: [serial] serializable class ResumeFailedException has no definition of serialVersionUID
    [javac] public class ResumeFailedException extends Exception {
    [javac]        ^
    [javac] /home/arne/fred-work/src/freenet/client/async/ClientRequestScheduler.java:55: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]     private final RequestStarter starter;
    [javac]                            ^
    [javac] /home/arne/fred-work/src/freenet/client/async/ClientRequestScheduler.java:49: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]     private final OfferedKeysList offeredKeys;
    [javac]                ^
    [javac] /home/arne/fred-work/src/freenet/client/async/ClientRequestScheduler.java:157: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]                 getter.internalError(e, this, clientContext, persistent);
    [javac]                  ^
    [javac] /home/arne/fred-work/src/freenet/node/useralerts/UserAlertManager.java:34: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]     private long lastUpdated;
    [javac]                    ^
    [javac] /home/arne/fred-work/src/freenet/node/useralerts/UserAlertManager.java:84: warning: [deprecation] queue(FCPMessage) in FCPConnectionOutputHandler has been deprecated
    [javac]                     subscriber.outputHandler.queue(alert.getFCPMessage());
    [javac]                                             ^
    [javac] /home/arne/fred-work/src/freenet/node/useralerts/UserAlertManager.java:382: warning: [deprecation] queue(FCPMessage) in FCPConnectionOutputHandler has been deprecated
    [javac]                         subscriber.outputHandler.queue(alert.getFCPMessage());
    [javac]                                                 ^
    [javac] /home/arne/fred-work/src/freenet/client/ArchiveManager.java:337: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]                             Closer.close(is);
    [javac]                             ^
    [javac] /home/arne/fred-work/src/freenet/client/ArchiveManager.java:364: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(is);
    [javac]             ^
    [javac] /home/arne/fred-work/src/freenet/client/ArchiveManager.java:449: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(tarIS);
    [javac]             ^
    [javac] /home/arne/fred-work/src/freenet/support/io/TempBucketFactory.java:149: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]                             Closer.close(is);
    [javac]                             ^
    [javac] /home/arne/fred-work/src/freenet/support/io/TempBucketFactory.java:354: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]                     Closer.close(currentIS);
    [javac]                     ^
    [javac] /home/arne/fred-work/src/freenet/support/io/TempBucketFactory.java:419: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]                     Closer.close(currentIS);
    [javac]                     ^
    [javac] /home/arne/fred-work/src/freenet/support/io/TempBucketFactory.java:452: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]                 Closer.close(os);
    [javac]                 ^
    [javac] /home/arne/fred-work/src/freenet/client/async/USKManager.java:65: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]     /** Latest SSK slot known to be by the author by blanked-edition-number USK */
    [javac]                            ^
    [javac] /home/arne/fred-work/src/freenet/client/async/USKManager.java:35: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]  * Tracks the latest version of every known USK.
    [javac]                          ^
    [javac] /home/arne/fred-work/src/freenet/support/compress/RealCompressor.java:115: warning: [deprecation] MIN_PRIORITY in NativeThread has been deprecated
    [javac]             return new NativeThread(r, "Compressor thread", NativeThread.MIN_PRIORITY, true);
    [javac]                                                                         ^
    [javac] /home/arne/fred-work/src/freenet/client/async/DatastoreChecker.java:81: warning: [rawtypes] found raw type: ArrayDeque
    [javac]         queue = new ArrayDeque[priorities];
    [javac]                     ^
    [javac]   missing type arguments for generic class ArrayDeque<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayDeque
    [javac] /home/arne/fred-work/src/freenet/client/async/DatastoreChecker.java:211: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]                 }, NativeThread.NORM_PRIORITY);
    [javac]                                ^
    [javac] /home/arne/fred-work/src/freenet/client/async/DatastoreChecker.java:230: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]         return NativeThread.NORM_PRIORITY;
    [javac]                            ^
    [javac] /home/arne/fred-work/src/freenet/support/MemoryLimitedJobRunner.java:35: warning: [rawtypes] found raw type: ArrayDeque
    [javac]         this.jobs = new ArrayDeque[priorities];
    [javac]                         ^
    [javac]   missing type arguments for generic class ArrayDeque<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayDeque
    [javac] /home/arne/fred-work/src/freenet/clients/fcp/ClientRequest.java:390: warning: [deprecation] HIGH_PRIORITY in NativeThread has been deprecated
    [javac]         }, NativeThread.HIGH_PRIORITY);
    [javac]                        ^
    [javac] /home/arne/fred-work/src/freenet/clients/fcp/ClientRequest.java:396: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]                     return NativeThread.NORM_PRIORITY;
    [javac]                                        ^
    [javac] /home/arne/fred-work/src/freenet/client/Metadata.java:1237: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(dos);
    [javac]             ^
    [javac] /home/arne/fred-work/src/freenet/client/Metadata.java:1238: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(cos);
    [javac]             ^
    [javac] /home/arne/fred-work/src/freenet/client/Metadata.java:1699: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(dos);
    [javac]             ^
    [javac] /home/arne/fred-work/src/freenet/client/InsertContext.java:300: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac]     public void onResume() {
    [javac]                 ^
    [javac] /home/arne/fred-work/src/freenet/client/async/PersistentJobRunnerImpl.java:32: warning: [deprecation] HIGH_PRIORITY in NativeThread has been deprecated
    [javac]     static final int WRITE_AT_PRIORITY = NativeThread.HIGH_PRIORITY-1;
    [javac]                                                      ^
    [javac] /home/arne/fred-work/src/freenet/client/async/PersistentJobRunnerImpl.java:103: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]             queueInternal(job, NativeThread.NORM_PRIORITY);
    [javac]                                            ^
    [javac] /home/arne/fred-work/src/freenet/client/async/PersistentJobRunnerImpl.java:113: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]             queue(job, NativeThread.NORM_PRIORITY);
    [javac]                                    ^
    [javac] /home/arne/fred-work/src/freenet/client/async/PersistenceDisabledException.java:3: warning: [serial] serializable class PersistenceDisabledException has no definition of serialVersionUID
    [javac] public class PersistenceDisabledException extends Exception {
    [javac]        ^
    [javac] /home/arne/fred-work/src/freenet/client/async/ClientGetter.java:395: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(dataInput);
    [javac]             ^
    [javac] /home/arne/fred-work/src/freenet/client/async/ClientGetter.java:396: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(dataOutput);
    [javac]             ^
    [javac] /home/arne/fred-work/src/freenet/client/async/ClientGetter.java:397: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(output);
    [javac]             ^
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:35: warning: [unchecked] unchecked cast
    [javac]         grabClients = (T[]) new Object[0];
    [javac]                             ^
    [javac]   required: T[]
    [javac]   found:    Object[]
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:36: warning: [rawtypes] found raw type: RemoveRandomWithObject
    [javac]         grabArrays = new RemoveRandomWithObject[0];
    [javac]                          ^
    [javac]   missing type arguments for generic class RemoveRandomWithObject<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface RemoveRandomWithObject
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:36: warning: [unchecked] unchecked conversion
    [javac]         grabArrays = new RemoveRandomWithObject[0];
    [javac]                      ^
    [javac]   required: RemoveRandomWithObject<T>[]
    [javac]   found:    RemoveRandomWithObject[]
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:69: warning: [unchecked] unchecked cast
    [javac]         else return (C) grabArrays[idx];
    [javac]                                   ^
    [javac]   required: C
    [javac]   found:    RemoveRandomWithObject<T>
    [javac]   where T,C are type-variables:
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac]     C extends RemoveRandomWithObject<T> declared in class SectoredRandomGrabArray
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:233: warning: [rawtypes] found raw type: RemoveRandomWithObject
    [javac]                 grabArrays = (C[]) new RemoveRandomWithObject[0];
    [javac]                                        ^
    [javac]   missing type arguments for generic class RemoveRandomWithObject<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface RemoveRandomWithObject
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:233: warning: [unchecked] unchecked cast
    [javac]                 grabArrays = (C[]) new RemoveRandomWithObject[0];
    [javac]                                    ^
    [javac]   required: C[]
    [javac]   found:    RemoveRandomWithObject[]
    [javac]   where C,T are type-variables:
    [javac]     C extends RemoveRandomWithObject<T> declared in class SectoredRandomGrabArray
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:234: warning: [unchecked] unchecked cast
    [javac]                 grabClients = (T[]) new Object[0];
    [javac]                                     ^
    [javac]   required: T[]
    [javac]   found:    Object[]
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:238: warning: [rawtypes] found raw type: RemoveRandomWithObject
    [javac]                 grabArrays = (C[]) new RemoveRandomWithObject[] { grabArrays[1-x] };
    [javac]                                        ^
    [javac]   missing type arguments for generic class RemoveRandomWithObject<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface RemoveRandomWithObject
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:238: warning: [unchecked] unchecked cast
    [javac]                 grabArrays = (C[]) new RemoveRandomWithObject[] { grabArrays[1-x] };
    [javac]                                    ^
    [javac]   required: C[]
    [javac]   found:    RemoveRandomWithObject[]
    [javac]   where C,T are type-variables:
    [javac]     C extends RemoveRandomWithObject<T> declared in class SectoredRandomGrabArray
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:239: warning: [unchecked] unchecked cast
    [javac]                 grabClients = (T[]) new Object[] { grabClients[1-x] };
    [javac]                                     ^
    [javac]   required: T[]
    [javac]   found:    Object[]
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:270: warning: [rawtypes] found raw type: RemoveRandomWithObject
    [javac]                 grabArrays = (C[]) new RemoveRandomWithObject[] { grabArrays[1-x] };
    [javac]                                        ^
    [javac]   missing type arguments for generic class RemoveRandomWithObject<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface RemoveRandomWithObject
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:270: warning: [unchecked] unchecked cast
    [javac]                 grabArrays = (C[]) new RemoveRandomWithObject[] { grabArrays[1-x] };
    [javac]                                    ^
    [javac]   required: C[]
    [javac]   found:    RemoveRandomWithObject[]
    [javac]   where C,T are type-variables:
    [javac]     C extends RemoveRandomWithObject<T> declared in class SectoredRandomGrabArray
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:271: warning: [unchecked] unchecked cast
    [javac]                 grabClients = (T[]) new Object[] { grabClients[1-x] };
    [javac]                                     ^
    [javac]   required: T[]
    [javac]   found:    Object[]
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:291: warning: [rawtypes] found raw type: RemoveRandomWithObject
    [javac]                 grabArrays = (C[]) new RemoveRandomWithObject[0];
    [javac]                                        ^
    [javac]   missing type arguments for generic class RemoveRandomWithObject<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface RemoveRandomWithObject
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:291: warning: [unchecked] unchecked cast
    [javac]                 grabArrays = (C[]) new RemoveRandomWithObject[0];
    [javac]                                    ^
    [javac]   required: C[]
    [javac]   found:    RemoveRandomWithObject[]
    [javac]   where C,T are type-variables:
    [javac]     C extends RemoveRandomWithObject<T> declared in class SectoredRandomGrabArray
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:292: warning: [unchecked] unchecked cast
    [javac]                 grabClients = (T[]) new Object[0];
    [javac]                                     ^
    [javac]   required: T[]
    [javac]   found:    Object[]
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:295: warning: [rawtypes] found raw type: RemoveRandomWithObject
    [javac]                 grabArrays = (C[]) new RemoveRandomWithObject[] { grabArrays[x] }; // don't use RGA, it may be nulled out
    [javac]                                        ^
    [javac]   missing type arguments for generic class RemoveRandomWithObject<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface RemoveRandomWithObject
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:295: warning: [unchecked] unchecked cast
    [javac]                 grabArrays = (C[]) new RemoveRandomWithObject[] { grabArrays[x] }; // don't use RGA, it may be nulled out
    [javac]                                    ^
    [javac]   required: C[]
    [javac]   found:    RemoveRandomWithObject[]
    [javac]   where C,T are type-variables:
    [javac]     C extends RemoveRandomWithObject<T> declared in class SectoredRandomGrabArray
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:296: warning: [unchecked] unchecked cast
    [javac]                 grabClients = (T[]) new Object[] { grabClients[x] };
    [javac]                                     ^
    [javac]   required: T[]
    [javac]   found:    Object[]
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:324: warning: [rawtypes] found raw type: RemoveRandomWithObject
    [javac]             grabArrays = (C[]) new RemoveRandomWithObject[0];
    [javac]                                    ^
    [javac]   missing type arguments for generic class RemoveRandomWithObject<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface RemoveRandomWithObject
    [javac] /home/arne/fred-work/src/freenet/support/SectoredRandomGrabArray.java:324: warning: [unchecked] unchecked cast
    [javac]             grabArrays = (C[]) new RemoveRandomWithObject[0];
    [javac]                                ^
    [javac]   required: C[]
    [javac]   found:    RemoveRandomWithObject[]
    [javac]   where C,T are type-variables:
    [javac]     C extends RemoveRandomWithObject<T> declared in class SectoredRandomGrabArray
    [javac]     T extends Object declared in class SectoredRandomGrabArray
    [javac] Note: Some input files additionally use or override a deprecated API.
    [javac] Note: Some input files additionally use unchecked or unsafe operations.
    [javac] 100 warnings
     [copy] Copying 393 files to /home/arne/fred-work/build/main/freenet/clients/http/staticfiles
     [copy] Copying 19 files to /home/arne/fred-work/build/main/freenet/l10n
     [copy] Copying 1 file to /home/arne/fred-work/build/main

unit-build:

env:

libdep-junit:

env:

libdep-hamcrest:
    [javac] Compiling 135 source files to /home/arne/fred-work/build/test
    [javac] warning: [path] bad path element "/usr/share/ant-core/lib/xalan.jar": no such file or directory
    [javac] warning: [path] bad path element "/usr/share/junit-4/lib/../../hamcrest-core/lib/hamcrest-core.jar": no such file or directory
    [javac] /home/arne/fred-work/test/freenet/client/CodeTest.java:3: warning: [deprecation] Assert in junit.framework has been deprecated
    [javac] import junit.framework.Assert;
    [javac]                       ^
    [javac] /home/arne/fred-work/test/freenet/client/OnionFECCodecTest.java:8: warning: [deprecation] Assert in junit.framework has been deprecated
    [javac] import junit.framework.Assert;
    [javac]                       ^
    [javac] /home/arne/fred-work/test/freenet/crypt/ciphers/RijndaelTest.java:25: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/test/freenet/support/JVMVersionTest.java:3: warning: [deprecation] Assert in junit.framework has been deprecated
    [javac] import junit.framework.Assert;
    [javac]                       ^
    [javac] /home/arne/fred-work/test/freenet/support/compress/Bzip2CompressorTest.java:17: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/test/freenet/support/compress/GzipCompressorTest.java:30: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/test/freenet/support/compress/NewLzmaCompressorTest.java:16: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /home/arne/fred-work/test/freenet/client/CodeTest.java:43: warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]             Assert.assertEquals(src[i], repair[i]);
    [javac]             ^
    [javac] /home/arne/fred-work/test/freenet/client/async/SplitFileInserterStorageTest.java:664: warning: [deprecation] fill(RandomAccessBuffer,Random,long,long) in BucketTools has been deprecated
    [javac]         BucketTools.fill(thing, random, 0, size);
    [javac]                    ^
    [javac] /home/arne/fred-work/test/freenet/client/async/ClientRequestSelectorTest.java:227: warning: [deprecation] fill(RandomAccessBuffer,Random,long,long) in BucketTools has been deprecated
    [javac]         BucketTools.fill(thing, random, 0, size);
    [javac]                    ^
    [javac] /home/arne/fred-work/test/freenet/client/async/ClientRequestSelectorTest.java:231: warning: [serial] serializable class ClientRequestSelectorTest.NullSendableInsert has no definition of serialVersionUID
    [javac]     class NullSendableInsert extends SendableInsert {
    [javac]     ^
    [javac] /home/arne/fred-work/test/freenet/client/async/PersistentJobRunnerImplTest.java:162: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]         jobRunner.queue(w, NativeThread.NORM_PRIORITY);
    [javac]                                        ^
    [javac] /home/arne/fred-work/test/freenet/client/async/PersistentJobRunnerImplTest.java:189: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]         }, NativeThread.NORM_PRIORITY);
    [javac]                        ^
    [javac] /home/arne/fred-work/test/freenet/client/async/SplitFileFetcherStorageTest.java:571: warning: [deprecation] fill(Bucket,Random,long) in BucketTools has been deprecated
    [javac]         BucketTools.fill(b, random, size);
    [javac]                    ^
    [javac] /home/arne/fred-work/test/freenet/crypt/AEADStreamsTest.java:24: warning: [deprecation] fill(Bucket,Random,long) in BucketTools has been deprecated
    [javac]             BucketTools.fill(input, random, 65536);
    [javac]                        ^
    [javac] /home/arne/fred-work/test/freenet/crypt/AEADStreamsTest.java:35: warning: [deprecation] fill(Bucket,Random,long) in BucketTools has been deprecated
    [javac]             BucketTools.fill(input, random, 65536);
    [javac]                        ^
    [javac] /home/arne/fred-work/test/freenet/crypt/AEADStreamsTest.java:45: warning: [deprecation] fill(Bucket,Random,long) in BucketTools has been deprecated
    [javac]         BucketTools.fill(input, random, 512*1024);
    [javac]                    ^
    [javac] /home/arne/fred-work/test/freenet/crypt/PCFBModeTest.java:61: warning: [deprecation] create(BlockCipher) in PCFBMode has been deprecated
    [javac]         PCFBMode ctr = PCFBMode.create(cipher);
    [javac]                                ^
    [javac] /home/arne/fred-work/test/freenet/crypt/PCFBModeTest.java:82: warning: [deprecation] create(BlockCipher) in PCFBMode has been deprecated
    [javac]             PCFBMode ctr = PCFBMode.create(cipher);
    [javac]                                    ^
    [javac] /home/arne/fred-work/test/freenet/crypt/PCFBModeTest.java:120: warning: [deprecation] create(BlockCipher) in PCFBMode has been deprecated
    [javac]             PCFBMode ctr = PCFBMode.create(cipher);
    [javac]                                    ^
    [javac] /home/arne/fred-work/test/freenet/crypt/PCFBModeTest.java:127: warning: [deprecation] create(BlockCipher) in PCFBMode has been deprecated
    [javac]             ctr = PCFBMode.create(cipher);
    [javac]                           ^
    [javac] /home/arne/fred-work/test/freenet/crypt/PCFBModeTest.java:137: warning: [deprecation] create(BlockCipher) in PCFBMode has been deprecated
    [javac]             ctr = PCFBMode.create(cipher);
    [javac]                           ^
    [javac] /home/arne/fred-work/test/freenet/crypt/ciphers/RijndaelTest.java:2010: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]                 Closer.close(is);
    [javac]                 ^
    [javac] /home/arne/fred-work/test/freenet/store/caching/SleepingFreenetStore.java:11: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac] public class SleepingFreenetStore<T extends StorableBlock> extends ProxyFreenetStore<T> {
    [javac]        ^
    [javac] /home/arne/fred-work/test/freenet/support/JVMVersionTest.java:9: warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertTrue(JVMVersion.isTooOld("1.6.0_32"));
    [javac]         ^
    [javac] /home/arne/fred-work/test/freenet/support/JVMVersionTest.java:10: warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertTrue(JVMVersion.isTooOld("1.6"));
    [javac]         ^
    [javac] /home/arne/fred-work/test/freenet/support/JVMVersionTest.java:11: warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertTrue(JVMVersion.isTooOld("1.5"));
    [javac]         ^
    [javac] /home/arne/fred-work/test/freenet/support/JVMVersionTest.java:15: warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertFalse(JVMVersion.isTooOld("1.7.0_65"));
    [javac]         ^
    [javac] /home/arne/fred-work/test/freenet/support/JVMVersionTest.java:16: warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertFalse(JVMVersion.isTooOld("1.7"));
    [javac]         ^
    [javac] /home/arne/fred-work/test/freenet/support/JVMVersionTest.java:17: warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertFalse(JVMVersion.isTooOld("1.8.0_9"));
    [javac]         ^
    [javac] /home/arne/fred-work/test/freenet/support/JVMVersionTest.java:18: warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertFalse(JVMVersion.isTooOld("1.10"));
    [javac]         ^
    [javac] /home/arne/fred-work/test/freenet/support/JVMVersionTest.java:22: warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertFalse(JVMVersion.isTooOld(null));
    [javac]         ^
    [javac] /home/arne/fred-work/test/freenet/support/ListUtilsTest.java:100: warning: [serial] serializable class NotRandomAlwaysTop has no definition of serialVersionUID
    [javac]     static class NotRandomAlwaysTop extends Random {
    [javac]            ^
    [javac] /home/arne/fred-work/test/freenet/support/ListUtilsTest.java:107: warning: [serial] serializable class NotRandomAlwaysZero has no definition of serialVersionUID
    [javac]     static class NotRandomAlwaysZero extends Random {
    [javac]            ^
    [javac] /home/arne/fred-work/test/freenet/support/MemoryLimitedJobRunnerTest.java:28: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]             return NativeThread.NORM_PRIORITY;
    [javac]                                ^
    [javac] /home/arne/fred-work/test/freenet/support/MemoryLimitedJobRunnerTest.java:210: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]             return NativeThread.NORM_PRIORITY;
    [javac]                                ^
    [javac] /home/arne/fred-work/test/freenet/support/PrioritizedSerialExecutorTest.java:54: warning: [deprecation] MAX_PRIORITY in NativeThread has been deprecated
    [javac]         exec = new PrioritizedSerialExecutor(NativeThread.MAX_PRIORITY, 10, 5, true);
    [javac]                                                          ^
    [javac] /home/arne/fred-work/test/freenet/support/SerialExecutorTest.java:10: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]         SerialExecutor exec = new SerialExecutor(NativeThread.NORM_PRIORITY);
    [javac]                                                              ^
    [javac] /home/arne/fred-work/test/freenet/support/SerialExecutorTest.java:30: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]                 return NativeThread.NORM_PRIORITY;
    [javac]                                    ^
    [javac] /home/arne/fred-work/test/freenet/support/SimpleFieldSetTest.java:739: warning: [cast] redundant cast to String
    [javac]             assertTrue(isAKey(SAMPLE_STRING_PAIRS, "", (String)itr.next()));
    [javac]                                                        ^
    [javac] /home/arne/fred-work/test/freenet/support/compress/Bzip2CompressorTest.java:142: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(decompressorInput);
    [javac]             ^
    [javac] /home/arne/fred-work/test/freenet/support/compress/Bzip2CompressorTest.java:143: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(decompressorOutput);
    [javac]             ^
    [javac] /home/arne/fred-work/test/freenet/support/compress/Bzip2CompressorTest.java:162: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(decompressorInput);
    [javac]             ^
    [javac] /home/arne/fred-work/test/freenet/support/compress/Bzip2CompressorTest.java:163: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(decompressorOutput);
    [javac]             ^
    [javac] /home/arne/fred-work/test/freenet/support/compress/GzipCompressorTest.java:150: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(decompressorInput);
    [javac]             ^
    [javac] /home/arne/fred-work/test/freenet/support/compress/GzipCompressorTest.java:151: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(decompressorOutput);
    [javac]             ^
    [javac] /home/arne/fred-work/test/freenet/support/compress/GzipCompressorTest.java:169: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(decompressorInput);
    [javac]             ^
    [javac] /home/arne/fred-work/test/freenet/support/compress/GzipCompressorTest.java:170: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(decompressorOutput);
    [javac]             ^
    [javac] /home/arne/fred-work/test/freenet/support/compress/NewLzmaCompressorTest.java:159: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(decompressorInput);
    [javac]             ^
    [javac] /home/arne/fred-work/test/freenet/support/compress/NewLzmaCompressorTest.java:160: warning: [deprecation] Closer in freenet.support.io has been deprecated
    [javac]             Closer.close(decompressorOutput);
    [javac]             ^
    [javac] /home/arne/fred-work/test/freenet/support/io/TempBucketFactoryRAFBase.java:35: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]     private Executor exec = new SerialExecutor(NativeThread.NORM_PRIORITY);
    [javac]                                                            ^
    [javac] /home/arne/fred-work/test/freenet/support/io/TempBucketFactoryRAFBase.java:323: warning: [cast] redundant cast to TempBucketFactory.TempBucket
    [javac]             return ((TempFileBucket)(((TempBucket) bucket).getUnderlying())).getFile();
    [javac]                                       ^
    [javac] /home/arne/fred-work/test/freenet/support/io/TempBucketTest.java:38: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]         private Executor exec = new SerialExecutor(NativeThread.NORM_PRIORITY);
    [javac]                                                                ^
    [javac] /home/arne/fred-work/test/freenet/support/io/TempBucketTest.java:160: warning: [deprecation] NORM_PRIORITY in NativeThread has been deprecated
    [javac]         private Executor exec = new SerialExecutor(NativeThread.NORM_PRIORITY);
    [javac]                                                                ^
    [javac] 56 warnings
     [copy] Copying 84 files to /home/arne/fred-work/build/test/freenet/client/filter/png
     [copy] Copying 15 files to /home/arne/fred-work/build/test/freenet/client/filter/bmp
     [copy] Copying 12 files to /home/arne/fred-work/build/test/freenet/crypt/ciphers/rijndael-gladman-test-data
     [copy] Copying 3 files to /home/arne/fred-work/build/test/freenet/l10n

unit:
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/usr/share/ant-core/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:file:/home/arne/.ant/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit] Running freenet.client.CodeTest
    [junit] Testsuite: freenet.client.CodeTest
    [junit] Attempting to deploy Native FEC for linux-x86_64
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7,797 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7,797 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to deploy Native FEC for linux-x86_64
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testSimpleRev took 3,249 sec
    [junit] Testcase: testBenchmark took 0,007 sec
    [junit] Testcase: testShifted took 3,643 sec
    [junit] Testcase: testSimple took 0,325 sec
    [junit] Running freenet.client.DefaultMIMETypesTest
    [junit] Testsuite: freenet.client.DefaultMIMETypesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,024 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,024 sec
    [junit] 
    [junit] Testcase: testParams took 0,147 sec
    [junit] Testcase: testFullList took 0,269 sec
    [junit] Running freenet.client.FailureCodeTrackerTest
    [junit] Testsuite: freenet.client.FailureCodeTrackerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,555 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,555 sec
    [junit] 
    [junit] Testcase: testSize took 0,102 sec
    [junit] Running freenet.client.FetchContextTest
    [junit] Testsuite: freenet.client.FetchContextTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,586 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,586 sec
    [junit] 
    [junit] Testcase: testPersistence took 0,155 sec
    [junit] Running freenet.client.OnionFECCodecTest
    [junit] Testsuite: freenet.client.OnionFECCodecTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41,276 sec
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41,276 sec
    [junit] 
    [junit] Testcase: testDecodeNoneDecoded took 2,784 sec
    [junit] Testcase: testDecodeRandomSubset took 30,79 sec
    [junit] Testcase: testDecodeThrowsOnNotPaddedLastBlock took 0,476 sec
    [junit] Testcase: testEncodeThrowsOnNotPaddedLastBlock took 0,027 sec
    [junit] Testcase: testManyDataFewCheck took 0,86 sec
    [junit] Testcase: testDecodeAlreadyDecoded took 0,937 sec
    [junit] Testcase: testManyCheckFewData took 0,763 sec
    [junit] Testcase: testRandomDataCheckCounts took 4,127 sec
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Running freenet.client.async.ClientRequestSelectorTest
    [junit] Testsuite: freenet.client.async.ClientRequestSelectorTest
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi1841931918231409357lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12166485ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12280268ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11,736 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11,736 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12166485ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12280268ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testSmallSplitfileChooseCompletion took 11,444 sec
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Running freenet.client.async.PersistentJobRunnerImplTest
    [junit] Testsuite: freenet.client.async.PersistentJobRunnerImplTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,59 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,59 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testWaitForCheckpoint took 0,052 sec
    [junit] Testcase: testDisabledCheckpointing took 0,014 sec
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Running freenet.client.async.SplitFileFetcherStorageTest
    [junit] Testsuite: freenet.client.async.SplitFileFetcherStorageTest
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi6316287223875696332lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12272226ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12251649ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] Blocks: 1 2 5 7 8
    [junit] Blocks: 5 6 7 8
    [junit] Blocks: 0 2 4 5 6 7 8 11 13 15 16 17 18 19
    [junit] Blocks: 0 3 5 7 9 11 17
    [junit] Blocks: 1 4 8 9 10 11 14 15 16 17
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 193,881 sec
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 193,881 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12272226ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12251649ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] Blocks: 1 2 5 7 8
    [junit] Blocks: 5 6 7 8
    [junit] Blocks: 0 2 4 5 6 7 8 11 13 15 16 17 18 19
    [junit] Blocks: 0 3 5 7 9 11 17
    [junit] Blocks: 1 4 8 9 10 11 14 15 16 17
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testPersistenceReloadThenChooseKey took 11,545 sec
    [junit] Testcase: testWriteReadSegmentKeys took 0,254 sec
    [junit] Testcase: testPersistenceReload took 0,096 sec
    [junit] Testcase: testChooseKeyThreeTries took 0,084 sec
    [junit] Testcase: testPersistenceReloadThenFetch took 0,219 sec
    [junit] Testcase: testPersistenceReloadBetweenChooseKey took 0,159 sec
    [junit] Testcase: testMultiSegment took 3,317 sec
    [junit] Testcase: testChooseKeyCooldown took 0,388 sec
    [junit] Testcase: testPersistenceReloadBetweenFetches took 0,266 sec
    [junit] Testcase: testSingleSegment took 176,969 sec
    [junit] Testcase: testChooseKeyOneTry took 0,093 sec
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Running freenet.client.async.SplitFileInserterStorageTest
    [junit] Testsuite: freenet.client.async.SplitFileInserterStorageTest
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi5142930070342381907lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 11976766ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12197192ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 226,95 sec
    [junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 226,95 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 11976766ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12197192ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testPersistentSmallSplitfileNoLastBlockFailAfterResume took 10,493 sec
    [junit] Testcase: testCancelAltCrossSegment took 7,594 sec
    [junit] Testcase: testSmallSplitfileFailureFatalError took 0,179 sec
    [junit] Testcase: testSmallSplitfileConsecutiveRNFsHackFailure took 0,111 sec
    [junit] Testcase: testEncodeAfterShutdownCrossSegment took 0,003 sec
    [junit] Testcase: testPersistentSmallSplitfileNoLastBlockCompletionAfterResume took 0,492 sec
    [junit] Testcase: testPersistentSmallSplitfileWithLastBlockCompletionAfterResume took 0,311 sec
    [junit] Testcase: testSmallSplitfileChooseCooldown took 0,489 sec
    [junit] Testcase: testRoundTripOneBlockSegment took 18,965 sec
    [junit] Testcase: testSmallSplitfileFailureMaxRetries took 0,055 sec
    [junit] Testcase: testSmallSplitfileHasKeys took 0,054 sec
    [junit] Testcase: testSmallSplitfileCompletion took 0,091 sec
    [junit] Testcase: testRepeatedEncodeAfterShutdown took 33,799 sec
    [junit] Testcase: testRoundTripSimple took 73,584 sec
    [junit] Testcase: testResumeCrossSegment took 0,001 sec
    [junit] Testcase: testSmallSplitfileChooseCooldownNotRNF took 0,086 sec
    [junit] Testcase: testPersistentSmallSplitfileNoLastBlockCompletion took 0,114 sec
    [junit] Testcase: testSmallSplitfileChooseCompletion took 0,098 sec
    [junit] Testcase: testSmallSplitfileConsecutiveRNFsHack took 0,116 sec
    [junit] Testcase: testCancelAlt took 0,13 sec
    [junit] Testcase: testSmallSplitfileNoLastBlock took 0,053 sec
    [junit] Testcase: testRoundTripDataBlocksOnly took 78,865 sec
    [junit] Testcase: testCancel took 0,317 sec
    [junit] Testcase: testSmallSplitfileWithLastBlock took 0,107 sec
    [junit] Testcase: testRoundTripCrossSegment took 0 sec
    [junit] Testcase: testPersistentSmallSplitfileNoLastBlockChooseAfterResume took 0,361 sec
    [junit] Running freenet.client.filter.BMPFilterTest
    [junit] Testsuite: freenet.client.filter.BMPFilterTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,687 sec
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,687 sec
    [junit] 
    [junit] Testcase: testInvalidImageResolution took 0,983 sec
    [junit] Testcase: testImageSizeCalculationWithPadding took 0,08 sec
    [junit] Testcase: testValidImage took 0,016 sec
    [junit] Testcase: testInvalidNumberOfPlanes took 0,011 sec
    [junit] Testcase: testNotEnoughImageData took 0,006 sec
    [junit] Testcase: testInvalidBitDepth took 0,004 sec
    [junit] Testcase: testImageSizeCalculationWithoutPadding took 0,007 sec
    [junit] Testcase: testInvalidBitmapInfoHeaderSize took 0,008 sec
    [junit] Testcase: testIllegalStartWord took 0,004 sec
    [junit] Testcase: testInvalidOffset took 0,003 sec
    [junit] Testcase: testInvalidCompressionType took 0,004 sec
    [junit] Testcase: testTooShortImage took 0,004 sec
    [junit] Testcase: testNegativeImageWidth took 0,005 sec
    [junit] Testcase: testInvalidImageDataSize took 0,004 sec
    [junit] Running freenet.client.filter.CSSParserTest
    [junit] Testsuite: freenet.client.filter.CSSParserTest
    [junit] CSS3 test0 : h1:nth-of-type(odd) {} -> h1:nth-of-type(odd)
    [junit] CSS3 test1 : tr:nth-child(n+1) {} -> tr:nth-child(n+1)
    [junit] CSS3 test2 : tr:nth-child(+1) {} -> tr:nth-child(+1)
    [junit] CSS3 test3 : tr:nth-child(2n-1) {} -> tr:nth-child(2n-1)
    [junit] CSS3 test4 : tr:nth-child(-2n+1) {} -> tr:nth-child(-2n+1)
    [junit] CSS3 test5 : h1:nth-last-of-type(1) {} -> h1:nth-last-of-type(1)
    [junit] CSS3 test6 : tr:nth-child(1) {} -> tr:nth-child(1)
    [junit] CSS3 test7 : tr:nth-child(even) { background-color: yellow; } -> tr:nth-child(even) { background-color: yellow; }
    [junit] CSS3 test8 : tr:nth-child(n) {} -> tr:nth-child(n)
    [junit] CSS3 test9 : tr:nth-child(-n-1) {} -> tr:nth-child(-n-1)
    [junit] CSS3 test10 : tr:nth-child(-1) {} -> tr:nth-child(-1)
    [junit] CSS3 test11 : tr:nth-child(2n) {} -> tr:nth-child(2n)
    [junit] CSS3 test12 : tr:nth-child(-999999) {} -> tr:nth-child(-999999)
    [junit] CSS3 test13 : tr:nth-child(odd) { background-color: red; } -> tr:nth-child(odd) { background-color: red; }
    [junit] CSS3 test14 : tr:nth-child(10n) {} -> tr:nth-child(10n)
    [junit] CSS3 test15 : h1:nth-of-type(1) {} -> h1:nth-of-type(1)
    [junit] CSS3 test16 : tr:nth-last-child(even) {} -> tr:nth-last-child(even)
    [junit] CSS3 test17 : h1:nth-last-of-type(odd) {} -> h1:nth-last-of-type(odd)
    [junit] CSS3 test18 : tr:nth-child(n-1) {} -> tr:nth-child(n-1)
    [junit] CSS3 test19 : tr:nth-child(10) {} -> tr:nth-child(10)
    [junit] CSS3 test20 : tr:nth-last-child(1) {} -> tr:nth-last-child(1)
    [junit] CSS3 test21 : tr:nth-child(100) {} -> tr:nth-child(100)
    [junit] CSS3 test22 : tr:nth-last-child(odd) {} -> tr:nth-last-child(odd)
    [junit] CSS3 test23 : h1:nth-last-of-type(even) {} -> h1:nth-last-of-type(even)
    [junit] CSS3 test24 : tr:nth-child(-n+1) {} -> tr:nth-child(-n+1)
    [junit] CSS3 test25 : tr:nth-child(999999) {} -> tr:nth-child(999999)
    [junit] CSS3 test26 : tr:nth-child(-n) {} -> tr:nth-child(-n)
    [junit] CSS3 test27 : h1:nth-of-type(even) {} -> h1:nth-of-type(even)
    [junit] CSS3 test28 : tr:nth-child(-2n-1) {} -> tr:nth-child(-2n-1)
    [junit] CSS3 test29 : tr:nth-child(2n+1) {} -> tr:nth-child(2n+1)
    [junit] CSS3 test30 : tr:nth-child(n+10) {} -> tr:nth-child(n+10)
    [junit] CSS3 bad selector test 0
    [junit] CSS3 bad selector test 1
    [junit] CSS3 bad selector test 2
    [junit] CSS3 bad selector test 3
    [junit] CSS3 bad selector test 4
    [junit] CSS3 bad selector test 5
    [junit] CSS3 bad selector test 6
    [junit] CSS3 bad selector test 7
    [junit] CSS3 bad selector test 8
    [junit] CSS3 bad selector test 9
    [junit] CSS3 bad selector test 10
    [junit] CSS3 bad selector test 11
    [junit] CSS3 bad selector test 12
    [junit] CSS3 bad selector test 13
    [junit] CSS3 bad selector test 14
    [junit] CSS3 bad selector test 15
    [junit] CSS3 bad selector test 16
    [junit] CSS3 bad selector test 17
    [junit] CSS3 bad selector test 18
    [junit] CSS3 bad selector test 19
    [junit] CSS3 bad selector test 20
    [junit] CSS3 bad selector test 21
    [junit] CSS3 bad selector test 22
    [junit] CSS3 bad selector test 23
    [junit] CSS3 bad selector test 24
    [junit] CSS3 bad selector test 25
    [junit] CSS3 bad selector test 26
    [junit] CSS3 bad selector test 27
    [junit] CSS3 bad selector test 28
    [junit] CSS3 bad selector test 29
    [junit] Test 0 : div * p { color: blue;} -> div * p { color: blue;}
    [junit] Test 1 : p.marine.pastoral { color: green } -> p.marine.pastoral
    [junit] Test 2 : h1[foo="bar+bar"] {} -> h1[foo="bar+bar"]
    [junit] Test 3 : p:first-child em { font-weight : bold } -> p:first-child em { font-weight: bold }
    [junit] Test 4 : a:focus:hover { background: white;} -> a:focus:hover { background: white;}
    [junit] Test 5 : span[class=example] { color: blue; } -> span[class=example] { color: blue; }
    [junit] Test 6 : div ol>li p { color: green;} -> div ol>li p { color: green;}
    [junit] Test 7 : h1[foo="bar bar"] {} -> h1[foo="bar bar"]
    [junit] Test 8 : .warning {} -> .warning {}
    [junit] Test 9 : h1#chapter1 {} -> h1#chapter1 {}
    [junit] Test 10 : a.external:visited { color: blue } -> 
    [junit] Test 11 : div > p:FIRST-CHILD { text-indent: 0 } -> div>p:FIRST-CHILD { text-indent: 0 }
    [junit] Test 12 : h1[foo] h2 > p + b { color: green;} -> h1[foo] h2>p+b { color: green;}
    [junit] Test 13 : h1[foo] {} -> h1[foo]
    [junit] Test 14 : * > a:first-child {} -> *>a:first-child {}
    [junit] Test 15 : div p *[href] { color: blue;} -> div p *[href] { color: blue;}
    [junit] Test 16 : h1[foo="\"test\""] {} -> h1[foo="\"test\""] {}
    [junit] Test 17 : h1[foo="hello\202 "] {} -> h1[foo="hello\202 "] {}
    [junit] Test 18 : h1:first-child {} -> h1:first-child
    [junit] Test 19 : h1[foo="bar"] {} -> h1[foo="bar"]
    [junit] Test 20 : a:focus:hover { background: white } -> a:focus:hover { background: white }
    [junit] Test 21 : h1[foo] h2 > p + b:before { color: green;} -> h1[foo] h2>p+b:before { color: green;}
    [junit] Test 22 : #myid {} -> #myid {}
    [junit] Test 23 : h1[foo=bar] {} -> h1[foo=bar] {}
    [junit] Test 24 : td { border-right: hidden; border-bottom: hidden } -> td { border-right: hidden; border-bottom: hidden }
    [junit] Test 25 : h1[foo~="bar"] {} -> h1[foo~="bar"]
    [junit] Test 26 : :link { color: red } -> :link { color: red }
    [junit] Test 27 : span[hello="Cleveland"][goodbye="Columbus"] { color: blue; } -> span[hello="Cleveland"][goodbye="Columbus"] { color: blue; }
    [junit] Test 28 : [lang=fr] {} -> [lang=fr] {}
    [junit] Test 29 : h1[foo|="en"] {} -> h1[foo|="en"]
    [junit] Test 30 : h1 + h2 { margin-top: -5mm } -> h1+h2 { margin-top: -5mm }
    [junit] Test 31 : p:first-letter { font-size: 3em; font-weight: normal } -> p:first-letter { font-size: 3em; font-weight: normal }
    [junit] Test 32 : h1.opener + h2 { margin-top: -5mm } -> h1.opener+h2 { margin-top: -5mm }
    [junit] Test 33 : table          { border-collapse: collapse; border: 5px solid yellow; } *#col1         { border: 3px solid black; } td             { border: 1px solid red; padding: 1em; } td.cell5       { border: 5px dashed blue; } td.cell6       { border: 5px solid green; } -> table { border-collapse: collapse; border: 5px solid yellow; } *#col1 { border: 3px solid black; } td { border: 1px solid red; padding: 1em; } td.cell5 { border: 5px dashed blue; } td.cell6 { border: 5px solid green; }
    [junit] Test 34 : div > p:first-child { text-indent: 0 } -> div>p:first-child { text-indent: 0 }
    [junit] Test 35 : p[example="public class foo\
    [junit] {\
    [junit]     private int x;\
    [junit] \
    [junit]     foo(int x) {\
    [junit]         this.x = x;\
    [junit]     }\
    [junit] \
    [junit] }"] { color: red } -> p[example="public class foo{    private int x;    foo(int x) {        this.x = x;    }}"] { color: red }
    [junit] Test 36 : h1:lang(fr) {} -> h1:lang(fr)
    [junit] Test 37 : div.foo {} -> div.foo
    [junit] Test 38 : h1>h2 {} -> h1>h2
    [junit] Test 39 : [foo|="en"] {} -> [foo|="en"]
    [junit] Test 40 : p:first-line { text-transform: uppercase;} -> p:first-line { text-transform: uppercase;}
    [junit] Test 41 : h1+h2 {} -> h1+h2
    [junit] Test 42 : h1 em { color: blue;} -> h1 em { color: blue;}
    [junit] Test 43 : body > P { line-height: 1.3 } -> body>P { line-height: 1.3 }
    [junit] Test 44 : h1[foo="bar\" bar"] {} -> h1[foo="bar\" bar"]
    [junit] Test 45 : * {} -> *
    [junit] Bad selector test 0
    [junit] Bad selector test 1
    [junit] Bad selector test 2
    [junit] Bad selector test 3
    [junit] Bad selector test 4
    [junit] Bad selector test 5
    [junit] Bad selector test 6
    [junit] Bad selector test 7
    [junit] Bad selector test 8
    [junit] Bad selector test 9
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11,167 sec
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11,167 sec
    [junit] ------------- Standard Error -----------------
    [junit] CSS3 test0 : h1:nth-of-type(odd) {} -> h1:nth-of-type(odd)
    [junit] CSS3 test1 : tr:nth-child(n+1) {} -> tr:nth-child(n+1)
    [junit] CSS3 test2 : tr:nth-child(+1) {} -> tr:nth-child(+1)
    [junit] CSS3 test3 : tr:nth-child(2n-1) {} -> tr:nth-child(2n-1)
    [junit] CSS3 test4 : tr:nth-child(-2n+1) {} -> tr:nth-child(-2n+1)
    [junit] CSS3 test5 : h1:nth-last-of-type(1) {} -> h1:nth-last-of-type(1)
    [junit] CSS3 test6 : tr:nth-child(1) {} -> tr:nth-child(1)
    [junit] CSS3 test7 : tr:nth-child(even) { background-color: yellow; } -> tr:nth-child(even) { background-color: yellow; }
    [junit] CSS3 test8 : tr:nth-child(n) {} -> tr:nth-child(n)
    [junit] CSS3 test9 : tr:nth-child(-n-1) {} -> tr:nth-child(-n-1)
    [junit] CSS3 test10 : tr:nth-child(-1) {} -> tr:nth-child(-1)
    [junit] CSS3 test11 : tr:nth-child(2n) {} -> tr:nth-child(2n)
    [junit] CSS3 test12 : tr:nth-child(-999999) {} -> tr:nth-child(-999999)
    [junit] CSS3 test13 : tr:nth-child(odd) { background-color: red; } -> tr:nth-child(odd) { background-color: red; }
    [junit] CSS3 test14 : tr:nth-child(10n) {} -> tr:nth-child(10n)
    [junit] CSS3 test15 : h1:nth-of-type(1) {} -> h1:nth-of-type(1)
    [junit] CSS3 test16 : tr:nth-last-child(even) {} -> tr:nth-last-child(even)
    [junit] CSS3 test17 : h1:nth-last-of-type(odd) {} -> h1:nth-last-of-type(odd)
    [junit] CSS3 test18 : tr:nth-child(n-1) {} -> tr:nth-child(n-1)
    [junit] CSS3 test19 : tr:nth-child(10) {} -> tr:nth-child(10)
    [junit] CSS3 test20 : tr:nth-last-child(1) {} -> tr:nth-last-child(1)
    [junit] CSS3 test21 : tr:nth-child(100) {} -> tr:nth-child(100)
    [junit] CSS3 test22 : tr:nth-last-child(odd) {} -> tr:nth-last-child(odd)
    [junit] CSS3 test23 : h1:nth-last-of-type(even) {} -> h1:nth-last-of-type(even)
    [junit] CSS3 test24 : tr:nth-child(-n+1) {} -> tr:nth-child(-n+1)
    [junit] CSS3 test25 : tr:nth-child(999999) {} -> tr:nth-child(999999)
    [junit] CSS3 test26 : tr:nth-child(-n) {} -> tr:nth-child(-n)
    [junit] CSS3 test27 : h1:nth-of-type(even) {} -> h1:nth-of-type(even)
    [junit] CSS3 test28 : tr:nth-child(-2n-1) {} -> tr:nth-child(-2n-1)
    [junit] CSS3 test29 : tr:nth-child(2n+1) {} -> tr:nth-child(2n+1)
    [junit] CSS3 test30 : tr:nth-child(n+10) {} -> tr:nth-child(n+10)
    [junit] CSS3 bad selector test 0
    [junit] CSS3 bad selector test 1
    [junit] CSS3 bad selector test 2
    [junit] CSS3 bad selector test 3
    [junit] CSS3 bad selector test 4
    [junit] CSS3 bad selector test 5
    [junit] CSS3 bad selector test 6
    [junit] CSS3 bad selector test 7
    [junit] CSS3 bad selector test 8
    [junit] CSS3 bad selector test 9
    [junit] CSS3 bad selector test 10
    [junit] CSS3 bad selector test 11
    [junit] CSS3 bad selector test 12
    [junit] CSS3 bad selector test 13
    [junit] CSS3 bad selector test 14
    [junit] CSS3 bad selector test 15
    [junit] CSS3 bad selector test 16
    [junit] CSS3 bad selector test 17
    [junit] CSS3 bad selector test 18
    [junit] CSS3 bad selector test 19
    [junit] CSS3 bad selector test 20
    [junit] CSS3 bad selector test 21
    [junit] CSS3 bad selector test 22
    [junit] CSS3 bad selector test 23
    [junit] CSS3 bad selector test 24
    [junit] CSS3 bad selector test 25
    [junit] CSS3 bad selector test 26
    [junit] CSS3 bad selector test 27
    [junit] CSS3 bad selector test 28
    [junit] CSS3 bad selector test 29
    [junit] Test 0 : div * p { color: blue;} -> div * p { color: blue;}
    [junit] Test 1 : p.marine.pastoral { color: green } -> p.marine.pastoral
    [junit] Test 2 : h1[foo="bar+bar"] {} -> h1[foo="bar+bar"]
    [junit] Test 3 : p:first-child em { font-weight : bold } -> p:first-child em { font-weight: bold }
    [junit] Test 4 : a:focus:hover { background: white;} -> a:focus:hover { background: white;}
    [junit] Test 5 : span[class=example] { color: blue; } -> span[class=example] { color: blue; }
    [junit] Test 6 : div ol>li p { color: green;} -> div ol>li p { color: green;}
    [junit] Test 7 : h1[foo="bar bar"] {} -> h1[foo="bar bar"]
    [junit] Test 8 : .warning {} -> .warning {}
    [junit] Test 9 : h1#chapter1 {} -> h1#chapter1 {}
    [junit] Test 10 : a.external:visited { color: blue } -> 
    [junit] Test 11 : div > p:FIRST-CHILD { text-indent: 0 } -> div>p:FIRST-CHILD { text-indent: 0 }
    [junit] Test 12 : h1[foo] h2 > p + b { color: green;} -> h1[foo] h2>p+b { color: green;}
    [junit] Test 13 : h1[foo] {} -> h1[foo]
    [junit] Test 14 : * > a:first-child {} -> *>a:first-child {}
    [junit] Test 15 : div p *[href] { color: blue;} -> div p *[href] { color: blue;}
    [junit] Test 16 : h1[foo="\"test\""] {} -> h1[foo="\"test\""] {}
    [junit] Test 17 : h1[foo="hello\202 "] {} -> h1[foo="hello\202 "] {}
    [junit] Test 18 : h1:first-child {} -> h1:first-child
    [junit] Test 19 : h1[foo="bar"] {} -> h1[foo="bar"]
    [junit] Test 20 : a:focus:hover { background: white } -> a:focus:hover { background: white }
    [junit] Test 21 : h1[foo] h2 > p + b:before { color: green;} -> h1[foo] h2>p+b:before { color: green;}
    [junit] Test 22 : #myid {} -> #myid {}
    [junit] Test 23 : h1[foo=bar] {} -> h1[foo=bar] {}
    [junit] Test 24 : td { border-right: hidden; border-bottom: hidden } -> td { border-right: hidden; border-bottom: hidden }
    [junit] Test 25 : h1[foo~="bar"] {} -> h1[foo~="bar"]
    [junit] Test 26 : :link { color: red } -> :link { color: red }
    [junit] Test 27 : span[hello="Cleveland"][goodbye="Columbus"] { color: blue; } -> span[hello="Cleveland"][goodbye="Columbus"] { color: blue; }
    [junit] Test 28 : [lang=fr] {} -> [lang=fr] {}
    [junit] Test 29 : h1[foo|="en"] {} -> h1[foo|="en"]
    [junit] Test 30 : h1 + h2 { margin-top: -5mm } -> h1+h2 { margin-top: -5mm }
    [junit] Test 31 : p:first-letter { font-size: 3em; font-weight: normal } -> p:first-letter { font-size: 3em; font-weight: normal }
    [junit] Test 32 : h1.opener + h2 { margin-top: -5mm } -> h1.opener+h2 { margin-top: -5mm }
    [junit] Test 33 : table          { border-collapse: collapse; border: 5px solid yellow; } *#col1         { border: 3px solid black; } td             { border: 1px solid red; padding: 1em; } td.cell5       { border: 5px dashed blue; } td.cell6       { border: 5px solid green; } -> table { border-collapse: collapse; border: 5px solid yellow; } *#col1 { border: 3px solid black; } td { border: 1px solid red; padding: 1em; } td.cell5 { border: 5px dashed blue; } td.cell6 { border: 5px solid green; }
    [junit] Test 34 : div > p:first-child { text-indent: 0 } -> div>p:first-child { text-indent: 0 }
    [junit] Test 35 : p[example="public class foo\
    [junit] {\
    [junit]     private int x;\
    [junit] \
    [junit]     foo(int x) {\
    [junit]         this.x = x;\
    [junit]     }\
    [junit] \
    [junit] }"] { color: red } -> p[example="public class foo{    private int x;    foo(int x) {        this.x = x;    }}"] { color: red }
    [junit] Test 36 : h1:lang(fr) {} -> h1:lang(fr)
    [junit] Test 37 : div.foo {} -> div.foo
    [junit] Test 38 : h1>h2 {} -> h1>h2
    [junit] Test 39 : [foo|="en"] {} -> [foo|="en"]
    [junit] Test 40 : p:first-line { text-transform: uppercase;} -> p:first-line { text-transform: uppercase;}
    [junit] Test 41 : h1+h2 {} -> h1+h2
    [junit] Test 42 : h1 em { color: blue;} -> h1 em { color: blue;}
    [junit] Test 43 : body > P { line-height: 1.3 } -> body>P { line-height: 1.3 }
    [junit] Test 44 : h1[foo="bar\" bar"] {} -> h1[foo="bar\" bar"]
    [junit] Test 45 : * {} -> *
    [junit] Bad selector test 0
    [junit] Bad selector test 1
    [junit] Bad selector test 2
    [junit] Bad selector test 3
    [junit] Bad selector test 4
    [junit] Bad selector test 5
    [junit] Bad selector test 6
    [junit] Bad selector test 7
    [junit] Bad selector test 8
    [junit] Bad selector test 9
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testCSS3Selector took 1,92 sec
    [junit] Testcase: testProperties took 4,308 sec
    [junit] Testcase: testMaybeCharset took 0,986 sec
    [junit] Testcase: testWhitespace took 0,194 sec
    [junit] Testcase: testCSS2Selector took 0,411 sec
    [junit] Testcase: testBackgroundURL took 0,252 sec
    [junit] Testcase: testTripleCommentStart took 0,201 sec
    [junit] Testcase: testCharset took 0,832 sec
    [junit] Testcase: testComment took 0,185 sec
    [junit] Testcase: testEscape took 0,183 sec
    [junit] Testcase: testImports took 0,446 sec
    [junit] Testcase: testCSS1Selector took 0,196 sec
    [junit] Testcase: testDoubleCommentStart took 0,196 sec
    [junit] Testcase: testNewlines took 0,199 sec
    [junit] Running freenet.client.filter.ContentFilterTest$TagVerifierTest
    [junit] Testsuite: freenet.client.filter.ContentFilterTest$TagVerifierTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,271 sec
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,271 sec
    [junit] 
    [junit] Testcase: testMetaTagHTMLContentType took 1,351 sec
    [junit] Testcase: testFormTag took 0,013 sec
    [junit] Testcase: testInvalidInputTag took 0,005 sec
    [junit] Testcase: testMetaTagXHTMLContentType took 0,004 sec
    [junit] Testcase: testInvalidFormMethod took 0,003 sec
    [junit] Testcase: testBodyTag took 0,003 sec
    [junit] Testcase: testLinkTag took 0,308 sec
    [junit] Testcase: testMetaTagUnknownContentType took 0,004 sec
    [junit] Testcase: testHTMLTagWithInvalidNS took 0,005 sec
    [junit] Testcase: testValidInputTag took 0,003 sec
    [junit] Running freenet.client.filter.ContentFilterTest
    [junit] Testsuite: freenet.client.filter.ContentFilterTest
    [junit] Corrupt or malicious web page (unable to filter the page)!
    [junit]     at freenet.client.filter.HTMLFilter.throwFilterException(HTMLFilter.java:701)
    [junit]     at freenet.client.filter.HTMLFilter$HTMLParseContext.run(HTMLFilter.java:296)
    [junit]     at freenet.client.filter.HTMLFilter.readFilter(HTMLFilter.java:84)
    [junit]     at freenet.client.filter.ContentFilterTest.testEvilCharset(ContentFilterTest.java:293)
    [junit] Failure: Corrupt or malicious web page (unable to filter the page)!
    [junit] Failure: Corrupt or malicious web page (unable to filter the page)!
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4,544 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4,544 sec
    [junit] ------------- Standard Output ---------------
    [junit] Failure: Corrupt or malicious web page (unable to filter the page)!
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    [junit]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:606)
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:176)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:141)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:122)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:142)
    [junit]     at junit.framework.TestResult.run(TestResult.java:125)
    [junit] Failure: Corrupt or malicious web page (unable to filter the page)!
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Corrupt or malicious web page (unable to filter the page)!
    [junit]     at freenet.client.filter.HTMLFilter.throwFilterException(HTMLFilter.java:701)
    [junit]     at freenet.client.filter.HTMLFilter$HTMLParseContext.run(HTMLFilter.java:296)
    [junit]     at freenet.client.filter.HTMLFilter.readFilter(HTMLFilter.java:84)
    [junit]     at freenet.client.filter.ContentFilterTest.testEvilCharset(ContentFilterTest.java:293)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at junit.framework.TestCase.run(TestCase.java:129)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:255)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:250)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:523)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1063)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:914)
    [junit] Corrupt or malicious web page (unable to filter the page)!
    [junit]     at freenet.client.filter.HTMLFilter.throwFilterException(HTMLFilter.java:701)
    [junit]     at freenet.client.filter.HTMLFilter$HTMLParseContext.run(HTMLFilter.java:296)
    [junit]     at freenet.client.filter.HTMLFilter.readFilter(HTMLFilter.java:84)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    [junit]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:606)
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:176)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:141)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:122)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:142)
    [junit]     at junit.framework.TestResult.run(TestResult.java:125)
    [junit]     at freenet.client.filter.ContentFilter.filter(ContentFilter.java:294)
    [junit]     at freenet.client.filter.ContentFilterTest.testEvilCharset(ContentFilterTest.java:309)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    [junit]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:606)
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:176)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:141)
    [junit]     at junit.framework.TestCase.run(TestCase.java:129)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:255)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:250)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:523)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1063)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:914)
    [junit] Corrupt or malicious web page (unable to filter the page)!
    [junit]     at freenet.client.filter.HTMLFilter.throwFilterException(HTMLFilter.java:701)
    [junit]     at freenet.client.filter.HTMLFilter$HTMLParseContext.run(HTMLFilter.java:296)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:122)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:142)
    [junit]     at junit.framework.TestResult.run(TestResult.java:125)
    [junit]     at junit.framework.TestCase.run(TestCase.java:129)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:255)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:250)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:523)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1063)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:914)
    [junit]     at freenet.client.filter.HTMLFilter.readFilter(HTMLFilter.java:84)
    [junit]     at freenet.client.filter.ContentFilter.filter(ContentFilter.java:294)
    [junit]     at freenet.client.filter.ContentFilterTest.testEvilCharset(ContentFilterTest.java:309)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    [junit]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:606)
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:176)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:141)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:122)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:142)
    [junit]     at junit.framework.TestResult.run(TestResult.java:125)
    [junit]     at junit.framework.TestCase.run(TestCase.java:129)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:255)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:250)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:523)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1063)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:914)
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testMetaRefresh took 2,4 sec
    [junit] Testcase: testLowerCaseExtensions took 0,005 sec
    [junit] Testcase: testHTMLFilter took 1,575 sec
    [junit] Testcase: testEvilCharset took 0,055 sec
    [junit] Running freenet.client.filter.FilterUtilsTest
    [junit] Testsuite: freenet.client.filter.FilterUtilsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,555 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,555 sec
    [junit] 
    [junit] Testcase: testInvalidLengthUnits took 0,064 sec
    [junit] Testcase: testValidLenthUnits took 0,011 sec
    [junit] Running freenet.client.filter.JPEGFilterTest
    [junit] Testsuite: freenet.client.filter.JPEGFilterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,564 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,564 sec
    [junit] 
    [junit] Testcase: testThatAThumbnailExtensionCodeIsPreserved took 0,085 sec
    [junit] Running freenet.client.filter.PNGFilterTest
    [junit] Testsuite: freenet.client.filter.PNGFilterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,801 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,801 sec
    [junit] 
    [junit] Testcase: testSuiteTest took 0,334 sec
    [junit] Running freenet.clients.fcp.FCPPluginConnectionImplTest
    [junit] Testsuite: freenet.clients.fcp.FCPPluginConnectionImplTest
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,581 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,581 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testSendSynchronousThreadSafety took 1,052 sec
    [junit] Running freenet.clients.fcp.FCPPluginMessageEncodeDecodeTest
    [junit] Testsuite: freenet.clients.fcp.FCPPluginMessageEncodeDecodeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,883 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,883 sec
    [junit] 
    [junit] Testcase: testEncodeDecode took 0,43 sec
    [junit] Running freenet.clients.http.CookieTest
    [junit] Testsuite: freenet.clients.http.CookieTest
    [junit] sessionid=abCd12345;version=1;path=/Freetalk;expires=Sat, 02 Apr 2016 15:26:46 GMT;discard=true;
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,793 sec
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,793 sec
    [junit] ------------- Standard Output ---------------
    [junit] sessionid=abCd12345;version=1;path=/Freetalk;expires=Sat, 02 Apr 2016 15:26:46 GMT;discard=true;
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testGetValue took 0,074 sec
    [junit] Testcase: testEncodeToHeaderValue took 0,007 sec
    [junit] Testcase: testGetName took 0,001 sec
    [junit] Testcase: testGetPath took 0,002 sec
    [junit] Testcase: testCookieURIStringStringDate took 0,07 sec
    [junit] Testcase: testEqualsObject took 0,007 sec
    [junit] Testcase: testGetDomain took 0,001 sec
    [junit] Running freenet.clients.http.FilterCSSIdentifierTest
    [junit] Testsuite: freenet.clients.http.FilterCSSIdentifierTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,595 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,595 sec
    [junit] 
    [junit] Testcase: testInvalidFirstDash took 0,082 sec
    [junit] Testcase: testInvalidChar took 0,001 sec
    [junit] Testcase: testKnownValid took 0,003 sec
    [junit] Running freenet.clients.http.ReceivedCookieTest
    [junit] Testsuite: freenet.clients.http.ReceivedCookieTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,08 sec
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,08 sec
    [junit] 
    [junit] Testcase: testParseHeader took 0,232 sec
    [junit] Testcase: testEncodeToHeaderValue took 0,002 sec
    [junit] Testcase: testGetDomain took 0,002 sec
    [junit] Testcase: testGetValue took 0,003 sec
    [junit] Testcase: testGetName took 0,002 sec
    [junit] Testcase: testGetPath took 0,002 sec
    [junit] Testcase: testCookieURIStringStringDate took 0,049 sec
    [junit] Testcase: testEqualsObject took 0,004 sec
    [junit] Running freenet.config.ConfigTest
    [junit] Testsuite: freenet.config.ConfigTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,188 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,188 sec
    [junit] 
    [junit] Testcase: testGet took 0,217 sec
    [junit] Testcase: testRegister took 0,428 sec
    [junit] Testcase: testConfig took 0,001 sec
    [junit] Testcase: testGetConfigs took 0,002 sec
    [junit] Running freenet.crypt.AEADBucketTest
    [junit] Testsuite: freenet.crypt.AEADBucketTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,009 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,009 sec
    [junit] 
    [junit] Testcase: testCopyBucketNotDivisibleBy16 took 0,564 sec
    [junit] Running freenet.crypt.AEADStreamsTest
    [junit] Testsuite: freenet.crypt.AEADStreamsTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4,031 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4,031 sec
    [junit] 
    [junit] Testcase: testCorruptedRoundTrip took 2,279 sec
    [junit] Testcase: testGarbageAfterClose took 0,172 sec
    [junit] Testcase: testSuccessfulRoundTrip took 0,641 sec
    [junit] Testcase: testCloseEarly took 0,012 sec
    [junit] Testcase: testTruncatedReadsWritesRoundTrip took 0,455 sec
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12297089ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12260651ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] Running freenet.crypt.CTRBlockCipherTest
    [junit] Testsuite: freenet.crypt.CTRBlockCipherTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14,94 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14,94 sec
    [junit] ------------- Standard Output ---------------
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12297089ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12260651ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testNISTRandomLength took 9,858 sec
    [junit] Testcase: testNIST took 0,002 sec
    [junit] Testcase: testRandomJCA took 1,227 sec
    [junit] Testcase: testRandom took 3,371 sec
    [junit] Running freenet.crypt.CryptByteBufferTest
    [junit] Testsuite: freenet.crypt.CryptByteBufferTest
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12398804ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12373630ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9,693 sec
    [junit] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9,693 sec
    [junit] ------------- Standard Output ---------------
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12398804ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12373630ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testSuccessfulRoundTripByteArrayNewInstance took 8,107 sec
    [junit] Testcase: testSetIVIvParameterSpec took 0,062 sec
    [junit] Testcase: testEncryptWrapByteBuffer took 0,027 sec
    [junit] Testcase: testEncryptByteArrayIntIntOffsetOutOfBounds took 0,009 sec
    [junit] Testcase: testEncryptByteArrayIntIntLengthOutOfBounds took 0,009 sec
    [junit] Testcase: testGenIV took 0,002 sec
    [junit] Testcase: testGetIV took 0,004 sec
    [junit] Testcase: testGenIVLength took 0,002 sec
    [junit] Testcase: testGenIVUnsupportedTypeException took 0,001 sec
    [junit] Testcase: testEncryptByteBufferToByteBufferDirect took 0,015 sec
    [junit] Testcase: testDecryptByteArrayNullInput took 0,013 sec
    [junit] Testcase: testRoundRandomLengthBytes took 0,11 sec
    [junit] Testcase: testSetIVIvParameterSpecNullInput took 0,002 sec
    [junit] Testcase: testSuccessfulRoundTripByteArrayReset took 0,018 sec
    [junit] Testcase: testSuccessfulRoundTripInPlace took 0,013 sec
    [junit] Testcase: testDecryptByteArrayIntIntNullInput took 0,042 sec
    [junit] Testcase: testOverlappingDecode took 0,065 sec
    [junit] Testcase: testEncryptDirectByteBuffer took 0,056 sec
    [junit] Testcase: testOverlappingEncode took 0,051 sec
    [junit] Testcase: testEncryptByteBufferToByteBuffer took 0,02 sec
    [junit] Testcase: testRoundOneByte took 0,04 sec
    [junit] Testcase: testSuccessfulRoundTripInPlaceOffset took 0,038 sec
    [junit] Testcase: testEncryptByteArrayIntIntNullInput took 0,024 sec
    [junit] Testcase: testEncryptByteArrayNullInput took 0,011 sec
    [junit] Testcase: testSetIVIvParameterSpecUnsupportedTypeException took 0,015 sec
    [junit] Testcase: testSuccessfulRoundTripByteArray took 0,04 sec
    [junit] Testcase: testDecryptByteArrayIntIntOffsetOutOfBounds took 0,022 sec
    [junit] Testcase: testSuccessfulRoundTripOutOfPlaceOffset took 0,034 sec
    [junit] Testcase: testDecryptWrapByteBuffer took 0,025 sec
    [junit] Testcase: testDecryptByteArrayIntIntLengthOutOfBounds took 0,027 sec
    [junit] Running freenet.crypt.CryptUtilTest
    [junit] Testsuite: freenet.crypt.CryptUtilTest
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi2947201881134795957lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,78 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,78 sec
    [junit] ------------- Standard Output ---------------
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testRandomBytes took 2,019 sec
    [junit] Testcase: testSecureRandomBytes took 0,268 sec
    [junit] Running freenet.crypt.DSAGroupGeneratorTest
    [junit] Testsuite: freenet.crypt.DSAGroupGeneratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,657 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,657 sec
    [junit] 
    [junit] Testcase: testIsPrime took 0,17 sec
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi6138669811090174832lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] Running freenet.crypt.DSATest
    [junit] Testsuite: freenet.crypt.DSATest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,221 sec
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,221 sec
    [junit] ------------- Standard Output ---------------
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testSign_grp_pvtKey_r_kInv_m_rand took 0,027 sec
    [junit] Testcase: testSameSignConsistency took 0,02 sec
    [junit] Testcase: testSign_grp_pvtKey_m_rand took 0,126 sec
    [junit] Testcase: testSign_grp_pvtKey_k_m_rand took 0,551 sec
    [junit] Testcase: testSignAndVerify took 0,006 sec
    [junit] Testcase: testSignSmallQValue took 0,007 sec
    [junit] Testcase: testVerify took 0,003 sec
    [junit] Running freenet.crypt.ECDHTest
    [junit] Testsuite: freenet.crypt.ECDHTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3,886 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3,886 sec
    [junit] 
    [junit] Testcase: testGetPublicKey took 3,224 sec
    [junit] Testcase: testGetAgreedSecret took 0,18 sec
    [junit] Running freenet.crypt.ECDSATest
    [junit] Testsuite: freenet.crypt.ECDSATest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8,025 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8,025 sec
    [junit] 
    [junit] Testcase: testGetPublicKey took 6,476 sec
    [junit] Testcase: testSign took 0,316 sec
    [junit] Testcase: testAsFieldSet took 0,184 sec
    [junit] Testcase: testSignToNetworkFormat took 0,157 sec
    [junit] Testcase: testVerify took 0,323 sec
    [junit] Testcase: testSerializeUnserialize took 0,045 sec
    [junit] Running freenet.crypt.EncryptedRandomAccessBucketTest
    [junit] Testsuite: freenet.crypt.EncryptedRandomAccessBucketTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3,694 sec
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3,694 sec
    [junit] 
    [junit] Testcase: testIrregularWritesNotOverlapping took 1,214 sec
    [junit] Testcase: testBucketToRAF took 1,14 sec
    [junit] Testcase: testSerialize took 0,363 sec
    [junit] Testcase: testIrregularWrites took 0,034 sec
    [junit] Testcase: testStoreTo took 0,104 sec
    [junit] Testcase: testReadExcess took 0,03 sec
    [junit] Testcase: testReuse took 0,034 sec
    [junit] Testcase: testReadEmpty took 0,01 sec
    [junit] Testcase: testReadWrite took 0,053 sec
    [junit] Testcase: testLargeData took 0,23 sec
    [junit] Testcase: testNegative took 0,009 sec
    [junit] Running freenet.crypt.EncryptedRandomAccessBufferAltTest
    [junit] Testsuite: freenet.crypt.EncryptedRandomAccessBufferAltTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18,923 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18,923 sec
    [junit] 
    [junit] Testcase: testArray took 16,49 sec
    [junit] Testcase: testClose took 0,06 sec
    [junit] Testcase: testSize took 0,104 sec
    [junit] Testcase: testFormula took 1,409 sec
    [junit] Testcase: testWriteOverLimit took 0,424 sec
    [junit] Running freenet.crypt.EncryptedRandomAccessBufferTest
    [junit] Testsuite: freenet.crypt.EncryptedRandomAccessBufferTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,649 sec
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,649 sec
    [junit] 
    [junit] Testcase: testSuccesfulRoundTrip took 0,722 sec
    [junit] Testcase: testClose took 0,026 sec
    [junit] Testcase: testSize took 0,038 sec
    [junit] Testcase: testSuccesfulRoundTripReadHeader took 0,107 sec
    [junit] Testcase: testClosePwrite took 0,094 sec
    [junit] Testcase: testWrongMagic took 0,025 sec
    [junit] Testcase: testPreadFileOffsetTooSmall took 0,018 sec
    [junit] Testcase: testPreadFileOffsetTooBig took 0,013 sec
    [junit] Testcase: testUnderlyingRandomAccessThingTooSmall took 0,005 sec
    [junit] Testcase: testSerialize took 0,418 sec
    [junit] Testcase: testEncryptedRandomAccessThingNullInput1 took 0,002 sec
    [junit] Testcase: testEncryptedRandomAccessThingNullInput3 took 0,011 sec
    [junit] Testcase: testWrongMasterSecret took 0,053 sec
    [junit] Testcase: testPwriteFileOffsetTooBig took 0,037 sec
    [junit] Testcase: testEncryptedRandomAccessThingNullBARAT took 0,014 sec
    [junit] Testcase: testWrongERATType took 0,061 sec
    [junit] Testcase: testEncryptedRandomAccessThingNullByteArray took 0,015 sec
    [junit] Testcase: testPwriteFileOffsetTooSmall took 0,021 sec
    [junit] Testcase: testClosePread took 0,023 sec
    [junit] Testcase: testStoreTo took 0,157 sec
    [junit] Running freenet.crypt.EncryptingIoAdapterTest
    [junit] Testsuite: freenet.crypt.EncryptingIoAdapterTest
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12276495ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12260849ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58,147 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58,147 sec
    [junit] ------------- Standard Output ---------------
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12276495ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12260849ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testFlatRandom took 10,436 sec
    [junit] Testcase: testClobberBuffer took 0,004 sec
    [junit] Testcase: testMirrored took 4,755 sec
    [junit] Testcase: testLinear took 42,44 sec
    [junit] Running freenet.crypt.HMACTest
    [junit] Testsuite: freenet.crypt.HMACTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,299 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,299 sec
    [junit] 
    [junit] Testcase: testWrongKeySize took 1,111 sec
    [junit] Testcase: testAllCipherNames took 0,345 sec
    [junit] Testcase: testBenchmark took 0,202 sec
    [junit] Testcase: testKnownVectors took 0,092 sec
    [junit] Testcase: testSHA256SignVerify took 0,083 sec
    [junit] Running freenet.crypt.KeyGenUtilsTest
    [junit] Testsuite: freenet.crypt.KeyGenUtilsTest
    [junit] 16
    [junit] 32
    [junit] 16
    [junit] 32
    [junit] 32
    [junit] 48
    [junit] 64
    [junit] 32
    [junit] 16
    [junit] 32
    [junit] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,439 sec
    [junit] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,439 sec
    [junit] ------------- Standard Output ---------------
    [junit] 16
    [junit] 32
    [junit] 16
    [junit] 32
    [junit] 32
    [junit] 48
    [junit] 64
    [junit] 32
    [junit] 16
    [junit] 32
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testGetPublicKeyPairNotNull took 0,019 sec
    [junit] Testcase: testGetPublicKeyNullInput1 took 0,001 sec
    [junit] Testcase: testGetPublicKeyNullInput2 took 0,001 sec
    [junit] Testcase: testGetPublicKeyPairNullInput1 took 0,001 sec
    [junit] Testcase: testGetPublicKeyPairNullInput2 took 0 sec
    [junit] Testcase: testDeriveIvParameterSpec took 0,074 sec
    [junit] Testcase: testGenNonceLength took 0,103 sec
    [junit] Testcase: testGenSecretKeyKeySize took 0,636 sec
    [junit] Testcase: testGetPublicKey took 0,024 sec
    [junit] Testcase: testGetPublicKeyPair took 0,03 sec
    [junit] Testcase: testGetPublicKeyDSAType took 0,007 sec
    [junit] Testcase: testGenIV took 0,014 sec
    [junit] Testcase: testGenKeyPairPublicKeyLength took 0,21 sec
    [junit] Testcase: testGetIvParameterSpecOffsetOutOfBounds took 0 sec
    [junit] Testcase: testGetIvParameterSpecLengthOutOfBounds took 0,001 sec
    [junit] Testcase: testGetKeyPairPublicKeyPrivateKey took 0 sec
    [junit] Testcase: testDeriveSecretKey took 0,043 sec
    [junit] Testcase: testGetSecretKeyNullInput1 took 0,001 sec
    [junit] Testcase: testGetSecretKeyNullInput2 took 0,001 sec
    [junit] Testcase: testGenKeyPairNullInput took 0,001 sec
    [junit] Testcase: testGetIvParameterSpecLength took 0,001 sec
    [junit] Testcase: testGetKeyPairKeyPairTypeByteArrayNullInput1 took 0 sec
    [junit] Testcase: testGetKeyPairKeyPairTypeByteArrayNullInput2 took 0,022 sec
    [junit] Testcase: testGetKeyPairKeyPairTypeByteArrayNullInput3 took 0,028 sec
    [junit] Testcase: testGetKeyPairKeyPairTypeByteArrayByteArray took 0,035 sec
    [junit] Testcase: testGetKeyPairKeyPairTypeByteArrayDSAType took 0,001 sec
    [junit] Testcase: testGenSecretKeyNullInput took 0,001 sec
    [junit] Testcase: testDeriveSecretKeyLength took 0,143 sec
    [junit] Testcase: testGetKeyPairPublicKeyPrivateKeySamePrivate took 0,001 sec
    [junit] Testcase: testGetSecretKey took 0,009 sec
    [junit] Testcase: testDeriveSecretKeyNullInput1 took 0,051 sec
    [junit] Testcase: testDeriveSecretKeyNullInput2 took 0,001 sec
    [junit] Testcase: testDeriveSecretKeyNullInput3 took 0 sec
    [junit] Testcase: testDeriveSecretKeyNullInput4 took 0,001 sec
    [junit] Testcase: testGenNonceNegativeLength took 0 sec
    [junit] Testcase: testDeriveIvParameterSpecLength took 0,119 sec
    [junit] Testcase: testDeriveIvParameterSpecNullInput1 took 0,002 sec
    [junit] Testcase: testDeriveIvParameterSpecNullInput2 took 0,001 sec
    [junit] Testcase: testDeriveIvParameterSpecNullInput3 took 0 sec
    [junit] Testcase: testDeriveIvParameterSpecNullInput4 took 0,001 sec
    [junit] Testcase: testGenKeyPairDSAType took 0 sec
    [junit] Testcase: testGetPublicKeyPairDSAType took 0 sec
    [junit] Testcase: testGetIvParameterSpecNullInput took 0,001 sec
    [junit] Testcase: testGenIVNegativeLength took 0 sec
    [junit] Testcase: testGenSecretKey took 0,006 sec
    [junit] Testcase: testGetKeyPairPublicKeyPrivateKeySamePublic took 0,001 sec
    [junit] Testcase: testGenKeyPair took 0,034 sec
    [junit] Running freenet.crypt.MasterSecretTest
    [junit] Testsuite: freenet.crypt.MasterSecretTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,306 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,306 sec
    [junit] 
    [junit] Testcase: testDeriveKeyLength took 0,639 sec
    [junit] Testcase: testDeriveKeyNullInput took 0,002 sec
    [junit] Testcase: testDeriveIvLength took 0,081 sec
    [junit] Testcase: testDeriveKey took 0,039 sec
    [junit] Testcase: testDeriveIvNullInput took 0,002 sec
    [junit] Testcase: testDeriveIv took 0,01 sec
    [junit] Running freenet.crypt.MessageAuthCodeTest
    [junit] Testsuite: freenet.crypt.MessageAuthCodeTest
    [junit] HMACSHA256
    [junit] HMACSHA384
    [junit] HMACSHA512
    [junit] Poly1305AES
    [junit] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,935 sec
    [junit] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,935 sec
    [junit] ------------- Standard Output ---------------
    [junit] HMACSHA256
    [junit] HMACSHA384
    [junit] HMACSHA512
    [junit] Poly1305AES
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testSetIVIvParameterSpec took 0,868 sec
    [junit] Testcase: testAddBytesByteBufferNullInput took 0,01 sec
    [junit] Testcase: testVerifyData took 0,072 sec
    [junit] Testcase: testVerifyDataNullInput1 took 0,016 sec
    [junit] Testcase: testVerifyDataNullInput2 took 0,005 sec
    [junit] Testcase: testAddByte took 0,031 sec
    [junit] Testcase: testAddBytesByteArrayIntIntNullInput took 0,003 sec
    [junit] Testcase: testGenIV took 0,001 sec
    [junit] Testcase: testGetIV took 0,001 sec
    [junit] Testcase: testGenIVLength took 0,002 sec
    [junit] Testcase: testGenIVUnsupportedTypeException took 0,002 sec
    [junit] Testcase: testVerifyNullInput1 took 0,001 sec
    [junit] Testcase: testVerifyNullInput2 took 0,001 sec
    [junit] Testcase: testGetMacByteArrayArray took 0,013 sec
    [junit] Testcase: testGetMacByteArrayArrayNullInput took 0,003 sec
    [junit] Testcase: testVerifyDataFalse took 0,012 sec
    [junit] Testcase: testSetIVIvParameterSpecNullInput took 0,001 sec
    [junit] Testcase: testAddBytesByteBuffer took 0,029 sec
    [junit] Testcase: testGetIVUnsupportedTypeException took 0,002 sec
    [junit] Testcase: testAddBytesByteArrayIntIntOffsetOutOfBounds took 0,003 sec
    [junit] Testcase: testAddBytesByteArrayIntIntLengthOutOfBounds took 0,012 sec
    [junit] Testcase: testAddByteNullInput took 0,006 sec
    [junit] Testcase: testAddBytesByteArrayIntInt took 0,041 sec
    [junit] Testcase: testGetMacByteArrayArrayNullMatrixElementInput took 0,004 sec
    [junit] Testcase: testGetKey took 0,009 sec
    [junit] Testcase: testVerifyFalse took 0 sec
    [junit] Testcase: testGetMacByteArrayArrayReset took 0,018 sec
    [junit] Testcase: testSetIVIvParameterSpecUnsupportedTypeException took 0,001 sec
    [junit] Testcase: testVerify took 0 sec
    [junit] Running freenet.crypt.PCFBModeTest
    [junit] Testsuite: freenet.crypt.PCFBModeTest
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12391033ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12306733ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11,715 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11,715 sec
    [junit] ------------- Standard Output ---------------
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12391033ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12306733ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testKnownValues took 7,73 sec
    [junit] Testcase: testKnownValuesRandomLength took 2,027 sec
    [junit] Testcase: testRandom took 1,476 sec
    [junit] Running freenet.crypt.TrivialPaddedBucketTest
    [junit] Testsuite: freenet.crypt.TrivialPaddedBucketTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,342 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,342 sec
    [junit] 
    [junit] Testcase: testSimple took 0,872 sec
    [junit] Running freenet.crypt.YarrowTest
    [junit] Testsuite: freenet.crypt.YarrowTest
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi1400214721143539532lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12111166ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12287327ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9,909 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9,909 sec
    [junit] ------------- Standard Output ---------------
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12111166ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12287327ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testNextBoolean took 9,322 sec
    [junit] Testcase: testDouble took 0,087 sec
    [junit] Testcase: testNextInt took 0,011 sec
    [junit] Running freenet.crypt.ciphers.RijndaelTest
    [junit] Testsuite: freenet.crypt.ciphers.RijndaelTest
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12295028ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12280510ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13,422 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13,422 sec
    [junit] ------------- Standard Output ---------------
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12295028ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12280510ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testGladmanTestVectors took 12,014 sec
    [junit] Testcase: testNonStandardTestVK took 0,01 sec
    [junit] Testcase: testStandardTestVKJCA took 0,242 sec
    [junit] Testcase: testKnownValue took 0,001 sec
    [junit] Testcase: testStandardTestVK took 0,019 sec
    [junit] Testcase: testRandom took 0,672 sec
    [junit] Running freenet.io.AddressIdentifierTest
    [junit] Testsuite: freenet.io.AddressIdentifierTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,535 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,535 sec
    [junit] 
    [junit] Testcase: test took 0,045 sec
    [junit] Testcase: testIsAnISATAPIPv6Address took 0,002 sec
    [junit] Running freenet.io.Inet4AddressMatcherTest
    [junit] Testsuite: freenet.io.Inet4AddressMatcherTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,506 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,506 sec
    [junit] 
    [junit] Testcase: test took 0,035 sec
    [junit] Running freenet.io.Inet6AddressMatcherTest
    [junit] Testsuite: freenet.io.Inet6AddressMatcherTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,489 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,489 sec
    [junit] 
    [junit] Testcase: test took 0,025 sec
    [junit] Running freenet.io.MessageTest
    [junit] Testsuite: freenet.io.MessageTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,613 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,613 sec
    [junit] 
    [junit] Testcase: test took 0,102 sec
    [junit] Running freenet.keys.ClientCHKBlockTest
    [junit] Testsuite: freenet.keys.ClientCHKBlockTest
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi8597104015519126133lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12046351ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12363920ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30,534 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30,534 sec
    [junit] ------------- Standard Output ---------------
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12046351ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12363920ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testEncodeDecodeNearlyFullBlock took 20,355 sec
    [junit] Testcase: testEncodeDecodeShortInteger took 5,12 sec
    [junit] Testcase: testEncodeDecodeRandomLength took 0,507 sec
    [junit] Testcase: testEncodeDecodeEmptyBlock took 0,044 sec
    [junit] Testcase: testEncodeDecodeFullBlock took 4,072 sec
    [junit] Running freenet.keys.FreenetURITest
    [junit] Testsuite: freenet.keys.FreenetURITest
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi4925345381680209058lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12143503ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12278956ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8,385 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8,385 sec
    [junit] ------------- Standard Output ---------------
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12143503ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12278956ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testDeriveRequestURIFromInsertURI took 7,9 sec
    [junit] Testcase: testSskForUSK took 0,007 sec
    [junit] Running freenet.l10n.BaseL10nTest
    [junit] Testsuite: freenet.l10n.BaseL10nTest
    [junit] The default translation for test.nonexistent hasn't been found!
    [junit] java.lang.Exception
    [junit]     at freenet.l10n.BaseL10n.getFallbackString(BaseL10n.java:545)
    [junit]     at freenet.l10n.BaseL10n.access$000(BaseL10n.java:37)
    [junit]     at freenet.l10n.BaseL10n$L10nStringIterator.next(BaseL10n.java:166)
    [junit]     at freenet.l10n.BaseL10n$L10nStringIterator.next(BaseL10n.java:140)
    [junit]     at freenet.l10n.BaseL10n.getString(BaseL10n.java:447)
    [junit]     at freenet.l10n.BaseL10nTest.testGetStringNonexistent(BaseL10nTest.java:188)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    [junit]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:606)
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:176)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:141)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:122)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:142)
    [junit]     at junit.framework.TestResult.run(TestResult.java:125)
    [junit]     at junit.framework.TestCase.run(TestCase.java:129)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:255)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:250)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:523)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1063)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:914)
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,014 sec
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,014 sec
    [junit] ------------- Standard Error -----------------
    [junit] The default translation for test.nonexistent hasn't been found!
    [junit] java.lang.Exception
    [junit]     at freenet.l10n.BaseL10n.getFallbackString(BaseL10n.java:545)
    [junit]     at freenet.l10n.BaseL10n.access$000(BaseL10n.java:37)
    [junit]     at freenet.l10n.BaseL10n$L10nStringIterator.next(BaseL10n.java:166)
    [junit]     at freenet.l10n.BaseL10n$L10nStringIterator.next(BaseL10n.java:140)
    [junit]     at freenet.l10n.BaseL10n.getString(BaseL10n.java:447)
    [junit]     at freenet.l10n.BaseL10nTest.testGetStringNonexistent(BaseL10nTest.java:188)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    [junit]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:606)
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:176)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:141)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:122)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:142)
    [junit]     at junit.framework.TestResult.run(TestResult.java:125)
    [junit]     at junit.framework.TestCase.run(TestCase.java:129)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:255)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:250)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:523)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1063)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:914)
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testAddL10nSubstitutionMissingBrace took 0,267 sec
    [junit] Testcase: testAddL10nSubstitutionMissingFallback took 0,024 sec
    [junit] Testcase: testAddL10nSubstitutionUnclosedMissing took 0,008 sec
    [junit] Testcase: testAddL10nSubstitutionMissing took 0,009 sec
    [junit] Testcase: testAddL10nSubstitutionSelfNested took 0,009 sec
    [junit] Testcase: testGetStringOverridden took 0,011 sec
    [junit] Testcase: testAddL10nSubstitutionExtra took 0,009 sec
    [junit] Testcase: testAddL10nSubstitution took 0,009 sec
    [junit] Testcase: testAddL10nSubstitutionUnclosed took 0,009 sec
    [junit] Testcase: testGetStringFallbackOverridden took 0,01 sec
    [junit] Testcase: testGetStringNonexistent took 0,047 sec
    [junit] Testcase: testAddL10nSubstitutionDouble took 0,008 sec
    [junit] Testcase: testGetStringFallback took 0,017 sec
    [junit] Testcase: testAddL10nSubstitutionNested took 0,008 sec
    [junit] Testcase: testAddL10nSubstitutionUnmatchedClose took 0,008 sec
    [junit] Testcase: testAddL10nSubstitutionMultiple took 0,009 sec
    [junit] Testcase: testAddL10nSubstitutionSelfNestedEmpty took 0,008 sec
    [junit] Testcase: testGetString took 0,007 sec
    [junit] Testcase: testAddL10nSubstitutionFallback took 0,021 sec
    [junit] Testcase: testStrings took 8,934 sec
    [junit] Running freenet.node.LocationTest
    [junit] Testsuite: freenet.node.LocationTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,899 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,899 sec
    [junit] 
    [junit] Testcase: testDistanceAllowInvalid took 0,019 sec
    [junit] Testcase: testNormalize took 0 sec
    [junit] Testcase: testDistance took 0,001 sec
    [junit] Testcase: testChange took 0,004 sec
    [junit] Testcase: testEquals took 0 sec
    [junit] Testcase: testIsValid took 0,001 sec
    [junit] Running freenet.node.MasterKeysTest
    [junit] Testsuite: freenet.node.MasterKeysTest
    [junit] DELETING FILE tmp.master-keys-test
    [junit] Trying to read master keys file...
    [junit] Creating new master keys file
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi5606170937759971460lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12409068ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12472834ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] Writing new master.keys file
    [junit] Trying to read master keys file...
    [junit] Read old master keys file
    [junit] DELETING FILE tmp.master-keys-test/test.master.keys
    [junit] DELETING FILE tmp.master-keys-test
    [junit] Trying to read master keys file...
    [junit] Creating new master keys file
    [junit] Encrypted password with 50 iterations.
    [junit] Writing new master.keys file
    [junit] Trying to read master keys file...
    [junit] Trying to read master keys file...
    [junit] Read old master keys file
    [junit] DELETING FILE tmp.master-keys-test/test.master.keys
    [junit] DELETING FILE tmp.master-keys-test
    [junit] Trying to read master keys file...
    [junit] Creating new master keys file
    [junit] Trying to read master keys file...
    [junit] Encrypted password with 130 iterations.
    [junit] Decrypting master keys using password with 130 iterations...
    [junit] Read old master keys file
    [junit] DELETING FILE tmp.master-keys-test/test.master.keys
    [junit] DELETING FILE tmp.master-keys-test
    [junit] Trying to read master keys file...
    [junit] Creating new master keys file
    [junit] Encrypted password with 760 iterations.
    [junit] Writing new master.keys file
    [junit] Encrypted password with 1230 iterations.
    [junit] Decrypting master keys using password with 1230 iterations...
    [junit] Trying to read master keys file...
    [junit] Decrypting master keys using password with 1230 iterations...
    [junit] Trying to read master keys file...
    [junit] Read old master keys file
    [junit] DELETING FILE tmp.master-keys-test/test.master.keys
    [junit] DELETING FILE tmp.master-keys-test
    [junit] Trying to read master keys file...
    [junit] Creating new master keys file
    [junit] Writing new master.keys file
    [junit] Encrypted password with 2460 iterations.
    [junit] Decrypting master keys using password with 2460 iterations...
    [junit] Trying to read master keys file...
    [junit] Trying to read master keys file...
    [junit] Decrypting master keys using password with 2460 iterations...
    [junit] Read old master keys file
    [junit] DELETING FILE tmp.master-keys-test/test.master.keys
    [junit] DELETING FILE tmp.master-keys-test
    [junit] Trying to read master keys file...
    [junit] Creating new master keys file
    [junit] Trying to read master keys file...
    [junit] Read old master keys file
    [junit] DELETING FILE tmp.master-keys-test/test.master.keys
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,656 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,656 sec
    [junit] ------------- Standard Output ---------------
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12409068ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12472834ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] Encrypted password with 50 iterations.
    [junit] Encrypted password with 130 iterations.
    [junit] Decrypting master keys using password with 130 iterations...
    [junit] Encrypted password with 760 iterations.
    [junit] Encrypted password with 1230 iterations.
    [junit] Decrypting master keys using password with 1230 iterations...
    [junit] Decrypting master keys using password with 1230 iterations...
    [junit] Encrypted password with 2460 iterations.
    [junit] Decrypting master keys using password with 2460 iterations...
    [junit] Decrypting master keys using password with 2460 iterations...
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] DELETING FILE tmp.master-keys-test
    [junit] Trying to read master keys file...
    [junit] Creating new master keys file
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] Writing new master.keys file
    [junit] Trying to read master keys file...
    [junit] Read old master keys file
    [junit] DELETING FILE tmp.master-keys-test/test.master.keys
    [junit] DELETING FILE tmp.master-keys-test
    [junit] Trying to read master keys file...
    [junit] Creating new master keys file
    [junit] Writing new master.keys file
    [junit] Trying to read master keys file...
    [junit] Trying to read master keys file...
    [junit] Read old master keys file
    [junit] DELETING FILE tmp.master-keys-test/test.master.keys
    [junit] DELETING FILE tmp.master-keys-test
    [junit] Trying to read master keys file...
    [junit] Creating new master keys file
    [junit] Trying to read master keys file...
    [junit] Read old master keys file
    [junit] DELETING FILE tmp.master-keys-test/test.master.keys
    [junit] DELETING FILE tmp.master-keys-test
    [junit] Trying to read master keys file...
    [junit] Creating new master keys file
    [junit] Writing new master.keys file
    [junit] Trying to read master keys file...
    [junit] Trying to read master keys file...
    [junit] Read old master keys file
    [junit] DELETING FILE tmp.master-keys-test/test.master.keys
    [junit] DELETING FILE tmp.master-keys-test
    [junit] Trying to read master keys file...
    [junit] Creating new master keys file
    [junit] Writing new master.keys file
    [junit] Trying to read master keys file...
    [junit] Trying to read master keys file...
    [junit] Read old master keys file
    [junit] DELETING FILE tmp.master-keys-test/test.master.keys
    [junit] DELETING FILE tmp.master-keys-test
    [junit] Trying to read master keys file...
    [junit] Creating new master keys file
    [junit] Trying to read master keys file...
    [junit] Read old master keys file
    [junit] DELETING FILE tmp.master-keys-test/test.master.keys
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testChangePasswordEmptyToEmpty took 9,014 sec
    [junit] Testcase: testChangePasswordSomethingToEmpty took 0,138 sec
    [junit] Testcase: testRestartWithPassword took 0,152 sec
    [junit] Testcase: testChangePasswordSomethingToSomething took 0,385 sec
    [junit] Testcase: testChangePasswordEmptyToSomething took 0,267 sec
    [junit] Testcase: testRestartNoPassword took 0,014 sec
    [junit] Running freenet.node.MessageWrapperTest
    [junit] Testsuite: freenet.node.MessageWrapperTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,574 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,574 sec
    [junit] 
    [junit] Testcase: testGetFragmentWithLoss took 0,134 sec
    [junit] Testcase: testLost took 0,002 sec
    [junit] Testcase: testGetFragment took 0,001 sec
    [junit] Running freenet.node.NPFPacketTest
    [junit] Testsuite: freenet.node.NPFPacketTest
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi197424770511261387lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3,957 sec
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3,957 sec
    [junit] ------------- Standard Output ---------------
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testSendEmptyPacket took 0,149 sec
    [junit] Testcase: testPacketWithAck took 0,005 sec
    [junit] Testcase: testSendCompletePacket took 0,025 sec
    [junit] Testcase: testReceiveBadFragment took 0,001 sec
    [junit] Testcase: testEncodeDecodeLossyPerPacketMessages2 took 0,004 sec
    [junit] Testcase: testPacketWithFragments took 0,001 sec
    [junit] Testcase: testSendPacketWithAck took 0 sec
    [junit] Testcase: testSendPacketWithTwoAcks took 0,004 sec
    [junit] Testcase: testReceiveSequenceNumber took 0,001 sec
    [junit] Testcase: testEmptyPacket took 0,001 sec
    [junit] Testcase: testSendPacketWithTwoAcksLong took 0 sec
    [junit] Testcase: testReceiveZeroLengthFragment took 0 sec
    [junit] Testcase: testReceiveLongFragmentedMessage took 0,001 sec
    [junit] Testcase: testSendPacketWithAcks took 0,001 sec
    [junit] Testcase: testEncodeDecodeLossyPerPacketMessages2Padded took 2,813 sec
    [junit] Testcase: testReceivedLargeFragment took 0 sec
    [junit] Testcase: testLength took 0 sec
    [junit] Testcase: testPacketWithFragment took 0,02 sec
    [junit] Testcase: testSendPacketWithAckRange took 0 sec
    [junit] Testcase: testEncodeDecodeLossyPerPacketMessages took 0,003 sec
    [junit] Testcase: testPacketWithAcks took 0,001 sec
    [junit] Testcase: testSendPacketWithFragment took 0,001 sec
    [junit] Running freenet.node.NewPacketFormatTest
    [junit] Testsuite: freenet.node.NewPacketFormatTest
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12498625ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12406267ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14,78 sec
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14,78 sec
    [junit] ------------- Standard Output ---------------
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12498625ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12406267ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testLoadStatsSendWhenPeerWants took 1,141 sec
    [junit] Testcase: testResendAlreadyCompleted took 0,206 sec
    [junit] Testcase: testLostLastAck took 3,213 sec
    [junit] Testcase: testLoadStatsLowLevel took 0,208 sec
    [junit] Testcase: testLoadStatsHighLevel took 0,203 sec
    [junit] Testcase: testSequenceNumberEncryption took 8,279 sec
    [junit] Testcase: testReceiveUnknownMessageLength took 0,003 sec
    [junit] Testcase: testAckOnlyCreation took 0,402 sec
    [junit] Testcase: testEmptyCreation took 0,015 sec
    [junit] Testcase: testOutOfOrderDelivery took 0,003 sec
    [junit] Testcase: testEncryption took 0,548 sec
    [junit] Running freenet.node.NodeTest
    [junit] Testsuite: freenet.node.NodeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,531 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,531 sec
    [junit] 
    [junit] Testcase: testDefaultStoreSizeSanity took 0,007 sec
    [junit] Running freenet.node.PeerMessageQueueTest
    [junit] Testsuite: freenet.node.PeerMessageQueueTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,6 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,6 sec
    [junit] 
    [junit] Testcase: testUrgentTimeEmpty took 0,127 sec
    [junit] Testcase: testUrgentTime took 0,006 sec
    [junit] Testcase: testGrabQueuedMessageItem took 0,01 sec
    [junit] Testcase: testUrgentTimeQueuedWrong took 0,002 sec
    [junit] Running freenet.node.probe.ErrorTest
    [junit] Testsuite: freenet.node.probe.ErrorTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,616 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,616 sec
    [junit] 
    [junit] Testcase: testValidCodes took 0,017 sec
    [junit] Testcase: testInvalidCodes took 0,005 sec
    [junit] Running freenet.node.probe.TypeTest
    [junit] Testsuite: freenet.node.probe.TypeTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,475 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,475 sec
    [junit] 
    [junit] Testcase: testValidCodes took 0,012 sec
    [junit] Testcase: testInvalidCodes took 0,006 sec
    [junit] Running freenet.pluginmanager.PluginStoreTest
    [junit] Testsuite: freenet.pluginmanager.PluginStoreTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,383 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,383 sec
    [junit] 
    [junit] Testcase: testStringsWithInvalidChars took 0,039 sec
    [junit] Testcase: testWriteStringArrays took 0,004 sec
    [junit] Testcase: testRandom took 0,733 sec
    [junit] Running freenet.store.PubkeyStoreTest
    [junit] Testsuite: freenet.store.PubkeyStoreTest
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi948726083168094314lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,803 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,803 sec
    [junit] ------------- Standard Output ---------------
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testSimple took 2,369 sec
    [junit] Running freenet.store.RAMSaltMigrationTest
    [junit] Testsuite: freenet.store.RAMSaltMigrationTest
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi7194115120188342437lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12211695ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12343605ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-0-true/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-false/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-false/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-false/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-50-false/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-50-false/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-50-false/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-true/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-true/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-true/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-true/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Successfully closed store teststore
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Successfully closed store teststore
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Successfully closed store teststore
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Successfully closed store teststore
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-false
    [junit] Resizing datastore teststore
    [junit] Waiting for resize to complete...
    [junit] WrapperManager: Initializing...
    [junit] WrapperManager: WARNING - The wrapper.native_library system property was not
    [junit] WrapperManager:           set. Using the default value, 'wrapper'.
    [junit] WrapperManager: WARNING - The version of the Wrapper which launched this JVM is 
    [junit] WrapperManager:           "unknown" while the version of the native library 
    [junit] WrapperManager:           is "3.5.14".
    [junit] WrapperManager:           The Wrapper may appear to work correctly but some features may
    [junit] WrapperManager:           not function correctly.  This configuration has not been tested
    [junit] WrapperManager:           and is not supported.
    [junit] WrapperManager: 
    [junit] teststore cleaner in progress: 0/10
    [junit] Completed shrink, old size was 10 new size was 20 size is now 20 (prev=0)
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Waiting for resize to complete...
    [junit] Resizing datastore teststore
    [junit] teststore cleaner in progress: 0/10
    [junit] Completed shrink, old size was 10 new size was 20 size is now 20 (prev=0)
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Successfully closed store teststore
    [junit] Resizing datastore teststore
    [junit] Waiting for resize to complete...
    [junit] teststore cleaner in progress: 0/10
    [junit] Completed shrink, old size was 10 new size was 20 size is now 20 (prev=0)
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Waiting for resize to complete...
    [junit] Resizing datastore teststore
    [junit] teststore cleaner in progress: 0/10
    [junit] Completed shrink, old size was 10 new size was 20 size is now 20 (prev=0)
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] teststore cleaner in progress: 0/20
    [junit] Successfully closed store teststore
    [junit] Resizing datastore (teststore)
    [junit] Resizing datastore teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.hd
    [junit] Successfully closed store teststore
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Waiting for resize to complete...
    [junit] Resizing datastore teststore
    [junit] teststore cleaner in progress: 0/10
    [junit] Completed shrink, old size was 10 new size was 20 size is now 20 (prev=0)
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Successfully closed store teststore
    [junit] Waiting for resize to complete...
    [junit] Resizing datastore teststore
    [junit] teststore cleaner in progress: 0/10
    [junit] Completed shrink, old size was 10 new size was 20 size is now 20 (prev=0)
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] teststore cleaner in progress: 0/20
    [junit] Successfully closed store teststore
    [junit] Resizing datastore (teststore)
    [junit] Resizing datastore teststore
    [junit] Successfully closed store teststore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-false/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-false/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-false/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28,825 sec
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28,825 sec
    [junit] ------------- Standard Output ---------------
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12211695ns
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.hd
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12343605ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Resizing datastore teststore
    [junit] WrapperManager: Initializing...
    [junit] WrapperManager: WARNING - The wrapper.native_library system property was not
    [junit] WrapperManager:           set. Using the default value, 'wrapper'.
    [junit] WrapperManager: WARNING - The version of the Wrapper which launched this JVM is 
    [junit] WrapperManager:           "unknown" while the version of the native library 
    [junit] WrapperManager:           is "3.5.14".
    [junit] WrapperManager:           The Wrapper may appear to work correctly but some features may
    [junit] WrapperManager:           not function correctly.  This configuration has not been tested
    [junit] WrapperManager:           and is not supported.
    [junit] WrapperManager: 
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Resizing datastore teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Resizing datastore teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Resizing datastore teststore
    [junit] Successfully closed store teststore
    [junit] Resizing datastore (teststore)
    [junit] Resizing datastore teststore
    [junit] Successfully closed store teststore
    [junit] Resizing datastore teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Resizing datastore teststore
    [junit] Successfully closed store teststore
    [junit] Resizing datastore (teststore)
    [junit] Resizing datastore teststore
    [junit] Successfully closed store teststore
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-0-true/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-false/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-false/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-false/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-50-false/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-50-false/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-50-false/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-true/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-true/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-true/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-0-true/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Slot filter (tmp-slashdotstoretest/saltstore/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-false
    [junit] Waiting for resize to complete...
    [junit] teststore cleaner in progress: 0/10
    [junit] Completed shrink, old size was 10 new size was 20 size is now 20 (prev=0)
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Waiting for resize to complete...
    [junit] teststore cleaner in progress: 0/10
    [junit] Completed shrink, old size was 10 new size was 20 size is now 20 (prev=0)
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Waiting for resize to complete...
    [junit] teststore cleaner in progress: 0/10
    [junit] Completed shrink, old size was 10 new size was 20 size is now 20 (prev=0)
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Waiting for resize to complete...
    [junit] teststore cleaner in progress: 0/10
    [junit] Completed shrink, old size was 10 new size was 20 size is now 20 (prev=0)
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] teststore cleaner in progress: 0/20
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Waiting for resize to complete...
    [junit] teststore cleaner in progress: 0/10
    [junit] Completed shrink, old size was 10 new size was 20 size is now 20 (prev=0)
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.hd
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=true).
    [junit] Waiting for resize to complete...
    [junit] teststore cleaner in progress: 0/10
    [junit] Completed shrink, old size was 10 new size was 20 size is now 20 (prev=0)
    [junit] Slot filter (tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter) for teststore is loaded (new=false).
    [junit] teststore cleaner in progress: 0/20
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-false/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-false/teststore.config
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-false/teststore.hd
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.metadata
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.config
    [junit] Shutting down...
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.slotfilter
    [junit] DELETING FILE tmp-slashdotstoretest/saltstore-5-10-true/teststore.hd
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testRAMStoreOldBlocks took 8,65 sec
    [junit] Testcase: testMigrateKeyed took 0,536 sec
    [junit] Testcase: testSaltedStoreOldBlock took 1,913 sec
    [junit] Testcase: testMigrate took 0,135 sec
    [junit] Testcase: testSaltedStoreWithClose took 11,16 sec
    [junit] Testcase: testRAMStore took 0,044 sec
    [junit] Testcase: testSaltedStore took 0,462 sec
    [junit] Testcase: testSaltedStoreResize took 5,369 sec
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Successfully closed store teststore
    [junit] Running freenet.store.SimplePubkeyCacheTest
    [junit] Testsuite: freenet.store.SimplePubkeyCacheTest
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi763237010618395458lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,743 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,743 sec
    [junit] ------------- Standard Output ---------------
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testSimple took 2,308 sec
    [junit] Running freenet.store.SlashdotStoreTest
    [junit] Testsuite: freenet.store.SlashdotStoreTest
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi4529179146234517394lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12403660ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12357145ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] DELETING FILE tmp-slashdotstoretest/temp-5cbc7b772b053911
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12,93 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12,93 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12403660ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12357145ns
    [junit] Using JCA cipher provider: BC version 1.54
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] DELETING FILE tmp-slashdotstoretest/temp-5cbc7b772b053911
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testDeletion took 12,166 sec
    [junit] Testcase: testSimple took 0,247 sec
    [junit] Running freenet.store.caching.CachingFreenetStoreTest
    [junit] Testsuite: freenet.store.caching.CachingFreenetStoreTest
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi3181800319206520722lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12131876ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12277187ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.metadata
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.slotfilter) for testCachingFreenetStoreOnCloseSSK is loaded (new=true).
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter) for testCachingFreenetStoreSSK is loaded (new=true).
    [junit] Successfully closed store testCachingFreenetStoreSSK
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Successfully closed store testCachingFreenetStoreOnClose
    [junit] Successfully closed store testCachingFreenetStoreOnClose
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnClose.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnClose.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnClose.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter) for testCachingFreenetStoreSSK is loaded (new=true).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Successfully closed store testCachingFreenetStoreTimeExpire
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreTimeExpire.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreTimeExpire.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreTimeExpire.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.slotfilter) for testCachingFreenetStoreOnCloseSSK is loaded (new=true).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter) for testCachingFreenetStoreSSK is loaded (new=true).
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter) for testCachingFreenetStoreSSK is loaded (new=true).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18,69 sec
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18,69 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12131876ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12277187ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreSSK
    [junit] Successfully closed store testCachingFreenetStoreOnClose
    [junit] Successfully closed store testCachingFreenetStoreOnClose
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] Successfully closed store testCachingFreenetStoreTimeExpire
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.metadata
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.slotfilter) for testCachingFreenetStoreOnCloseSSK is loaded (new=true).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter) for testCachingFreenetStoreSSK is loaded (new=true).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnClose.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnClose.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnClose.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter) for testCachingFreenetStoreSSK is loaded (new=true).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreTimeExpire.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreTimeExpire.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreTimeExpire.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.slotfilter) for testCachingFreenetStoreOnCloseSSK is loaded (new=true).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreOnCloseSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter) for testCachingFreenetStoreSSK is loaded (new=true).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter) for testCachingFreenetStoreSSK is loaded (new=true).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreSSK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testOnCollisionsSSK took 9,649 sec
    [junit] Testcase: testSimpleCHK took 1,143 sec
    [junit] Testcase: testSimpleSSK took 1,027 sec
    [junit] Testcase: testOnCloseCHK took 0,308 sec
    [junit] Testcase: testOnCloseSSK took 0,653 sec
    [junit] Testcase: testManualWriteCollision took 0,257 sec
    [junit] Testcase: testTimeExpireCHK took 0,409 sec
    [junit] Testcase: testTimeExpireSSK took 0,86 sec
    [junit] Testcase: testCollisionsOverMaximumSize took 0,213 sec
    [junit] Testcase: testSimpleManualWrite took 0,129 sec
    [junit] Testcase: testZeroSize took 0,497 sec
    [junit] Testcase: testOverMaximumSize took 2,974 sec
    [junit] Shutting down...
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreOnClose
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] Successfully closed store testCachingFreenetStoreOnClose
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreTimeExpire
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] Successfully closed store testCachingFreenetStoreOnCloseSSK
    [junit] Successfully closed store testCachingFreenetStoreSSK
    [junit] Successfully closed store testCachingFreenetStoreSSK
    [junit] Successfully closed store testCachingFreenetStoreSSK
    [junit] Successfully closed store testCachingFreenetStoreSSK
    [junit] Running freenet.store.saltedhash.SaltedHashFreenetStoreTest
    [junit] Testsuite: freenet.store.saltedhash.SaltedHashFreenetStoreTest
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore
    [junit] Slot filter (tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.slotfilter) for testSaltedHashFreenetStoreOnCloseSSK is loaded (new=true).
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi511529968691651791lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12325568ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12420593ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.metadata
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.config
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.slotfilter
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.hd
    [junit] Slot filter (tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.slotfilter) for testSaltedHashFreenetStoreOnCloseSSK is loaded (new=true).
    [junit] Successfully closed store testSaltedHashFreenetStoreOnCloseSSK
    [junit] Successfully closed store testSaltedHashFreenetStoreOnCloseSSK
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.metadata
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.config
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.slotfilter
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.hd
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] Successfully closed store testSaltedHashFreenetStoreCHK
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreCHK.config
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore
    [junit] Successfully closed store testSaltedHashFreenetStoreSSK
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13,027 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13,027 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12325568ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12420593ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] Successfully closed store testSaltedHashFreenetStoreOnCloseSSK
    [junit] Successfully closed store testSaltedHashFreenetStoreOnCloseSSK
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] Successfully closed store testSaltedHashFreenetStoreCHK
    [junit] Successfully closed store testSaltedHashFreenetStoreSSK
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreSSK.hd
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreSSK.metadata
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreSSK.config
    [junit] Slot filter (tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.slotfilter) for testSaltedHashFreenetStoreOnCloseSSK is loaded (new=true).
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.metadata
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.config
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.slotfilter
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.hd
    [junit] Slot filter (tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.slotfilter) for testSaltedHashFreenetStoreOnCloseSSK is loaded (new=true).
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.metadata
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.config
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.slotfilter
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreOnCloseSSK.hd
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreCHK.config
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreSSK.hd
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreSSK.metadata
    [junit] DELETING FILE tmp-saltedHashfreenetstoretest/saltstore/testSaltedHashFreenetStoreSSK.config
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testOnCollisionsSSK took 10,039 sec
    [junit] Testcase: testSimpleCHK took 1,584 sec
    [junit] Testcase: testSimpleSSK took 0,789 sec
    [junit] Shutting down...
    [junit] Successfully closed store testSaltedHashFreenetStoreOnCloseSSK
    [junit] Successfully closed store testSaltedHashFreenetStoreCHK
    [junit] Successfully closed store testSaltedHashFreenetStoreOnCloseSSK
    [junit] Successfully closed store testSaltedHashFreenetStoreSSK
    [junit] Running freenet.store.saltedhash.SaltedHashSlotFilterTest
    [junit] Testsuite: freenet.store.saltedhash.SaltedHashSlotFilterTest
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi6651877886827377202lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12048372ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12264320ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Rebuilding slot filter because new
    [junit] WrapperManager: Initializing...
    [junit] WrapperManager: WARNING - The wrapper.native_library system property was not
    [junit] WrapperManager:           set. Using the default value, 'wrapper'.
    [junit] testCachingFreenetStoreCHK cleaner in progress: 0/100
    [junit] WrapperManager: WARNING - The version of the Wrapper which launched this JVM is 
    [junit] WrapperManager:           "unknown" while the version of the native library 
    [junit] WrapperManager:           is "3.5.14".
    [junit] WrapperManager:           The Wrapper may appear to work correctly but some features may
    [junit] WrapperManager:           not function correctly.  This configuration has not been tested
    [junit] WrapperManager:           and is not supported.
    [junit] WrapperManager: 
    [junit] testCachingFreenetStoreCHK cleaner finished successfully.
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=false).
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=false).
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=false).
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Rebuilding slot filter because new
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24,415 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24,415 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] HmacSHA256: using SunJCE version 1.7
    [junit] SHA1: using SUN version 1.7
    [junit] MD5: using SUN version 1.7
    [junit] SHA-256: using SUN version 1.7
    [junit] SHA-384: using SUN version 1.7
    [junit] SHA-512: using SUN version 1.7
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12048372ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12264320ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Rebuilding slot filter because new
    [junit] WrapperManager: Initializing...
    [junit] WrapperManager: WARNING - The wrapper.native_library system property was not
    [junit] WrapperManager:           set. Using the default value, 'wrapper'.
    [junit] WrapperManager: WARNING - The version of the Wrapper which launched this JVM is 
    [junit] WrapperManager:           "unknown" while the version of the native library 
    [junit] WrapperManager:           is "3.5.14".
    [junit] WrapperManager:           The Wrapper may appear to work correctly but some features may
    [junit] WrapperManager:           not function correctly.  This configuration has not been tested
    [junit] WrapperManager:           and is not supported.
    [junit] WrapperManager: 
    [junit] testCachingFreenetStoreCHK cleaner finished successfully.
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Rebuilding slot filter because new
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] testCachingFreenetStoreCHK cleaner in progress: 0/100
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=false).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=false).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=false).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore
    [junit] Slot filter (tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter) for testCachingFreenetStoreCHK is loaded (new=true).
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.hd
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.metadata
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.slotfilter
    [junit] DELETING FILE tmp-cachingfreenetstoretest/saltstore/testCachingFreenetStoreCHK.config
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testCHKPresent took 14,834 sec
    [junit] Testcase: testCHKDelayedTurnOnSlotFiltersWithCleaner took 2,049 sec
    [junit] Testcase: testCHKPresentWithAbort took 3,377 sec
    [junit] Testcase: testCHKPresentWithClose took 2,452 sec
    [junit] Testcase: testCHKDelayedTurnOnSlotFilters took 1,186 sec
    [junit] Shutting down...
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Successfully closed store testCachingFreenetStoreCHK
    [junit] Running freenet.support.Base64Test
    [junit] Testsuite: freenet.support.Base64Test
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,708 sec
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,708 sec
    [junit] 
    [junit] Testcase: testIllegalBaseLength took 0,017 sec
    [junit] Testcase: testIllegalBaseCharacter took 0,001 sec
    [junit] Testcase: testDecodeStandard took 0,005 sec
    [junit] Testcase: testEncodeDecode took 0,001 sec
    [junit] Testcase: testEncodeStandard took 0,005 sec
    [junit] Testcase: testDecode took 0,001 sec
    [junit] Testcase: testEncode took 0,001 sec
    [junit] Testcase: testRandom took 1,116 sec
    [junit] Testcase: testEncodePadding took 0,001 sec
    [junit] Running freenet.support.BitArrayTest
    [junit] Testsuite: freenet.support.BitArrayTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,503 sec
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,503 sec
    [junit] 
    [junit] Testcase: testShrinkGrow took 0,008 sec
    [junit] Testcase: testSetAndGetBit took 0,001 sec
    [junit] Testcase: testUnsignedByteToInt took 0,004 sec
    [junit] Testcase: testToStringEmpty took 0,001 sec
    [junit] Testcase: testGetSize took 0 sec
    [junit] Testcase: testLastOne took 0,001 sec
    [junit] Testcase: testFirstOne took 0,001 sec
    [junit] Testcase: testSetBit_OutOfBounds took 0,001 sec
    [junit] Testcase: testBitArray_int took 0 sec
    [junit] Testcase: testToStringAllEquals took 0,002 sec
    [junit] Testcase: testSetAllOnes took 0 sec
    [junit] Running freenet.support.BloomFilterTest
    [junit] Testsuite: freenet.support.BloomFilterTest
    [junit] ---freenet.support.CountingBloomFilter@6a790e37---
    [junit]           k = 1
    [junit]           q = 0.3935063648773005
    [junit]           p = 0.3935063648773005
    [junit]       limit = 0.41330375343366554
    [junit]      actual = 0.38916015625
    [junit]  actual / p = 0.9889551757856427
    [junit] ---freenet.support.BinaryBloomFilter@7a631c70---
    [junit]           k = 1
    [junit]           q = 0.3935063648773005
    [junit]           p = 0.3935063648773005
    [junit]       limit = 0.41330375343366554
    [junit]      actual = 0.38916015625
    [junit]  actual / p = 0.9889551757856427
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6,65 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6,65 sec
    [junit] ------------- Standard Output ---------------
    [junit] ---freenet.support.CountingBloomFilter@6a790e37---
    [junit]           k = 1
    [junit]           q = 0.3935063648773005
    [junit]           p = 0.3935063648773005
    [junit]       limit = 0.41330375343366554
    [junit]      actual = 0.38916015625
    [junit]  actual / p = 0.9889551757856427
    [junit] ---freenet.support.BinaryBloomFilter@7a631c70---
    [junit]           k = 1
    [junit]           q = 0.3935063648773005
    [junit]           p = 0.3935063648773005
    [junit]       limit = 0.41330375343366554
    [junit]      actual = 0.38916015625
    [junit]  actual / p = 0.9889551757856427
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testCountingFilterRemove took 3,704 sec
    [junit] Testcase: testBinaryFilterPositive took 0,159 sec
    [junit] Testcase: testCountingFilterFalsePositive took 0,922 sec
    [junit] Testcase: testCountingFilterPositive took 0,032 sec
    [junit] Testcase: testBinaryFilterFalsePositive took 1,279 sec
    [junit] Running freenet.support.BufferTest
    [junit] Testsuite: freenet.support.BufferTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,543 sec
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,543 sec
    [junit] 
    [junit] Testcase: testDataInputStreamBuffer took 0,01 sec
    [junit] Testcase: testByteArrayBuffer took 0,003 sec
    [junit] Testcase: testCopy took 0,002 sec
    [junit] Testcase: testByteArrayIndexBuffer took 0,001 sec
    [junit] Testcase: testHashcode took 0,062 sec
    [junit] Testcase: testLongBufferToString took 0,001 sec
    [junit] Testcase: testEquals took 0,001 sec
    [junit] Testcase: testBadLength took 0 sec
    [junit] Running freenet.support.ByteArrayWrapperTest
    [junit] Testsuite: freenet.support.ByteArrayWrapperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,506 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,506 sec
    [junit] 
    [junit] Testcase: testWrapper took 0,074 sec
    [junit] Running freenet.support.ByteBufferInputStreamTest
    [junit] Testsuite: freenet.support.ByteBufferInputStreamTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,456 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,456 sec
    [junit] 
    [junit] Testcase: testUnsignedRead took 0,013 sec
    [junit] Running freenet.support.DoublyLinkedListImplTest
    [junit] Testsuite: freenet.support.DoublyLinkedListImplTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,628 sec
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,628 sec
    [junit] 
    [junit] Testcase: testIternator took 0,032 sec
    [junit] Testcase: testPopN took 0,001 sec
    [junit] Testcase: testClearSize took 0,001 sec
    [junit] Testcase: testHeadTail took 0 sec
    [junit] Testcase: testRandomRemovePush took 0 sec
    [junit] Testcase: testForwardShiftUnshift took 0,001 sec
    [junit] Testcase: testRandomInsert took 0,003 sec
    [junit] Testcase: testForwardPushPop took 0 sec
    [junit] Testcase: testRandomShiftPush took 0 sec
    [junit] Testcase: testShiftN took 0 sec
    [junit] Running freenet.support.FieldTrimSecondTest
    [junit] Testsuite: freenet.support.FieldTrimSecondTest
    [junit] Input: 50 KiB/s Parsed: 51200   Intended: 51200
    [junit] Input: 1.5 MiB/sec  Parsed: 1572864 Intended: 1572864
    [junit] Input: 128 kbps Parsed: 128000  Intended: 128000
    [junit] Input: 20 KiB   Parsed: 20480   Intended: 20480
    [junit] Input: 5800 Parsed: 5800    Intended: 5800
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,635 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,635 sec
    [junit] ------------- Standard Output ---------------
    [junit] Input: 50 KiB/s Parsed: 51200   Intended: 51200
    [junit] Input: 1.5 MiB/sec  Parsed: 1572864 Intended: 1572864
    [junit] Input: 128 kbps Parsed: 128000  Intended: 128000
    [junit] Input: 20 KiB   Parsed: 20480   Intended: 20480
    [junit] Input: 5800 Parsed: 5800    Intended: 5800
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test took 1,133 sec
    [junit] Running freenet.support.FieldsTest
    [junit] Testsuite: freenet.support.FieldsTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,396 sec
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,396 sec
    [junit] 
    [junit] Testcase: testBytesToLongsException took 0,06 sec
    [junit] Testcase: testCommaListFromString took 0,001 sec
    [junit] Testcase: testHashcodeForByteArray took 0 sec
    [junit] Testcase: testLongHashcode took 0 sec
    [junit] Testcase: testHexToLong took 0,002 sec
    [junit] Testcase: testBoolToString took 0 sec
    [junit] Testcase: testBytesToLong took 0,001 sec
    [junit] Testcase: testIntsToBytes took 0,001 sec
    [junit] Testcase: testCompareVersion took 0,007 sec
    [junit] Testcase: testTrimLines took 0,004 sec
    [junit] Testcase: testHexToInt took 0,001 sec
    [junit] Testcase: testBytesToInt took 0 sec
    [junit] Testcase: testGetDigits took 0,708 sec
    [junit] Testcase: testStringToBool took 0,001 sec
    [junit] Testcase: testStringToBoolWithDefault took 0,001 sec
    [junit] Testcase: testStringArrayToCommaList took 0 sec
    [junit] Testcase: testBytesToLongException took 0,001 sec
    [junit] Testcase: testLongsToBytes took 0,001 sec
    [junit] Running freenet.support.HTMLEncoderDecoderTest
    [junit] Testsuite: freenet.support.HTMLEncoderDecoderTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,969 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,969 sec
    [junit] 
    [junit] Testcase: testCompactRepeated took 0,092 sec
    [junit] Testcase: testDecodeAppendedEntities took 0,248 sec
    [junit] Testcase: testIsWhiteSpace took 0,002 sec
    [junit] Testcase: testDecodeIncomplete took 0 sec
    [junit] Testcase: testDecodeSingleEntities took 0,014 sec
    [junit] Testcase: testCompactMixed took 0,001 sec
    [junit] Running freenet.support.HTMLNodeTest
    [junit] Testsuite: freenet.support.HTMLNodeTest
    [junit] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,797 sec
    [junit] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,797 sec
    [junit] 
    [junit] Testcase: testHTMLNode_StringStringStringString_WrongAttributeName took 0,048 sec
    [junit] Testcase: testAddChildSameName took 0,018 sec
    [junit] Testcase: testHTMLNode_StringStringStringString_WrongNodeName took 0,002 sec
    [junit] Testcase: testAddChildUsingTheNodeItselfAsChild took 0,001 sec
    [junit] Testcase: testAddChild_StringArrayArrayString took 0,002 sec
    [junit] Testcase: testHTMLNodeArray_nullAttributeValue took 0,005 sec
    [junit] Testcase: testGenerate_fromHTMLNode_StringString took 0,124 sec
    [junit] Testcase: testHTMLNode_AttributesArray took 0,009 sec
    [junit] Testcase: testAddChildrenSameObject took 0,001 sec
    [junit] Testcase: testAddChild_StringArrayArray took 0,001 sec
    [junit] Testcase: testAddGetAttributes took 0,009 sec
    [junit] Testcase: testGenerate_HTMLNode_withChild took 0,003 sec
    [junit] Testcase: testGenerate_fromHTMLNode_String took 0,001 sec
    [junit] Testcase: testAddAttribute_nullAttributeValue took 0,001 sec
    [junit] Testcase: testAddChildrenUsingTheNodeItselfAsChild took 0,001 sec
    [junit] Testcase: testGenerate_fromHTMLNode_StringStringStringString took 0,002 sec
    [junit] Testcase: testHTMLNode_nullAttributeValue took 0,003 sec
    [junit] Testcase: testAddChild_StringStringStringString took 0,002 sec
    [junit] Testcase: testGenerate_fromHTMLNode_percentName took 0,001 sec
    [junit] Testcase: testGenerate_fromHTMLNode_StringStringString took 0,002 sec
    [junit] Testcase: testGenerate_fromHTMLNode_textareaDivA took 0,005 sec
    [junit] Testcase: testHTMLDoctype_generate took 0,001 sec
    [junit] Testcase: testGetAttribute took 0,003 sec
    [junit] Testcase: testAddChildSameObject took 0,001 sec
    [junit] Testcase: testHTMLNode_nullAttributeName took 0,001 sec
    [junit] Testcase: testHTMLNode_attributeArrays_differentLengths took 0,001 sec
    [junit] Testcase: testGetContent took 0,001 sec
    [junit] Testcase: testHTMLNodeArray_nullAttributeName took 0,001 sec
    [junit] Testcase: testAddChild_StringStringString took 0,001 sec
    [junit] Testcase: testAddAttribute_nullAttributeName took 0,001 sec
    [junit] Testcase: testGenerate_fromHTMLNodeWithChild_SpecialNames took 0,013 sec
    [junit] Testcase: testSameAttributeManyTimes took 0,003 sec
    [junit] Running freenet.support.HexUtilTest
    [junit] Testsuite: freenet.support.HexUtilTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,763 sec
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,763 sec
    [junit] 
    [junit] Testcase: testBytesToHex_byteIntInt_WithLongReading took 0,059 sec
    [junit] Testcase: testBitsToBytes_BitSetInt took 0,014 sec
    [junit] Testcase: testBytesToHex_byteIntInt_WithLongOffset took 0 sec
    [junit] Testcase: testHexToBits took 0,002 sec
    [junit] Testcase: testHexToBytes_StringByteInt_WithShortArray took 0,001 sec
    [junit] Testcase: testCountBytesForBits_int took 0,026 sec
    [junit] Testcase: testBiToHex_BigInteger took 0,009 sec
    [junit] Testcase: testHexToBytes_WithBadDigit took 0,001 sec
    [junit] Testcase: testBitsToBytes_WithShortSize took 0,001 sec
    [junit] Testcase: testBytesToHexZeroLength took 0,001 sec
    [junit] Testcase: testHexToBytes_StringByteInt took 0,008 sec
    [junit] Testcase: testHexToBytes_StringByteInt_WithLongOffset took 0,001 sec
    [junit] Testcase: testHexToBytes_StringInt took 0,008 sec
    [junit] Testcase: testHexToBytes_String took 0,014 sec
    [junit] Testcase: testWriteAndReadBigInteger took 0,002 sec
    [junit] Testcase: testBytesToBits_byteBitSetInt took 0,029 sec
    [junit] Testcase: testBitsToHexString took 0 sec
    [junit] Testcase: testBytesToHex_byte took 0,01 sec
    [junit] Testcase: testBytesToHex_byteIntInt_WithZeroLength took 0,001 sec
    [junit] Running freenet.support.JVMVersionTest
    [junit] Testsuite: freenet.support.JVMVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,666 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,666 sec
    [junit] 
    [junit] Testcase: testNull took 0,026 sec
    [junit] Testcase: testCompare took 0,135 sec
    [junit] Testcase: testTooOld took 0,001 sec
    [junit] Testcase: testRecentEnough took 0,002 sec
    [junit] Running freenet.support.LRUMapTest
    [junit] Testsuite: freenet.support.LRUMapTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,803 sec
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,803 sec
    [junit] 
    [junit] Testcase: testPushNull took 0,104 sec
    [junit] Testcase: testGetNullKey took 0,004 sec
    [junit] Testcase: testPeekValue took 0,009 sec
    [junit] Testcase: testRemoveNotPresent took 0,004 sec
    [junit] Testcase: testGet took 0,004 sec
    [junit] Testcase: testKeys took 0,012 sec
    [junit] Testcase: testSize took 0,009 sec
    [junit] Testcase: testContainsKey took 0,004 sec
    [junit] Testcase: testRemoveNullKey took 0,004 sec
    [junit] Testcase: testPushSameKey took 0,004 sec
    [junit] Testcase: testPopValueFromEmpty took 0 sec
    [junit] Testcase: testPopValue took 0,007 sec
    [junit] Testcase: testPushSameObjTwice took 0,005 sec
    [junit] Testcase: testPopKey took 0,007 sec
    [junit] Testcase: testIsEmpty took 0,007 sec
    [junit] Testcase: testRemoveKey took 0,007 sec
    [junit] Running freenet.support.LRUQueueTest
    [junit] Testsuite: freenet.support.LRUQueueTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,702 sec
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,702 sec
    [junit] 
    [junit] Testcase: testPushNull took 0,054 sec
    [junit] Testcase: testToArray2 took 0,011 sec
    [junit] Testcase: testToArray took 0,021 sec
    [junit] Testcase: testRemoveNotPresent took 0,009 sec
    [junit] Testcase: testPop took 0,012 sec
    [junit] Testcase: testSize took 0,008 sec
    [junit] Testcase: testToArrayOrdered2 took 0,009 sec
    [junit] Testcase: testToArrayOrdered took 0,005 sec
    [junit] Testcase: testToArrayEmptyQueue took 0,001 sec
    [junit] Testcase: testPushLeast took 0,005 sec
    [junit] Testcase: testContains took 0,007 sec
    [junit] Testcase: testRemoveNull took 0,004 sec
    [junit] Testcase: testElements took 0,007 sec
    [junit] Testcase: testPushSameObjTwice took 0,005 sec
    [junit] Testcase: testIsEmpty took 0,007 sec
    [junit] Testcase: testRemove took 0,009 sec
    [junit] Running freenet.support.ListUtilsTest
    [junit] Testsuite: freenet.support.ListUtilsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,564 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,564 sec
    [junit] 
    [junit] Testcase: testRemoveByObject took 0,025 sec
    [junit] Testcase: testRemoveByRandom took 0,006 sec
    [junit] Testcase: testRemoveByIndex took 0,005 sec
    [junit] Testcase: testRemoveByRandomSimple took 0,002 sec
    [junit] Running freenet.support.LoaderTest
    [junit] Testsuite: freenet.support.LoaderTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,504 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,504 sec
    [junit] 
    [junit] Testcase: testLoader took 0,012 sec
    [junit] Running freenet.support.MemoryLimitedJobRunnerTest
    [junit] Testsuite: freenet.support.MemoryLimitedJobRunnerTest
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26,521 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26,521 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testAsyncQueueingManySmallDelayed took 8,025 sec
    [junit] Testcase: testQueueingSmallDelayed took 5,638 sec
    [junit] Testcase: testQueueingManySmallDelayed took 7,33 sec
    [junit] Testcase: testAsyncQueueingSmallDelayed took 5,054 sec
    [junit] Running freenet.support.MultiValueTableTest
    [junit] Testsuite: freenet.support.MultiValueTableTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,722 sec
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,722 sec
    [junit] 
    [junit] Testcase: testContainsElement took 0,025 sec
    [junit] Testcase: testGetArray took 0,009 sec
    [junit] Testcase: testGet took 0,008 sec
    [junit] Testcase: testPut took 0,007 sec
    [junit] Testcase: testClear took 0,008 sec
    [junit] Testcase: testKeys took 0,007 sec
    [junit] Testcase: testGetSync took 0,012 sec
    [junit] Testcase: testContainsKey took 0,012 sec
    [junit] Testcase: testCountAll took 0,009 sec
    [junit] Testcase: testGetAll took 0,026 sec
    [junit] Testcase: testRemoveElement took 0,02 sec
    [junit] Testcase: testIsEmpty took 0,013 sec
    [junit] Testcase: testRemove took 0,007 sec
    [junit] Testcase: testDifferentKeysSameElement took 0,004 sec
    [junit] Running freenet.support.MutableBooleanTest
    [junit] Testsuite: freenet.support.MutableBooleanTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,472 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,472 sec
    [junit] 
    [junit] Testcase: testMutableBoolean took 0,014 sec
    [junit] Running freenet.support.PrioritizedSerialExecutorTest
    [junit] Testsuite: freenet.support.PrioritizedSerialExecutorTest
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] [J1, J2, J3, J4]
    [junit] [JM]
    [junit] [JM, J8, JN]
    [junit] [JM, J8, JN, JP, JQ, J2, JO, JR]
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,789 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,789 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] [J1, J2, J3, J4]
    [junit] [JM]
    [junit] [JM, J8, JN]
    [junit] [JM, J8, JN, JP, JQ, J2, JO, JR]
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testRun took 0,296 sec
    [junit] Testcase: testRunPrio took 0,016 sec
    [junit] Running freenet.support.PrioritizedTickerTest
    [junit] Testsuite: freenet.support.PrioritizedTickerTest
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Starting Ticker
    [junit] Starting Ticker
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,215 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,215 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Starting Ticker
    [junit] Starting Ticker
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testDeduping took 0,266 sec
    [junit] Testcase: testSimple took 0,457 sec
    [junit] Running freenet.support.RandomArrayIteratorTest
    [junit] Testsuite: freenet.support.RandomArrayIteratorTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,625 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,625 sec
    [junit] 
    [junit] Testcase: testReset took 0,02 sec
    [junit] Testcase: testNoSuchElement took 0,002 sec
    [junit] Testcase: testReadonly took 0,005 sec
    [junit] Testcase: testDefaultOrder took 0,002 sec
    [junit] Running freenet.support.SentTimeCacheTest
    [junit] Testsuite: freenet.support.SentTimeCacheTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,481 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,481 sec
    [junit] 
    [junit] Testcase: testQueryAndRemove took 0,029 sec
    [junit] Testcase: testFifo took 0,004 sec
    [junit] Testcase: testMaxSize took 0,002 sec
    [junit] Running freenet.support.SerialExecutorTest
    [junit] Testsuite: freenet.support.SerialExecutorTest
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,7 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,7 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testBlocking took 0,284 sec
    [junit] Running freenet.support.SerializerTest
    [junit] Testsuite: freenet.support.SerializerTest
    [junit] java.lang.IllegalArgumentException: Cannot serialize an array of more than 255 doubles; attempted to serialize 256.
    [junit]     at freenet.support.Serializer.writeToDataOutputStream(Serializer.java:175)
    [junit]     at freenet.support.SerializerTest.testTooLongDoubleArray(SerializerTest.java:53)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    [junit] Threw when too long; should be something about how the array is too long to serialize:
    [junit]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:606)
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:176)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:141)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:122)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:142)
    [junit]     at junit.framework.TestResult.run(TestResult.java:125)
    [junit]     at junit.framework.TestCase.run(TestCase.java:129)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:255)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:250)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:523)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1063)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:914)
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,557 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,557 sec
    [junit] ------------- Standard Output ---------------
    [junit] Threw when too long; should be something about how the array is too long to serialize:
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] java.lang.IllegalArgumentException: Cannot serialize an array of more than 255 doubles; attempted to serialize 256.
    [junit]     at freenet.support.Serializer.writeToDataOutputStream(Serializer.java:175)
    [junit]     at freenet.support.SerializerTest.testTooLongDoubleArray(SerializerTest.java:53)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    [junit]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:606)
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:176)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:141)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:122)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:142)
    [junit]     at junit.framework.TestResult.run(TestResult.java:125)
    [junit]     at junit.framework.TestCase.run(TestCase.java:129)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:255)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:250)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:523)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1063)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:914)
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testTooLongDoubleArray took 0,036 sec
    [junit] Testcase: test took 0,048 sec
    [junit] Running freenet.support.ShortBufferTest
    [junit] Testsuite: freenet.support.ShortBufferTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,758 sec
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,758 sec
    [junit] 
    [junit] Testcase: testShortBufferToString took 0,026 sec
    [junit] Testcase: testCopy took 0,003 sec
    [junit] Testcase: testByteArrayShortBuffer took 0,015 sec
    [junit] Testcase: testByteArrayIndexShortBuffer took 0,001 sec
    [junit] Testcase: testHashcode took 0,091 sec
    [junit] Testcase: testEquals took 0,001 sec
    [junit] Testcase: testDataInputStreamShortBuffer took 0,003 sec
    [junit] Testcase: testBadLength took 0,005 sec
    [junit] Running freenet.support.SimpleFieldSetTest
    [junit] Testsuite: freenet.support.SimpleFieldSetTest
    [junit] Starting iterator test
    [junit] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,849 sec
    [junit] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,849 sec
    [junit] ------------- Standard Output ---------------
    [junit] Starting iterator test
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testPutAndTPut_WithEmpty took 0,03 sec
    [junit] Testcase: testDirectSubsetNameIterator took 0,002 sec
    [junit] Testcase: testPutOverwrite_StringArray took 0,004 sec
    [junit] Testcase: testKeyIterator_String took 0,002 sec
    [junit] Testcase: testPut_StringSimpleFieldSet took 0,003 sec
    [junit] Testcase: testEmptyValue took 0,023 sec
    [junit] Testcase: testPut_StringBoolean took 0,089 sec
    [junit] Testcase: testPutAllOverwrite took 0,004 sec
    [junit] Testcase: testSplit took 0,002 sec
    [junit] Testcase: testSimpleFieldSet_StringBooleanBoolean took 0,002 sec
    [junit] Testcase: testToplevelKeyIterator took 0,002 sec
    [junit] Testcase: testPutOverwrite_String took 0,001 sec
    [junit] Testcase: testRemoveValue took 0,002 sec
    [junit] Testcase: testTPut_StringSimpleFieldSet took 0,002 sec
    [junit] Testcase: testKeyIterator took 0,002 sec
    [junit] Testcase: testPut_StringInt took 0,003 sec
    [junit] Testcase: testPutAppend took 0,004 sec
    [junit] Testcase: testSimpleFieldSetSubset_String took 0,003 sec
    [junit] Testcase: testRemoveSubset took 0,005 sec
    [junit] Testcase: testSimpleFieldSetPutSingle_StringString_WithTwoPairedMultiLevelChars took 0,001 sec
    [junit] Testcase: testSimpleFieldSetPutAppend_StringString_WithTwoPairedMultiLevelChars took 0,001 sec
    [junit] Testcase: testSimpleFieldSetPutAndGet_MultiLevel took 0,004 sec
    [junit] Testcase: testGetDoubleArray took 0,004 sec
    [junit] Testcase: testSimpleFieldSet_BufferedReaderBooleanBoolean took 0,001 sec
    [junit] Testcase: testNamesOfDirectSubsets took 0,002 sec
    [junit] Testcase: testBase64 took 0,033 sec
    [junit] Testcase: testKeyIterationPastEnd took 0,002 sec
    [junit] Testcase: testGetAll took 0,001 sec
    [junit] Testcase: testPut_StringDouble took 0,002 sec
    [junit] Testcase: testPut_StringChar took 0,001 sec
    [junit] Testcase: testPut_StringLong took 0,003 sec
    [junit] Testcase: testIsEmpty took 0,001 sec
    [junit] Testcase: testSimpleFieldSet_SimpleFieldSet took 0,002 sec
    [junit] Testcase: testGetIntArray took 0,009 sec
    [junit] Testcase: testPut_StringShort took 0,001 sec
    [junit] Testcase: testSimpleFieldSetPutAndGet_NoMultiLevel took 0,001 sec
    [junit] Testcase: testEndMarker took 0,002 sec
    [junit] Running freenet.support.SizeUtilTest
    [junit] Testsuite: freenet.support.SizeUtilTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,558 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,558 sec
    [junit] 
    [junit] Testcase: testFormatSizeLong_WithIntermediateValues took 0,033 sec
    [junit] Testcase: testFormatSizeLong took 0,004 sec
    [junit] Running freenet.support.SparseBitmapTest
    [junit] Testsuite: freenet.support.SparseBitmapTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,537 sec
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,537 sec
    [junit] 
    [junit] Testcase: testContainsThrowsOnBadRange took 0,022 sec
    [junit] Testcase: testAdd took 0,007 sec
    [junit] Testcase: testClear took 0,001 sec
    [junit] Testcase: testCombineBackwards took 0,005 sec
    [junit] Testcase: testCombineMiddle took 0 sec
    [junit] Testcase: testIteratorDoubleRemove took 0,001 sec
    [junit] Testcase: testRemove took 0,001 sec
    [junit] Testcase: testCombineAdjacent took 0,001 sec
    [junit] Running freenet.support.TimeSortedHashtableTest
    [junit] Testsuite: freenet.support.TimeSortedHashtableTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,528 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,528 sec
    [junit] 
    [junit] Testcase: testAddRemoveTS took 0,059 sec
    [junit] Testcase: testBeforeInclusive took 0,001 sec
    [junit] Testcase: testPairs took 0,005 sec
    [junit] Testcase: testAddRemove took 0,002 sec
    [junit] Running freenet.support.TimeUtilTest
    [junit] Testsuite: freenet.support.TimeUtilTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,628 sec
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,628 sec
    [junit] 
    [junit] Testcase: testFormatTime_LongIntBoolean_milliseconds took 0,108 sec
    [junit] Testcase: testFormatTime_Long took 0,001 sec
    [junit] Testcase: testFormatTime_LongIntBoolean_tooManyTerms took 0,001 sec
    [junit] Testcase: testFormatTime_LongIntBoolean_maxTerms took 0,001 sec
    [junit] Testcase: testFormatTime_KnownValues took 0,001 sec
    [junit] Testcase: testFormatTime_LongIntBoolean_MaxValue took 0,001 sec
    [junit] Testcase: testFormatTime_LongInt took 0,001 sec
    [junit] Running freenet.support.URIPreEncoderTest
    [junit] Testsuite: freenet.support.URIPreEncoderTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3,076 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3,076 sec
    [junit] 
    [junit] Testcase: testEncodeURI took 0,011 sec
    [junit] Testcase: testEncode took 2,128 sec
    [junit] Running freenet.support.URLEncoderDecoderTest
    [junit] Testsuite: freenet.support.URLEncoderDecoderTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4,964 sec
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4,964 sec
    [junit] 
    [junit] Testcase: testEncodeDecodeString_allChars took 3,832 sec
    [junit] Testcase: testEncodeForced took 0,055 sec
    [junit] Testcase: testDecodeWrongString took 0,001 sec
    [junit] Testcase: testDecodeWrongHex took 0,012 sec
    [junit] Testcase: testEncodeDecodeString_notSafeBaseChars took 0,003 sec
    [junit] Testcase: testTolerantDecoding took 0,001 sec
    [junit] Testcase: testEncodeDecodeString_notSafeAdvChars took 0,015 sec
    [junit] Running freenet.support.compress.Bzip2CompressorTest
    [junit] Testsuite: freenet.support.compress.Bzip2CompressorTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,657 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,657 sec
    [junit] 
    [junit] Testcase: testBzip2Compressor took 0,104 sec
    [junit] Testcase: testByteArrayDecompress took 0,569 sec
    [junit] Testcase: testBucketDecompress took 0,008 sec
    [junit] Testcase: testCompress took 0,227 sec
    [junit] Testcase: testCompressException took 0,098 sec
    [junit] Testcase: testDecompressException took 0,147 sec
    [junit] Running freenet.support.compress.GzipCompressorTest
    [junit] Testsuite: freenet.support.compress.GzipCompressorTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,709 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,709 sec
    [junit] 
    [junit] Testcase: testGzipCompressor took 0,108 sec
    [junit] Testcase: testByteArrayDecompress took 0,108 sec
    [junit] Testcase: testBucketDecompress took 0,002 sec
    [junit] Testcase: testCompress took 0,002 sec
    [junit] Testcase: testCompressException took 0,001 sec
    [junit] Testcase: testDecompressException took 0,014 sec
    [junit] Running freenet.support.compress.NewLzmaCompressorTest
    [junit] Testsuite: freenet.support.compress.NewLzmaCompressorTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15,674 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15,674 sec
    [junit] 
    [junit] Testcase: testNewLzmaCompressor took 0,105 sec
    [junit] Testcase: testByteArrayDecompress took 0,469 sec
    [junit] Testcase: testCompressException took 0,07 sec
    [junit] Testcase: testDecompressException took 0,089 sec
    [junit] Testcase: testRandomByteArrayDecompress took 14,453 sec
    [junit] Running freenet.support.io.ArrayBucketTest
    [junit] Testsuite: freenet.support.io.ArrayBucketTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,713 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,713 sec
    [junit] 
    [junit] Testcase: testReadExcess took 0,036 sec
    [junit] Testcase: testReuse took 0,05 sec
    [junit] Testcase: testReadEmpty took 0,001 sec
    [junit] Testcase: testReadWrite took 0,001 sec
    [junit] Testcase: testLargeData took 0,134 sec
    [junit] Testcase: testNegative took 0 sec
    [junit] Running freenet.support.io.ByteArrayRandomAccessBufferTest
    [junit] Testsuite: freenet.support.io.ByteArrayRandomAccessBufferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8,936 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8,936 sec
    [junit] 
    [junit] Testcase: testArray took 7,385 sec
    [junit] Testcase: testClose took 0,003 sec
    [junit] Testcase: testSize took 0,003 sec
    [junit] Testcase: testFormula took 0,949 sec
    [junit] Testcase: testWriteOverLimit took 0,061 sec
    [junit] Running freenet.support.io.HeaderStreamsTest
    [junit] Testsuite: freenet.support.io.HeaderStreamsTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,613 sec
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,613 sec
    [junit] 
    [junit] Testcase: testAugInputSkipAndRead0 took 0,031 sec
    [junit] Testcase: testAugInputSkipAndReadI took 0,001 sec
    [junit] Testcase: testAugInputSkipAndReadM took 0,001 sec
    [junit] Testcase: testAugInputSkipAndReadP took 0,001 sec
    [junit] Testcase: testAugInputSkipAndReadZ took 0,001 sec
    [junit] Testcase: testAugInputRead0 took 0,001 sec
    [junit] Testcase: testAugInputRead1 took 0,001 sec
    [junit] Testcase: testAugInputReadI took 0,001 sec
    [junit] Testcase: testAugInputReadM took 0,001 sec
    [junit] Testcase: testAugInputReadP took 0 sec
    [junit] Testcase: testAugInputReadZ took 0,001 sec
    [junit] Testcase: testDimOutputThrow0 took 0,01 sec
    [junit] Testcase: testDimOutputThrow1 took 0 sec
    [junit] Testcase: testDimOutputWrite0 took 0,001 sec
    [junit] Testcase: testDimOutputWrite1 took 0,001 sec
    [junit] Testcase: testDimOutputWriteI took 0 sec
    [junit] Testcase: testDimOutputWriteM took 0,001 sec
    [junit] Testcase: testDimOutputWriteP took 0,001 sec
    [junit] Testcase: testDimOutputWriteZ took 0 sec
    [junit] Running freenet.support.io.LineReadingInputStreamTest
    [junit] Testsuite: freenet.support.io.LineReadingInputStreamTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,595 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,595 sec
    [junit] 
    [junit] Testcase: testReadLineWithoutMarking took 0,107 sec
    [junit] Testcase: testBothImplementation took 0,001 sec
    [junit] Testcase: testReadLine took 0,002 sec
    [junit] Running freenet.support.io.PaddedEphemerallyEncryptedBucketTest
    [junit] Testsuite: freenet.support.io.PaddedEphemerallyEncryptedBucketTest
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12306789ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12366182ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,353 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,353 sec
    [junit] ------------- Standard Output ---------------
    [junit] AES/CTR/NOPADDING (SunJCE version 1.7): 12306789ns
    [junit] AES/CTR/NOPADDING (BC version 1.54): 12366182ns
    [junit] Using JCA cipher provider: SunJCE version 1.7
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testReadExcess took 8,164 sec
    [junit] Testcase: testReuse took 0,03 sec
    [junit] Testcase: testReadEmpty took 0,02 sec
    [junit] Testcase: testReadWrite took 0,008 sec
    [junit] Testcase: testLargeData took 1,625 sec
    [junit] Testcase: testNegative took 0,021 sec
    [junit] Running freenet.support.io.PooledFileRandomAccessBufferTest
    [junit] Testsuite: freenet.support.io.PooledFileRandomAccessBufferTest
    [junit] DELETING FILE tmp.pooled-random-access-file-wrapper-test/test6259209596810098373.tmp
    [junit] DELETING FILE tmp.pooled-random-access-file-wrapper-test/test33305219255342692.tmp
    [junit] DELETING FILE tmp.pooled-random-access-file-wrapper-test/test1003474985387376899.tmp
    [junit] DELETING FILE tmp.pooled-random-access-file-wrapper-test/test7751124920479986023.tmp
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,314 sec
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,314 sec
    [junit] ------------- Standard Error -----------------
    [junit] DELETING FILE tmp.pooled-random-access-file-wrapper-test/test6259209596810098373.tmp
    [junit] DELETING FILE tmp.pooled-random-access-file-wrapper-test/test33305219255342692.tmp
    [junit] DELETING FILE tmp.pooled-random-access-file-wrapper-test/test1003474985387376899.tmp
    [junit] DELETING FILE tmp.pooled-random-access-file-wrapper-test/test7751124920479986023.tmp
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testLock took 0,254 sec
    [junit] Testcase: testSimplePooling took 0,355 sec
    [junit] Testcase: testLockedNotClosableFromNotOpenFD took 0,006 sec
    [junit] Testcase: testLockedNotClosable took 0,004 sec
    [junit] Testcase: testLockBlocking took 0,12 sec
    [junit] Testcase: testLocksB took 0,005 sec
    [junit] Testcase: testArray took 7,335 sec
    [junit] Testcase: testClose took 0,076 sec
    [junit] Testcase: testSize took 0,098 sec
    [junit] Testcase: testFormula took 0,927 sec
    [junit] Testcase: testWriteOverLimit took 0,642 sec
    [junit] Running freenet.support.io.RandomAccessFileWrapperTest
    [junit] Testsuite: freenet.support.io.RandomAccessFileWrapperTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9,092 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9,092 sec
    [junit] 
    [junit] Testcase: testStoreTo took 0,387 sec
    [junit] Testcase: testArray took 7,213 sec
    [junit] Testcase: testClose took 0,008 sec
    [junit] Testcase: testSize took 0,009 sec
    [junit] Testcase: testFormula took 0,841 sec
    [junit] Testcase: testWriteOverLimit took 0,142 sec
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Running freenet.support.io.TempBucketFactoryRAFEncryptedTest
    [junit] Testsuite: freenet.support.io.TempBucketFactoryRAFEncryptedTest
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23,547 sec
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23,547 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testBucketToRAFFreeBucketWhileArray took 0,275 sec
    [junit] Testcase: testBucketToRAFWhileArray took 0,542 sec
    [junit] Testcase: testBucketToRAFFreeWhileFileMigrateFirst took 1,146 sec
    [junit] Testcase: testBucketToRAFCallTwiceFile took 0,134 sec
    [junit] Testcase: testArrayMigration took 0,414 sec
    [junit] Testcase: testBucketToRAFCallTwiceArray took 0,008 sec
    [junit] Testcase: testBucketToRAFFreeWhileFileFreeRAF took 0,017 sec
    [junit] Testcase: testBucketToRAFFailure took 0,035 sec
    [junit] Testcase: testBucketToRAFFreeWhileFile took 0,008 sec
    [junit] Testcase: testBucketToRAFWhileFile took 1,017 sec
    [junit] Testcase: testBucketToRAFFreeWhileArray took 0,014 sec
    [junit] Testcase: testArray took 15,439 sec
    [junit] Testcase: testClose took 0,188 sec
    [junit] Testcase: testSize took 0,233 sec
    [junit] Testcase: testFormula took 1,887 sec
    [junit] Testcase: testWriteOverLimit took 1,668 sec
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Running freenet.support.io.TempBucketFactoryRAFPlaintextTest
    [junit] Testsuite: freenet.support.io.TempBucketFactoryRAFPlaintextTest
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9,158 sec
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9,158 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in 0s
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testBucketToRAFFreeBucketWhileArray took 0,232 sec
    [junit] Testcase: testBucketToRAFWhileArray took 0,355 sec
    [junit] Testcase: testBucketToRAFFreeWhileFileMigrateFirst took 0,066 sec
    [junit] Testcase: testBucketToRAFCallTwiceFile took 0,008 sec
    [junit] Testcase: testArrayMigration took 0,231 sec
    [junit] Testcase: testBucketToRAFCallTwiceArray took 0,009 sec
    [junit] Testcase: testBucketToRAFFreeWhileFileFreeRAF took 0,008 sec
    [junit] Testcase: testBucketToRAFFailure took 0,017 sec
    [junit] Testcase: testBucketToRAFFreeWhileFile took 0,005 sec
    [junit] Testcase: testBucketToRAFWhileFile took 0,07 sec
    [junit] Testcase: testBucketToRAFFreeWhileArray took 0,004 sec
    [junit] Testcase: testArray took 6,389 sec
    [junit] Testcase: testClose took 0,028 sec
    [junit] Testcase: testSize took 0,028 sec
    [junit] Testcase: testFormula took 0,953 sec
    [junit] Testcase: testWriteOverLimit took 0,297 sec
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Running freenet.support.io.TempBucketTest$TempBucketMigrationTest
    [junit] Testsuite: freenet.support.io.TempBucketTest$TempBucketMigrationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,863 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,863 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testRamLimitCreate took 1,367 sec
    [junit] Testcase: testWriteExcessLimit took 0,016 sec
    [junit] Testcase: testWriteExcessConversionFactor took 0,005 sec
    [junit] Testcase: testBigConversionWhileReading took 0,022 sec
    [junit] Testcase: testConversionWhileReading took 0,002 sec
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] Running freenet.support.io.TempBucketTest
    [junit] Testsuite: freenet.support.io.TempBucketTest
    [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,656 sec
    [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,656 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attempting to load the NativeThread library [jar:file:/home/arne/fred-work/lib/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-amd64.so]
    [junit] Using the NativeThread implementation (base nice level is 0)
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testReadExcess took 0,036 sec
    [junit] Testcase: testReuse took 0 sec
    [junit] Testcase: testReadEmpty took 0,001 sec
    [junit] Testcase: testReadWrite took 0,019 sec
    [junit] Testcase: testLargeData took 0,188 sec
    [junit] Testcase: testNegative took 0,001 sec
    [junit] Testcase: testReadExcess took 0 sec
    [junit] Testcase: testReuse took 0,001 sec
    [junit] Testcase: testReadEmpty took 0 sec
    [junit] Testcase: testReadWrite took 0,001 sec
    [junit] Testcase: testLargeData took 0,018 sec
    [junit] Testcase: testNegative took 0 sec
    [junit] Testcase: testReadExcess took 0,001 sec
    [junit] Testcase: testReuse took 0 sec
    [junit] Testcase: testReadEmpty took 0 sec
    [junit] Testcase: testReadWrite took 0,001 sec
    [junit] Testcase: testLargeData took 0,035 sec
    [junit] Testcase: testNegative took 0,001 sec
    [junit] Testcase: testReadExcess took 0,001 sec
    [junit] Testcase: testReuse took 0 sec
    [junit] Testcase: testReadEmpty took 0,001 sec
    [junit] Testcase: testReadWrite took 0,001 sec
    [junit] Testcase: testLargeData took 1,652 sec
    [junit] Testcase: testNegative took 0,001 sec
    [junit] Testcase: testReadExcess took 0,001 sec
    [junit] Testcase: testReuse took 0,001 sec
    [junit] Testcase: testReadEmpty took 0,001 sec
    [junit] Testcase: testReadWrite took 0,001 sec
    [junit] Testcase: testLargeData took 0,155 sec
    [junit] Testcase: testNegative took 0 sec
    [junit] Testcase: testRamLimitCreate took 0,006 sec
    [junit] Testcase: testWriteExcessLimit took 0,002 sec
    [junit] Testcase: testWriteExcessConversionFactor took 0,003 sec
    [junit] Testcase: testBigConversionWhileReading took 0,01 sec
    [junit] Testcase: testConversionWhileReading took 0,002 sec
    [junit] Running freenet.support.io.TempFileBucketTest
    [junit] Testsuite: freenet.support.io.TempFileBucketTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,812 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,812 sec
    [junit] 
    [junit] Testcase: testReadExcess took 0,164 sec
    [junit] Testcase: testReuse took 0,022 sec
    [junit] Testcase: testReadEmpty took 0,003 sec
    [junit] Testcase: testReadWrite took 0,004 sec
    [junit] Testcase: testLargeData took 0,132 sec
    [junit] Testcase: testNegative took 0,003 sec
    [junit] Running freenet.support.math.MersenneTwisterTest
    [junit] Testsuite: freenet.support.math.MersenneTwisterTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,628 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,628 sec
    [junit] 
    [junit] Testcase: testConsistencySeedFromInteger took 0,094 sec
    [junit] Testcase: testConsistencySeedFromInts took 0,006 sec
    [junit] Testcase: testConsistencySeedFromLong took 0,005 sec
    [junit] Testcase: testConsistencySeedFromBytes took 0,07 sec
    [junit] Testcase: testBytesToInts took 0,001 sec
    [junit] Running net.i2p.util.NativeBigIntegerTest
    [junit] Testsuite: net.i2p.util.NativeBigIntegerTest
    [junit] OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jbigi2156358229084298660lib.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
    [junit] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6,367 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6,367 sec
    [junit] ------------- Standard Error -----------------
    [junit] INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testModPow took 2,344 sec
    [junit] Testcase: testDoubleValue took 3,541 sec

package-only:
      [jar] Building jar: /home/arne/fred-work/dist/freenet.jar

package:

BUILD SUCCESSFUL
Total time: 27 minutes 19 seconds

(colorized with antlog-mode, a quickly whipped up emacs mode for highlighting and navigating the output from ant)

Use Node:

⚙ Babcom is trying to load the comments ⚙

This textbox will disappear when the comments have been loaded.

If the box below shows an error-page, you need to install Freenet with the Sone-Plugin or set the node-path to your freenet node and click the Reload Comments button (or return).

If you see something like Invalid key: java.net.MalformedURLException: There is no @ in that URI! (Sone/search.html), you need to setup Sone and the Web of Trust

If you had Javascript enabled, you would see comments for this page instead of the Sone page of the sites author.

Note: To make a comment which isn’t a reply visible to others here, include a link to this site somewhere in the text of your comment. It will then show up here. To ensure that I get notified of your comment, also include my Sone-ID.

Link to this site and my Sone ID: sone://6~ZDYdvAgMoUfG6M5Kwi7SQqyS-gTcyFeaNN1Pf3FvY

This spam-resistant comment-field is made with babcom.

Inhalt abgleichen
Willkommen im Weltenwald!
((λ()'Dr.ArneBab))



Beliebte Inhalte

Draketo neu: Beiträge

Ein Würfel System

sn.1w6.org news