Guest User

Untitled

a guest
May 27th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. [jruby]$ spec/mspec/bin/mspec ci -t jruby spec/ruby/1.8/library/net/http/http
  2. jruby 1.1.5 (ruby 1.8.6 patchlevel 114) (2008-11-22 rev 8104) [i386-java]
  3. ..................................................Exception in thread "Thread-601" java.nio.channels.CancelledKeyException
  4. at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:55)
  5. at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:69)
  6. at sun.nio.ch.KQueueSelectorImpl.updateSelectedKeys(KQueueSelectorImpl.java:105)
  7. at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:74)
  8. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69)
  9. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80)
  10. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:84)
  11. at org.jruby.RubyThread.select(RubyThread.java:819)
  12. at org.jruby.ext.socket.RubyTCPServer.accept(RubyTCPServer.java:145)
  13. at org.jruby.ext.socket.RubyTCPServer$i_method_0_0$RUBYINVOKER$accept.call(org/jruby/ext/socket/RubyTCPServer$i_method_0_0$RUBYINVOKER$accept.gen)
  14. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:73)
  15. at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
  16. at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:120)
  17. at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:101)
  18. at org.jruby.ast.BlockNode.interpret(BlockNode.java:68)
  19. at org.jruby.ast.RescueNode.executeBody(RescueNode.java:222)
  20. at org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:144)
  21. at org.jruby.ast.RescueNode.interpret(RescueNode.java:107)
  22. at org.jruby.ast.BeginNode.interpret(BeginNode.java:80)
  23. at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:101)
  24. at org.jruby.ast.BlockNode.interpret(BlockNode.java:68)
  25. at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:155)
  26. at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:113)
  27. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:114)
  28. at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
  29. at org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:107)
  30. at org.jruby.ast.IfNode.interpret(IfNode.java:103)
  31. at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:101)
  32. at org.jruby.ast.BlockNode.interpret(BlockNode.java:68)
  33. at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:202)
  34. at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:153)
  35. at org.jruby.runtime.Block.yield(Block.java:120)
  36. at org.jruby.RubyArray.each(RubyArray.java:1555)
  37. at org.jruby.RubyArray$i_method_0_0$RUBYFRAMEDINVOKER$each.call(org/jruby/RubyArray$i_method_0_0$RUBYFRAMEDINVOKER$each.gen)
  38. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
  39. at org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:63)
  40. at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:101)
  41. at org.jruby.ast.IfNode.interpret(IfNode.java:108)
  42. at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:101)
  43. at org.jruby.ast.RescueNode.executeBody(RescueNode.java:222)
  44. at org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:144)
  45. at org.jruby.ast.RescueNode.interpret(RescueNode.java:107)
  46. at org.jruby.ast.BeginNode.interpret(BeginNode.java:80)
  47. at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:101)
  48. at org.jruby.ast.WhileNode.interpret(WhileNode.java:128)
  49. at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:101)
  50. at org.jruby.ast.BlockNode.interpret(BlockNode.java:68)
  51. at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:202)
  52. at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:190)
  53. at org.jruby.runtime.BlockBody.call(BlockBody.java:64)
  54. at org.jruby.runtime.BlockBody.call(BlockBody.java:70)
  55. at org.jruby.runtime.Block.call(Block.java:116)
  56. at org.jruby.RubyProc.call(RubyProc.java:205)
  57. at org.jruby.RubyProc.call(RubyProc.java:187)
  58. at org.jruby.internal.runtime.RubyRunnable.run(RubyRunnable.java:90)
  59. at java.lang.Thread.run(Thread.java:613)
Add Comment
Please, Sign In to add comment