On Tue, Apr 28, 2009 at 2:32 PM, Madars Vitolins <m...@silodev.eu> wrote:
> Hi Matthieu, > > Thanks for submiting inline var init! > Build error seems to be due that trunk is twice patched before submting. > > I have looked on some other files (which were added) and seems they all > have duplicated content. > I'm pleading non guilty. I ctrl+c'd on subversion to tweak the commit message, only to realize it had committed already. I swear I haven't committed twice. No clue why it did but the only conclusion possible is: Git is better ;) > > I will provide patch for this! > Thanks, I'll have a look. It's probably safer to revert the whole thing and reapply it after though. Matthieu > > Thanks, > Madars > > On Tue, 2009-04-28 at 17:04 +0000, Apache Hudson Server wrote: > > See http://hudson.zones.apache.org/hudson/job/ODE-trunk/173/changes > > > > Changes: > > > > [mriou] Add support for from-spec inside a variable declaration to > initialize it. > > > > ------------------------------------------ > > [...truncated 1259 lines...] > > at > org.jruby.runtime.CompiledBlockLight.yield(CompiledBlockLight.java:107) > > at > org.jruby.runtime.CompiledBlockLight.yield(CompiledBlockLight.java:88) > > at org.jruby.runtime.Block.yield(Block.java:109) > > at org.jruby.RubyArray.each(RubyArray.java:1311) > > at org.jruby.RubyArrayInvoker$each_method_0_0.call(Unknown Source) > > at > org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:295) > > at org.jruby.RubyObject.send(RubyObject.java:2057) > > at org.jruby.RubyObjectInvoker$send_method_0_0.call(Unknown Source) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:275) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.rake_minus_0_dot_8_dot_1.lib.rake.each14510031_12617107.__file__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1183) > > at > org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:23) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:237) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:309) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.rake_minus_0_dot_8_dot_1.lib.rake.invoke_prerequisites29963724_12617107.__file__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:515) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:300) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:363) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.buildr_minus_1_dot_3_dot_1_dot_1_minus_java.lib.buildr.core.application.invoke_with_call_chain12355216_12617107.block_0$RUBY$__block__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/buildr-1.3.1.1-java/lib/buildr/core/application.rb:374) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.buildr_minus_1_dot_3_dot_1_dot_1_minus_java.lib.buildr.core.application.invoke_with_call_chain12355216_12617107BlockCallback$block_0$RUBY$__block__xx1.call(Unknown > Source) > > at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:107) > > at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:88) > > at org.jruby.runtime.Block.yield(Block.java:109) > > at > org.jruby.libraries.ThreadLibrary$Mutex.synchronize(ThreadLibrary.java:158) > > at > org.jruby.libraries.ThreadLibrary$MutexInvoker$synchronize_method_0_0.call(Unknown > Source) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:309) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.buildr_minus_1_dot_3_dot_1_dot_1_minus_java.lib.buildr.core.application.invoke_with_call_chain12355216_12617107.__file__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/buildr-1.3.1.1-java/lib/buildr/core/application.rb:368) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:300) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:187) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:366) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.buildr_minus_1_dot_3_dot_1_dot_1_minus_java.lib.buildr.core.application.invoke1125535_12617107.__file__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/buildr-1.3.1.1-java/lib/buildr/core/application.rb:363) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:261) > > at > org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:670) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:324) > > at > org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:620) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:318) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:150) > > at > org.jruby.runtime.InterpretedBlock.call(InterpretedBlock.java:103) > > at org.jruby.runtime.Block.call(Block.java:105) > > at org.jruby.RubyProc.call(RubyProc.java:204) > > at org.jruby.RubyProc.call(RubyProc.java:189) > > at org.jruby.RubyProcInvoker$call_method_0_0.call(Unknown Source) > > at > org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNoBlock.call(JavaMethod.java:63) > > at > org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:329) > > at > org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:649) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:324) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:150) > > at > org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:115) > > at org.jruby.runtime.Block.yield(Block.java:109) > > at org.jruby.RubyArray.each(RubyArray.java:1311) > > at org.jruby.RubyArrayInvoker$each_method_0_0.call(Unknown Source) > > at > org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:295) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:275) > > at > org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:675) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:324) > > at > org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:620) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:318) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.internal.runtime.methods.DefaultMethod.interpretedCall(DefaultMethod.java:174) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:150) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:275) > > at > org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1139) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:370) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:150) > > at > org.jruby.runtime.InterpretedBlock.call(InterpretedBlock.java:103) > > at org.jruby.runtime.Block.call(Block.java:105) > > at org.jruby.RubyProc.call(RubyProc.java:204) > > at org.jruby.RubyProc.call(RubyProc.java:189) > > at org.jruby.RubyProcInvoker$call_method_0_0.call(Unknown Source) > > at > org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNoBlock.call(JavaMethod.java:63) > > at > org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:155) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:332) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.rake_minus_0_dot_8_dot_1.lib.rake.execute32271368_12617107.block_0$RUBY$__block__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:544) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.rake_minus_0_dot_8_dot_1.lib.rake.execute32271368_12617107BlockCallback$block_0$RUBY$__block__xx1.call(Unknown > Source) > > at > org.jruby.runtime.CompiledBlockLight.yield(CompiledBlockLight.java:107) > > at > org.jruby.runtime.CompiledBlockLight.yield(CompiledBlockLight.java:88) > > at org.jruby.runtime.Block.yield(Block.java:109) > > at org.jruby.RubyArray.each(RubyArray.java:1311) > > at org.jruby.RubyArrayInvoker$each_method_0_0.call(Unknown Source) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:309) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.rake_minus_0_dot_8_dot_1.lib.rake.execute32271368_12617107.__file__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:258) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:329) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.buildr_minus_1_dot_3_dot_1_dot_1_minus_java.lib.buildr.core.application.invoke_with_call_chain12355216_12617107.ensure_1$RUBY$__ensure__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/buildr-1.3.1.1-java/lib/buildr/core/application.rb:377) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.buildr_minus_1_dot_3_dot_1_dot_1_minus_java.lib.buildr.core.application.invoke_with_call_chain12355216_12617107.block_0$RUBY$__block__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/buildr-1.3.1.1-java/lib/buildr/core/application.rb:375) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.buildr_minus_1_dot_3_dot_1_dot_1_minus_java.lib.buildr.core.application.invoke_with_call_chain12355216_12617107BlockCallback$block_0$RUBY$__block__xx1.call(Unknown > Source) > > at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:107) > > at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:88) > > at org.jruby.runtime.Block.yield(Block.java:109) > > at > org.jruby.libraries.ThreadLibrary$Mutex.synchronize(ThreadLibrary.java:158) > > at > org.jruby.libraries.ThreadLibrary$MutexInvoker$synchronize_method_0_0.call(Unknown > Source) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:309) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.buildr_minus_1_dot_3_dot_1_dot_1_minus_java.lib.buildr.core.application.invoke_with_call_chain12355216_12617107.__file__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/buildr-1.3.1.1-java/lib/buildr/core/application.rb:368) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:300) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:363) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.rake_minus_0_dot_8_dot_1.lib.rake.invoke_prerequisites29963724_12617107.block_0$RUBY$__block__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:518) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.rake_minus_0_dot_8_dot_1.lib.rake.invoke_prerequisites29963724_12617107BlockCallback$block_0$RUBY$__block__xx1.call(Unknown > Source) > > at > org.jruby.runtime.CompiledBlockLight.yield(CompiledBlockLight.java:107) > > at > org.jruby.runtime.CompiledBlockLight.yield(CompiledBlockLight.java:88) > > at org.jruby.runtime.Block.yield(Block.java:109) > > at org.jruby.RubyArray.each(RubyArray.java:1311) > > at org.jruby.RubyArrayInvoker$each_method_0_0.call(Unknown Source) > > at > org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:295) > > at org.jruby.RubyObject.send(RubyObject.java:2057) > > at org.jruby.RubyObjectInvoker$send_method_0_0.call(Unknown Source) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:275) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.rake_minus_0_dot_8_dot_1.lib.rake.each14510031_12617107.__file__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1183) > > at > org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:23) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:237) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:309) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.rake_minus_0_dot_8_dot_1.lib.rake.invoke_prerequisites29963724_12617107.__file__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:515) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:300) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:363) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.buildr_minus_1_dot_3_dot_1_dot_1_minus_java.lib.buildr.core.application.invoke_with_call_chain12355216_12617107.block_0$RUBY$__block__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/buildr-1.3.1.1-java/lib/buildr/core/application.rb:374) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.buildr_minus_1_dot_3_dot_1_dot_1_minus_java.lib.buildr.core.application.invoke_with_call_chain12355216_12617107BlockCallback$block_0$RUBY$__block__xx1.call(Unknown > Source) > > at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:107) > > at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:88) > > at org.jruby.runtime.Block.yield(Block.java:109) > > at > org.jruby.libraries.ThreadLibrary$Mutex.synchronize(ThreadLibrary.java:158) > > at > org.jruby.libraries.ThreadLibrary$MutexInvoker$synchronize_method_0_0.call(Unknown > Source) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:309) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.buildr_minus_1_dot_3_dot_1_dot_1_minus_java.lib.buildr.core.application.invoke_with_call_chain12355216_12617107.__file__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/buildr-1.3.1.1-java/lib/buildr/core/application.rb:368) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:300) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:187) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:366) > > at > ruby.jit.ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.lib.ruby.gems.$1_dot_8.gems.buildr_minus_1_dot_3_dot_1_dot_1_minus_java.lib.buildr.core.application.invoke1125535_12617107.__file__(/zonestorage/hudson/home/mriou/tools/jruby-1.1.2/lib/ruby/gems/1.8/gems/buildr-1.3.1.1-java/lib/buildr/core/application.rb:363) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:261) > > at > org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:670) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:324) > > at > org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:620) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:318) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.internal.runtime.methods.DefaultMethod.interpretedCall(DefaultMethod.java:174) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:150) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:267) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:329) > > at > org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1116) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:370) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:150) > > at > org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:115) > > at org.jruby.runtime.Block.yield(Block.java:109) > > at org.jruby.RubyArray.each(RubyArray.java:1311) > > at org.jruby.RubyArrayInvoker$each_method_0_0.call(Unknown Source) > > at > org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:295) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:91) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:278) > > at > org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:675) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:324) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:150) > > at org.jruby.runtime.Block.yield(Block.java:114) > > at > org.jruby.evaluator.ASTInterpreter.yieldNode(ASTInterpreter.java:1850) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:509) > > at > org.jruby.evaluator.ASTInterpreter.rescueNode(ASTInterpreter.java:1556) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:468) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.internal.runtime.methods.DefaultMethod.interpretedCall(DefaultMethod.java:174) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:150) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:91) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:278) > > at > org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1139) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:370) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.internal.runtime.methods.DefaultMethod.interpretedCall(DefaultMethod.java:174) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:150) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:225) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:123) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:298) > > at > org.jruby.evaluator.ASTInterpreter.vcallNode(ASTInterpreter.java:1781) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:500) > > at > org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:620) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:318) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:150) > > at org.jruby.runtime.Block.yield(Block.java:114) > > at > org.jruby.evaluator.ASTInterpreter.yieldNode(ASTInterpreter.java:1850) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:509) > > at > org.jruby.evaluator.ASTInterpreter.rescueNode(ASTInterpreter.java:1556) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:468) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.internal.runtime.methods.DefaultMethod.interpretedCall(DefaultMethod.java:174) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:150) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:91) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:278) > > at > org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1139) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:370) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:150) > > at org.jruby.runtime.Block.yield(Block.java:114) > > at > org.jruby.evaluator.ASTInterpreter.yieldNode(ASTInterpreter.java:1850) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:509) > > at > org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:620) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:318) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.internal.runtime.methods.DefaultMethod.interpretedCall(DefaultMethod.java:174) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:150) > > at > org.jruby.internal.runtime.methods.WrapperMethod.call(WrapperMethod.java:90) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:91) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:278) > > at > org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:675) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:324) > > at > org.jruby.evaluator.ASTInterpreter.localAsgnNode(ASTInterpreter.java:1295) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:403) > > at > org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:620) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:318) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at > org.jruby.internal.runtime.methods.DefaultMethod.interpretedCall(DefaultMethod.java:174) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:150) > > at > org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:204) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:107) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:264) > > at > org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:670) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:324) > > at > org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:620) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:318) > > at > org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1654) > > at > org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:474) > > at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:170) > > at org.jruby.Ruby.loadFile(Ruby.java:2001) > > at > org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58) > > at org.jruby.runtime.load.LoadService.load(LoadService.java:212) > > at org.jruby.RubyKernel.load(RubyKernel.java:783) > > at org.jruby.RubyKernelInvoker$load_s_method_0_1.call(Unknown > Source) > > at > org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:155) > > at > org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:332) > > at > ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.bin.buildr.__file__(/export/home/mriou/tools/jruby-1.1.2/bin/buildr:19) > > at > ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.bin.buildr.__file__(/export/home/mriou/tools/jruby-1.1.2/bin/buildr) > > at > ruby.zonestorage.hudson.home.mriou.tools.jruby_minus_1_dot_1_dot_2.bin.buildr.load(/export/home/mriou/tools/jruby-1.1.2/bin/buildr) > > at org.jruby.Ruby.runScript(Ruby.java:512) > > at org.jruby.Ruby.runNormally(Ruby.java:432) > > at org.jruby.Ruby.runFromMain(Ruby.java:312) > > at org.jruby.Main.run(Main.java:144) > > at org.jruby.Main.run(Main.java:89) > > at org.jruby.Main.main(Main.java:80) > > rake aborted! > > Failed to process annotations, see errors above > > > > (See full trace by running task with --trace) > > [locks-and-latches] Releasing all the locks > > [locks-and-latches] All the locks released > > Recording fingerprints > > Recording test results > > > >