Created
October 28, 2011 15:11
-
-
Save taylor/1322499 to your computer and use it in GitHub Desktop.
rake niceogiri
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /Users/taylor/sw/depot/rvm/rubies/jruby-1.6.4/bin/jruby -I"lib:lib:spec" -I"/Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo/gems/rake-0.9.2.2/lib" "/Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb" "spec/**/*_spec.rb" | |
| Loaded suite /Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo/gems/rake-0.9.2.2/lib/rake/rake_test_loader | |
| Started | |
| F.FE.........E.F....EFE............ | |
| Finished in 1.082000 seconds. | |
| 1) Failure: | |
| test_0014_will_remove_a_child_with_a_specific_xmlns(NiceogiriXmlNodeSpec) [/Users/taylor/work/src/clients/mojolingo/niceogiri/spec/niceogiri/xml/node_spec.rb:108]: | |
| Expected 1, not 2. | |
| 2) Failure: | |
| test_0017_provides_an_inherit_mechanism(NiceogiriXmlNodeSpec) [/Users/taylor/work/src/clients/mojolingo/niceogiri/spec/niceogiri/xml/node_spec.rb:139]: | |
| Expected "bar", not nil. | |
| 3) Error: | |
| test_0006_provides_an_attribute_reader_with_converstion(NiceogiriXmlNodeSpec): | |
| Java::OrgW3cDom::DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces. | |
| org.apache.xerces.dom.CoreDocumentImpl.checkNamespaceWF(Unknown Source) | |
| org.apache.xerces.dom.ElementNSImpl.setName(Unknown Source) | |
| org.apache.xerces.dom.ElementNSImpl.<init>(Unknown Source) | |
| org.apache.xerces.dom.CoreDocumentImpl.createElementNS(Unknown Source) | |
| nokogiri.XmlNode.init(XmlNode.java:319) | |
| nokogiri.XmlNode.rbNew(XmlNode.java:284) | |
| nokogiri.XmlNode$s$0$0$rbNew.call(XmlNode$s$0$0$rbNew.gen:65535) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:219) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:236) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:243) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:109) | |
| org.jruby.ast.SuperNode.interpret(SuperNode.java:114) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:147) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:292) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:63) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:191) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:122) | |
| org.jruby.runtime.Block.call(Block.java:89) | |
| org.jruby.RubyProc.call(RubyProc.java:274) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:523) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1685) | |
| org.jruby.RubyBasicObject$i$send19.call(RubyBasicObject$i$send19.gen:65535) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:266) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:216) | |
| org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:110) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:154) | |
| org.jruby.runtime.Block.yield(Block.java:130) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1596) | |
| org.jruby.RubyArray.each(RubyArray.java:1603) | |
| org.jruby.RubyArray$i$0$0$each.call(RubyArray$i$0$0$each.gen:65535) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:142) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:154) | |
| org.jruby.runtime.Block.yield(Block.java:130) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1596) | |
| org.jruby.RubyArray.each(RubyArray.java:1603) | |
| org.jruby.RubyArray$i$0$0$each.call(RubyArray$i$0$0$each.gen:65535) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:216) | |
| org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:110) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:191) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:122) | |
| org.jruby.runtime.Block.call(Block.java:89) | |
| org.jruby.RubyProc.call(RubyProc.java:274) | |
| org.jruby.RubyProc.call(RubyProc.java:233) | |
| org.jruby.Ruby.tearDown(Ruby.java:2739) | |
| org.jruby.Ruby.tearDown(Ruby.java:2726) | |
| org.jruby.Main.internalRun(Main.java:201) | |
| org.jruby.Main.run(Main.java:164) | |
| org.jruby.Main.run(Main.java:148) | |
| org.jruby.util.ShellLauncher$ScriptThreadProcess.run(ShellLauncher.java:140) | |
| java.lang.Thread.run(Thread.java:680) | |
| 4) Error: | |
| test_0007_provides_an_attribute_writer(NiceogiriXmlNodeSpec): | |
| Java::OrgW3cDom::DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces. | |
| org.apache.xerces.dom.CoreDocumentImpl.checkNamespaceWF(Unknown Source) | |
| org.apache.xerces.dom.ElementNSImpl.setName(Unknown Source) | |
| org.apache.xerces.dom.ElementNSImpl.<init>(Unknown Source) | |
| org.apache.xerces.dom.CoreDocumentImpl.createElementNS(Unknown Source) | |
| nokogiri.XmlNode.init(XmlNode.java:319) | |
| nokogiri.XmlNode.rbNew(XmlNode.java:284) | |
| nokogiri.XmlNode$s$0$0$rbNew.call(XmlNode$s$0$0$rbNew.gen:65535) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:219) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:236) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:243) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:109) | |
| org.jruby.ast.SuperNode.interpret(SuperNode.java:114) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:147) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:292) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:63) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:191) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:122) | |
| org.jruby.runtime.Block.call(Block.java:89) | |
| org.jruby.RubyProc.call(RubyProc.java:274) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:523) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1685) | |
| org.jruby.RubyBasicObject$i$send19.call(RubyBasicObject$i$send19.gen:65535) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:266) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:216) | |
| org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:110) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:154) | |
| org.jruby.runtime.Block.yield(Block.java:130) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1596) | |
| org.jruby.RubyArray.each(RubyArray.java:1603) | |
| org.jruby.RubyArray$i$0$0$each.call(RubyArray$i$0$0$each.gen:65535) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:142) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:154) | |
| org.jruby.runtime.Block.yield(Block.java:130) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1596) | |
| org.jruby.RubyArray.each(RubyArray.java:1603) | |
| org.jruby.RubyArray$i$0$0$each.call(RubyArray$i$0$0$each.gen:65535) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:216) | |
| org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:110) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:191) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:122) | |
| org.jruby.runtime.Block.call(Block.java:89) | |
| org.jruby.RubyProc.call(RubyProc.java:274) | |
| org.jruby.RubyProc.call(RubyProc.java:233) | |
| org.jruby.Ruby.tearDown(Ruby.java:2739) | |
| org.jruby.Ruby.tearDown(Ruby.java:2726) | |
| org.jruby.Main.internalRun(Main.java:201) | |
| org.jruby.Main.run(Main.java:164) | |
| org.jruby.Main.run(Main.java:148) | |
| org.jruby.util.ShellLauncher$ScriptThreadProcess.run(ShellLauncher.java:140) | |
| java.lang.Thread.run(Thread.java:680) | |
| 5) Failure: | |
| test_0019_provides_a_mechanism_to_inherit_attrs(NiceogiriXmlNodeSpec) [/Users/taylor/work/src/clients/mojolingo/niceogiri/spec/niceogiri/xml/node_spec.rb:156]: | |
| Expected "bar", not nil. | |
| 6) Error: | |
| test_0018_holds_on_to_namespaces_when_inheriting_content(NiceogiriXmlNodeSpec): | |
| NoMethodError: private method `namespace' called for nil:NilClass | |
| /Users/taylor/work/src/clients/mojolingo/niceogiri/spec/../lib/niceogiri/xml/node.rb:137:in `inherit' | |
| /Users/taylor/work/src/clients/mojolingo/niceogiri/spec/niceogiri/xml/node_spec.rb:146:in `test_0018_holds_on_to_namespaces_when_inheriting_content' | |
| org/jruby/RubyBasicObject.java:1685:in `__send__' | |
| 7) Failure: | |
| test_0012_provides_attr_accessor_for_namespace(NiceogiriXmlNodeSpec) [/Users/taylor/work/src/clients/mojolingo/niceogiri/spec/niceogiri/xml/node_spec.rb:88]: | |
| Expected "foo:bar", not nil. | |
| 8) Error: | |
| test_0005_provides_an_attribute_reader(NiceogiriXmlNodeSpec): | |
| Java::OrgW3cDom::DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces. | |
| org.apache.xerces.dom.CoreDocumentImpl.checkNamespaceWF(Unknown Source) | |
| org.apache.xerces.dom.ElementNSImpl.setName(Unknown Source) | |
| org.apache.xerces.dom.ElementNSImpl.<init>(Unknown Source) | |
| org.apache.xerces.dom.CoreDocumentImpl.createElementNS(Unknown Source) | |
| nokogiri.XmlNode.init(XmlNode.java:319) | |
| nokogiri.XmlNode.rbNew(XmlNode.java:284) | |
| nokogiri.XmlNode$s$0$0$rbNew.call(XmlNode$s$0$0$rbNew.gen:65535) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:219) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:236) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:243) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:109) | |
| org.jruby.ast.SuperNode.interpret(SuperNode.java:114) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:147) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:292) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:63) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:191) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:122) | |
| org.jruby.runtime.Block.call(Block.java:89) | |
| org.jruby.RubyProc.call(RubyProc.java:274) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:523) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1685) | |
| org.jruby.RubyBasicObject$i$send19.call(RubyBasicObject$i$send19.gen:65535) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:266) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:216) | |
| org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:110) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:154) | |
| org.jruby.runtime.Block.yield(Block.java:130) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1596) | |
| org.jruby.RubyArray.each(RubyArray.java:1603) | |
| org.jruby.RubyArray$i$0$0$each.call(RubyArray$i$0$0$each.gen:65535) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:142) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:154) | |
| org.jruby.runtime.Block.yield(Block.java:130) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1596) | |
| org.jruby.RubyArray.each(RubyArray.java:1603) | |
| org.jruby.RubyArray$i$0$0$each.call(RubyArray$i$0$0$each.gen:65535) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:216) | |
| org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:110) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:191) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:122) | |
| org.jruby.runtime.Block.call(Block.java:89) | |
| org.jruby.RubyProc.call(RubyProc.java:274) | |
| org.jruby.RubyProc.call(RubyProc.java:233) | |
| org.jruby.Ruby.tearDown(Ruby.java:2739) | |
| org.jruby.Ruby.tearDown(Ruby.java:2726) | |
| org.jruby.Main.internalRun(Main.java:201) | |
| org.jruby.Main.run(Main.java:164) | |
| org.jruby.Main.run(Main.java:148) | |
| org.jruby.util.ShellLauncher$ScriptThreadProcess.run(ShellLauncher.java:140) | |
| java.lang.Thread.run(Thread.java:680) | |
| 35 tests, 68 assertions, 4 failures, 4 errors, 0 skips | |
| Test run options: --seed 59595 | |
| org.jruby.exceptions.RaiseException: (SystemExit) exit | |
| rake aborted! | |
| Command failed with status (-1): [/Users/taylor/sw/depot/rvm/rubies/jruby-1....] | |
| Tasks: TOP => default => test | |
| (See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment