Buildfile: build.xml

init:

jar:

jar-jruby:

init:

extract-rdocs:

prepare:

compile.tasks:
     [copy] Copying 1 file to /home/sma/src/jruby-1.1/build/classes/jruby

check-for-optional-java4-packages:

check-for-optional-packages:

compile-jruby:

compile:

generate-method-classes:
    [touch] Creating /home/sma/src/jruby-1.1/build/__empty.rb
   [delete] Deleting: /home/sma/src/jruby-1.1/build/__empty.rb
   [jarjar] Building jar: /home/sma/src/jruby-1.1/lib/jruby.jar

compile-test:

copy-test-files:

instrument:

run-junit-compiled:
     [echo] compile=JIT, jit.threshold=0, jit.max=-1, objectspace=true threadpool=false reflection=false version=ruby1_8
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.RubyClass.invoke(RubyClass.java:249)
    [junit] 	at org.jruby.javasupport.util.RuntimeHelpers.invoke(RuntimeHelpers.java:318)
    [junit] 	at org.jruby.RubyObject.callMethod(RubyObject.java:469)
    [junit] 	at org.jruby.javasupport.TestJavaClass.test(TestJavaClass.java:14)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:154)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:127)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:147)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:307)
    [junit] 	at ruby.home.sma.src.jruby_minus_1_dot_1.test.__file__(test:1)
    [junit] 	at ruby.home.sma.src.jruby_minus_1_dot_1.test.load(test)
    [junit] 	at org.jruby.Ruby.runScript(Ruby.java:510)
    [junit] 	at org.jruby.Ruby.runNormally(Ruby.java:430)
    [junit] 	at org.jruby.test.TestRubyBase.eval(TestRubyBase.java:69)
    [junit] 	at org.jruby.javasupport.test.TestNativeException.testCauseIsProxied(TestNativeException.java:48)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:154)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:127)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.test.TestAdoptedThreading.setUp(TestAdoptedThreading.java:93)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.test.TestAdoptedThreading.setUp(TestAdoptedThreading.java:93)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:147)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:307)
    [junit] 	at ruby.home.sma.src.jruby_minus_1_dot_1.test.__file__(test:1)
    [junit] 	at ruby.home.sma.src.jruby_minus_1_dot_1.test.load(test)
    [junit] 	at org.jruby.Ruby.runScript(Ruby.java:510)
    [junit] 	at org.jruby.Ruby.runNormally(Ruby.java:430)
    [junit] 	at org.jruby.test.TestRubyBase.eval(TestRubyBase.java:69)
    [junit] 	at org.jruby.test.TestRaiseException.testRubyExceptionTraceIncludesJavas(TestRaiseException.java:82)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:154)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:127)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:75)
    [junit] 	at org.jruby.test.TestCodeCache.setUp(TestCodeCache.java:31)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] Testsuite: org.jruby.test.MainTestSuite
    [junit] Tests run: 246, Failures: 0, Errors: 16, Time elapsed: 53.294 sec

    [junit] ------------- Standard Error -----------------
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.RubyClass.invoke(RubyClass.java:249)
    [junit] 	at org.jruby.javasupport.util.RuntimeHelpers.invoke(RuntimeHelpers.java:318)
    [junit] 	at org.jruby.RubyObject.callMethod(RubyObject.java:469)
    [junit] 	at org.jruby.javasupport.TestJavaClass.test(TestJavaClass.java:14)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:154)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:127)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.javasupport.Java.load(Java.java:83)
    [junit] 	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:54)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:87)
    [junit] 	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:60)
    [junit] 	at org.jruby.javasupport.bsf.JRubyEngine.initialize(JRubyEngine.java:135)
    [junit] 	at org.apache.bsf.BSFManager$7.run(Unknown Source)
    [junit] 	at java.security.AccessController.doPrivileged(AccessController.java:246)
    [junit] 	at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
    [junit] 	at org.apache.bsf.BSFManager.exec(Unknown Source)
    [junit] 	at org.jruby.javasupport.test.TestBSF.setUp(TestBSF.java:62)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
    [junit] java.lang.AssertionError: CANON_EQ is not interned
    [junit] 	at org.jruby.RubyModule.fastGetConstantAt(RubyModule.java:2107)
    [junit] 	at org.jruby.javasupport.JavaClass$ConstantField.install(JavaClass.java:442)
    [junit] 	at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:700)
    [junit] 	at org.jruby.javasupport.Java.createProxyClass(Java.java:438)
    [junit] 	at org.jruby.javasupport.Java.getProxyClass(Java.java:393)
    [junit] 	at org.jruby.javasupport.Java.get_proxy_class(Java.java:424)
    [junit] 	at org.jruby.javasupport.Java$1.defineClassUnder(Java.java:150)
    [junit] 	at org.jruby.RubyModule.searchProvidersForClass(RubyModule.java:258)
    [junit] 	at org.jruby.RubyModule.defineOrGetClassUnder(RubyModule.java:879)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.classNode(ASTInterpreter.java:770)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:312)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
    [junit] 	at org.jruby.Ruby.loadFile(Ruby.java:1854)
    [junit] 	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
    [junit] 	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
    [junit] 	at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
    [junit] 	at org.jruby.RubyKernel.require(RubyKernel.java:671)
    [junit] 	at org.jruby.RubyKernelInvoker$require_s_method_1_0.call(Unknown Source)
    [junit] 	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
    [junit] 	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)
    [junit] 	at org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
    [junit] 	at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
    [junit] 	at org.jruby.evaluator.ASTInterpret