Skip to content

Instantly share code, notes, and snippets.

@stepheneb
Created March 15, 2009 11:02
Show Gist options
  • Select an option

  • Save stepheneb/79390 to your computer and use it in GitHub Desktop.

Select an option

Save stepheneb/79390 to your computer and use it in GitHub Desktop.
[activesupport (xml_mini_jdom)]$ jruby -S rake test
(in /Users/stephen/dev/ruby/src/gems/rails.git/activesupport)
/Users/stephen/dev/ruby/src/jruby.git/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/gempackagetask.rb:13:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009.
/Users/stephen/dev/ruby/src/jruby.git/bin/jruby -w -Ilib:test "/Users/stephen/dev/ruby/src/jruby.git/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb" "test/buffered_logger_test.rb" "test/caching_test.rb" "test/callbacks_test.rb" "test/clean_backtrace_test.rb" "test/clean_logger_test.rb" "test/dependencies_test.rb" "test/deprecation_test.rb" "test/gzip_test.rb" "test/i18n_test.rb" "test/inflector_test.rb" "test/memoizable_test.rb" "test/message_encryptor_test.rb" "test/message_verifier_test.rb" "test/multibyte_chars_test.rb" "test/multibyte_unicode_database_test.rb" "test/option_merger_test.rb" "test/ordered_hash_test.rb" "test/ordered_options_test.rb" "test/rescuable_test.rb" "test/secure_random_test.rb" "test/string_inquirer_test.rb" "test/test_test.rb" "test/time_zone_test.rb" "test/whiny_nil_test.rb" "test/core_ext/array_ext_test.rb" "test/core_ext/base64_ext_test.rb" "test/core_ext/blank_test.rb" "test/core_ext/cgi_ext_test.rb" "test/core_ext/class_test.rb" "test/core_ext/date_ext_test.rb" "test/core_ext/date_time_ext_test.rb" "test/core_ext/duplicable_test.rb" "test/core_ext/duration_test.rb" "test/core_ext/enumerable_test.rb" "test/core_ext/exception_test.rb" "test/core_ext/file_test.rb" "test/core_ext/float_ext_test.rb" "test/core_ext/hash_ext_test.rb" "test/core_ext/integer_ext_test.rb" "test/core_ext/kernel_test.rb" "test/core_ext/load_error_test.rb" "test/core_ext/module_test.rb" "test/core_ext/name_error_test.rb" "test/core_ext/numeric_ext_test.rb" "test/core_ext/object_and_class_ext_test.rb" "test/core_ext/object_ext_test.rb" "test/core_ext/pathname_test.rb" "test/core_ext/proc_test.rb" "test/core_ext/range_ext_test.rb" "test/core_ext/string_ext_test.rb" "test/core_ext/symbol_test.rb" "test/core_ext/time_ext_test.rb" "test/core_ext/time_with_zone_test.rb" "test/core_ext/uri_ext_test.rb" "test/core_ext/class/attribute_accessor_test.rb" "test/core_ext/class/class_inheritable_attributes_test.rb" "test/core_ext/class/delegating_attributes_test.rb" "test/core_ext/module/attr_accessor_with_default_test.rb" "test/core_ext/module/attr_internal_test.rb" "test/core_ext/module/attribute_accessor_test.rb" "test/core_ext/module/attribute_aliasing_test.rb" "test/core_ext/module/model_naming_test.rb" "test/core_ext/module/synchronization_test.rb" "test/json/decoding_test.rb" "test/json/encoding_test.rb" "test/xml_mini/jdom_engine_test.rb" "test/xml_mini/nokogiri_engine_test.rb" "test/xml_mini/rexml_engine_test.rb"
Skipping memcached backed store tests. Start memcached and try again.
Loaded suite /Users/stephen/dev/ruby/src/jruby.git/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader
Started
............................................................................test/test_test.rb:1 warning: Useless use of + in void context.
test/test_test.rb:1 warning: Useless use of + in void context.
test/test_test.rb:1 warning: Useless use of + in void context.
test/test_test.rb:1 warning: Useless use of + in void context.
test/test_test.rb:1 warning: Useless use of + in void context.
test/test_test.rb:1 warning: Useless use of + in void context.
test/test_test.rb:1 warning: Useless use of + in void context.
test/test_test.rb:1 warning: Useless use of + in void context.
.........................................................................................................................................................................................................................................................................................................................................................................................................................................[Fatal Error] :1:12: The processing instruction target matching "[xX][mM][lL]" is not allowed.
................................................................................................................................................................................................................................java.security.InvalidAlgorithmParameterException: IV must be 16 bytes long.
at org.bouncycastle.jce.provider.JCEBlockCipher.engineInit(Unknown Source)
at javax.crypto.Cipher.init(DashoA12275)
at javax.crypto.Cipher.init(DashoA12275)
at org.jruby.ext.openssl.Cipher.doInitialize(Cipher.java:529)
at org.jruby.ext.openssl.Cipher.update(Cipher.java:551)
at org.jruby.ext.openssl.Cipher$i_method_1_0$RUBYINVOKER$update.call(org/jruby/ext/openssl/Cipher$i_method_1_0$RUBYINVOKER$update.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:112)
at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:225)
at org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:147)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:171)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:150)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:112)
at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:192)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:143)
at org.jruby.runtime.Block.yield(Block.java:194)
at org.jruby.ast.YieldNode.interpret(YieldNode.java:115)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:225)
at org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:147)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:192)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:143)
at org.jruby.runtime.InterpretedBlock.yieldSpecific(InterpretedBlock.java:117)
at org.jruby.runtime.Block.yieldSpecific(Block.java:99)
at ruby.jit.ruby.Users.stephen.dev.ruby.src.jruby_dot_git.lib.ruby.$1_dot_8.test.unit.assertions.assert_block3838591_15787558.block_0$RUBY$__block__(assertions.rb:47)
at ruby.jit.ruby.Users.stephen.dev.ruby.src.jruby_dot_git.lib.ruby.$1_dot_8.test.unit.assertions.assert_block3838591_15787558BlockCallback$block_0$RUBY$__block__xx1.call(Unknown Source)
at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:102)
at org.jruby.runtime.CompiledBlock.yieldSpecific(CompiledBlock.java:78)
at org.jruby.runtime.Block.yieldSpecific(Block.java:99)
at ruby.jit.ruby.Users.stephen.dev.ruby.src.jruby_dot_git.lib.ruby.$1_dot_8.test.unit.assertions._wrap_assertion15002178_15787558.__file__(assertions.rb:500)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:128)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:146)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:96)
at ruby.jit.ruby.Users.stephen.dev.ruby.src.jruby_dot_git.lib.ruby.$1_dot_8.test.unit.assertions.assert_block3838591_15787558.__file__(assertions.rb:46)
at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:41)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:162)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:161)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:283)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:121)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:136)
at org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:192)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:143)
at org.jruby.runtime.InterpretedBlock.yieldSpecific(InterpretedBlock.java:117)
at org.jruby.runtime.Block.yieldSpecific(Block.java:99)
at ruby.jit.ruby.Users.stephen.dev.ruby.src.jruby_dot_git.lib.ruby.$1_dot_8.test.unit.assertions._wrap_assertion15002178_15787558.ensure_1$RUBY$__ensure___0(assertions.rb:495)
at ruby.jit.ruby.Users.stephen.dev.ruby.src.jruby_dot_git.lib.ruby.$1_dot_8.test.unit.assertions._wrap_assertion15002178_15787558.__file__(assertions.rb:493)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:128)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:146)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:263)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:81)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:96)
at org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:158)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:283)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:121)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:136)
at org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:171)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:150)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:112)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:153)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:143)
at org.jruby.RubyClass.finvoke(RubyClass.java:333)
at org.jruby.RubyObject.send(RubyObject.java:1397)
at org.jruby.RubyObject$i_method_multi$RUBYINVOKER$send.call(org/jruby/RubyObject$i_method_multi$RUBYINVOKER$send.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:259)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:110)
at ruby.jit.ruby.Users.stephen.dev.ruby.src.jruby_dot_git.lib.ruby.gems.$1_dot_8.gems.mocha_minus_0_dot_9_dot_5.lib.mocha.test_case_adapter.run8612989_15787558.rescue_1$RUBY$__rescue___2(test_case_adapter.rb:69)
at ruby.jit.ruby.Users.stephen.dev.ruby.src.jruby_dot_git.lib.ruby.gems.$1_dot_8.gems.mocha_minus_0_dot_9_dot_5.lib.mocha.test_case_adapter.run8612989_15787558.ensure_2$RUBY$__ensure___1(test_case_adapter.rb)
at ruby.jit.ruby.Users.stephen.dev.ruby.src.jruby_dot_git.lib.ruby.gems.$1_dot_8.gems.mocha_minus_0_dot_9_dot_5.lib.mocha.test_case_adapter.run8612989_15787558.ensure_1$RUBY$__ensure___0(test_case_adapter.rb:67)
at ruby.jit.ruby.Users.stephen.dev.ruby.src.jruby_dot_git.lib.ruby.gems.$1_dot_8.gems.mocha_minus_0_dot_9_dot_5.lib.mocha.test_case_adapter.run8612989_15787558.__file__(test_case_adapter.rb:66)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:162)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:161)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:119)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:126)
at ruby.jit.ruby.Users.stephen.dev.ruby.src.jruby_dot_git.lib.ruby.$1_dot_8.test.unit.testsuite.run12830473_15787558.block_0$RUBY$__block__(testsuite.rb:34)
at ruby.jit.ruby.Users.stephen.dev.ruby.src.jruby_dot_git.lib.ruby.$1_dot_8.test.unit.testsuite.run12830473_15787558BlockCallback$block_0$RUBY$__block__xx1.call(Unknown Source)
at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:102)
at org.jruby.runtime.Block.yield(Block.java:194)
at org.jruby.RubyArray.each(RubyArray.java:1562)
at org.jruby.RubyArray$i_method_0_0$RUBYFRAMEDINVOKER$each.call(org/jruby/RubyArray$i_method_0_0$RUBYFRAMEDINVOKER$each.gen)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:96)
at ruby.jit.ruby.Users.stephen.dev.ruby.src.jruby_dot_git.lib.ruby.$1_dot_8.test.unit.testsuite.run12830473_15787558.__file__(testsuite.rb:33)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:162)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:161)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:119)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:126)
at org.jruby.ast.CallOneArgBlockPassNode.interpret(CallOneArgBlockPassNode.java:60)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:192)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:143)
at org.jruby.runtime.Block.yield(Block.java:194)
at org.jruby.RubyArray.each(RubyArray.java:1562)
at org.jruby.RubyArray$i_method_0_0$RUBYFRAMEDINVOKER$each.call(org/jruby/RubyArray$i_method_0_0$RUBYFRAMEDINVOKER$each.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:263)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:81)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
at org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:158)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:283)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:121)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:126)
at org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:134)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:135)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:253)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72)
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:88)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:134)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:135)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:253)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72)
at org.jruby.ast.VCallNode.interpret(VCallNode.java:85)
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:88)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:134)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:135)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:253)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72)
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:88)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:208)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:165)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:293)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:152)
at org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59)
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:134)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:135)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:253)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72)
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:134)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:135)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:253)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72)
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.IfNode.interpret(IfNode.java:114)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:192)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:180)
at org.jruby.runtime.BlockBody.call(BlockBody.java:72)
at org.jruby.runtime.BlockBody.call(BlockBody.java:78)
at org.jruby.runtime.Block.call(Block.java:89)
at org.jruby.RubyProc.call(RubyProc.java:204)
at org.jruby.RubyProc.call(RubyProc.java:187)
at org.jruby.Ruby.tearDown(Ruby.java:2457)
at org.jruby.Main.run(Main.java:231)
at org.jruby.Main.run(Main.java:110)
at org.jruby.util.ShellLauncher$ScriptThreadProcess.run(ShellLauncher.java:103)
at java.lang.Thread.run(Thread.java:613)
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 8.335 seconds.
1672 tests, 7301 assertions, 0 failures, 0 errors
[activesupport (xml_mini_jdom)]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment