Advertisement
Guest User

Untitled

a guest
Jan 14th, 2020
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.58 KB | None | 0 0
  1. java.lang.RuntimeException: BUG: refined marker called as method
  2. at org.jruby.internal.runtime.methods.RefinedWrapper.call(RefinedWrapper.java:68)
  3. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:196)
  4. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:192)
  5. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:54)
  6. at org.jruby.runtime.callsite.RefinedCachingCallSite.call(RefinedCachingCallSite.java:59)
  7. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  8. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  9. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
  10. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
  11. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:153)
  12. at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1206)
  13. at org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:102)
  14. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  15. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  16. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
  17. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:156)
  18. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:143)
  19. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:120)
  20. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:386)
  21. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:184)
  22. at org.jruby.RubyClass.newInstance(RubyClass.java:894)
  23. at org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen)
  24. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:120)
  25. at org.jruby.runtime.callsite.RefinedCachingCallSite.call(RefinedCachingCallSite.java:95)
  26. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:338)
  27. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  28. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
  29. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
  30. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:153)
  31. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:332)
  32. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
  33. at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:540)
  34. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  35. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  36. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
  37. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
  38. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:153)
  39. at org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuper(IRRuntimeHelpers.java:1169)
  40. at org.jruby.ir.instructions.InstanceSuperInstr.interpret(InstanceSuperInstr.java:84)
  41. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  42. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  43. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
  44. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
  45. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:153)
  46. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:332)
  47. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
  48. at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:540)
  49. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  50. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  51. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
  52. at org.jruby.ir.instructions.DefineClassInstr.INTERPRET_CLASS(DefineClassInstr.java:94)
  53. at org.jruby.ir.instructions.DefineClassInstr.interpret(DefineClassInstr.java:78)
  54. at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  55. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  56. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
  57. at org.jruby.ir.instructions.DefineClassInstr.INTERPRET_CLASS(DefineClassInstr.java:94)
  58. at org.jruby.ir.instructions.DefineClassInstr.interpret(DefineClassInstr.java:78)
  59. at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  60. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  61. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
  62. at org.jruby.ir.instructions.DefineModuleInstr.INTERPRET_MODULE(DefineModuleInstr.java:81)
  63. at org.jruby.ir.instructions.DefineModuleInstr.interpret(DefineModuleInstr.java:69)
  64. at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  65. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  66. at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
  67. at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
  68. at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
  69. at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  70. at org.jruby.Ruby.runInterpreter(Ruby.java:870)
  71. at org.jruby.Ruby.loadFile(Ruby.java:2961)
  72. at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:234)
  73. at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  74. at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:887)
  75. at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:535)
  76. at org.jruby.runtime.load.LoadService.require(LoadService.java:402)
  77. at org.jruby.RubyKernel.requireCommon(RubyKernel.java:985)
  78. at org.jruby.RubyKernel.require(RubyKernel.java:978)
  79. at org.jruby.RubyKernel$INVOKER$s$1$0$require.call(RubyKernel$INVOKER$s$1$0$require.gen)
  80. at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:656)
  81. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:153)
  82. at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:135)
  83. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:153)
  84. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:153)
  85. at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1206)
  86. at org.jruby.ir.runtime.IRRuntimeHelpers.zSuper(IRRuntimeHelpers.java:1230)
  87. at Users.jakob.$_dot_gem.jruby.$2_dot_5_dot_7.gems.activesupport_minus_5_dot_0_dot_1.lib.active_support.dependencies.invokeSuper1:-unknown-super-target-(/Users/jakob/.gem/jruby/2.5.7/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293)
  88. at Users.jakob.$_dot_gem.jruby.$2_dot_5_dot_7.gems.activesupport_minus_5_dot_0_dot_1.lib.active_support.dependencies.RUBY$block$require$1(/Users/jakob/.gem/jruby/2.5.7/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293)
  89. at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  90. at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  91. at org.jruby.runtime.Block.yieldSpecific(Block.java:139)
  92. at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  93. at Users.jakob.$_dot_gem.jruby.$2_dot_5_dot_7.gems.activesupport_minus_5_dot_0_dot_1.lib.active_support.dependencies.RUBY$method$load_dependency$0(/Users/jakob/.gem/jruby/2.5.7/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:259)
  94. at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
  95. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:140)
  96. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:120)
  97. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:182)
  98. at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:191)
  99. at Users.jakob.$_dot_gem.jruby.$2_dot_5_dot_7.gems.activesupport_minus_5_dot_0_dot_1.lib.active_support.dependencies.invokeOther2:load_dependency(/Users/jakob/.gem/jruby/2.5.7/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293)
  100. at Users.jakob.$_dot_gem.jruby.$2_dot_5_dot_7.gems.activesupport_minus_5_dot_0_dot_1.lib.active_support.dependencies.RUBY$method$require$0(/Users/jakob/.gem/jruby/2.5.7/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293)
  101. at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
  102. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:140)
  103. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:200)
  104. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:65)
  105. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:375)
  106. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:174)
  107. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  108. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  109. at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
  110. at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
  111. at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
  112. at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  113. at org.jruby.Ruby.runInterpreter(Ruby.java:870)
  114. at org.jruby.Ruby.loadFile(Ruby.java:2961)
  115. at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:234)
  116. at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  117. at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:887)
  118. at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:535)
  119. at org.jruby.runtime.load.LoadService.require(LoadService.java:402)
  120. at org.jruby.RubyKernel.requireCommon(RubyKernel.java:985)
  121. at org.jruby.RubyKernel.require(RubyKernel.java:978)
  122. at org.jruby.RubyKernel$INVOKER$s$1$0$require.call(RubyKernel$INVOKER$s$1$0$require.gen)
  123. at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:656)
  124. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:153)
  125. at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:135)
  126. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:153)
  127. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:153)
  128. at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1206)
  129. at org.jruby.ir.runtime.IRRuntimeHelpers.zSuper(IRRuntimeHelpers.java:1230)
  130. at Users.jakob.$_dot_gem.jruby.$2_dot_5_dot_7.gems.activesupport_minus_5_dot_0_dot_1.lib.active_support.dependencies.invokeSuper1:-unknown-super-target-(/Users/jakob/.gem/jruby/2.5.7/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293)
  131. at Users.jakob.$_dot_gem.jruby.$2_dot_5_dot_7.gems.activesupport_minus_5_dot_0_dot_1.lib.active_support.dependencies.RUBY$block$require$1(/Users/jakob/.gem/jruby/2.5.7/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293)
  132. at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  133. at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  134. at org.jruby.runtime.Block.yieldSpecific(Block.java:139)
  135. at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  136. at Users.jakob.$_dot_gem.jruby.$2_dot_5_dot_7.gems.activesupport_minus_5_dot_0_dot_1.lib.active_support.dependencies.RUBY$method$load_dependency$0(/Users/jakob/.gem/jruby/2.5.7/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:259)
  137. at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
  138. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:140)
  139. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:120)
  140. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:182)
  141. at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:191)
  142. at Users.jakob.$_dot_gem.jruby.$2_dot_5_dot_7.gems.activesupport_minus_5_dot_0_dot_1.lib.active_support.dependencies.invokeOther2:load_dependency(/Users/jakob/.gem/jruby/2.5.7/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293)
  143. at Users.jakob.$_dot_gem.jruby.$2_dot_5_dot_7.gems.activesupport_minus_5_dot_0_dot_1.lib.active_support.dependencies.RUBY$method$require$0(/Users/jakob/.gem/jruby/2.5.7/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293)
  144. at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
  145. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:140)
  146. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:200)
  147. at org.jruby.internal.runtime.methods.ProfilingDynamicMethod.call(ProfilingDynamicMethod.java:65)
  148. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:375)
  149. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:174)
  150. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  151. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  152. at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
  153. at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
  154. at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
  155. at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  156. at org.jruby.Ruby.runInterpreter(Ruby.java:870)
  157. at org.jruby.Ruby.loadFile(Ruby.java:2961)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement