Guest User

Untitled

a guest
Oct 31st, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 963.41 KB | None | 0 0
  1. Coverage may be inaccurate; set the "--debug" command line option, or do JRUBY_OPTS="--debug" or set the "debug.fullTrace=true" option in your .jrubyrc
  2. /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/simplecov-994dbff2780a/lib/simplecov.rb:53: warning: tracing (e.g. set_trace_func) will not capture all events without --debug flag
  3. ==> Loading config from ENV or use default
  4. ==> Running specs with JRuby version 9.2.1.0-SNAPSHOT
  5. /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_handling.rb:113: warning: shadowing outer local variable - role
  6. /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/ruby-plsql-914c46ab36d2/lib/plsql/jdbc_connection.rb:225: warning: constant ::Fixnum is deprecated
  7. /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/ruby-plsql-914c46ab36d2/lib/plsql/jdbc_connection.rb:226: warning: constant ::Bignum is deprecated
  8. ==> Effective ActiveRecord version 6.0.0.alpha
  9. ...........................F.*........................................................................................................FF
  10. An error occurred in an `after(:context)` hook.
  11. Failure/Error: Unable to find oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java to read failed line
  12.  
  13. ActiveRecord::StatementInvalid:
  14. Java::JavaSql::SQLSyntaxErrorException: ORA-00942: table or view does not exist
  15. : DROP TABLE "TEST_NAMES"
  16. # oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java:494)
  17. # oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java:446)
  18. # oracle.jdbc.driver.T4C8Oall.processError(oracle/jdbc/driver/T4C8Oall.java:1052)
  19. # oracle.jdbc.driver.T4CTTIfun.receive(oracle/jdbc/driver/T4CTTIfun.java:537)
  20. # oracle.jdbc.driver.T4CTTIfun.doRPC(oracle/jdbc/driver/T4CTTIfun.java:255)
  21. # oracle.jdbc.driver.T4C8Oall.doOALL(oracle/jdbc/driver/T4C8Oall.java:610)
  22. # oracle.jdbc.driver.T4CStatement.doOall8(oracle/jdbc/driver/T4CStatement.java:213)
  23. # oracle.jdbc.driver.T4CStatement.doOall8(oracle/jdbc/driver/T4CStatement.java:37)
  24. # oracle.jdbc.driver.T4CStatement.executeForRows(oracle/jdbc/driver/T4CStatement.java:887)
  25. # oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(oracle/jdbc/driver/OracleStatement.java:1136)
  26. # oracle.jdbc.driver.OracleStatement.executeInternal(oracle/jdbc/driver/OracleStatement.java:1754)
  27. # oracle.jdbc.driver.OracleStatement.execute(oracle/jdbc/driver/OracleStatement.java:1709)
  28. # oracle.jdbc.driver.OracleStatementWrapper.execute(oracle/jdbc/driver/OracleStatementWrapper.java:300)
  29. # sun.reflect.GeneratedMethodAccessor21.invoke(sun/reflect/GeneratedMethodAccessor21)
  30. # sun.reflect.DelegatingMethodAccessorImpl.invoke(sun/reflect/DelegatingMethodAccessorImpl.java:43)
  31. # java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)
  32. # org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:455)
  33. # org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:316)
  34. # org.jruby.java.invokers.InstanceMethodInvoker.call(org/jruby/java/invokers/InstanceMethodInvoker.java:46)
  35. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  36. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.invokeOther14:execute(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:268)
  37. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.exec_no_retry(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:268)
  38. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  39. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  40. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  41. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  42. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.invokeOther0:exec_no_retry(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:252)
  43. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.exec(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:252)
  44. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  45. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  46. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  47. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  48. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.with_retry(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:239)
  49. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
  50. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  51. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  52. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  53. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.invokeOther2:with_retry(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:251)
  54. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.exec(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:251)
  55. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  56. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  57. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  58. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  59. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther1:exec(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:13)
  60. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.execute(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:13)
  61. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  62. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  63. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  64. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  65. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.log(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:606)
  66. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  67. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  68. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  69. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  70. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.monitor_dot_rb.mon_synchronize(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/monitor.rb:226)
  71. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
  72. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  73. # org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:85)
  74. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  75. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  76. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther2:synchronize(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record/connection_adapters//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  77. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.log(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  78. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  79. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:114)
  80. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  81. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
  82. # org.jruby.ir.targets.YieldSite.yield(org/jruby/ir/targets/YieldSite.java:105)
  83. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activesupport.lib.active_support.notifications.instrumenter_dot_rb.instrument(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activesupport/lib/active_support/notifications/instrumenter.rb:23)
  84. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  85. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:113)
  86. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186)
  87. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:209)
  88. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:218)
  89. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther22:instrument(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record/connection_adapters//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  90. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.log(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  91. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  92. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
  93. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1149)
  94. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.invokeSuper1:-unknown-super-target-(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  95. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.log(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  96. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  97. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:113)
  98. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186)
  99. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:209)
  100. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:218)
  101. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther3:log(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:13)
  102. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.execute(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:13)
  103. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  104. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:100)
  105. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  106. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  107. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  108. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  109. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  110. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  111. # RUBY.drop_table(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:259)
  112. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  113. # org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
  114. # org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
  115. # org.jruby.RubyKernel.send(org/jruby/RubyKernel.java:2184)
  116. # org.jruby.RubyKernel$INVOKER$s$send.call(org/jruby/RubyKernel$INVOKER$s$send.gen)
  117. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
  118. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.invokeOther36:send(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:875)
  119. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.method_missing(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:875)
  120. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  121. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  122. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  123. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  124. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.say_with_time(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:843)
  125. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  126. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  127. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  128. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  129. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.benchmark_dot_rb.measure(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/benchmark.rb:293)
  130. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  131. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:87)
  132. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  133. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  134. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  135. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.invokeOther2:measure(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:843)
  136. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.say_with_time(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:843)
  137. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  138. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  139. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
  140. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
  141. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
  142. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.invokeOther47:say_with_time(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:864)
  143. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.method_missing(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:864)
  144. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  145. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
  146. # org.jruby.runtime.Helpers$MethodMissingMethod.call(org/jruby/runtime/Helpers.java:309)
  147. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:203)
  148. # org.jruby.runtime.callsite.CachingCallSite.callMethodMissing(org/jruby/runtime/callsite/CachingCallSite.java:420)
  149. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:341)
  150. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  151. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  152. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  153. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  154. # RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:336)
  155. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  156. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
  157. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
  158. # org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
  159. # org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1806)
  160. # org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1825)
  161. # org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:2603)
  162. # org.jruby.RubyBasicObject$INVOKER$i$instance_eval.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval.gen)
  163. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
  164. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
  165. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther0:instance_eval(home/vagrant/oracle_minus_enhanced/spec//home/vagrant/oracle-enhanced/spec/spec_helper.rb:114)
  166. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:114)
  167. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  168. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  169. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  170. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  171. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.suppress_messages(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:852)
  172. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
  173. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  174. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
  175. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
  176. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  177. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther2:suppress_messages(home/vagrant/oracle_minus_enhanced/spec//home/vagrant/oracle-enhanced/spec/spec_helper.rb:113)
  178. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:113)
  179. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  180. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:122)
  181. # org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
  182. # org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1806)
  183. # org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1825)
  184. # org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:2603)
  185. # org.jruby.RubyBasicObject$INVOKER$i$instance_eval.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval.gen)
  186. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  187. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther0:instance_eval(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:50)
  188. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:50)
  189. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  190. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  191. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
  192. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther1:define(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  193. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  194. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  195. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:87)
  196. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  197. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  198. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  199. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(home/vagrant/oracle_minus_enhanced/spec//home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  200. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  201. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(home/vagrant/oracle_minus_enhanced/spec//home/vagrant/oracle-enhanced/spec/spec_helper.rb)
  202. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  203. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
  204. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  205. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  206. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  207. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  208. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  209. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  210. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  211. # RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:335)
  212. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  213. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
  214. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
  215. # org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
  216. # org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1766)
  217. # org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
  218. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  219. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:203)
  220. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
  221. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
  222. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:338)
  223. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  224. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  225. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  226. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:364)
  227. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  228. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  229. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  230. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  231. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther0:run(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  232. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  233. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  234. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:114)
  235. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  236. # org.jruby.RubyArray.each(org/jruby/RubyArray.java:1789)
  237. # org.jruby.RubyArray$INVOKER$i$0$0$each.call(org/jruby/RubyArray$INVOKER$i$0$0$each.gen)
  238. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  239. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  240. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther3:each(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  241. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  242. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:129)
  243. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218)
  244. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:215)
  245. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:230)
  246. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther10:run_owned_hooks_for(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  247. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  248. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:129)
  249. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218)
  250. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:215)
  251. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:230)
  252. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther5:run(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:576)
  253. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.run_after_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:576)
  254. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  255. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  256. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  257. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  258. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:186)
  259. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  260. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:122)
  261. # org.jruby.runtime.Block.yieldArray(org/jruby/runtime/Block.java:177)
  262. # org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1769)
  263. # org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
  264. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  265. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:195)
  266. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  267. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  268. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.invokeOther4:instance_exec(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  269. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  270. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  271. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  272. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
  273. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
  274. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:isolate_for_context_hook(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:575)
  275. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.run_after_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:575)
  276. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  277. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  278. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  279. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  280. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  281. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  282. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  283. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  284. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  285. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:602)
  286. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  287. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  288. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  289. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  290. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  291. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  292. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  293. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  294. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  295. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
  296. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
  297. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  298. # org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
  299. # org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
  300. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
  301. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
  302. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
  303. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  304. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  305. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  306. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  307. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  308. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  309. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  310. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  311. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  312. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  313. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  314. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  315. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  316. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  317. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116)
  318. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  319. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
  320. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
  321. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  322. # org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
  323. # org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
  324. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
  325. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
  326. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  327. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  328. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  329. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  330. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  331. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  332. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  333. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116)
  334. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  335. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
  336. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  337. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
  338. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
  339. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  340. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  341. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  342. # RUBY.with_suite_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb:1989)
  343. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  344. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  345. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  346. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  347. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  348. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  349. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  350. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  351. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:111)
  352. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  353. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
  354. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
  355. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  356. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
  357. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:83)
  358. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  359. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  360. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  361. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  362. # RUBY.report(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb:74)
  363. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  364. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
  365. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
  366. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
  367. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:337)
  368. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  369. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  370. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  371. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:110)
  372. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  373. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  374. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  375. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  376. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  377. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  378. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
  379. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
  380. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:87)
  381. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
  382. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
  383. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
  384. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
  385. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  386. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  387. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  388. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:71)
  389. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  390. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  391. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  392. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  393. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  394. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  395. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
  396. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
  397. # RUBY.invoke(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:45)
  398. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
  399. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
  400. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
  401. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
  402. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
  403. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  404. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
  405. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/exe/rspec:4)
  406. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
  407. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
  408. # org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
  409. # org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
  410. # org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
  411. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
  412. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
  413. # org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
  414. # org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
  415. # org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
  416. # org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
  417. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
  418. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  419. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  420. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  421. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  422. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
  423. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1)
  424. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
  425. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
  426. # org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
  427. # org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
  428. # org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
  429. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
  430. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
  431. # org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
  432. # org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
  433. # org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
  434. # org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
  435. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
  436. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  437. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  438. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  439. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  440. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  441. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23)
  442. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  443. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  444. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  445. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  446. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  447. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  448. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
  449. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
  450. # RUBY.(root)(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:1)
  451. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
  452. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
  453. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
  454. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
  455. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
  456. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  457. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  458. # RUBY.kernel_load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:74)
  459. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  460. # org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
  461. # org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
  462. # org.jruby.RubyBasicObject$INVOKER$i$send.call(org/jruby/RubyBasicObject$INVOKER$i$send.gen)
  463. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  464. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  465. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  466. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  467. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  468. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  469. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:28)
  470. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  471. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  472. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  473. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  474. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  475. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  476. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
  477. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
  478. # RUBY.exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:463)
  479. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
  480. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
  481. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
  482. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
  483. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  484. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  485. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  486. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb:27)
  487. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  488. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
  489. # org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
  490. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  491. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  492. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  493. # RUBY.invoke_command(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126)
  494. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  495. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  496. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  497. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  498. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  499. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  500. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  501. # RUBY.dispatch(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb:387)
  502. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  503. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
  504. # org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
  505. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  506. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  507. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
  508. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
  509. # RUBY.dispatch(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:27)
  510. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
  511. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
  512. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
  513. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
  514. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  515. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  516. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  517. # RUBY.start(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb:466)
  518. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  519. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
  520. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  521. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
  522. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
  523. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  524. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  525. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  526. # RUBY.start(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:18)
  527. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  528. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  529. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  530. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  531. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  532. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  533. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  534. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
  535. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30)
  536. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
  537. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
  538. # org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
  539. # org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
  540. # org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
  541. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
  542. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
  543. # org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
  544. # org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
  545. # org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
  546. # org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
  547. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
  548. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  549. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  550. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.invokeOther22:load(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/bin//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  551. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  552. # java.lang.invoke.MethodHandle.invokeWithArguments(java/lang/invoke/MethodHandle.java:627)
  553. # org.jruby.ir.Compiler$1.load(org/jruby/ir/Compiler.java:94)
  554. # org.jruby.Ruby.runScript(org/jruby/Ruby.java:852)
  555. # org.jruby.Ruby.runNormally(org/jruby/Ruby.java:771)
  556. # org.jruby.Ruby.runNormally(org/jruby/Ruby.java:789)
  557. # org.jruby.Ruby.runFromMain(org/jruby/Ruby.java:601)
  558. # org.jruby.Main.doRunFromMain(org/jruby/Main.java:415)
  559. # org.jruby.Main.internalRun(org/jruby/Main.java:307)
  560. # org.jruby.Main.run(org/jruby/Main.java:234)
  561. # org.jruby.Main.main(org/jruby/Main.java:206)
  562. # ------------------
  563. # --- Caused by: ---
  564. # Java::OracleJdbc::OracleDatabaseException:
  565. # ORA-00942: table or view does not exist
  566. # oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:498)
  567. ...........................*.*....................................FFF...........*..............................*.......F.............FFFF
  568. An error occurred in an `after(:context)` hook.
  569. Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
  570.  
  571. ActiveRecord::StatementInvalid:
  572. Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
  573. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  574. # org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
  575. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  576. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.invokeOther5:shift(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  577. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.RUBY$method$\=\{\}=$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  578. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
  579. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  580. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  581. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
  582. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther9:\=\{\}=(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  583. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$block$exec_query$1(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  584. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  585. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  586. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  587. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  588. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$2(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:606)
  589. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  590. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  591. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  592. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  593. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.monitor_dot_rb.RUBY$method$mon_synchronize$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/monitor.rb:226)
  594. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  595. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  596. # org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
  597. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  598. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  599. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther2:synchronize(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  600. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  601. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  602. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  603. # org.jruby.runtime.Block.yield(Block.java:165)
  604. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  605. # org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
  606. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activesupport.lib.active_support.notifications.instrumenter_dot_rb.RUBY$method$instrument$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activesupport/lib/active_support/notifications/instrumenter.rb:23)
  607. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  608. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
  609. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  610. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
  611. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
  612. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther22:instrument(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  613. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$method$log$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  614. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  615. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  616. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  617. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.invokeSuper1:-unknown-super-target-(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  618. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.RUBY$method$log$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  619. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  620. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  621. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
  622. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  623. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther33:log(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  624. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$method$exec_query$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  625. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  626. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  627. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
  628. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
  629. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther2:exec_query(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  630. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  631. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  632. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  633. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  634. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  635. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  636. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther16:select(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  637. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  638. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  639. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  640. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  641. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.invokeSuper12:-unknown-super-target-(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  642. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  643. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  644. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  645. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  646. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  647. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  648. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_all(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  649. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_rows$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  650. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  651. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  652. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  653. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  654. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  655. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_rows(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  656. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_values$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  657. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  658. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  659. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  660. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  661. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  662. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.invokeOther20:select_values(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  663. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.RUBY$method$table_exists?$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  664. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  665. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  666. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  667. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
  668. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther2:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  669. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$table_exists?$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  670. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  671. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  672. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  673. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  674. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther7:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  675. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$create_table$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  676. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  677. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  678. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  679. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  680. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther10:create_table(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  681. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  682. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  683. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  684. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  685. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther1:define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  686. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  687. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  688. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
  689. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  690. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  691. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  692. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  693. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  694. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
  695. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  696. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  697. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  698. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  699. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  700. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  701. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  702. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  703. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  704. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  705. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
  706. # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
  707. # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
  708. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
  709. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  710. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  711. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
  712. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  713. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  714. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:338)
  715. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  716. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  717. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  718. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  719. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  720. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  721. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  722. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  723. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$block$run_owned_hooks_for$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  724. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  725. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  726. # org.jruby.runtime.Block.yield(Block.java:165)
  727. # org.jruby.RubyArray.each(RubyArray.java:1789)
  728. # org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
  729. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  730. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  731. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther3:each(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  732. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run_owned_hooks_for$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  733. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  734. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  735. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  736. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  737. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther10:run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  738. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  739. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  740. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  741. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  742. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  743. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther5:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:576)
  744. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run_after_context_hooks$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:576)
  745. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  746. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  747. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  748. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  749. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$block$isolate_for_context_hook$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:186)
  750. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  751. # org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
  752. # org.jruby.runtime.Block.yieldArray(Block.java:177)
  753. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
  754. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  755. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  756. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
  757. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  758. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  759. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.invokeOther4:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  760. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$method$isolate_for_context_hook$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  761. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  762. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  763. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  764. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  765. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:575)
  766. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run_after_context_hooks$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:575)
  767. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  768. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  769. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  770. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  771. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  772. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther21:run_after_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:602)
  773. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:602)
  774. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  775. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  776. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  777. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  778. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  779. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  780. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  781. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  782. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  783. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  784. # org.jruby.runtime.Block.yield(Block.java:165)
  785. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  786. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  787. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  788. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  789. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  790. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther33:map(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  791. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  792. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  793. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  794. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  795. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  796. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  797. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  798. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  799. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  800. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  801. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  802. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  803. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  804. # org.jruby.runtime.Block.yield(Block.java:165)
  805. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  806. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  807. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  808. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
  809. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  810. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  811. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  812. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  813. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  814. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  815. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  816. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  817. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  818. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  819. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  820. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  821. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  822. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  823. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  824. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  825. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  826. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  827. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  828. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  829. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  830. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  831. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  832. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  833. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  834. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  835. # org.jruby.runtime.Block.yield(Block.java:165)
  836. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  837. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
  838. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  839. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  840. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  841. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  842. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  843. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  844. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  845. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  846. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
  847. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  848. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  849. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  850. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  851. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  852. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  853. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  854. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  855. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  856. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  857. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  858. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  859. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  860. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  861. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  862. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  863. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  864. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  865. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  866. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  867. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  868. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  869. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  870. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  871. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  872. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  873. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  874. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  875. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  876. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  877. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  878. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  879. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  880. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  881. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  882. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  883. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  884. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  885. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  886. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  887. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  888. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  889. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  890. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  891. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  892. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  893. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  894. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  895. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  896. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  897. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  898. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  899. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  900. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  901. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  902. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  903. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  904. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  905. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  906. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  907. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  908. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  909. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  910. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  911. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  912. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  913. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  914. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  915. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  916. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  917. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  918. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  919. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  920. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  921. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  922. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  923. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  924. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  925. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  926. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  927. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  928. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  929. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  930. # org.jruby.RubyClass.finvoke(RubyClass.java:523)
  931. # org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
  932. # org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
  933. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  934. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  935. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  936. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  937. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  938. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  939. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  940. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  941. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  942. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  943. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  944. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  945. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  946. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  947. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  948. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  949. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  950. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  951. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  952. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  953. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  954. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  955. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  956. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  957. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  958. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  959. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  960. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  961. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  962. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  963. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  964. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  965. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  966. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  967. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  968. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  969. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  970. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  971. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  972. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  973. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  974. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  975. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  976. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  977. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  978. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  979. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  980. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  981. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  982. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  983. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  984. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  985. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  986. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  987. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  988. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  989. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  990. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  991. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  992. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  993. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  994. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  995. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  996. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  997. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  998. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  999. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  1000. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  1001. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  1002. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  1003. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  1004. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  1005. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  1006. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  1007. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  1008. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  1009. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1010. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1011. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.invokeOther22:load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  1012. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.RUBY$script(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  1013. # java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
  1014. # org.jruby.ir.Compiler$1.load(Compiler.java:94)
  1015. # org.jruby.Ruby.runScript(Ruby.java:852)
  1016. # org.jruby.Ruby.runNormally(Ruby.java:771)
  1017. # org.jruby.Ruby.runNormally(Ruby.java:789)
  1018. # org.jruby.Ruby.runFromMain(Ruby.java:601)
  1019. # org.jruby.Main.doRunFromMain(Main.java:415)
  1020. # org.jruby.Main.internalRun(Main.java:307)
  1021. # org.jruby.Main.run(Main.java:234)
  1022. # org.jruby.Main.main(Main.java:206)
  1023. # ------------------
  1024. # --- Caused by: ---
  1025. # Java::JavaLang::ArrayIndexOutOfBoundsException:
  1026. # 16
  1027. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  1028. F
  1029. An error occurred in an `after(:context)` hook.
  1030. Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
  1031.  
  1032. ActiveRecord::StatementInvalid:
  1033. Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
  1034. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  1035. # org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
  1036. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  1037. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.invokeOther5:shift(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  1038. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.RUBY$method$\=\{\}=$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  1039. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
  1040. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  1041. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  1042. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
  1043. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther9:\=\{\}=(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  1044. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$block$exec_query$1(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  1045. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1046. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  1047. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  1048. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  1049. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$2(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:606)
  1050. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1051. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  1052. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  1053. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  1054. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.monitor_dot_rb.RUBY$method$mon_synchronize$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/monitor.rb:226)
  1055. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  1056. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  1057. # org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
  1058. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  1059. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  1060. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther2:synchronize(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  1061. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  1062. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1063. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  1064. # org.jruby.runtime.Block.yield(Block.java:165)
  1065. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  1066. # org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
  1067. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activesupport.lib.active_support.notifications.instrumenter_dot_rb.RUBY$method$instrument$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activesupport/lib/active_support/notifications/instrumenter.rb:23)
  1068. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1069. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
  1070. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  1071. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
  1072. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
  1073. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther22:instrument(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  1074. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$method$log$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  1075. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1076. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  1077. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  1078. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.invokeSuper1:-unknown-super-target-(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  1079. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.RUBY$method$log$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  1080. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1081. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  1082. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
  1083. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  1084. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther33:log(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  1085. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$method$exec_query$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  1086. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1087. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  1088. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
  1089. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
  1090. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther2:exec_query(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  1091. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  1092. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1093. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  1094. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  1095. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  1096. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  1097. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther16:select(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  1098. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  1099. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1100. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  1101. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  1102. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.invokeSuper12:-unknown-super-target-(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  1103. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  1104. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1105. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  1106. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  1107. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  1108. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  1109. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_all(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  1110. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_rows$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  1111. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1112. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  1113. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  1114. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  1115. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  1116. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_rows(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  1117. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_values$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  1118. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1119. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  1120. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  1121. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  1122. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  1123. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.invokeOther20:select_values(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  1124. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.RUBY$method$table_exists?$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  1125. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  1126. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  1127. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  1128. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
  1129. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther2:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  1130. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$table_exists?$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  1131. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  1132. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  1133. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  1134. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  1135. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther7:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  1136. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$create_table$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  1137. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  1138. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  1139. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  1140. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  1141. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther10:create_table(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  1142. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  1143. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  1144. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  1145. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  1146. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther1:define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  1147. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  1148. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1149. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
  1150. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  1151. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  1152. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  1153. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  1154. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  1155. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
  1156. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1157. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  1158. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1159. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1160. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  1161. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  1162. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1163. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1164. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  1165. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  1166. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
  1167. # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
  1168. # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
  1169. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
  1170. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  1171. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  1172. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
  1173. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  1174. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  1175. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:338)
  1176. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1177. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  1178. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  1179. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  1180. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  1181. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1182. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1183. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  1184. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$block$run_owned_hooks_for$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  1185. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1186. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  1187. # org.jruby.runtime.Block.yield(Block.java:165)
  1188. # org.jruby.RubyArray.each(RubyArray.java:1789)
  1189. # org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
  1190. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  1191. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  1192. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther3:each(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  1193. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run_owned_hooks_for$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  1194. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  1195. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  1196. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  1197. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  1198. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther10:run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  1199. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  1200. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  1201. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  1202. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  1203. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  1204. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther5:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:576)
  1205. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run_after_context_hooks$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:576)
  1206. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1207. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  1208. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  1209. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  1210. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$block$isolate_for_context_hook$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:186)
  1211. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1212. # org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
  1213. # org.jruby.runtime.Block.yieldArray(Block.java:177)
  1214. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
  1215. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  1216. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  1217. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
  1218. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  1219. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  1220. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.invokeOther4:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  1221. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$method$isolate_for_context_hook$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  1222. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  1223. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  1224. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  1225. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  1226. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:575)
  1227. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run_after_context_hooks$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:575)
  1228. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  1229. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  1230. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  1231. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1232. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1233. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther21:run_after_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:602)
  1234. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:602)
  1235. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1236. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  1237. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  1238. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  1239. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1240. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1241. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  1242. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  1243. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1244. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  1245. # org.jruby.runtime.Block.yield(Block.java:165)
  1246. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  1247. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  1248. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  1249. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  1250. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  1251. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther33:map(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  1252. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  1253. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1254. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  1255. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  1256. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  1257. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1258. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1259. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  1260. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1261. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  1262. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  1263. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  1264. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  1265. # org.jruby.runtime.Block.yield(Block.java:165)
  1266. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  1267. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  1268. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  1269. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
  1270. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1271. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1272. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  1273. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  1274. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1275. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1276. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  1277. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  1278. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  1279. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  1280. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  1281. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  1282. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  1283. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  1284. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1285. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1286. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1287. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1288. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  1289. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  1290. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1291. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1292. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  1293. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  1294. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  1295. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  1296. # org.jruby.runtime.Block.yield(Block.java:165)
  1297. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  1298. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
  1299. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  1300. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  1301. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  1302. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  1303. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  1304. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  1305. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  1306. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  1307. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
  1308. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1309. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  1310. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  1311. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  1312. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  1313. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1314. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1315. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  1316. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1317. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  1318. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  1319. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  1320. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  1321. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  1322. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  1323. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  1324. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1325. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1326. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1327. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1328. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1329. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  1330. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1331. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1332. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  1333. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  1334. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  1335. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  1336. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  1337. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  1338. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  1339. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1340. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  1341. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  1342. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  1343. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  1344. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  1345. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  1346. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  1347. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  1348. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  1349. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  1350. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  1351. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  1352. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  1353. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1354. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1355. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  1356. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1357. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  1358. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  1359. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  1360. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  1361. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  1362. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  1363. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  1364. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  1365. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  1366. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  1367. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  1368. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  1369. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  1370. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1371. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1372. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  1373. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1374. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1375. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1376. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1377. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1378. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  1379. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1380. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1381. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  1382. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  1383. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  1384. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  1385. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  1386. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  1387. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  1388. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1389. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1390. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1391. # org.jruby.RubyClass.finvoke(RubyClass.java:523)
  1392. # org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
  1393. # org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
  1394. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1395. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1396. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  1397. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1398. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1399. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1400. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1401. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1402. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1403. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  1404. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1405. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1406. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  1407. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  1408. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  1409. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  1410. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  1411. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  1412. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  1413. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1414. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1415. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1416. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  1417. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  1418. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1419. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1420. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1421. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1422. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1423. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1424. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  1425. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1426. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1427. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1428. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1429. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  1430. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  1431. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1432. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1433. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  1434. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  1435. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  1436. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  1437. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  1438. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  1439. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  1440. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1441. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  1442. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  1443. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  1444. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  1445. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  1446. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  1447. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  1448. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  1449. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1450. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1451. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1452. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1453. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  1454. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  1455. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1456. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1457. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  1458. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  1459. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  1460. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  1461. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  1462. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  1463. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  1464. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  1465. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  1466. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  1467. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  1468. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  1469. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  1470. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1471. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1472. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.invokeOther22:load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  1473. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.RUBY$script(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  1474. # java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
  1475. # org.jruby.ir.Compiler$1.load(Compiler.java:94)
  1476. # org.jruby.Ruby.runScript(Ruby.java:852)
  1477. # org.jruby.Ruby.runNormally(Ruby.java:771)
  1478. # org.jruby.Ruby.runNormally(Ruby.java:789)
  1479. # org.jruby.Ruby.runFromMain(Ruby.java:601)
  1480. # org.jruby.Main.doRunFromMain(Main.java:415)
  1481. # org.jruby.Main.internalRun(Main.java:307)
  1482. # org.jruby.Main.run(Main.java:234)
  1483. # org.jruby.Main.main(Main.java:206)
  1484. # ------------------
  1485. # --- Caused by: ---
  1486. # Java::JavaLang::ArrayIndexOutOfBoundsException:
  1487. # 16
  1488. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  1489. F
  1490. An error occurred in an `after(:context)` hook.
  1491. Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
  1492.  
  1493. ActiveRecord::StatementInvalid:
  1494. Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
  1495. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  1496. # org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
  1497. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  1498. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.invokeOther5:shift(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  1499. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.RUBY$method$\=\{\}=$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  1500. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
  1501. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  1502. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  1503. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
  1504. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther9:\=\{\}=(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  1505. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$block$exec_query$1(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  1506. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1507. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  1508. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  1509. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  1510. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$2(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:606)
  1511. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1512. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  1513. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  1514. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  1515. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.monitor_dot_rb.RUBY$method$mon_synchronize$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/monitor.rb:226)
  1516. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  1517. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  1518. # org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
  1519. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  1520. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  1521. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther2:synchronize(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  1522. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  1523. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1524. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  1525. # org.jruby.runtime.Block.yield(Block.java:165)
  1526. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  1527. # org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
  1528. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activesupport.lib.active_support.notifications.instrumenter_dot_rb.RUBY$method$instrument$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activesupport/lib/active_support/notifications/instrumenter.rb:23)
  1529. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1530. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
  1531. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  1532. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
  1533. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
  1534. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther22:instrument(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  1535. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$method$log$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  1536. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1537. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  1538. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  1539. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.invokeSuper1:-unknown-super-target-(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  1540. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.RUBY$method$log$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  1541. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1542. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  1543. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
  1544. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  1545. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther33:log(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  1546. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$method$exec_query$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  1547. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1548. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  1549. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
  1550. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
  1551. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther2:exec_query(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  1552. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  1553. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1554. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  1555. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  1556. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  1557. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  1558. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther16:select(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  1559. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  1560. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1561. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  1562. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  1563. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.invokeSuper12:-unknown-super-target-(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  1564. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  1565. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1566. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  1567. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  1568. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  1569. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  1570. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_all(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  1571. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_rows$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  1572. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1573. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  1574. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  1575. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  1576. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  1577. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_rows(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  1578. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_values$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  1579. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1580. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  1581. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  1582. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  1583. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  1584. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.invokeOther20:select_values(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  1585. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.RUBY$method$table_exists?$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  1586. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  1587. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  1588. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  1589. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
  1590. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther2:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  1591. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$table_exists?$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  1592. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  1593. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  1594. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  1595. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  1596. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther7:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  1597. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$create_table$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  1598. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  1599. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  1600. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  1601. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  1602. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther10:create_table(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  1603. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  1604. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  1605. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  1606. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  1607. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther1:define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  1608. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  1609. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1610. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
  1611. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  1612. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  1613. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  1614. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  1615. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  1616. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
  1617. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1618. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  1619. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1620. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1621. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  1622. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  1623. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1624. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1625. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  1626. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  1627. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
  1628. # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
  1629. # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
  1630. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
  1631. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  1632. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  1633. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
  1634. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  1635. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  1636. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:338)
  1637. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1638. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  1639. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  1640. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  1641. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  1642. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1643. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1644. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  1645. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$block$run_owned_hooks_for$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  1646. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1647. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  1648. # org.jruby.runtime.Block.yield(Block.java:165)
  1649. # org.jruby.RubyArray.each(RubyArray.java:1789)
  1650. # org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
  1651. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  1652. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  1653. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther3:each(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  1654. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run_owned_hooks_for$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  1655. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  1656. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  1657. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  1658. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  1659. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther10:run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  1660. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  1661. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  1662. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  1663. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  1664. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  1665. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther5:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:576)
  1666. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run_after_context_hooks$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:576)
  1667. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1668. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  1669. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  1670. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  1671. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$block$isolate_for_context_hook$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:186)
  1672. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1673. # org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
  1674. # org.jruby.runtime.Block.yieldArray(Block.java:177)
  1675. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
  1676. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  1677. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  1678. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
  1679. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  1680. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  1681. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.invokeOther4:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  1682. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$method$isolate_for_context_hook$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  1683. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  1684. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  1685. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  1686. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  1687. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:575)
  1688. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run_after_context_hooks$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:575)
  1689. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  1690. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  1691. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  1692. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1693. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1694. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther21:run_after_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:602)
  1695. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:602)
  1696. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1697. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  1698. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  1699. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  1700. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1701. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1702. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  1703. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  1704. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  1705. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  1706. # org.jruby.runtime.Block.yield(Block.java:165)
  1707. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  1708. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  1709. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  1710. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  1711. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  1712. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther33:map(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  1713. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  1714. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  1715. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  1716. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  1717. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  1718. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1719. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1720. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  1721. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1722. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  1723. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  1724. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  1725. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  1726. # org.jruby.runtime.Block.yield(Block.java:165)
  1727. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  1728. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  1729. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  1730. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
  1731. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1732. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1733. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  1734. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  1735. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1736. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1737. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  1738. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  1739. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  1740. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  1741. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  1742. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  1743. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  1744. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  1745. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1746. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1747. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1748. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1749. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  1750. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  1751. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1752. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1753. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  1754. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  1755. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  1756. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  1757. # org.jruby.runtime.Block.yield(Block.java:165)
  1758. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  1759. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
  1760. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  1761. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  1762. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  1763. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  1764. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  1765. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  1766. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  1767. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  1768. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
  1769. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1770. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  1771. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  1772. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  1773. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  1774. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1775. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1776. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  1777. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1778. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  1779. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  1780. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  1781. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  1782. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  1783. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  1784. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  1785. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1786. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1787. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1788. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1789. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1790. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  1791. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1792. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1793. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  1794. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  1795. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  1796. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  1797. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  1798. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  1799. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  1800. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1801. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  1802. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  1803. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  1804. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  1805. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  1806. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  1807. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  1808. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  1809. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  1810. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  1811. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  1812. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  1813. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  1814. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1815. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1816. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  1817. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1818. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  1819. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  1820. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  1821. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  1822. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  1823. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  1824. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  1825. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  1826. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  1827. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  1828. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  1829. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  1830. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  1831. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1832. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1833. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  1834. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1835. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1836. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1837. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1838. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1839. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  1840. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1841. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1842. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  1843. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  1844. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  1845. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  1846. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  1847. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  1848. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  1849. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1850. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1851. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1852. # org.jruby.RubyClass.finvoke(RubyClass.java:523)
  1853. # org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
  1854. # org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
  1855. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1856. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1857. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  1858. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1859. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1860. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1861. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1862. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1863. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1864. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  1865. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1866. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1867. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  1868. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  1869. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  1870. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  1871. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  1872. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  1873. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  1874. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1875. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1876. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1877. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  1878. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  1879. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1880. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1881. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1882. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1883. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1884. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1885. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  1886. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1887. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1888. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1889. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1890. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  1891. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  1892. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1893. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1894. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  1895. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  1896. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  1897. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  1898. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  1899. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  1900. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  1901. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1902. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  1903. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  1904. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  1905. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  1906. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  1907. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  1908. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  1909. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  1910. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  1911. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  1912. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  1913. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  1914. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  1915. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  1916. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  1917. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  1918. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  1919. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  1920. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  1921. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  1922. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  1923. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  1924. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  1925. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  1926. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  1927. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  1928. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  1929. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  1930. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  1931. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  1932. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  1933. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.invokeOther22:load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  1934. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.RUBY$script(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  1935. # java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
  1936. # org.jruby.ir.Compiler$1.load(Compiler.java:94)
  1937. # org.jruby.Ruby.runScript(Ruby.java:852)
  1938. # org.jruby.Ruby.runNormally(Ruby.java:771)
  1939. # org.jruby.Ruby.runNormally(Ruby.java:789)
  1940. # org.jruby.Ruby.runFromMain(Ruby.java:601)
  1941. # org.jruby.Main.doRunFromMain(Main.java:415)
  1942. # org.jruby.Main.internalRun(Main.java:307)
  1943. # org.jruby.Main.run(Main.java:234)
  1944. # org.jruby.Main.main(Main.java:206)
  1945. # ------------------
  1946. # --- Caused by: ---
  1947. # Java::JavaLang::ArrayIndexOutOfBoundsException:
  1948. # 16
  1949. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  1950. ......*.....................................................................................FF
  1951.  
  1952. Pending: (Failures listed here are expected and do not affect your suite's status)
  1953.  
  1954. 1) OracleEnhancedConnection create JDBC connection should create a new connection using JNDI
  1955. # cannot load Java class org.apache.commons.pool.impl.GenericObjectPool
  1956. # ./spec/active_record/connection_adapters/oracle_enhanced/connection_spec.rb:238
  1957.  
  1958. 2) OracleEnhancedAdapter schema definition rename index should raise error when new index name length is too long
  1959. # No reason given
  1960. # ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:368
  1961.  
  1962. 3) OracleEnhancedAdapter schema definition rename index should rename index name with new one
  1963. # No reason given
  1964. # ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:381
  1965.  
  1966. 4) OracleEnhancedAdapter schema definition load schema multi insert is NOT supported should loads the migration schema table from insert versions sql
  1967. # Not supported in this database version
  1968. # ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:1236
  1969.  
  1970. 5) OracleEnhancedAdapter structure dump schema migrations multi insert is NOT supported should dump schema migrations one version per insert
  1971. # Not supported in this database version
  1972. # ./spec/active_record/connection_adapters/oracle_enhanced/structure_dump_spec.rb:376
  1973.  
  1974. 6) OracleEnhancedAdapter Transaction Raises Deadlocked when a deadlock is encountered
  1975. # Skip temporary due to #1599
  1976. # ./spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:523
  1977.  
  1978.  
  1979. Failures:
  1980.  
  1981. 1) OracleEnhancedConnection create JDBC connection should create new connection using :url and tnsnames alias
  1982. Failure/Error: Unable to find oracle.jdbc.driver.T4CConnection.logon(oracle/jdbc/driver/T4CConnection.java to read failed line
  1983.  
  1984. Java::JavaSql::SQLRecoverableException:
  1985. IO Error: Unknown host specified
  1986. # oracle.jdbc.driver.T4CConnection.logon(oracle/jdbc/driver/T4CConnection.java:801)
  1987. # oracle.jdbc.driver.PhysicalConnection.connect(oracle/jdbc/driver/PhysicalConnection.java:782)
  1988. # oracle.jdbc.driver.T4CDriverExtension.getConnection(oracle/jdbc/driver/T4CDriverExtension.java:39)
  1989. # oracle.jdbc.driver.OracleDriver.connect(oracle/jdbc/driver/OracleDriver.java:704)
  1990. # sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1991. # sun.reflect.NativeMethodAccessorImpl.invoke(sun/reflect/NativeMethodAccessorImpl.java:62)
  1992. # sun.reflect.DelegatingMethodAccessorImpl.invoke(sun/reflect/DelegatingMethodAccessorImpl.java:43)
  1993. # java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)
  1994. # org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:470)
  1995. # org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:328)
  1996. # org.jruby.java.invokers.InstanceMethodInvoker.call(org/jruby/java/invokers/InstanceMethodInvoker.java:57)
  1997. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:199)
  1998. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  1999. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2000. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  2001. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  2002. # RUBY.new_connection(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:141)
  2003. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  2004. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2005. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  2006. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2007. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2008. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  2009. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  2010. # RUBY.initialize(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:65)
  2011. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  2012. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
  2013. # org.jruby.RubyClass.newInstance(org/jruby/RubyClass.java:1013)
  2014. # org.jruby.RubyClass$INVOKER$i$newInstance.call(org/jruby/RubyClass$INVOKER$i$newInstance.gen)
  2015. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2016. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  2017. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2018. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2019. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  2020. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  2021. # RUBY.create(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/connection.rb:13)
  2022. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  2023. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2024. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2025. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2026. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2027. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2028. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2029. # RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/connection_spec.rb:227)
  2030. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2031. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
  2032. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
  2033. # org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
  2034. # org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1766)
  2035. # org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
  2036. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  2037. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:203)
  2038. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
  2039. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
  2040. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:338)
  2041. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2042. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2043. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254)
  2044. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2045. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
  2046. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2047. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
  2048. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
  2049. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  2050. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  2051. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2052. # RUBY.with_around_and_singleton_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500)
  2053. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2054. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
  2055. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2056. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
  2057. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
  2058. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  2059. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  2060. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2061. # RUBY.with_around_example_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457)
  2062. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2063. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
  2064. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2065. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  2066. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464)
  2067. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  2068. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  2069. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2070. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
  2071. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
  2072. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  2073. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  2074. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  2075. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  2076. # RUBY.run_around_example_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:602)
  2077. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  2078. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
  2079. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
  2080. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther21:run_around_example_hooks_for(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464)
  2081. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464)
  2082. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0$__VARARGS__(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb)
  2083. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  2084. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
  2085. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
  2086. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2087. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2088. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2089. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2090. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2091. # RUBY.with_around_example_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457)
  2092. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2093. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
  2094. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2095. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2096. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2097. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2098. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2099. # RUBY.with_around_and_singleton_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500)
  2100. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2101. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
  2102. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2103. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2104. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2105. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2106. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
  2107. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
  2108. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251)
  2109. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
  2110. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
  2111. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:199)
  2112. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  2113. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2114. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2115. # RUBY.run_examples(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629)
  2116. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2117. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
  2118. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
  2119. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  2120. # org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
  2121. # org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
  2122. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
  2123. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
  2124. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
  2125. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2126. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2127. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2128. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2129. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  2130. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  2131. # RUBY.run_examples(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625)
  2132. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  2133. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2134. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2135. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2136. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2137. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2138. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  2139. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  2140. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591)
  2141. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  2142. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2143. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2144. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2145. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2146. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2147. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2148. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  2149. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2150. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
  2151. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
  2152. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  2153. # org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
  2154. # org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
  2155. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
  2156. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
  2157. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
  2158. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2159. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2160. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2161. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2162. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  2163. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  2164. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  2165. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  2166. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2167. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2168. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2169. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2170. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2171. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2172. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116)
  2173. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2174. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
  2175. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
  2176. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  2177. # org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
  2178. # org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
  2179. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
  2180. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
  2181. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2182. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2183. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2184. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2185. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2186. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2187. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2188. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116)
  2189. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2190. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
  2191. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2192. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
  2193. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
  2194. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  2195. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  2196. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2197. # RUBY.with_suite_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb:1989)
  2198. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2199. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2200. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2201. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2202. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2203. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2204. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2205. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2206. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:111)
  2207. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2208. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
  2209. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
  2210. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  2211. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
  2212. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:83)
  2213. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  2214. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  2215. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  2216. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  2217. # RUBY.report(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb:74)
  2218. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  2219. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
  2220. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
  2221. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
  2222. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:337)
  2223. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2224. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  2225. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  2226. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:110)
  2227. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  2228. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2229. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2230. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2231. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2232. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2233. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
  2234. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
  2235. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:87)
  2236. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
  2237. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
  2238. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
  2239. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
  2240. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  2241. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2242. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2243. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:71)
  2244. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2245. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2246. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2247. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  2248. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2249. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2250. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
  2251. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
  2252. # RUBY.invoke(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:45)
  2253. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
  2254. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
  2255. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
  2256. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
  2257. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
  2258. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2259. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
  2260. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/exe/rspec:4)
  2261. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
  2262. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
  2263. # org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
  2264. # org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
  2265. # org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
  2266. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
  2267. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
  2268. # org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
  2269. # org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
  2270. # org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
  2271. # org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
  2272. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
  2273. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2274. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2275. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2276. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2277. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
  2278. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1)
  2279. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
  2280. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
  2281. # org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
  2282. # org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
  2283. # org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
  2284. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
  2285. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
  2286. # org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
  2287. # org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
  2288. # org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
  2289. # org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
  2290. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
  2291. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2292. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2293. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2294. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2295. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2296. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23)
  2297. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2298. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2299. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2300. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  2301. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2302. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2303. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
  2304. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
  2305. # RUBY.(root)(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:1)
  2306. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
  2307. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
  2308. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
  2309. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
  2310. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
  2311. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2312. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2313. # RUBY.kernel_load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:74)
  2314. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2315. # org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
  2316. # org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
  2317. # org.jruby.RubyBasicObject$INVOKER$i$send.call(org/jruby/RubyBasicObject$INVOKER$i$send.gen)
  2318. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2319. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2320. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  2321. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2322. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2323. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2324. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:28)
  2325. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2326. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2327. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2328. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  2329. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2330. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2331. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
  2332. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
  2333. # RUBY.exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:463)
  2334. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
  2335. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
  2336. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
  2337. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
  2338. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  2339. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2340. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2341. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb:27)
  2342. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2343. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
  2344. # org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
  2345. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2346. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2347. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2348. # RUBY.invoke_command(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126)
  2349. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2350. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2351. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2352. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  2353. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2354. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2355. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2356. # RUBY.dispatch(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb:387)
  2357. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2358. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
  2359. # org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
  2360. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2361. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2362. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
  2363. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
  2364. # RUBY.dispatch(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:27)
  2365. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
  2366. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
  2367. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
  2368. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
  2369. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  2370. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2371. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2372. # RUBY.start(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb:466)
  2373. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2374. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
  2375. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2376. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
  2377. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
  2378. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  2379. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  2380. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2381. # RUBY.start(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:18)
  2382. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2383. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2384. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2385. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2386. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2387. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2388. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2389. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
  2390. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30)
  2391. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
  2392. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
  2393. # org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
  2394. # org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
  2395. # org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
  2396. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
  2397. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
  2398. # org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
  2399. # org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
  2400. # org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
  2401. # org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
  2402. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
  2403. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2404. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2405. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.invokeOther22:load(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/bin//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  2406. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  2407. # java.lang.invoke.MethodHandle.invokeWithArguments(java/lang/invoke/MethodHandle.java:627)
  2408. # org.jruby.ir.Compiler$1.load(org/jruby/ir/Compiler.java:94)
  2409. # org.jruby.Ruby.runScript(org/jruby/Ruby.java:852)
  2410. # org.jruby.Ruby.runNormally(org/jruby/Ruby.java:771)
  2411. # org.jruby.Ruby.runNormally(org/jruby/Ruby.java:789)
  2412. # org.jruby.Ruby.runFromMain(org/jruby/Ruby.java:601)
  2413. # org.jruby.Main.doRunFromMain(org/jruby/Main.java:415)
  2414. # org.jruby.Main.internalRun(org/jruby/Main.java:307)
  2415. # org.jruby.Main.run(org/jruby/Main.java:234)
  2416. # org.jruby.Main.main(org/jruby/Main.java:206)
  2417. # ------------------
  2418. # --- Caused by: ---
  2419. # Java::OracleNetNs::NetException:
  2420. # Unknown host specified
  2421. # oracle.net.resolver.HostnameNamingAdapter.resolve(HostnameNamingAdapter.java:209)
  2422.  
  2423. 2) OracleEnhancedAdapter schema dump virtual columns should dump correctly
  2424. Failure/Error: Unable to find oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java to read failed line
  2425.  
  2426. ActiveRecord::ValueTooLong:
  2427. Java::JavaSql::SQLException: ORA-12899: value too large for column "FIELD_WITH_LEADING_SPACE" (actual: 1022, maximum: 1020)
  2428. : CREATE TABLE "TEST_NAMES" ("ID" NUMBER(38) NOT NULL PRIMARY KEY, "FIRST_NAME" VARCHAR2(255), "LAST_NAME" VARCHAR2(255), "FULL_NAME" AS (first_name || ', ' || last_name), "SHORT_NAME" VARCHAR2(255) AS (COALESCE(first_name, last_name)), "ABBREV_NAME" VARCHAR(100) AS (SUBSTR(first_name,1,50) || ' ' || SUBSTR(last_name,1,1) || '.'), "NAME_RATIO" AS ((LENGTH(first_name)*10/LENGTH(last_name)*10)), "FULL_NAME_LENGTH" NUMBER(38) AS (length(first_name || ', ' || last_name)), "FIELD_WITH_LEADING_SPACE" VARCHAR2(255) AS (' ' || first_name || ' '))
  2429. # oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java:494)
  2430. # oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java:446)
  2431. # oracle.jdbc.driver.T4C8Oall.processError(oracle/jdbc/driver/T4C8Oall.java:1052)
  2432. # oracle.jdbc.driver.T4CTTIfun.receive(oracle/jdbc/driver/T4CTTIfun.java:537)
  2433. # oracle.jdbc.driver.T4CTTIfun.doRPC(oracle/jdbc/driver/T4CTTIfun.java:255)
  2434. # oracle.jdbc.driver.T4C8Oall.doOALL(oracle/jdbc/driver/T4C8Oall.java:610)
  2435. # oracle.jdbc.driver.T4CStatement.doOall8(oracle/jdbc/driver/T4CStatement.java:213)
  2436. # oracle.jdbc.driver.T4CStatement.doOall8(oracle/jdbc/driver/T4CStatement.java:37)
  2437. # oracle.jdbc.driver.T4CStatement.executeForRows(oracle/jdbc/driver/T4CStatement.java:887)
  2438. # oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(oracle/jdbc/driver/OracleStatement.java:1136)
  2439. # oracle.jdbc.driver.OracleStatement.executeInternal(oracle/jdbc/driver/OracleStatement.java:1754)
  2440. # oracle.jdbc.driver.OracleStatement.execute(oracle/jdbc/driver/OracleStatement.java:1709)
  2441. # oracle.jdbc.driver.OracleStatementWrapper.execute(oracle/jdbc/driver/OracleStatementWrapper.java:300)
  2442. # sun.reflect.GeneratedMethodAccessor21.invoke(sun/reflect/GeneratedMethodAccessor21)
  2443. # sun.reflect.DelegatingMethodAccessorImpl.invoke(sun/reflect/DelegatingMethodAccessorImpl.java:43)
  2444. # java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)
  2445. # org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:455)
  2446. # org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:316)
  2447. # org.jruby.java.invokers.InstanceMethodInvoker.call(org/jruby/java/invokers/InstanceMethodInvoker.java:46)
  2448. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  2449. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.invokeOther14:execute(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:268)
  2450. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.exec_no_retry(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:268)
  2451. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  2452. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  2453. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2454. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  2455. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.invokeOther0:exec_no_retry(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:252)
  2456. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.exec(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:252)
  2457. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  2458. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  2459. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2460. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  2461. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.with_retry(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:239)
  2462. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
  2463. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  2464. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  2465. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  2466. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.invokeOther2:with_retry(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:251)
  2467. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.exec(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:251)
  2468. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  2469. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  2470. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2471. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  2472. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther1:exec(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:13)
  2473. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.execute(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:13)
  2474. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  2475. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  2476. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2477. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  2478. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.log(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:606)
  2479. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  2480. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  2481. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2482. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  2483. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.monitor_dot_rb.mon_synchronize(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/monitor.rb:226)
  2484. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
  2485. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  2486. # org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:85)
  2487. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  2488. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  2489. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther2:synchronize(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record/connection_adapters//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  2490. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.log(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  2491. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  2492. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:114)
  2493. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  2494. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
  2495. # org.jruby.ir.targets.YieldSite.yield(org/jruby/ir/targets/YieldSite.java:105)
  2496. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activesupport.lib.active_support.notifications.instrumenter_dot_rb.instrument(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activesupport/lib/active_support/notifications/instrumenter.rb:23)
  2497. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  2498. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:113)
  2499. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186)
  2500. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:209)
  2501. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:218)
  2502. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther22:instrument(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record/connection_adapters//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  2503. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.log(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  2504. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  2505. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
  2506. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1149)
  2507. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.invokeSuper1:-unknown-super-target-(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  2508. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.log(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  2509. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  2510. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:113)
  2511. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186)
  2512. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:209)
  2513. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:218)
  2514. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther3:log(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:13)
  2515. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.execute(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:13)
  2516. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  2517. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:100)
  2518. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  2519. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2520. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  2521. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2522. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2523. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2524. # RUBY.create_table(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:233)
  2525. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2526. # org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
  2527. # org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
  2528. # org.jruby.RubyKernel.send(org/jruby/RubyKernel.java:2184)
  2529. # org.jruby.RubyKernel$INVOKER$s$send.call(org/jruby/RubyKernel$INVOKER$s$send.gen)
  2530. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
  2531. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.invokeOther36:send(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:875)
  2532. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.method_missing(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:875)
  2533. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  2534. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  2535. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2536. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  2537. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.say_with_time(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:843)
  2538. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  2539. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  2540. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2541. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  2542. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.benchmark_dot_rb.measure(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/benchmark.rb:293)
  2543. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  2544. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:87)
  2545. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  2546. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  2547. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  2548. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.invokeOther2:measure(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:843)
  2549. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.say_with_time(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:843)
  2550. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  2551. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  2552. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
  2553. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
  2554. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
  2555. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.invokeOther47:say_with_time(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:864)
  2556. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.method_missing(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:864)
  2557. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  2558. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
  2559. # org.jruby.runtime.Helpers$MethodMissingMethod.call(org/jruby/runtime/Helpers.java:309)
  2560. # org.jruby.runtime.callsite.CachingCallSite.callMethodMissing(org/jruby/runtime/callsite/CachingCallSite.java:425)
  2561. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:298)
  2562. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2563. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2564. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2565. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2566. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2567. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2568. # RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:312)
  2569. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2570. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
  2571. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
  2572. # org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
  2573. # org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1806)
  2574. # org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1825)
  2575. # org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:2603)
  2576. # org.jruby.RubyBasicObject$INVOKER$i$instance_eval.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval.gen)
  2577. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
  2578. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
  2579. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther0:instance_eval(home/vagrant/oracle_minus_enhanced/spec//home/vagrant/oracle-enhanced/spec/spec_helper.rb:114)
  2580. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:114)
  2581. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  2582. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  2583. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2584. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  2585. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.suppress_messages(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:852)
  2586. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
  2587. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  2588. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
  2589. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
  2590. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  2591. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther2:suppress_messages(home/vagrant/oracle_minus_enhanced/spec//home/vagrant/oracle-enhanced/spec/spec_helper.rb:113)
  2592. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:113)
  2593. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  2594. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:122)
  2595. # org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
  2596. # org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1806)
  2597. # org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1825)
  2598. # org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:2603)
  2599. # org.jruby.RubyBasicObject$INVOKER$i$instance_eval.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval.gen)
  2600. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  2601. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther0:instance_eval(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:50)
  2602. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:50)
  2603. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  2604. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  2605. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
  2606. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther1:define(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  2607. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  2608. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  2609. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:87)
  2610. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  2611. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  2612. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  2613. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(home/vagrant/oracle_minus_enhanced/spec//home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  2614. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  2615. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(home/vagrant/oracle_minus_enhanced/spec//home/vagrant/oracle-enhanced/spec/spec_helper.rb)
  2616. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  2617. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
  2618. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2619. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2620. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2621. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2622. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2623. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2624. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2625. # RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:311)
  2626. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2627. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
  2628. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
  2629. # org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
  2630. # org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1766)
  2631. # org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
  2632. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  2633. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:203)
  2634. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
  2635. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
  2636. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther1:instance_exec(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  2637. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  2638. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  2639. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  2640. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2641. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2642. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2643. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther0:run(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  2644. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  2645. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  2646. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:114)
  2647. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  2648. # org.jruby.RubyArray.each(org/jruby/RubyArray.java:1789)
  2649. # org.jruby.RubyArray$INVOKER$i$0$0$each.call(org/jruby/RubyArray$INVOKER$i$0$0$each.gen)
  2650. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  2651. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  2652. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther3:each(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  2653. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  2654. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:129)
  2655. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218)
  2656. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:215)
  2657. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:230)
  2658. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther10:run_owned_hooks_for(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  2659. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  2660. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:129)
  2661. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218)
  2662. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:215)
  2663. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:230)
  2664. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther5:run(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  2665. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.run_before_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  2666. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  2667. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  2668. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2669. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  2670. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:186)
  2671. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  2672. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:122)
  2673. # org.jruby.runtime.Block.yieldArray(org/jruby/runtime/Block.java:177)
  2674. # org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1769)
  2675. # org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
  2676. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  2677. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:195)
  2678. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
  2679. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
  2680. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  2681. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.invokeOther4:instance_exec(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  2682. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  2683. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  2684. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  2685. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
  2686. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
  2687. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:isolate_for_context_hook(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  2688. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.run_before_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  2689. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  2690. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  2691. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2692. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2693. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2694. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2695. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2696. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  2697. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  2698. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:590)
  2699. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  2700. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2701. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2702. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2703. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2704. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2705. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2706. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  2707. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2708. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
  2709. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
  2710. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  2711. # org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
  2712. # org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
  2713. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
  2714. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
  2715. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
  2716. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2717. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2718. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2719. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2720. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  2721. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  2722. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  2723. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  2724. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2725. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2726. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2727. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2728. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2729. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2730. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116)
  2731. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2732. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
  2733. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
  2734. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  2735. # org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
  2736. # org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
  2737. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
  2738. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
  2739. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2740. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2741. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2742. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2743. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2744. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2745. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2746. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116)
  2747. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2748. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
  2749. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2750. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
  2751. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
  2752. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  2753. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  2754. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2755. # RUBY.with_suite_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb:1989)
  2756. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2757. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2758. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2759. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2760. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2761. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2762. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2763. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2764. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:111)
  2765. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2766. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
  2767. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
  2768. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  2769. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
  2770. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:83)
  2771. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  2772. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  2773. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  2774. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  2775. # RUBY.report(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb:74)
  2776. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  2777. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
  2778. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
  2779. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
  2780. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:337)
  2781. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2782. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  2783. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  2784. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:110)
  2785. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  2786. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  2787. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2788. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2789. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2790. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2791. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
  2792. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
  2793. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:87)
  2794. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
  2795. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
  2796. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
  2797. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
  2798. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  2799. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2800. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2801. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:71)
  2802. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2803. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2804. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2805. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  2806. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2807. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2808. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
  2809. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
  2810. # RUBY.invoke(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:45)
  2811. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
  2812. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
  2813. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
  2814. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
  2815. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
  2816. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2817. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
  2818. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/exe/rspec:4)
  2819. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
  2820. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
  2821. # org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
  2822. # org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
  2823. # org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
  2824. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
  2825. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
  2826. # org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
  2827. # org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
  2828. # org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
  2829. # org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
  2830. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
  2831. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2832. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2833. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2834. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2835. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
  2836. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1)
  2837. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
  2838. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
  2839. # org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
  2840. # org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
  2841. # org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
  2842. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
  2843. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
  2844. # org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
  2845. # org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
  2846. # org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
  2847. # org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
  2848. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
  2849. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2850. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2851. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  2852. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2853. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2854. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23)
  2855. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2856. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2857. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2858. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  2859. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2860. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2861. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
  2862. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
  2863. # RUBY.(root)(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:1)
  2864. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
  2865. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
  2866. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
  2867. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
  2868. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
  2869. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2870. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2871. # RUBY.kernel_load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:74)
  2872. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2873. # org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
  2874. # org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
  2875. # org.jruby.RubyBasicObject$INVOKER$i$send.call(org/jruby/RubyBasicObject$INVOKER$i$send.gen)
  2876. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2877. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2878. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  2879. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2880. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2881. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2882. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:28)
  2883. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2884. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2885. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2886. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  2887. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2888. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2889. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
  2890. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
  2891. # RUBY.exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:463)
  2892. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
  2893. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
  2894. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
  2895. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
  2896. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  2897. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2898. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2899. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb:27)
  2900. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2901. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
  2902. # org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
  2903. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2904. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2905. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2906. # RUBY.invoke_command(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126)
  2907. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2908. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2909. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2910. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  2911. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2912. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2913. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2914. # RUBY.dispatch(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb:387)
  2915. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2916. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
  2917. # org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
  2918. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2919. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2920. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
  2921. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
  2922. # RUBY.dispatch(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:27)
  2923. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
  2924. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
  2925. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
  2926. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
  2927. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  2928. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2929. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  2930. # RUBY.start(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb:466)
  2931. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  2932. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
  2933. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  2934. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
  2935. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
  2936. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  2937. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  2938. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  2939. # RUBY.start(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:18)
  2940. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  2941. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  2942. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  2943. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  2944. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  2945. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  2946. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  2947. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
  2948. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30)
  2949. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
  2950. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
  2951. # org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
  2952. # org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
  2953. # org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
  2954. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
  2955. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
  2956. # org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
  2957. # org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
  2958. # org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
  2959. # org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
  2960. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
  2961. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  2962. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  2963. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.invokeOther22:load(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/bin//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  2964. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  2965. # java.lang.invoke.MethodHandle.invokeWithArguments(java/lang/invoke/MethodHandle.java:627)
  2966. # org.jruby.ir.Compiler$1.load(org/jruby/ir/Compiler.java:94)
  2967. # org.jruby.Ruby.runScript(org/jruby/Ruby.java:852)
  2968. # org.jruby.Ruby.runNormally(org/jruby/Ruby.java:771)
  2969. # org.jruby.Ruby.runNormally(org/jruby/Ruby.java:789)
  2970. # org.jruby.Ruby.runFromMain(org/jruby/Ruby.java:601)
  2971. # org.jruby.Main.doRunFromMain(org/jruby/Main.java:415)
  2972. # org.jruby.Main.internalRun(org/jruby/Main.java:307)
  2973. # org.jruby.Main.run(org/jruby/Main.java:234)
  2974. # org.jruby.Main.main(org/jruby/Main.java:206)
  2975. # ------------------
  2976. # --- Caused by: ---
  2977. # Java::OracleJdbc::OracleDatabaseException:
  2978. # ORA-12899: value too large for column "FIELD_WITH_LEADING_SPACE" (actual: 1022, maximum: 1020)
  2979. # oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:498)
  2980.  
  2981. 3) OracleEnhancedAdapter schema dump virtual columns with index on virtual column should dump correctly
  2982. Failure/Error: Unable to find oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java to read failed line
  2983.  
  2984. ActiveRecord::ValueTooLong:
  2985. Java::JavaSql::SQLException: ORA-12899: value too large for column "FIELD_WITH_LEADING_SPACE" (actual: 1022, maximum: 1020)
  2986. : CREATE TABLE "TEST_NAMES" ("ID" NUMBER(38) NOT NULL PRIMARY KEY, "FIRST_NAME" VARCHAR2(255), "LAST_NAME" VARCHAR2(255), "FULL_NAME" AS (first_name || ', ' || last_name), "SHORT_NAME" VARCHAR2(255) AS (COALESCE(first_name, last_name)), "ABBREV_NAME" VARCHAR(100) AS (SUBSTR(first_name,1,50) || ' ' || SUBSTR(last_name,1,1) || '.'), "NAME_RATIO" AS ((LENGTH(first_name)*10/LENGTH(last_name)*10)), "FULL_NAME_LENGTH" NUMBER(38) AS (length(first_name || ', ' || last_name)), "FIELD_WITH_LEADING_SPACE" VARCHAR2(255) AS (' ' || first_name || ' '))
  2987. # oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java:494)
  2988. # oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java:446)
  2989. # oracle.jdbc.driver.T4C8Oall.processError(oracle/jdbc/driver/T4C8Oall.java:1052)
  2990. # oracle.jdbc.driver.T4CTTIfun.receive(oracle/jdbc/driver/T4CTTIfun.java:537)
  2991. # oracle.jdbc.driver.T4CTTIfun.doRPC(oracle/jdbc/driver/T4CTTIfun.java:255)
  2992. # oracle.jdbc.driver.T4C8Oall.doOALL(oracle/jdbc/driver/T4C8Oall.java:610)
  2993. # oracle.jdbc.driver.T4CStatement.doOall8(oracle/jdbc/driver/T4CStatement.java:213)
  2994. # oracle.jdbc.driver.T4CStatement.doOall8(oracle/jdbc/driver/T4CStatement.java:37)
  2995. # oracle.jdbc.driver.T4CStatement.executeForRows(oracle/jdbc/driver/T4CStatement.java:887)
  2996. # oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(oracle/jdbc/driver/OracleStatement.java:1136)
  2997. # oracle.jdbc.driver.OracleStatement.executeInternal(oracle/jdbc/driver/OracleStatement.java:1754)
  2998. # oracle.jdbc.driver.OracleStatement.execute(oracle/jdbc/driver/OracleStatement.java:1709)
  2999. # oracle.jdbc.driver.OracleStatementWrapper.execute(oracle/jdbc/driver/OracleStatementWrapper.java:300)
  3000. # sun.reflect.GeneratedMethodAccessor21.invoke(sun/reflect/GeneratedMethodAccessor21)
  3001. # sun.reflect.DelegatingMethodAccessorImpl.invoke(sun/reflect/DelegatingMethodAccessorImpl.java:43)
  3002. # java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)
  3003. # org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:455)
  3004. # org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:316)
  3005. # org.jruby.java.invokers.InstanceMethodInvoker.call(org/jruby/java/invokers/InstanceMethodInvoker.java:46)
  3006. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  3007. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.invokeOther14:execute(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:268)
  3008. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.exec_no_retry(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:268)
  3009. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  3010. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  3011. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  3012. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  3013. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.invokeOther0:exec_no_retry(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:252)
  3014. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.exec(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:252)
  3015. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  3016. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  3017. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  3018. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  3019. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.with_retry(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:239)
  3020. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
  3021. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  3022. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  3023. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  3024. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.invokeOther2:with_retry(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:251)
  3025. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.jdbc_connection.exec(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:251)
  3026. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  3027. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  3028. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  3029. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  3030. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther1:exec(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:13)
  3031. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.execute(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:13)
  3032. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  3033. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  3034. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  3035. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  3036. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.log(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:606)
  3037. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  3038. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  3039. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  3040. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  3041. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.monitor_dot_rb.mon_synchronize(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/monitor.rb:226)
  3042. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
  3043. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  3044. # org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:85)
  3045. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  3046. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  3047. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther2:synchronize(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record/connection_adapters//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  3048. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.log(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  3049. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  3050. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:114)
  3051. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  3052. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
  3053. # org.jruby.ir.targets.YieldSite.yield(org/jruby/ir/targets/YieldSite.java:105)
  3054. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activesupport.lib.active_support.notifications.instrumenter_dot_rb.instrument(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activesupport/lib/active_support/notifications/instrumenter.rb:23)
  3055. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  3056. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:113)
  3057. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186)
  3058. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:209)
  3059. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:218)
  3060. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther22:instrument(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record/connection_adapters//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  3061. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.log(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  3062. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  3063. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
  3064. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1149)
  3065. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.invokeSuper1:-unknown-super-target-(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  3066. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.log(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  3067. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  3068. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:113)
  3069. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186)
  3070. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:209)
  3071. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:218)
  3072. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther3:log(home/vagrant/oracle_minus_enhanced/lib/active_record/connection_adapters/oracle_enhanced//home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:13)
  3073. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.execute(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:13)
  3074. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  3075. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:100)
  3076. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  3077. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  3078. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
  3079. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  3080. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3081. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  3082. # RUBY.create_table(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:233)
  3083. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  3084. # org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
  3085. # org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
  3086. # org.jruby.RubyKernel.send(org/jruby/RubyKernel.java:2184)
  3087. # org.jruby.RubyKernel$INVOKER$s$send.call(org/jruby/RubyKernel$INVOKER$s$send.gen)
  3088. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
  3089. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.invokeOther36:send(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:875)
  3090. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.method_missing(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:875)
  3091. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  3092. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  3093. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  3094. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  3095. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.say_with_time(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:843)
  3096. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  3097. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  3098. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  3099. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  3100. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.benchmark_dot_rb.measure(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/benchmark.rb:293)
  3101. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  3102. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:87)
  3103. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  3104. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  3105. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  3106. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.invokeOther2:measure(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:843)
  3107. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.say_with_time(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:843)
  3108. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  3109. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  3110. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
  3111. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
  3112. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
  3113. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.invokeOther47:say_with_time(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:864)
  3114. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.method_missing(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:864)
  3115. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  3116. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
  3117. # org.jruby.runtime.Helpers$MethodMissingMethod.call(org/jruby/runtime/Helpers.java:309)
  3118. # org.jruby.runtime.callsite.CachingCallSite.callMethodMissing(org/jruby/runtime/callsite/CachingCallSite.java:425)
  3119. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:298)
  3120. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  3121. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  3122. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  3123. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  3124. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3125. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  3126. # RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:312)
  3127. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  3128. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
  3129. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
  3130. # org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
  3131. # org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1806)
  3132. # org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1825)
  3133. # org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:2603)
  3134. # org.jruby.RubyBasicObject$INVOKER$i$instance_eval.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval.gen)
  3135. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
  3136. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
  3137. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther0:instance_eval(home/vagrant/oracle_minus_enhanced/spec//home/vagrant/oracle-enhanced/spec/spec_helper.rb:114)
  3138. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:114)
  3139. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  3140. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  3141. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  3142. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  3143. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.migration_dot_rb.suppress_messages(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/migration.rb:852)
  3144. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
  3145. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  3146. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
  3147. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
  3148. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  3149. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther2:suppress_messages(home/vagrant/oracle_minus_enhanced/spec//home/vagrant/oracle-enhanced/spec/spec_helper.rb:113)
  3150. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:113)
  3151. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  3152. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:122)
  3153. # org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
  3154. # org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1806)
  3155. # org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1825)
  3156. # org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:2603)
  3157. # org.jruby.RubyBasicObject$INVOKER$i$instance_eval.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval.gen)
  3158. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  3159. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther0:instance_eval(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:50)
  3160. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:50)
  3161. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  3162. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  3163. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
  3164. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther1:define(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/bundler/gems/rails_minus_abda6fc3e82b/activerecord/lib/active_record//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  3165. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  3166. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  3167. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:87)
  3168. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
  3169. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  3170. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  3171. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(home/vagrant/oracle_minus_enhanced/spec//home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  3172. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  3173. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(home/vagrant/oracle_minus_enhanced/spec//home/vagrant/oracle-enhanced/spec/spec_helper.rb)
  3174. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
  3175. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
  3176. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  3177. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  3178. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  3179. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  3180. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  3181. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3182. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  3183. # RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:311)
  3184. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  3185. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
  3186. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
  3187. # org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
  3188. # org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1766)
  3189. # org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
  3190. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  3191. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:203)
  3192. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
  3193. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
  3194. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther1:instance_exec(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  3195. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  3196. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  3197. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  3198. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  3199. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  3200. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  3201. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther0:run(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  3202. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  3203. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  3204. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:114)
  3205. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  3206. # org.jruby.RubyArray.each(org/jruby/RubyArray.java:1789)
  3207. # org.jruby.RubyArray$INVOKER$i$0$0$each.call(org/jruby/RubyArray$INVOKER$i$0$0$each.gen)
  3208. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
  3209. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  3210. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther3:each(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  3211. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  3212. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:129)
  3213. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218)
  3214. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:215)
  3215. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:230)
  3216. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther10:run_owned_hooks_for(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  3217. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  3218. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:129)
  3219. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218)
  3220. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:215)
  3221. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:230)
  3222. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther5:run(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  3223. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.run_before_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  3224. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  3225. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
  3226. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  3227. # org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
  3228. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:186)
  3229. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
  3230. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:122)
  3231. # org.jruby.runtime.Block.yieldArray(org/jruby/runtime/Block.java:177)
  3232. # org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1769)
  3233. # org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
  3234. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  3235. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:195)
  3236. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
  3237. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
  3238. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
  3239. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.invokeOther4:instance_exec(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  3240. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  3241. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  3242. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  3243. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
  3244. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
  3245. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:isolate_for_context_hook(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  3246. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.run_before_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  3247. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
  3248. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
  3249. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  3250. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  3251. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  3252. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  3253. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3254. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  3255. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  3256. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:590)
  3257. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  3258. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  3259. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  3260. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  3261. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  3262. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3263. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  3264. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  3265. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  3266. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
  3267. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
  3268. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  3269. # org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
  3270. # org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
  3271. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
  3272. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
  3273. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
  3274. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  3275. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  3276. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  3277. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3278. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  3279. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  3280. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  3281. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  3282. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  3283. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  3284. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  3285. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  3286. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3287. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  3288. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116)
  3289. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  3290. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
  3291. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
  3292. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  3293. # org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
  3294. # org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
  3295. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
  3296. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
  3297. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  3298. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  3299. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  3300. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  3301. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  3302. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3303. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  3304. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116)
  3305. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  3306. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
  3307. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  3308. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
  3309. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
  3310. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  3311. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  3312. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  3313. # RUBY.with_suite_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb:1989)
  3314. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  3315. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  3316. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  3317. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  3318. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  3319. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  3320. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3321. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  3322. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:111)
  3323. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  3324. # org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
  3325. # org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
  3326. # org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
  3327. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
  3328. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:83)
  3329. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  3330. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  3331. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  3332. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  3333. # RUBY.report(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb:74)
  3334. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  3335. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
  3336. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
  3337. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
  3338. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:337)
  3339. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3340. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
  3341. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
  3342. # RUBY.run_specs(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:110)
  3343. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
  3344. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
  3345. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  3346. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  3347. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  3348. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3349. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
  3350. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
  3351. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:87)
  3352. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
  3353. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
  3354. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
  3355. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
  3356. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  3357. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3358. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  3359. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:71)
  3360. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  3361. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  3362. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  3363. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  3364. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  3365. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3366. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
  3367. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
  3368. # RUBY.invoke(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:45)
  3369. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
  3370. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
  3371. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
  3372. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
  3373. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
  3374. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3375. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
  3376. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/exe/rspec:4)
  3377. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
  3378. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
  3379. # org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
  3380. # org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
  3381. # org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
  3382. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
  3383. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
  3384. # org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
  3385. # org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
  3386. # org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
  3387. # org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
  3388. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
  3389. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  3390. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  3391. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  3392. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3393. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
  3394. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1)
  3395. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
  3396. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
  3397. # org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
  3398. # org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
  3399. # org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
  3400. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
  3401. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
  3402. # org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
  3403. # org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
  3404. # org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
  3405. # org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
  3406. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
  3407. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  3408. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  3409. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
  3410. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3411. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  3412. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23)
  3413. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  3414. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  3415. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  3416. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  3417. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  3418. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3419. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
  3420. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
  3421. # RUBY.(root)(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:1)
  3422. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
  3423. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
  3424. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
  3425. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
  3426. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
  3427. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3428. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  3429. # RUBY.kernel_load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:74)
  3430. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  3431. # org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
  3432. # org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
  3433. # org.jruby.RubyBasicObject$INVOKER$i$send.call(org/jruby/RubyBasicObject$INVOKER$i$send.gen)
  3434. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  3435. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  3436. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  3437. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  3438. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3439. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  3440. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:28)
  3441. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  3442. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  3443. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  3444. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  3445. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  3446. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3447. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
  3448. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
  3449. # RUBY.exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:463)
  3450. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
  3451. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
  3452. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
  3453. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
  3454. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  3455. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3456. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  3457. # RUBY.run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb:27)
  3458. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  3459. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
  3460. # org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
  3461. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  3462. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3463. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  3464. # RUBY.invoke_command(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126)
  3465. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  3466. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  3467. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  3468. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
  3469. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  3470. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3471. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  3472. # RUBY.dispatch(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb:387)
  3473. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  3474. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
  3475. # org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
  3476. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  3477. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3478. # org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
  3479. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
  3480. # RUBY.dispatch(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:27)
  3481. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
  3482. # org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
  3483. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
  3484. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
  3485. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
  3486. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3487. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
  3488. # RUBY.start(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb:466)
  3489. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
  3490. # org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
  3491. # org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
  3492. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
  3493. # org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
  3494. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
  3495. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
  3496. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
  3497. # RUBY.start(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:18)
  3498. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
  3499. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
  3500. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
  3501. # org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
  3502. # org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
  3503. # org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
  3504. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
  3505. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
  3506. # RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30)
  3507. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
  3508. # org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
  3509. # org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
  3510. # org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
  3511. # org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
  3512. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
  3513. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
  3514. # org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
  3515. # org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
  3516. # org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
  3517. # org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
  3518. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
  3519. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
  3520. # org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
  3521. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.invokeOther22:load(home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/bin//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  3522. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  3523. # java.lang.invoke.MethodHandle.invokeWithArguments(java/lang/invoke/MethodHandle.java:627)
  3524. # org.jruby.ir.Compiler$1.load(org/jruby/ir/Compiler.java:94)
  3525. # org.jruby.Ruby.runScript(org/jruby/Ruby.java:852)
  3526. # org.jruby.Ruby.runNormally(org/jruby/Ruby.java:771)
  3527. # org.jruby.Ruby.runNormally(org/jruby/Ruby.java:789)
  3528. # org.jruby.Ruby.runFromMain(org/jruby/Ruby.java:601)
  3529. # org.jruby.Main.doRunFromMain(org/jruby/Main.java:415)
  3530. # org.jruby.Main.internalRun(org/jruby/Main.java:307)
  3531. # org.jruby.Main.run(org/jruby/Main.java:234)
  3532. # org.jruby.Main.main(org/jruby/Main.java:206)
  3533. # ------------------
  3534. # --- Caused by: ---
  3535. # Java::OracleJdbc::OracleDatabaseException:
  3536. # ORA-12899: value too large for column "FIELD_WITH_LEADING_SPACE" (actual: 1022, maximum: 1020)
  3537. # oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:498)
  3538.  
  3539. 4) OracleEnhancedAdapter schema definition virtual columns should add virtual column with explicit type
  3540. Failure/Error: expect(tf.limit).to be 100
  3541.  
  3542. expected #<Integer:201> => 100
  3543. got #<Integer:511> => 255
  3544.  
  3545. Compared using equal?, which compares object identity,
  3546. but expected and actual are not the same object. Use
  3547. `expect(actual).to eq(expected)` if you don't care about
  3548. object identity in this example.
  3549. # java/lang/Thread.java:1559:in `getStackTrace'
  3550. # org/jruby/runtime/backtrace/TraceType.java:243:in `getBacktraceData'
  3551. # org/jruby/runtime/backtrace/TraceType.java:44:in `getBacktrace'
  3552. # org/jruby/RubyException.java:388:in `prepareBacktrace'
  3553. # org/jruby/exceptions/RaiseException.java:127:in `preRaise'
  3554. # org/jruby/exceptions/RaiseException.java:94:in `preRaise'
  3555. # org/jruby/exceptions/RaiseException.java:60:in `<init>'
  3556. # org/jruby/exceptions/Exception.java:38:in `<init>'
  3557. # org/jruby/RubyException.java:118:in `constructThrowable'
  3558. # org/jruby/RubyException.java:356:in `toThrowable'
  3559. # org/jruby/RubyKernel.java:882:in `raise'
  3560. # org/jruby/RubyKernel$INVOKER$s$0$3$raise.gen:-1:in `call'
  3561. # org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
  3562. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  3563. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  3564. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  3565. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  3566. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3567. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  3568. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-support-3.8.0/lib/rspec/support.rb:97:in `block in Support'
  3569. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  3570. # org/jruby/runtime/IRBlockBody.java:79:in `call'
  3571. # org/jruby/runtime/Block.java:124:in `call'
  3572. # org/jruby/RubyProc.java:286:in `call'
  3573. # org/jruby/RubyProc.java:266:in `call'
  3574. # org/jruby/RubyProc$INVOKER$i$0$0$call.gen:-1:in `call'
  3575. # org/jruby/internal/runtime/methods/DynamicMethod.java:211:in `call'
  3576. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  3577. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  3578. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  3579. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  3580. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3581. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  3582. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  3583. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-support-3.8.0/lib/rspec/support.rb:106:in `notify_failure'
  3584. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  3585. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  3586. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  3587. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  3588. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  3589. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3590. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  3591. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/fail_with.rb:35:in `fail_with'
  3592. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  3593. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  3594. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  3595. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  3596. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  3597. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3598. # org/jruby/ir/interpreter/InterpreterEngine.java:97:in `interpret'
  3599. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:233:in `INTERPRET_METHOD'
  3600. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:38:in `handle_failure'
  3601. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:220:in `call'
  3602. # org/jruby/internal/runtime/methods/DynamicMethod.java:215:in `call'
  3603. # org/jruby/runtime/callsite/CachingCallSite.java:388:in `cacheAndCall'
  3604. # org/jruby/runtime/callsite/CachingCallSite.java:232:in `call'
  3605. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:50:in `invokeOther3:handle_failure'
  3606. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
  3607. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  3608. # org/jruby/runtime/BlockBody.java:114:in `yield'
  3609. # org/jruby/runtime/Block.java:165:in `yield'
  3610. # org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
  3611. # org/jruby/ir/targets/YieldSite.java:105:in `yield'
  3612. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:27:in `with_matcher'
  3613. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
  3614. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  3615. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  3616. # org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
  3617. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:48:in `invokeOther6:with_matcher'
  3618. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
  3619. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  3620. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:126:in `call'
  3621. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  3622. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  3623. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/expectation_target.rb:65:in `invokeOther4:handle_matcher'
  3624. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/expectation_target.rb:65:in `to'
  3625. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  3626. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  3627. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  3628. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  3629. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  3630. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  3631. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  3632. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3633. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  3634. # ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:1035:in `block in <main>'
  3635. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  3636. # org/jruby/runtime/IRBlockBody.java:194:in `doYield'
  3637. # org/jruby/runtime/BlockBody.java:125:in `yield'
  3638. # org/jruby/runtime/Block.java:169:in `yieldNonArray'
  3639. # org/jruby/RubyBasicObject.java:1766:in `yieldUnder'
  3640. # org/jruby/RubyBasicObject.java:2675:in `instance_exec'
  3641. # org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen:-1:in `call'
  3642. # org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
  3643. # org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
  3644. # org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
  3645. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254:in `invokeOther3:instance_exec'
  3646. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254:in `block in run'
  3647. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  3648. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  3649. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  3650. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  3651. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'
  3652. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  3653. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  3654. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  3655. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  3656. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'
  3657. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  3658. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  3659. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  3660. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  3661. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `block in run'
  3662. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  3663. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  3664. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  3665. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  3666. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:602:in `run_around_example_hooks_for'
  3667. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
  3668. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  3669. # org/jruby/runtime/callsite/CachingCallSite.java:178:in `call'
  3670. # org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
  3671. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `invokeOther21:run_around_example_hooks_for'
  3672. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `run'
  3673. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
  3674. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  3675. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  3676. # org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
  3677. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `invokeOther6:run'
  3678. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'
  3679. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
  3680. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
  3681. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  3682. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  3683. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `invokeOther5:with_around_example_hooks'
  3684. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'
  3685. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
  3686. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
  3687. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  3688. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  3689. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251:in `invokeOther43:with_around_and_singleton_context_hooks'
  3690. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251:in `run'
  3691. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:116:in `call'
  3692. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186:in `call'
  3693. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  3694. # org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
  3695. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629:in `invokeOther6:run'
  3696. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629:in `block in run_examples'
  3697. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  3698. # org/jruby/runtime/BlockBody.java:114:in `yield'
  3699. # org/jruby/runtime/Block.java:165:in `yield'
  3700. # org/jruby/RubyArray.java:2550:in `collect'
  3701. # org/jruby/RubyArray.java:2564:in `map19'
  3702. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  3703. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  3704. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  3705. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625:in `invokeOther15:map'
  3706. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625:in `run_examples'
  3707. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
  3708. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  3709. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  3710. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  3711. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  3712. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591:in `invokeOther28:run_examples'
  3713. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591:in `run'
  3714. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  3715. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  3716. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  3717. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  3718. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  3719. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  3720. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther0:run'
  3721. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `block in run'
  3722. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  3723. # org/jruby/runtime/BlockBody.java:114:in `yield'
  3724. # org/jruby/runtime/Block.java:165:in `yield'
  3725. # org/jruby/RubyArray.java:2550:in `collect'
  3726. # org/jruby/RubyArray.java:2564:in `map19'
  3727. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  3728. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  3729. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  3730. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther33:map'
  3731. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `run'
  3732. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  3733. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  3734. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  3735. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  3736. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  3737. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  3738. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  3739. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3740. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  3741. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116:in `block in run_specs'
  3742. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  3743. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  3744. # org/jruby/runtime/BlockBody.java:116:in `yield'
  3745. # org/jruby/runtime/Block.java:165:in `yield'
  3746. # org/jruby/RubyArray.java:2550:in `collect'
  3747. # org/jruby/RubyArray.java:2564:in `map19'
  3748. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  3749. # org/jruby/internal/runtime/methods/JavaMethod.java:537:in `call'
  3750. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  3751. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  3752. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  3753. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  3754. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  3755. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3756. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  3757. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116:in `block in run_specs'
  3758. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  3759. # org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
  3760. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  3761. # org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
  3762. # org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
  3763. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  3764. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  3765. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  3766. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb:1989:in `with_suite_hooks'
  3767. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  3768. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  3769. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  3770. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  3771. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  3772. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  3773. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3774. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  3775. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:111:in `block in run_specs'
  3776. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  3777. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  3778. # org/jruby/runtime/BlockBody.java:116:in `yield'
  3779. # org/jruby/runtime/Block.java:165:in `yield'
  3780. # org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
  3781. # org/jruby/ir/instructions/YieldInstr.java:83:in `interpret'
  3782. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  3783. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  3784. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  3785. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  3786. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb:74:in `report'
  3787. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  3788. # org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
  3789. # org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
  3790. # org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
  3791. # org/jruby/ir/interpreter/InterpreterEngine.java:337:in `processCall'
  3792. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3793. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  3794. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  3795. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:110:in `run_specs'
  3796. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  3797. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  3798. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  3799. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  3800. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  3801. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3802. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  3803. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  3804. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:87:in `run'
  3805. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  3806. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  3807. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  3808. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  3809. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  3810. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3811. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  3812. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:71:in `run'
  3813. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  3814. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  3815. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  3816. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  3817. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  3818. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3819. # org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
  3820. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
  3821. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:45:in `invoke'
  3822. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
  3823. # org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
  3824. # org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
  3825. # org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
  3826. # org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
  3827. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3828. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  3829. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/exe/rspec:4:in `<main>'
  3830. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  3831. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  3832. # org/jruby/ir/IRTranslator.java:42:in `execute'
  3833. # org/jruby/Ruby.java:864:in `runInterpreter'
  3834. # org/jruby/Ruby.java:2952:in `loadFile'
  3835. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  3836. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  3837. # org/jruby/runtime/load/LoadService.java:346:in `load'
  3838. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  3839. # org/jruby/RubyKernel.java:1000:in `load'
  3840. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  3841. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  3842. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  3843. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  3844. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  3845. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3846. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  3847. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1:in `<main>'
  3848. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  3849. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  3850. # org/jruby/ir/IRTranslator.java:42:in `execute'
  3851. # org/jruby/Ruby.java:864:in `runInterpreter'
  3852. # org/jruby/Ruby.java:2952:in `loadFile'
  3853. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  3854. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  3855. # org/jruby/runtime/load/LoadService.java:346:in `load'
  3856. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  3857. # org/jruby/RubyKernel.java:1000:in `load'
  3858. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  3859. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  3860. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  3861. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  3862. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  3863. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3864. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  3865. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23:in `<main>'
  3866. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  3867. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  3868. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  3869. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  3870. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  3871. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3872. # org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
  3873. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
  3874. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:1:in `(root)'
  3875. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
  3876. # org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
  3877. # org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
  3878. # org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
  3879. # org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
  3880. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3881. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  3882. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:74:in `kernel_load'
  3883. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  3884. # org/jruby/RubyClass.java:523:in `finvoke'
  3885. # org/jruby/RubyBasicObject.java:1743:in `send'
  3886. # org/jruby/RubyBasicObject$INVOKER$i$send.gen:-1:in `call'
  3887. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  3888. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  3889. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  3890. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  3891. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3892. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  3893. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:28:in `run'
  3894. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  3895. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  3896. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  3897. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  3898. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  3899. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3900. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  3901. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  3902. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:463:in `exec'
  3903. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  3904. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  3905. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  3906. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  3907. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  3908. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3909. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  3910. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  3911. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  3912. # org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
  3913. # org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
  3914. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  3915. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3916. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  3917. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  3918. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  3919. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  3920. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  3921. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  3922. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  3923. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3924. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  3925. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
  3926. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  3927. # org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
  3928. # org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
  3929. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  3930. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3931. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  3932. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  3933. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:27:in `dispatch'
  3934. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  3935. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  3936. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  3937. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  3938. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  3939. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3940. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  3941. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `block in start'
  3942. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  3943. # org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
  3944. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  3945. # org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
  3946. # org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
  3947. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  3948. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  3949. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  3950. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:18:in `start'
  3951. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  3952. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  3953. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  3954. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  3955. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  3956. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  3957. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  3958. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  3959. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30:in `<main>'
  3960. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  3961. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  3962. # org/jruby/ir/IRTranslator.java:42:in `execute'
  3963. # org/jruby/Ruby.java:864:in `runInterpreter'
  3964. # org/jruby/Ruby.java:2952:in `loadFile'
  3965. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  3966. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  3967. # org/jruby/runtime/load/LoadService.java:346:in `load'
  3968. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  3969. # org/jruby/RubyKernel.java:1000:in `load'
  3970. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  3971. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  3972. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  3973. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  3974. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/bin//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `invokeOther22:load'
  3975. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `<main>'
  3976. # java/lang/invoke/MethodHandle.java:627:in `invokeWithArguments'
  3977. # org/jruby/ir/Compiler.java:94:in `load'
  3978. # org/jruby/Ruby.java:852:in `runScript'
  3979. # org/jruby/Ruby.java:771:in `runNormally'
  3980. # org/jruby/Ruby.java:789:in `runNormally'
  3981. # org/jruby/Ruby.java:601:in `runFromMain'
  3982. # org/jruby/Main.java:415:in `doRunFromMain'
  3983. # org/jruby/Main.java:307:in `internalRun'
  3984. # org/jruby/Main.java:234:in `run'
  3985. # org/jruby/Main.java:206:in `main'
  3986.  
  3987. 5) OracleEnhancedAdapter schema definition virtual columns should change virtual column definition
  3988. Failure/Error: expect(tf.type).to be :decimal
  3989.  
  3990. expected #<Symbol:2120> => :decimal
  3991. got #<Symbol:2122> => :integer
  3992.  
  3993. Compared using equal?, which compares object identity,
  3994. but expected and actual are not the same object. Use
  3995. `expect(actual).to eq(expected)` if you don't care about
  3996. object identity in this example.
  3997.  
  3998.  
  3999. Diff:
  4000. @@ -1,2 +1,2 @@
  4001. -:decimal
  4002. +:integer
  4003.  
  4004. # java/lang/Thread.java:1559:in `getStackTrace'
  4005. # org/jruby/runtime/backtrace/TraceType.java:243:in `getBacktraceData'
  4006. # org/jruby/runtime/backtrace/TraceType.java:44:in `getBacktrace'
  4007. # org/jruby/RubyException.java:388:in `prepareBacktrace'
  4008. # org/jruby/exceptions/RaiseException.java:127:in `preRaise'
  4009. # org/jruby/exceptions/RaiseException.java:94:in `preRaise'
  4010. # org/jruby/exceptions/RaiseException.java:60:in `<init>'
  4011. # org/jruby/exceptions/Exception.java:38:in `<init>'
  4012. # org/jruby/RubyException.java:118:in `constructThrowable'
  4013. # org/jruby/RubyException.java:356:in `toThrowable'
  4014. # org/jruby/RubyKernel.java:882:in `raise'
  4015. # org/jruby/RubyKernel$INVOKER$s$0$3$raise.gen:-1:in `call'
  4016. # org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
  4017. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4018. # org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
  4019. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4020. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4021. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4022. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-support-3.8.0/lib/rspec/support.rb:97:in `block in Support'
  4023. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4024. # org/jruby/runtime/IRBlockBody.java:79:in `call'
  4025. # org/jruby/runtime/Block.java:124:in `call'
  4026. # org/jruby/RubyProc.java:286:in `call'
  4027. # org/jruby/RubyProc.java:266:in `call'
  4028. # org/jruby/RubyProc$INVOKER$i$0$0$call.gen:-1:in `call'
  4029. # org/jruby/internal/runtime/methods/DynamicMethod.java:211:in `call'
  4030. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  4031. # org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
  4032. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  4033. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4034. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  4035. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  4036. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-support-3.8.0/lib/rspec/support.rb:106:in `notify_failure'
  4037. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  4038. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4039. # org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
  4040. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4041. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4042. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4043. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/fail_with.rb:35:in `fail_with'
  4044. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4045. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4046. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4047. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  4048. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4049. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4050. # org/jruby/ir/interpreter/InterpreterEngine.java:97:in `interpret'
  4051. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:233:in `INTERPRET_METHOD'
  4052. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:38:in `handle_failure'
  4053. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:220:in `call'
  4054. # org/jruby/internal/runtime/methods/DynamicMethod.java:215:in `call'
  4055. # org/jruby/runtime/callsite/CachingCallSite.java:388:in `cacheAndCall'
  4056. # org/jruby/runtime/callsite/CachingCallSite.java:232:in `call'
  4057. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:50:in `invokeOther3:handle_failure'
  4058. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
  4059. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4060. # org/jruby/runtime/BlockBody.java:114:in `yield'
  4061. # org/jruby/runtime/Block.java:165:in `yield'
  4062. # org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
  4063. # org/jruby/ir/targets/YieldSite.java:105:in `yield'
  4064. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:27:in `with_matcher'
  4065. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
  4066. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  4067. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  4068. # org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
  4069. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:48:in `invokeOther6:with_matcher'
  4070. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
  4071. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  4072. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:126:in `call'
  4073. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  4074. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  4075. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/expectation_target.rb:65:in `invokeOther4:handle_matcher'
  4076. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/expectation_target.rb:65:in `to'
  4077. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  4078. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  4079. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  4080. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4081. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4082. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4083. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4084. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4085. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4086. # ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:1054:in `block in <main>'
  4087. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4088. # org/jruby/runtime/IRBlockBody.java:194:in `doYield'
  4089. # org/jruby/runtime/BlockBody.java:125:in `yield'
  4090. # org/jruby/runtime/Block.java:169:in `yieldNonArray'
  4091. # org/jruby/RubyBasicObject.java:1766:in `yieldUnder'
  4092. # org/jruby/RubyBasicObject.java:2675:in `instance_exec'
  4093. # org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen:-1:in `call'
  4094. # org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
  4095. # org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
  4096. # org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
  4097. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254:in `invokeOther3:instance_exec'
  4098. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254:in `block in run'
  4099. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4100. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  4101. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  4102. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  4103. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'
  4104. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4105. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  4106. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  4107. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  4108. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'
  4109. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4110. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  4111. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  4112. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  4113. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `block in run'
  4114. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4115. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  4116. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  4117. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  4118. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:602:in `run_around_example_hooks_for'
  4119. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
  4120. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  4121. # org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
  4122. # org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
  4123. # org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
  4124. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `invokeOther21:run_around_example_hooks_for'
  4125. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `run'
  4126. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
  4127. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  4128. # org/jruby/runtime/callsite/CachingCallSite.java:400:in `cacheAndCall'
  4129. # org/jruby/runtime/callsite/CachingCallSite.java:242:in `call'
  4130. # org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
  4131. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `invokeOther6:run'
  4132. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'
  4133. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
  4134. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
  4135. # org/jruby/runtime/callsite/CachingCallSite.java:334:in `cacheAndCall'
  4136. # org/jruby/runtime/callsite/CachingCallSite.java:149:in `call'
  4137. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  4138. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `invokeOther5:with_around_example_hooks'
  4139. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'
  4140. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
  4141. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
  4142. # org/jruby/runtime/callsite/CachingCallSite.java:334:in `cacheAndCall'
  4143. # org/jruby/runtime/callsite/CachingCallSite.java:149:in `call'
  4144. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  4145. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251:in `invokeOther43:with_around_and_singleton_context_hooks'
  4146. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251:in `run'
  4147. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:116:in `call'
  4148. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186:in `call'
  4149. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  4150. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  4151. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  4152. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629:in `invokeOther6:run'
  4153. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629:in `block in run_examples'
  4154. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4155. # org/jruby/runtime/BlockBody.java:114:in `yield'
  4156. # org/jruby/runtime/Block.java:165:in `yield'
  4157. # org/jruby/RubyArray.java:2550:in `collect'
  4158. # org/jruby/RubyArray.java:2564:in `map19'
  4159. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  4160. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  4161. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  4162. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625:in `invokeOther15:map'
  4163. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625:in `run_examples'
  4164. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
  4165. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  4166. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4167. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4168. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4169. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591:in `invokeOther28:run_examples'
  4170. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591:in `run'
  4171. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  4172. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  4173. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  4174. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4175. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4176. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4177. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther0:run'
  4178. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `block in run'
  4179. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4180. # org/jruby/runtime/BlockBody.java:114:in `yield'
  4181. # org/jruby/runtime/Block.java:165:in `yield'
  4182. # org/jruby/RubyArray.java:2550:in `collect'
  4183. # org/jruby/RubyArray.java:2564:in `map19'
  4184. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  4185. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  4186. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  4187. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther33:map'
  4188. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `run'
  4189. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  4190. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  4191. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  4192. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4193. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4194. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4195. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4196. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4197. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4198. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116:in `block in run_specs'
  4199. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4200. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  4201. # org/jruby/runtime/BlockBody.java:116:in `yield'
  4202. # org/jruby/runtime/Block.java:165:in `yield'
  4203. # org/jruby/RubyArray.java:2550:in `collect'
  4204. # org/jruby/RubyArray.java:2564:in `map19'
  4205. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  4206. # org/jruby/internal/runtime/methods/JavaMethod.java:537:in `call'
  4207. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4208. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4209. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  4210. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  4211. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4212. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4213. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4214. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116:in `block in run_specs'
  4215. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4216. # org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
  4217. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  4218. # org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
  4219. # org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
  4220. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  4221. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  4222. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4223. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb:1989:in `with_suite_hooks'
  4224. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4225. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4226. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4227. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  4228. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  4229. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4230. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4231. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4232. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:111:in `block in run_specs'
  4233. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4234. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  4235. # org/jruby/runtime/BlockBody.java:116:in `yield'
  4236. # org/jruby/runtime/Block.java:165:in `yield'
  4237. # org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
  4238. # org/jruby/ir/instructions/YieldInstr.java:83:in `interpret'
  4239. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  4240. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  4241. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  4242. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  4243. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb:74:in `report'
  4244. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  4245. # org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
  4246. # org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
  4247. # org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
  4248. # org/jruby/ir/interpreter/InterpreterEngine.java:337:in `processCall'
  4249. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4250. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  4251. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  4252. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:110:in `run_specs'
  4253. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  4254. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4255. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4256. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4257. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4258. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4259. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  4260. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  4261. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:87:in `run'
  4262. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  4263. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  4264. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  4265. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  4266. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  4267. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4268. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4269. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:71:in `run'
  4270. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4271. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4272. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4273. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  4274. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4275. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4276. # org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
  4277. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
  4278. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:45:in `invoke'
  4279. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
  4280. # org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
  4281. # org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
  4282. # org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
  4283. # org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
  4284. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4285. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  4286. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/exe/rspec:4:in `<main>'
  4287. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  4288. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  4289. # org/jruby/ir/IRTranslator.java:42:in `execute'
  4290. # org/jruby/Ruby.java:864:in `runInterpreter'
  4291. # org/jruby/Ruby.java:2952:in `loadFile'
  4292. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  4293. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  4294. # org/jruby/runtime/load/LoadService.java:346:in `load'
  4295. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  4296. # org/jruby/RubyKernel.java:1000:in `load'
  4297. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  4298. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  4299. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4300. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4301. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4302. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4303. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  4304. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1:in `<main>'
  4305. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  4306. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  4307. # org/jruby/ir/IRTranslator.java:42:in `execute'
  4308. # org/jruby/Ruby.java:864:in `runInterpreter'
  4309. # org/jruby/Ruby.java:2952:in `loadFile'
  4310. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  4311. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  4312. # org/jruby/runtime/load/LoadService.java:346:in `load'
  4313. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  4314. # org/jruby/RubyKernel.java:1000:in `load'
  4315. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  4316. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  4317. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4318. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4319. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4320. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4321. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4322. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23:in `<main>'
  4323. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4324. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4325. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4326. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  4327. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4328. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4329. # org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
  4330. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
  4331. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:1:in `(root)'
  4332. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
  4333. # org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
  4334. # org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
  4335. # org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
  4336. # org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
  4337. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4338. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4339. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:74:in `kernel_load'
  4340. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4341. # org/jruby/RubyClass.java:523:in `finvoke'
  4342. # org/jruby/RubyBasicObject.java:1743:in `send'
  4343. # org/jruby/RubyBasicObject$INVOKER$i$send.gen:-1:in `call'
  4344. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4345. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4346. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  4347. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4348. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4349. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4350. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:28:in `run'
  4351. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4352. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4353. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4354. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  4355. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4356. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4357. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  4358. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  4359. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:463:in `exec'
  4360. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  4361. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  4362. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  4363. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  4364. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  4365. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4366. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4367. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  4368. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4369. # org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
  4370. # org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
  4371. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4372. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4373. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4374. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  4375. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4376. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4377. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4378. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  4379. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4380. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4381. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4382. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
  4383. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4384. # org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
  4385. # org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
  4386. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4387. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4388. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  4389. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  4390. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:27:in `dispatch'
  4391. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  4392. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  4393. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  4394. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  4395. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  4396. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4397. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4398. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `block in start'
  4399. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4400. # org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
  4401. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  4402. # org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
  4403. # org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
  4404. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  4405. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  4406. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4407. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:18:in `start'
  4408. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4409. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4410. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4411. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  4412. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  4413. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4414. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4415. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  4416. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30:in `<main>'
  4417. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  4418. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  4419. # org/jruby/ir/IRTranslator.java:42:in `execute'
  4420. # org/jruby/Ruby.java:864:in `runInterpreter'
  4421. # org/jruby/Ruby.java:2952:in `loadFile'
  4422. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  4423. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  4424. # org/jruby/runtime/load/LoadService.java:346:in `load'
  4425. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  4426. # org/jruby/RubyKernel.java:1000:in `load'
  4427. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  4428. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  4429. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4430. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4431. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/bin//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `invokeOther22:load'
  4432. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `<main>'
  4433. # java/lang/invoke/MethodHandle.java:627:in `invokeWithArguments'
  4434. # org/jruby/ir/Compiler.java:94:in `load'
  4435. # org/jruby/Ruby.java:852:in `runScript'
  4436. # org/jruby/Ruby.java:771:in `runNormally'
  4437. # org/jruby/Ruby.java:789:in `runNormally'
  4438. # org/jruby/Ruby.java:601:in `runFromMain'
  4439. # org/jruby/Main.java:415:in `doRunFromMain'
  4440. # org/jruby/Main.java:307:in `internalRun'
  4441. # org/jruby/Main.java:234:in `run'
  4442. # org/jruby/Main.java:206:in `main'
  4443.  
  4444. 6) OracleEnhancedAdapter schema definition virtual columns should change virtual column type
  4445. Failure/Error: expect(tf.type).to be :decimal
  4446.  
  4447. expected #<Symbol:2120> => :decimal
  4448. got #<Symbol:2122> => :integer
  4449.  
  4450. Compared using equal?, which compares object identity,
  4451. but expected and actual are not the same object. Use
  4452. `expect(actual).to eq(expected)` if you don't care about
  4453. object identity in this example.
  4454.  
  4455.  
  4456. Diff:
  4457. @@ -1,2 +1,2 @@
  4458. -:decimal
  4459. +:integer
  4460.  
  4461. # java/lang/Thread.java:1559:in `getStackTrace'
  4462. # org/jruby/runtime/backtrace/TraceType.java:243:in `getBacktraceData'
  4463. # org/jruby/runtime/backtrace/TraceType.java:44:in `getBacktrace'
  4464. # org/jruby/RubyException.java:388:in `prepareBacktrace'
  4465. # org/jruby/exceptions/RaiseException.java:127:in `preRaise'
  4466. # org/jruby/exceptions/RaiseException.java:94:in `preRaise'
  4467. # org/jruby/exceptions/RaiseException.java:60:in `<init>'
  4468. # org/jruby/exceptions/Exception.java:38:in `<init>'
  4469. # org/jruby/RubyException.java:118:in `constructThrowable'
  4470. # org/jruby/RubyException.java:356:in `toThrowable'
  4471. # org/jruby/RubyKernel.java:882:in `raise'
  4472. # org/jruby/RubyKernel$INVOKER$s$0$3$raise.gen:-1:in `call'
  4473. # org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
  4474. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4475. # org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
  4476. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4477. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4478. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4479. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-support-3.8.0/lib/rspec/support.rb:97:in `block in Support'
  4480. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4481. # org/jruby/runtime/IRBlockBody.java:79:in `call'
  4482. # org/jruby/runtime/Block.java:124:in `call'
  4483. # org/jruby/RubyProc.java:286:in `call'
  4484. # org/jruby/RubyProc.java:266:in `call'
  4485. # org/jruby/RubyProc$INVOKER$i$0$0$call.gen:-1:in `call'
  4486. # org/jruby/internal/runtime/methods/DynamicMethod.java:211:in `call'
  4487. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  4488. # org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
  4489. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  4490. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4491. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  4492. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  4493. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-support-3.8.0/lib/rspec/support.rb:106:in `notify_failure'
  4494. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  4495. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4496. # org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
  4497. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4498. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4499. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4500. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/fail_with.rb:35:in `fail_with'
  4501. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4502. # org/jruby/runtime/callsite/CachingCallSite.java:80:in `call'
  4503. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  4504. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4505. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4506. # org/jruby/ir/interpreter/InterpreterEngine.java:97:in `interpret'
  4507. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:233:in `INTERPRET_METHOD'
  4508. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:38:in `handle_failure'
  4509. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:220:in `call'
  4510. # org/jruby/internal/runtime/methods/DynamicMethod.java:215:in `call'
  4511. # org/jruby/runtime/callsite/CachingCallSite.java:230:in `call'
  4512. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:50:in `invokeOther3:handle_failure'
  4513. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
  4514. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4515. # org/jruby/runtime/BlockBody.java:114:in `yield'
  4516. # org/jruby/runtime/Block.java:165:in `yield'
  4517. # org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
  4518. # org/jruby/ir/targets/YieldSite.java:105:in `yield'
  4519. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:27:in `with_matcher'
  4520. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
  4521. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  4522. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  4523. # org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
  4524. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:48:in `invokeOther6:with_matcher'
  4525. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
  4526. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  4527. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:126:in `call'
  4528. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  4529. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  4530. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/expectation_target.rb:65:in `invokeOther4:handle_matcher'
  4531. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/expectation_target.rb:65:in `to'
  4532. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  4533. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  4534. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  4535. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4536. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4537. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4538. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4539. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4540. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4541. # ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:1074:in `block in <main>'
  4542. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4543. # org/jruby/runtime/IRBlockBody.java:194:in `doYield'
  4544. # org/jruby/runtime/BlockBody.java:125:in `yield'
  4545. # org/jruby/runtime/Block.java:169:in `yieldNonArray'
  4546. # org/jruby/RubyBasicObject.java:1766:in `yieldUnder'
  4547. # org/jruby/RubyBasicObject.java:2675:in `instance_exec'
  4548. # org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen:-1:in `call'
  4549. # org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
  4550. # org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
  4551. # org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
  4552. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254:in `invokeOther3:instance_exec'
  4553. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254:in `block in run'
  4554. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4555. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  4556. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  4557. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  4558. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'
  4559. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4560. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  4561. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  4562. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  4563. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'
  4564. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4565. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  4566. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  4567. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  4568. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `block in run'
  4569. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4570. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  4571. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  4572. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  4573. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:602:in `run_around_example_hooks_for'
  4574. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
  4575. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  4576. # org/jruby/runtime/callsite/CachingCallSite.java:178:in `call'
  4577. # org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
  4578. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `invokeOther21:run_around_example_hooks_for'
  4579. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `run'
  4580. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
  4581. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  4582. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  4583. # org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
  4584. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `invokeOther6:run'
  4585. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'
  4586. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
  4587. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
  4588. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  4589. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  4590. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `invokeOther5:with_around_example_hooks'
  4591. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'
  4592. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
  4593. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
  4594. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  4595. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  4596. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251:in `invokeOther43:with_around_and_singleton_context_hooks'
  4597. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251:in `run'
  4598. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:116:in `call'
  4599. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186:in `call'
  4600. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  4601. # org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
  4602. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629:in `invokeOther6:run'
  4603. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629:in `block in run_examples'
  4604. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4605. # org/jruby/runtime/BlockBody.java:114:in `yield'
  4606. # org/jruby/runtime/Block.java:165:in `yield'
  4607. # org/jruby/RubyArray.java:2550:in `collect'
  4608. # org/jruby/RubyArray.java:2564:in `map19'
  4609. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  4610. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  4611. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  4612. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625:in `invokeOther15:map'
  4613. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625:in `run_examples'
  4614. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
  4615. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  4616. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4617. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4618. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4619. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591:in `invokeOther28:run_examples'
  4620. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591:in `run'
  4621. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  4622. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  4623. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  4624. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4625. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4626. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4627. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther0:run'
  4628. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `block in run'
  4629. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4630. # org/jruby/runtime/BlockBody.java:114:in `yield'
  4631. # org/jruby/runtime/Block.java:165:in `yield'
  4632. # org/jruby/RubyArray.java:2550:in `collect'
  4633. # org/jruby/RubyArray.java:2564:in `map19'
  4634. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  4635. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  4636. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  4637. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther33:map'
  4638. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `run'
  4639. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  4640. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  4641. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  4642. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4643. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4644. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4645. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4646. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4647. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4648. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116:in `block in run_specs'
  4649. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4650. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  4651. # org/jruby/runtime/BlockBody.java:116:in `yield'
  4652. # org/jruby/runtime/Block.java:165:in `yield'
  4653. # org/jruby/RubyArray.java:2550:in `collect'
  4654. # org/jruby/RubyArray.java:2564:in `map19'
  4655. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  4656. # org/jruby/internal/runtime/methods/JavaMethod.java:537:in `call'
  4657. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4658. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4659. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  4660. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  4661. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4662. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4663. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4664. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116:in `block in run_specs'
  4665. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4666. # org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
  4667. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  4668. # org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
  4669. # org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
  4670. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  4671. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  4672. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4673. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb:1989:in `with_suite_hooks'
  4674. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4675. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4676. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4677. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  4678. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  4679. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4680. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4681. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4682. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:111:in `block in run_specs'
  4683. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4684. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  4685. # org/jruby/runtime/BlockBody.java:116:in `yield'
  4686. # org/jruby/runtime/Block.java:165:in `yield'
  4687. # org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
  4688. # org/jruby/ir/instructions/YieldInstr.java:83:in `interpret'
  4689. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  4690. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  4691. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  4692. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  4693. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb:74:in `report'
  4694. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  4695. # org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
  4696. # org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
  4697. # org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
  4698. # org/jruby/ir/interpreter/InterpreterEngine.java:337:in `processCall'
  4699. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4700. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  4701. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  4702. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:110:in `run_specs'
  4703. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  4704. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4705. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4706. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4707. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4708. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4709. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  4710. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  4711. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:87:in `run'
  4712. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  4713. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  4714. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  4715. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  4716. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  4717. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4718. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4719. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:71:in `run'
  4720. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4721. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4722. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4723. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  4724. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4725. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4726. # org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
  4727. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
  4728. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:45:in `invoke'
  4729. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
  4730. # org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
  4731. # org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
  4732. # org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
  4733. # org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
  4734. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4735. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  4736. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/exe/rspec:4:in `<main>'
  4737. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  4738. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  4739. # org/jruby/ir/IRTranslator.java:42:in `execute'
  4740. # org/jruby/Ruby.java:864:in `runInterpreter'
  4741. # org/jruby/Ruby.java:2952:in `loadFile'
  4742. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  4743. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  4744. # org/jruby/runtime/load/LoadService.java:346:in `load'
  4745. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  4746. # org/jruby/RubyKernel.java:1000:in `load'
  4747. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  4748. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  4749. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4750. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4751. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4752. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4753. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  4754. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1:in `<main>'
  4755. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  4756. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  4757. # org/jruby/ir/IRTranslator.java:42:in `execute'
  4758. # org/jruby/Ruby.java:864:in `runInterpreter'
  4759. # org/jruby/Ruby.java:2952:in `loadFile'
  4760. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  4761. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  4762. # org/jruby/runtime/load/LoadService.java:346:in `load'
  4763. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  4764. # org/jruby/RubyKernel.java:1000:in `load'
  4765. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  4766. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  4767. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4768. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4769. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4770. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4771. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4772. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23:in `<main>'
  4773. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4774. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4775. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4776. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  4777. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4778. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4779. # org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
  4780. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
  4781. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:1:in `(root)'
  4782. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
  4783. # org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
  4784. # org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
  4785. # org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
  4786. # org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
  4787. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4788. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4789. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:74:in `kernel_load'
  4790. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4791. # org/jruby/RubyClass.java:523:in `finvoke'
  4792. # org/jruby/RubyBasicObject.java:1743:in `send'
  4793. # org/jruby/RubyBasicObject$INVOKER$i$send.gen:-1:in `call'
  4794. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4795. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4796. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  4797. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4798. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4799. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4800. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:28:in `run'
  4801. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4802. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4803. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4804. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  4805. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4806. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4807. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  4808. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  4809. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:463:in `exec'
  4810. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  4811. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  4812. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  4813. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  4814. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  4815. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4816. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4817. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  4818. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4819. # org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
  4820. # org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
  4821. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4822. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4823. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4824. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  4825. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4826. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4827. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4828. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  4829. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4830. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4831. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4832. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
  4833. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4834. # org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
  4835. # org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
  4836. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4837. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4838. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  4839. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  4840. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:27:in `dispatch'
  4841. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  4842. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  4843. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  4844. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  4845. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  4846. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4847. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4848. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `block in start'
  4849. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4850. # org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
  4851. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  4852. # org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
  4853. # org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
  4854. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  4855. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  4856. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4857. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:18:in `start'
  4858. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4859. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4860. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4861. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  4862. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  4863. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4864. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4865. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  4866. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30:in `<main>'
  4867. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  4868. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  4869. # org/jruby/ir/IRTranslator.java:42:in `execute'
  4870. # org/jruby/Ruby.java:864:in `runInterpreter'
  4871. # org/jruby/Ruby.java:2952:in `loadFile'
  4872. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  4873. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  4874. # org/jruby/runtime/load/LoadService.java:346:in `load'
  4875. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  4876. # org/jruby/RubyKernel.java:1000:in `load'
  4877. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  4878. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  4879. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4880. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4881. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/bin//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `invokeOther22:load'
  4882. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `<main>'
  4883. # java/lang/invoke/MethodHandle.java:627:in `invokeWithArguments'
  4884. # org/jruby/ir/Compiler.java:94:in `load'
  4885. # org/jruby/Ruby.java:852:in `runScript'
  4886. # org/jruby/Ruby.java:771:in `runNormally'
  4887. # org/jruby/Ruby.java:789:in `runNormally'
  4888. # org/jruby/Ruby.java:601:in `runFromMain'
  4889. # org/jruby/Main.java:415:in `doRunFromMain'
  4890. # org/jruby/Main.java:307:in `internalRun'
  4891. # org/jruby/Main.java:234:in `run'
  4892. # org/jruby/Main.java:206:in `main'
  4893.  
  4894. 7) OracleEnhancedAdapter cache table columns without column caching should have correct sql types when 2 models are using the same table and AR query cache is enabled
  4895. Failure/Error: expect(TestEmployee.columns.map(&:sql_type)).to eq(@column_sql_types)
  4896.  
  4897. expected: ["NUMBER(38)", "VARCHAR2(20)", "VARCHAR2(25)", "VARCHAR2(46)", "DATE"]
  4898. got: ["NUMBER(38)", "VARCHAR2(255)", "VARCHAR2(255)", "VARCHAR2(511)", "DATE"]
  4899.  
  4900. (compared using ==)
  4901. # java/lang/Thread.java:1559:in `getStackTrace'
  4902. # org/jruby/runtime/backtrace/TraceType.java:243:in `getBacktraceData'
  4903. # org/jruby/runtime/backtrace/TraceType.java:44:in `getBacktrace'
  4904. # org/jruby/RubyException.java:388:in `prepareBacktrace'
  4905. # org/jruby/exceptions/RaiseException.java:127:in `preRaise'
  4906. # org/jruby/exceptions/RaiseException.java:94:in `preRaise'
  4907. # org/jruby/exceptions/RaiseException.java:60:in `<init>'
  4908. # org/jruby/exceptions/Exception.java:38:in `<init>'
  4909. # org/jruby/RubyException.java:118:in `constructThrowable'
  4910. # org/jruby/RubyException.java:356:in `toThrowable'
  4911. # org/jruby/RubyKernel.java:882:in `raise'
  4912. # org/jruby/RubyKernel$INVOKER$s$0$3$raise.gen:-1:in `call'
  4913. # org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
  4914. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4915. # org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
  4916. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4917. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4918. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4919. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-support-3.8.0/lib/rspec/support.rb:97:in `block in Support'
  4920. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4921. # org/jruby/runtime/IRBlockBody.java:79:in `call'
  4922. # org/jruby/runtime/Block.java:124:in `call'
  4923. # org/jruby/RubyProc.java:286:in `call'
  4924. # org/jruby/RubyProc.java:266:in `call'
  4925. # org/jruby/RubyProc$INVOKER$i$0$0$call.gen:-1:in `call'
  4926. # org/jruby/internal/runtime/methods/DynamicMethod.java:211:in `call'
  4927. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  4928. # org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
  4929. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  4930. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4931. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  4932. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  4933. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-support-3.8.0/lib/rspec/support.rb:106:in `notify_failure'
  4934. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  4935. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4936. # org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
  4937. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4938. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4939. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4940. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/fail_with.rb:35:in `fail_with'
  4941. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4942. # org/jruby/runtime/callsite/CachingCallSite.java:80:in `call'
  4943. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  4944. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4945. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4946. # org/jruby/ir/interpreter/InterpreterEngine.java:97:in `interpret'
  4947. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:233:in `INTERPRET_METHOD'
  4948. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:38:in `handle_failure'
  4949. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:220:in `call'
  4950. # org/jruby/internal/runtime/methods/DynamicMethod.java:215:in `call'
  4951. # org/jruby/runtime/callsite/CachingCallSite.java:230:in `call'
  4952. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:50:in `invokeOther3:handle_failure'
  4953. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
  4954. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  4955. # org/jruby/runtime/BlockBody.java:114:in `yield'
  4956. # org/jruby/runtime/Block.java:165:in `yield'
  4957. # org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
  4958. # org/jruby/ir/targets/YieldSite.java:105:in `yield'
  4959. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:27:in `with_matcher'
  4960. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
  4961. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  4962. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  4963. # org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
  4964. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:48:in `invokeOther6:with_matcher'
  4965. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
  4966. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  4967. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:126:in `call'
  4968. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  4969. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  4970. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/expectation_target.rb:65:in `invokeOther4:handle_matcher'
  4971. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/expectation_target.rb:65:in `to'
  4972. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  4973. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  4974. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  4975. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  4976. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  4977. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  4978. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  4979. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4980. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4981. # ./spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:95:in `block in <main>'
  4982. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  4983. # org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
  4984. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  4985. # org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
  4986. # org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
  4987. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  4988. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  4989. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  4990. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `cache'
  4991. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  4992. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  4993. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  4994. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  4995. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  4996. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  4997. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  4998. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  4999. # ./spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:94:in `block in <main>'
  5000. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  5001. # org/jruby/runtime/IRBlockBody.java:194:in `doYield'
  5002. # org/jruby/runtime/BlockBody.java:125:in `yield'
  5003. # org/jruby/runtime/Block.java:169:in `yieldNonArray'
  5004. # org/jruby/RubyBasicObject.java:1766:in `yieldUnder'
  5005. # org/jruby/RubyBasicObject.java:2675:in `instance_exec'
  5006. # org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen:-1:in `call'
  5007. # org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
  5008. # org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
  5009. # org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
  5010. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254:in `invokeOther3:instance_exec'
  5011. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254:in `block in run'
  5012. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  5013. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  5014. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  5015. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  5016. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'
  5017. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  5018. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  5019. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  5020. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  5021. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'
  5022. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  5023. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  5024. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  5025. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  5026. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `block in run'
  5027. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  5028. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  5029. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  5030. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  5031. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:602:in `run_around_example_hooks_for'
  5032. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
  5033. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  5034. # org/jruby/runtime/callsite/CachingCallSite.java:178:in `call'
  5035. # org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
  5036. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `invokeOther21:run_around_example_hooks_for'
  5037. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `run'
  5038. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
  5039. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  5040. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  5041. # org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
  5042. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `invokeOther6:run'
  5043. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'
  5044. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
  5045. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
  5046. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  5047. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  5048. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `invokeOther5:with_around_example_hooks'
  5049. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'
  5050. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
  5051. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
  5052. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  5053. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  5054. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251:in `invokeOther43:with_around_and_singleton_context_hooks'
  5055. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251:in `run'
  5056. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:116:in `call'
  5057. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186:in `call'
  5058. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  5059. # org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
  5060. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629:in `invokeOther6:run'
  5061. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629:in `block in run_examples'
  5062. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  5063. # org/jruby/runtime/BlockBody.java:114:in `yield'
  5064. # org/jruby/runtime/Block.java:165:in `yield'
  5065. # org/jruby/RubyArray.java:2550:in `collect'
  5066. # org/jruby/RubyArray.java:2564:in `map19'
  5067. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  5068. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  5069. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  5070. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625:in `invokeOther15:map'
  5071. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625:in `run_examples'
  5072. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
  5073. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  5074. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  5075. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  5076. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  5077. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591:in `invokeOther28:run_examples'
  5078. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591:in `run'
  5079. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  5080. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  5081. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  5082. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  5083. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  5084. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  5085. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther0:run'
  5086. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `block in run'
  5087. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  5088. # org/jruby/runtime/BlockBody.java:114:in `yield'
  5089. # org/jruby/runtime/Block.java:165:in `yield'
  5090. # org/jruby/RubyArray.java:2550:in `collect'
  5091. # org/jruby/RubyArray.java:2564:in `map19'
  5092. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  5093. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  5094. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  5095. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther33:map'
  5096. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `run'
  5097. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  5098. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  5099. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  5100. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  5101. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  5102. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  5103. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther0:run'
  5104. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `block in run'
  5105. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  5106. # org/jruby/runtime/BlockBody.java:114:in `yield'
  5107. # org/jruby/runtime/Block.java:165:in `yield'
  5108. # org/jruby/RubyArray.java:2550:in `collect'
  5109. # org/jruby/RubyArray.java:2564:in `map19'
  5110. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  5111. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  5112. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  5113. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther33:map'
  5114. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `run'
  5115. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  5116. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  5117. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  5118. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  5119. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  5120. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  5121. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  5122. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5123. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  5124. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116:in `block in run_specs'
  5125. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  5126. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  5127. # org/jruby/runtime/BlockBody.java:116:in `yield'
  5128. # org/jruby/runtime/Block.java:165:in `yield'
  5129. # org/jruby/RubyArray.java:2550:in `collect'
  5130. # org/jruby/RubyArray.java:2564:in `map19'
  5131. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  5132. # org/jruby/internal/runtime/methods/JavaMethod.java:537:in `call'
  5133. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  5134. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  5135. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  5136. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  5137. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  5138. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5139. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  5140. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116:in `block in run_specs'
  5141. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  5142. # org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
  5143. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  5144. # org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
  5145. # org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
  5146. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  5147. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  5148. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  5149. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb:1989:in `with_suite_hooks'
  5150. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  5151. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  5152. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  5153. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  5154. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  5155. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  5156. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5157. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  5158. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:111:in `block in run_specs'
  5159. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  5160. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  5161. # org/jruby/runtime/BlockBody.java:116:in `yield'
  5162. # org/jruby/runtime/Block.java:165:in `yield'
  5163. # org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
  5164. # org/jruby/ir/instructions/YieldInstr.java:83:in `interpret'
  5165. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  5166. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  5167. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  5168. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  5169. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb:74:in `report'
  5170. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  5171. # org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
  5172. # org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
  5173. # org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
  5174. # org/jruby/ir/interpreter/InterpreterEngine.java:337:in `processCall'
  5175. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5176. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  5177. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  5178. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:110:in `run_specs'
  5179. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  5180. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  5181. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  5182. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  5183. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  5184. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5185. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  5186. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  5187. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:87:in `run'
  5188. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  5189. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  5190. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  5191. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  5192. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  5193. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5194. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  5195. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:71:in `run'
  5196. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  5197. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  5198. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  5199. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  5200. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  5201. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5202. # org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
  5203. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
  5204. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:45:in `invoke'
  5205. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
  5206. # org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
  5207. # org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
  5208. # org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
  5209. # org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
  5210. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5211. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  5212. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/exe/rspec:4:in `<main>'
  5213. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  5214. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  5215. # org/jruby/ir/IRTranslator.java:42:in `execute'
  5216. # org/jruby/Ruby.java:864:in `runInterpreter'
  5217. # org/jruby/Ruby.java:2952:in `loadFile'
  5218. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  5219. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  5220. # org/jruby/runtime/load/LoadService.java:346:in `load'
  5221. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  5222. # org/jruby/RubyKernel.java:1000:in `load'
  5223. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  5224. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  5225. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  5226. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  5227. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  5228. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5229. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  5230. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1:in `<main>'
  5231. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  5232. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  5233. # org/jruby/ir/IRTranslator.java:42:in `execute'
  5234. # org/jruby/Ruby.java:864:in `runInterpreter'
  5235. # org/jruby/Ruby.java:2952:in `loadFile'
  5236. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  5237. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  5238. # org/jruby/runtime/load/LoadService.java:346:in `load'
  5239. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  5240. # org/jruby/RubyKernel.java:1000:in `load'
  5241. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  5242. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  5243. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  5244. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  5245. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  5246. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5247. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  5248. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23:in `<main>'
  5249. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  5250. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  5251. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  5252. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  5253. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  5254. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5255. # org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
  5256. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
  5257. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:1:in `(root)'
  5258. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
  5259. # org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
  5260. # org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
  5261. # org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
  5262. # org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
  5263. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5264. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  5265. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:74:in `kernel_load'
  5266. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  5267. # org/jruby/RubyClass.java:523:in `finvoke'
  5268. # org/jruby/RubyBasicObject.java:1743:in `send'
  5269. # org/jruby/RubyBasicObject$INVOKER$i$send.gen:-1:in `call'
  5270. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  5271. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  5272. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  5273. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  5274. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5275. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  5276. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:28:in `run'
  5277. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  5278. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  5279. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  5280. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  5281. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  5282. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5283. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  5284. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  5285. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:463:in `exec'
  5286. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  5287. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  5288. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  5289. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  5290. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  5291. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5292. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  5293. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  5294. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  5295. # org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
  5296. # org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
  5297. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  5298. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5299. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  5300. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  5301. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  5302. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  5303. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  5304. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  5305. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  5306. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5307. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  5308. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
  5309. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  5310. # org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
  5311. # org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
  5312. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  5313. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5314. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  5315. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  5316. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:27:in `dispatch'
  5317. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  5318. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  5319. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  5320. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  5321. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  5322. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5323. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  5324. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `block in start'
  5325. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  5326. # org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
  5327. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  5328. # org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
  5329. # org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
  5330. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  5331. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  5332. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  5333. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:18:in `start'
  5334. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  5335. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  5336. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  5337. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  5338. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  5339. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  5340. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  5341. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  5342. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30:in `<main>'
  5343. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  5344. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  5345. # org/jruby/ir/IRTranslator.java:42:in `execute'
  5346. # org/jruby/Ruby.java:864:in `runInterpreter'
  5347. # org/jruby/Ruby.java:2952:in `loadFile'
  5348. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  5349. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  5350. # org/jruby/runtime/load/LoadService.java:346:in `load'
  5351. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  5352. # org/jruby/RubyKernel.java:1000:in `load'
  5353. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  5354. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  5355. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  5356. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  5357. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/bin//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `invokeOther22:load'
  5358. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `<main>'
  5359. # java/lang/invoke/MethodHandle.java:627:in `invokeWithArguments'
  5360. # org/jruby/ir/Compiler.java:94:in `load'
  5361. # org/jruby/Ruby.java:852:in `runScript'
  5362. # org/jruby/Ruby.java:771:in `runNormally'
  5363. # org/jruby/Ruby.java:789:in `runNormally'
  5364. # org/jruby/Ruby.java:601:in `runFromMain'
  5365. # org/jruby/Main.java:415:in `doRunFromMain'
  5366. # org/jruby/Main.java:307:in `internalRun'
  5367. # org/jruby/Main.java:234:in `run'
  5368. # org/jruby/Main.java:206:in `main'
  5369.  
  5370. 8) OracleEnhancedAdapter using offset and limit should return the records starting from offset n with offset(n)
  5371. Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
  5372.  
  5373. ActiveRecord::StatementInvalid:
  5374. Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT "TEST_EMPLOYEES".* FROM "TEST_EMPLOYEES" ORDER BY "TEST_EMPLOYEES"."SORT_ORDER" ASC FETCH FIRST :a1 ROWS ONLY
  5375. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  5376. # org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
  5377. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  5378. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.invokeOther5:shift(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  5379. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.RUBY$method$\=\{\}=$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  5380. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
  5381. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  5382. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  5383. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
  5384. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther9:\=\{\}=(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  5385. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$block$exec_query$1(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  5386. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  5387. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  5388. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  5389. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  5390. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$2(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:606)
  5391. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  5392. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  5393. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  5394. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  5395. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.monitor_dot_rb.RUBY$method$mon_synchronize$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/monitor.rb:226)
  5396. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  5397. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  5398. # org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
  5399. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  5400. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  5401. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther2:synchronize(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  5402. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  5403. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  5404. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  5405. # org.jruby.runtime.Block.yield(Block.java:165)
  5406. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  5407. # org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
  5408. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activesupport.lib.active_support.notifications.instrumenter_dot_rb.RUBY$method$instrument$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activesupport/lib/active_support/notifications/instrumenter.rb:23)
  5409. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5410. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
  5411. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  5412. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
  5413. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
  5414. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther22:instrument(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  5415. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$method$log$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  5416. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5417. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  5418. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  5419. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.invokeSuper1:-unknown-super-target-(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  5420. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.RUBY$method$log$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  5421. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5422. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  5423. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
  5424. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  5425. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther33:log(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  5426. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$method$exec_query$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  5427. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5428. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  5429. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
  5430. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
  5431. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther2:exec_query(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:459)
  5432. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_prepared$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:459)
  5433. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5434. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  5435. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  5436. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  5437. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  5438. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther15:select_prepared(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:60)
  5439. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:60)
  5440. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5441. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  5442. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  5443. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.invokeSuper12:-unknown-super-target-(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  5444. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  5445. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5446. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  5447. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
  5448. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
  5449. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.querying_dot_rb.invokeOther16:select_all(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/querying.rb:41)
  5450. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.querying_dot_rb.RUBY$method$find_by_sql$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/querying.rb:41)
  5451. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5452. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  5453. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  5454. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  5455. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.relation_dot_rb.invokeOther13:find_by_sql(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/relation.rb:655)
  5456. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.relation_dot_rb.RUBY$block$exec_queries$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/relation.rb:655)
  5457. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  5458. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  5459. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  5460. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  5461. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.relation_dot_rb.RUBY$method$skip_query_cache_if_necessary$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/relation.rb:673)
  5462. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  5463. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  5464. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  5465. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  5466. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.relation_dot_rb.invokeOther26:skip_query_cache_if_necessary(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/relation.rb:642)
  5467. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.relation_dot_rb.RUBY$method$exec_queries$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/relation.rb:642)
  5468. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  5469. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  5470. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  5471. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.relation_dot_rb.invokeOther1:exec_queries(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/relation.rb:501)
  5472. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.relation_dot_rb.RUBY$method$load$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/relation.rb:501)
  5473. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  5474. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  5475. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  5476. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  5477. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.relation_dot_rb.invokeOther0:load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/relation.rb:230)
  5478. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.relation_dot_rb.RUBY$method$records$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/relation.rb:230)
  5479. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  5480. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  5481. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  5482. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  5483. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.relation_dot_rb.invokeOther0:records(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/relation.rb:225)
  5484. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.relation_dot_rb.RUBY$method$to_ary$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/relation.rb:225)
  5485. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  5486. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  5487. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  5488. # org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)
  5489. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  5490. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  5491. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  5492. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5493. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  5494. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  5495. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  5496. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  5497. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  5498. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  5499. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  5500. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5501. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  5502. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  5503. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  5504. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  5505. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  5506. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  5507. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:56)
  5508. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:301)
  5509. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5510. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  5511. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  5512. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  5513. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  5514. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  5515. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  5516. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  5517. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5518. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  5519. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  5520. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
  5521. # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
  5522. # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
  5523. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
  5524. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  5525. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  5526. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
  5527. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  5528. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  5529. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_dot_rb.invokeOther3:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254)
  5530. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_dot_rb.RUBY$block$run$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254)
  5531. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  5532. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  5533. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  5534. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  5535. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_dot_rb.RUBY$block$with_around_and_singleton_context_hooks$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500)
  5536. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  5537. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  5538. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  5539. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  5540. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_dot_rb.RUBY$block$with_around_example_hooks$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457)
  5541. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  5542. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  5543. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  5544. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  5545. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$block$run$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464)
  5546. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  5547. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  5548. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  5549. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  5550. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run_around_example_hooks_for$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:602)
  5551. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  5552. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  5553. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  5554. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  5555. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther21:run_around_example_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464)
  5556. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464)
  5557. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  5558. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  5559. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:240)
  5560. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:249)
  5561. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_dot_rb.invokeOther6:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457)
  5562. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_dot_rb.RUBY$method$with_around_example_hooks$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457)
  5563. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  5564. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  5565. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  5566. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  5567. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_dot_rb.invokeOther5:with_around_example_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500)
  5568. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_dot_rb.RUBY$method$with_around_and_singleton_context_hooks$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500)
  5569. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  5570. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  5571. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  5572. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  5573. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_dot_rb.invokeOther43:with_around_and_singleton_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251)
  5574. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251)
  5575. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
  5576. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  5577. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  5578. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
  5579. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther6:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629)
  5580. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run_examples$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629)
  5581. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  5582. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  5583. # org.jruby.runtime.Block.yield(Block.java:165)
  5584. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  5585. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  5586. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  5587. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  5588. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  5589. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther15:map(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625)
  5590. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run_examples$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625)
  5591. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  5592. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  5593. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  5594. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  5595. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  5596. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther28:run_examples(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591)
  5597. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591)
  5598. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5599. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  5600. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  5601. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  5602. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  5603. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  5604. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  5605. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  5606. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  5607. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  5608. # org.jruby.runtime.Block.yield(Block.java:165)
  5609. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  5610. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  5611. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  5612. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  5613. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  5614. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther33:map(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  5615. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  5616. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5617. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  5618. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  5619. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  5620. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  5621. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  5622. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  5623. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5624. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  5625. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  5626. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  5627. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  5628. # org.jruby.runtime.Block.yield(Block.java:165)
  5629. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  5630. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  5631. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  5632. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
  5633. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  5634. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  5635. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  5636. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  5637. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  5638. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5639. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  5640. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  5641. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  5642. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  5643. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  5644. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  5645. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  5646. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  5647. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  5648. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  5649. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  5650. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  5651. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  5652. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  5653. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  5654. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5655. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  5656. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  5657. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  5658. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  5659. # org.jruby.runtime.Block.yield(Block.java:165)
  5660. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  5661. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
  5662. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  5663. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  5664. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  5665. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  5666. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  5667. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  5668. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  5669. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  5670. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
  5671. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5672. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  5673. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  5674. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  5675. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  5676. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  5677. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  5678. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  5679. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5680. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  5681. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  5682. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  5683. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  5684. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  5685. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  5686. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  5687. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5688. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  5689. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  5690. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  5691. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  5692. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  5693. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  5694. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5695. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  5696. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  5697. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  5698. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  5699. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  5700. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  5701. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  5702. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5703. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  5704. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  5705. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  5706. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  5707. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  5708. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  5709. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  5710. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  5711. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  5712. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  5713. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  5714. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  5715. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  5716. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  5717. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  5718. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  5719. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5720. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  5721. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  5722. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  5723. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  5724. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  5725. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  5726. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  5727. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  5728. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  5729. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  5730. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  5731. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  5732. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  5733. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  5734. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  5735. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  5736. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5737. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  5738. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  5739. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  5740. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  5741. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  5742. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  5743. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5744. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  5745. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  5746. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  5747. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  5748. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  5749. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  5750. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  5751. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5752. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  5753. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  5754. # org.jruby.RubyClass.finvoke(RubyClass.java:523)
  5755. # org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
  5756. # org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
  5757. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  5758. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  5759. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  5760. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  5761. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5762. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  5763. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  5764. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  5765. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  5766. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  5767. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  5768. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5769. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  5770. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  5771. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  5772. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  5773. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  5774. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  5775. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  5776. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5777. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  5778. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  5779. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  5780. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  5781. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  5782. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5783. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  5784. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  5785. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  5786. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  5787. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  5788. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  5789. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5790. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  5791. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  5792. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  5793. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  5794. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  5795. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5796. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  5797. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  5798. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  5799. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  5800. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  5801. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  5802. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  5803. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5804. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  5805. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  5806. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  5807. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  5808. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  5809. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  5810. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  5811. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  5812. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  5813. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  5814. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  5815. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  5816. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  5817. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  5818. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  5819. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5820. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  5821. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  5822. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  5823. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  5824. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  5825. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  5826. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  5827. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  5828. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  5829. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  5830. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  5831. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  5832. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  5833. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  5834. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  5835. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.invokeOther22:load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  5836. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.RUBY$script(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  5837. # java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
  5838. # org.jruby.ir.Compiler$1.load(Compiler.java:94)
  5839. # org.jruby.Ruby.runScript(Ruby.java:852)
  5840. # org.jruby.Ruby.runNormally(Ruby.java:771)
  5841. # org.jruby.Ruby.runNormally(Ruby.java:789)
  5842. # org.jruby.Ruby.runFromMain(Ruby.java:601)
  5843. # org.jruby.Main.doRunFromMain(Main.java:415)
  5844. # org.jruby.Main.internalRun(Main.java:307)
  5845. # org.jruby.Main.run(Main.java:234)
  5846. # org.jruby.Main.main(Main.java:206)
  5847. # ------------------
  5848. # --- Caused by: ---
  5849. # Java::JavaLang::ArrayIndexOutOfBoundsException:
  5850. # 16
  5851. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  5852.  
  5853. 9) OracleEnhancedAdapter valid_type? returns true when passed a valid type
  5854. Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
  5855.  
  5856. ActiveRecord::StatementInvalid:
  5857. Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
  5858. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  5859. # org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
  5860. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  5861. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.invokeOther5:shift(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  5862. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.RUBY$method$\=\{\}=$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  5863. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
  5864. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  5865. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  5866. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
  5867. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther9:\=\{\}=(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  5868. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$block$exec_query$1(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  5869. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  5870. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  5871. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  5872. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  5873. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$2(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:606)
  5874. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  5875. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  5876. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  5877. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  5878. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.monitor_dot_rb.RUBY$method$mon_synchronize$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/monitor.rb:226)
  5879. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  5880. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  5881. # org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
  5882. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  5883. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  5884. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther2:synchronize(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  5885. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  5886. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  5887. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  5888. # org.jruby.runtime.Block.yield(Block.java:165)
  5889. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  5890. # org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
  5891. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activesupport.lib.active_support.notifications.instrumenter_dot_rb.RUBY$method$instrument$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activesupport/lib/active_support/notifications/instrumenter.rb:23)
  5892. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5893. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
  5894. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  5895. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
  5896. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
  5897. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther22:instrument(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  5898. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$method$log$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  5899. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5900. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  5901. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  5902. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.invokeSuper1:-unknown-super-target-(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  5903. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.RUBY$method$log$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  5904. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5905. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  5906. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
  5907. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  5908. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther33:log(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  5909. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$method$exec_query$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  5910. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5911. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  5912. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
  5913. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
  5914. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther2:exec_query(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  5915. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  5916. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5917. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  5918. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  5919. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  5920. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  5921. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther16:select(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  5922. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  5923. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5924. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  5925. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  5926. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.invokeSuper12:-unknown-super-target-(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  5927. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  5928. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5929. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  5930. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  5931. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  5932. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  5933. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_all(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  5934. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_rows$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  5935. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5936. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  5937. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  5938. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  5939. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:388)
  5940. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:232)
  5941. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_rows(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  5942. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_values$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  5943. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5944. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  5945. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  5946. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  5947. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:388)
  5948. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:232)
  5949. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.invokeOther20:select_values(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  5950. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.RUBY$method$table_exists?$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  5951. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  5952. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  5953. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  5954. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  5955. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  5956. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther2:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  5957. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$table_exists?$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  5958. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  5959. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  5960. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  5961. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  5962. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  5963. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther7:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  5964. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$create_table$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  5965. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  5966. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  5967. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  5968. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  5969. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  5970. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther10:create_table(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  5971. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  5972. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  5973. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  5974. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  5975. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther1:define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  5976. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  5977. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5978. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
  5979. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  5980. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  5981. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  5982. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  5983. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  5984. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
  5985. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  5986. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  5987. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  5988. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  5989. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  5990. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  5991. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  5992. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  5993. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  5994. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  5995. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
  5996. # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
  5997. # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
  5998. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
  5999. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  6000. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  6001. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
  6002. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  6003. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  6004. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther1:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  6005. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  6006. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  6007. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6008. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6009. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6010. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6011. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  6012. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$block$run_owned_hooks_for$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  6013. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6014. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  6015. # org.jruby.runtime.Block.yield(Block.java:165)
  6016. # org.jruby.RubyArray.each(RubyArray.java:1789)
  6017. # org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
  6018. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  6019. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  6020. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther3:each(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  6021. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run_owned_hooks_for$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  6022. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  6023. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6024. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6025. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  6026. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther10:run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  6027. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  6028. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  6029. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6030. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6031. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  6032. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther5:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  6033. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run_before_context_hooks$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  6034. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6035. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  6036. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  6037. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  6038. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$block$isolate_for_context_hook$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:186)
  6039. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6040. # org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
  6041. # org.jruby.runtime.Block.yieldArray(Block.java:177)
  6042. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
  6043. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  6044. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  6045. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
  6046. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:334)
  6047. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:149)
  6048. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  6049. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.invokeOther4:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  6050. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$method$isolate_for_context_hook$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  6051. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  6052. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6053. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  6054. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  6055. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  6056. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run_before_context_hooks$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  6057. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  6058. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6059. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6060. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6061. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6062. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:run_before_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:590)
  6063. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:590)
  6064. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6065. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  6066. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6067. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6068. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6069. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6070. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  6071. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  6072. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6073. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  6074. # org.jruby.runtime.Block.yield(Block.java:165)
  6075. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  6076. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  6077. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  6078. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  6079. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  6080. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther33:map(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  6081. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  6082. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6083. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  6084. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6085. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6086. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6087. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6088. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  6089. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6090. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  6091. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  6092. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  6093. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  6094. # org.jruby.runtime.Block.yield(Block.java:165)
  6095. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  6096. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  6097. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  6098. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
  6099. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6100. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6101. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  6102. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  6103. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6104. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6105. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  6106. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  6107. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  6108. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  6109. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  6110. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  6111. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  6112. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  6113. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6114. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6115. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6116. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6117. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  6118. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  6119. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6120. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6121. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  6122. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  6123. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  6124. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  6125. # org.jruby.runtime.Block.yield(Block.java:165)
  6126. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  6127. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
  6128. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  6129. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  6130. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  6131. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  6132. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  6133. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  6134. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  6135. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  6136. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
  6137. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6138. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  6139. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  6140. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  6141. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6142. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6143. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6144. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  6145. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6146. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  6147. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  6148. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  6149. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  6150. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  6151. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  6152. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  6153. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6154. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6155. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6156. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6157. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6158. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  6159. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6160. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6161. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  6162. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  6163. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  6164. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  6165. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  6166. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  6167. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  6168. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6169. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  6170. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  6171. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  6172. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  6173. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  6174. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  6175. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  6176. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  6177. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  6178. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  6179. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  6180. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  6181. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  6182. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6183. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6184. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  6185. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6186. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  6187. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  6188. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  6189. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  6190. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  6191. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  6192. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  6193. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  6194. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  6195. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  6196. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  6197. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  6198. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  6199. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6200. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6201. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  6202. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6203. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6204. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6205. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6206. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6207. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  6208. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6209. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6210. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  6211. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  6212. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  6213. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  6214. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  6215. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  6216. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  6217. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6218. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6219. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6220. # org.jruby.RubyClass.finvoke(RubyClass.java:523)
  6221. # org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
  6222. # org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
  6223. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6224. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6225. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  6226. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6227. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6228. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6229. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6230. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6231. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6232. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  6233. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6234. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6235. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  6236. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  6237. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  6238. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  6239. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  6240. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  6241. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  6242. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6243. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6244. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6245. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  6246. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  6247. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6248. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6249. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6250. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6251. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6252. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6253. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  6254. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6255. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6256. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6257. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6258. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  6259. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  6260. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6261. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6262. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  6263. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  6264. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  6265. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  6266. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  6267. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  6268. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  6269. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6270. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  6271. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  6272. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  6273. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  6274. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  6275. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  6276. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  6277. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  6278. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6279. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6280. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6281. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6282. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  6283. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  6284. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6285. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6286. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  6287. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  6288. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  6289. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  6290. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  6291. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  6292. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  6293. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  6294. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  6295. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  6296. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  6297. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  6298. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  6299. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6300. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6301. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.invokeOther22:load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  6302. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.RUBY$script(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  6303. # java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
  6304. # org.jruby.ir.Compiler$1.load(Compiler.java:94)
  6305. # org.jruby.Ruby.runScript(Ruby.java:852)
  6306. # org.jruby.Ruby.runNormally(Ruby.java:771)
  6307. # org.jruby.Ruby.runNormally(Ruby.java:789)
  6308. # org.jruby.Ruby.runFromMain(Ruby.java:601)
  6309. # org.jruby.Main.doRunFromMain(Main.java:415)
  6310. # org.jruby.Main.internalRun(Main.java:307)
  6311. # org.jruby.Main.run(Main.java:234)
  6312. # org.jruby.Main.main(Main.java:206)
  6313. # ------------------
  6314. # --- Caused by: ---
  6315. # Java::JavaLang::ArrayIndexOutOfBoundsException:
  6316. # 16
  6317. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  6318.  
  6319. 10) OracleEnhancedAdapter valid_type? returns false when passed an invalid type
  6320. Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
  6321.  
  6322. ActiveRecord::StatementInvalid:
  6323. Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
  6324. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  6325. # org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
  6326. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  6327. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.invokeOther5:shift(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  6328. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.RUBY$method$\=\{\}=$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  6329. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
  6330. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  6331. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  6332. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
  6333. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther9:\=\{\}=(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  6334. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$block$exec_query$1(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  6335. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6336. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  6337. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  6338. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  6339. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$2(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:606)
  6340. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6341. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  6342. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  6343. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  6344. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.monitor_dot_rb.RUBY$method$mon_synchronize$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/monitor.rb:226)
  6345. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  6346. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  6347. # org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
  6348. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  6349. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  6350. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther2:synchronize(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  6351. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  6352. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6353. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  6354. # org.jruby.runtime.Block.yield(Block.java:165)
  6355. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  6356. # org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
  6357. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activesupport.lib.active_support.notifications.instrumenter_dot_rb.RUBY$method$instrument$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activesupport/lib/active_support/notifications/instrumenter.rb:23)
  6358. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6359. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
  6360. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  6361. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
  6362. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
  6363. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther22:instrument(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  6364. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$method$log$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  6365. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6366. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  6367. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  6368. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.invokeSuper1:-unknown-super-target-(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  6369. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.RUBY$method$log$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  6370. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6371. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  6372. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
  6373. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  6374. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther33:log(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  6375. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$method$exec_query$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  6376. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6377. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  6378. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
  6379. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
  6380. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther2:exec_query(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  6381. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  6382. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6383. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  6384. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6385. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6386. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  6387. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther16:select(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  6388. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  6389. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6390. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  6391. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  6392. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.invokeSuper12:-unknown-super-target-(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  6393. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  6394. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6395. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  6396. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6397. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6398. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  6399. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_all(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  6400. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_rows$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  6401. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6402. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  6403. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6404. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6405. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:388)
  6406. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:232)
  6407. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_rows(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  6408. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_values$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  6409. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6410. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  6411. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6412. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6413. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:388)
  6414. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:232)
  6415. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.invokeOther20:select_values(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  6416. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.RUBY$method$table_exists?$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  6417. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  6418. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6419. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6420. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6421. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6422. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther2:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  6423. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$table_exists?$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  6424. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  6425. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  6426. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  6427. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  6428. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  6429. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther7:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  6430. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$create_table$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  6431. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  6432. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  6433. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  6434. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  6435. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  6436. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther10:create_table(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  6437. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  6438. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  6439. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6440. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  6441. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther1:define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  6442. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  6443. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6444. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
  6445. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  6446. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  6447. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  6448. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  6449. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  6450. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
  6451. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6452. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  6453. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6454. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6455. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  6456. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  6457. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6458. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6459. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  6460. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  6461. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
  6462. # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
  6463. # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
  6464. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
  6465. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  6466. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  6467. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
  6468. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  6469. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  6470. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther1:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  6471. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  6472. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  6473. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6474. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6475. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6476. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6477. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  6478. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$block$run_owned_hooks_for$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  6479. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6480. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  6481. # org.jruby.runtime.Block.yield(Block.java:165)
  6482. # org.jruby.RubyArray.each(RubyArray.java:1789)
  6483. # org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
  6484. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  6485. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  6486. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther3:each(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  6487. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run_owned_hooks_for$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  6488. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  6489. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6490. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6491. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  6492. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther10:run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  6493. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  6494. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  6495. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6496. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6497. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  6498. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther5:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  6499. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run_before_context_hooks$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  6500. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6501. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  6502. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  6503. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  6504. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$block$isolate_for_context_hook$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:186)
  6505. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6506. # org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
  6507. # org.jruby.runtime.Block.yieldArray(Block.java:177)
  6508. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
  6509. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  6510. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  6511. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
  6512. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:334)
  6513. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:149)
  6514. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  6515. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.invokeOther4:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  6516. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$method$isolate_for_context_hook$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  6517. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  6518. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6519. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  6520. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  6521. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  6522. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run_before_context_hooks$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  6523. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  6524. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6525. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6526. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6527. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6528. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:run_before_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:590)
  6529. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:590)
  6530. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6531. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  6532. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6533. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6534. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6535. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6536. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  6537. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  6538. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6539. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  6540. # org.jruby.runtime.Block.yield(Block.java:165)
  6541. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  6542. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  6543. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  6544. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  6545. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  6546. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther33:map(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  6547. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  6548. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6549. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  6550. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6551. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6552. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6553. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6554. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  6555. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6556. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  6557. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  6558. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  6559. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  6560. # org.jruby.runtime.Block.yield(Block.java:165)
  6561. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  6562. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  6563. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  6564. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
  6565. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6566. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6567. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  6568. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  6569. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6570. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6571. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  6572. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  6573. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  6574. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  6575. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  6576. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  6577. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  6578. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  6579. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6580. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6581. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6582. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6583. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  6584. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  6585. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6586. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6587. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  6588. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  6589. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  6590. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  6591. # org.jruby.runtime.Block.yield(Block.java:165)
  6592. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  6593. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
  6594. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  6595. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  6596. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  6597. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  6598. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  6599. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  6600. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  6601. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  6602. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
  6603. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6604. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  6605. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  6606. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  6607. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6608. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6609. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6610. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  6611. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6612. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  6613. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  6614. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  6615. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  6616. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  6617. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  6618. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  6619. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6620. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6621. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6622. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6623. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6624. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  6625. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6626. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6627. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  6628. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  6629. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  6630. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  6631. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  6632. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  6633. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  6634. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6635. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  6636. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  6637. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  6638. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  6639. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  6640. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  6641. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  6642. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  6643. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  6644. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  6645. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  6646. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  6647. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  6648. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6649. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6650. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  6651. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6652. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  6653. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  6654. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  6655. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  6656. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  6657. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  6658. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  6659. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  6660. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  6661. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  6662. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  6663. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  6664. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  6665. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6666. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6667. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  6668. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6669. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6670. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6671. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6672. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6673. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  6674. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6675. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6676. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  6677. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  6678. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  6679. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  6680. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  6681. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  6682. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  6683. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6684. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6685. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6686. # org.jruby.RubyClass.finvoke(RubyClass.java:523)
  6687. # org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
  6688. # org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
  6689. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6690. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6691. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  6692. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6693. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6694. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6695. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6696. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6697. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6698. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  6699. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6700. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6701. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  6702. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  6703. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  6704. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  6705. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  6706. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  6707. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  6708. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6709. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6710. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6711. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  6712. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  6713. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6714. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6715. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6716. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6717. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6718. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6719. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  6720. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6721. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6722. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6723. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6724. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  6725. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  6726. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6727. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6728. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  6729. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  6730. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  6731. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  6732. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  6733. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  6734. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  6735. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6736. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  6737. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  6738. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  6739. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  6740. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  6741. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  6742. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  6743. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  6744. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  6745. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  6746. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6747. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6748. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  6749. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  6750. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6751. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6752. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  6753. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  6754. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  6755. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  6756. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  6757. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  6758. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  6759. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  6760. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  6761. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  6762. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  6763. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  6764. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  6765. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6766. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6767. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.invokeOther22:load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  6768. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.RUBY$script(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  6769. # java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
  6770. # org.jruby.ir.Compiler$1.load(Compiler.java:94)
  6771. # org.jruby.Ruby.runScript(Ruby.java:852)
  6772. # org.jruby.Ruby.runNormally(Ruby.java:771)
  6773. # org.jruby.Ruby.runNormally(Ruby.java:789)
  6774. # org.jruby.Ruby.runFromMain(Ruby.java:601)
  6775. # org.jruby.Main.doRunFromMain(Main.java:415)
  6776. # org.jruby.Main.internalRun(Main.java:307)
  6777. # org.jruby.Main.run(Main.java:234)
  6778. # org.jruby.Main.main(Main.java:206)
  6779. # ------------------
  6780. # --- Caused by: ---
  6781. # Java::JavaLang::ArrayIndexOutOfBoundsException:
  6782. # 16
  6783. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  6784.  
  6785. 11) OracleEnhancedAdapter serialized column should serialize
  6786. Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
  6787.  
  6788. ActiveRecord::StatementInvalid:
  6789. Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
  6790. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  6791. # org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
  6792. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  6793. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.invokeOther5:shift(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  6794. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.RUBY$method$\=\{\}=$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  6795. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
  6796. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  6797. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  6798. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
  6799. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther9:\=\{\}=(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  6800. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$block$exec_query$1(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  6801. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6802. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  6803. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  6804. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  6805. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$2(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:606)
  6806. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6807. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  6808. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  6809. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  6810. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.monitor_dot_rb.RUBY$method$mon_synchronize$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/monitor.rb:226)
  6811. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  6812. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  6813. # org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
  6814. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  6815. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  6816. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther2:synchronize(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  6817. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  6818. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6819. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  6820. # org.jruby.runtime.Block.yield(Block.java:165)
  6821. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  6822. # org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
  6823. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activesupport.lib.active_support.notifications.instrumenter_dot_rb.RUBY$method$instrument$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activesupport/lib/active_support/notifications/instrumenter.rb:23)
  6824. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6825. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
  6826. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  6827. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
  6828. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
  6829. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther22:instrument(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  6830. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$method$log$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  6831. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6832. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  6833. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  6834. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.invokeSuper1:-unknown-super-target-(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  6835. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.RUBY$method$log$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  6836. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6837. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  6838. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
  6839. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  6840. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther33:log(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  6841. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$method$exec_query$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  6842. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6843. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  6844. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
  6845. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
  6846. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther2:exec_query(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  6847. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  6848. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6849. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  6850. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6851. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6852. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  6853. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther16:select(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  6854. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  6855. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6856. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  6857. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  6858. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.invokeSuper12:-unknown-super-target-(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  6859. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  6860. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6861. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  6862. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6863. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6864. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  6865. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_all(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  6866. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_rows$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  6867. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6868. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  6869. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6870. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6871. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  6872. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_rows(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  6873. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_values$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  6874. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6875. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  6876. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6877. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6878. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  6879. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.invokeOther20:select_values(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  6880. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.RUBY$method$table_exists?$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  6881. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  6882. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6883. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6884. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
  6885. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther2:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  6886. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$table_exists?$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  6887. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  6888. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  6889. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  6890. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  6891. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther7:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  6892. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$create_table$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  6893. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  6894. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  6895. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  6896. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  6897. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther10:create_table(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  6898. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  6899. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  6900. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6901. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  6902. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther1:define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  6903. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  6904. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6905. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
  6906. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  6907. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  6908. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  6909. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  6910. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  6911. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
  6912. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6913. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  6914. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  6915. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  6916. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  6917. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  6918. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  6919. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  6920. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  6921. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  6922. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
  6923. # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
  6924. # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
  6925. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
  6926. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  6927. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  6928. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
  6929. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  6930. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  6931. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther1:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  6932. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  6933. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  6934. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6935. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6936. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6937. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6938. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  6939. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$block$run_owned_hooks_for$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  6940. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6941. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  6942. # org.jruby.runtime.Block.yield(Block.java:165)
  6943. # org.jruby.RubyArray.each(RubyArray.java:1789)
  6944. # org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
  6945. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  6946. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  6947. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther3:each(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  6948. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run_owned_hooks_for$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  6949. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  6950. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6951. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6952. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  6953. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther10:run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  6954. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  6955. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  6956. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  6957. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  6958. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  6959. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther5:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  6960. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run_before_context_hooks$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  6961. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6962. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  6963. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  6964. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  6965. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$block$isolate_for_context_hook$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:186)
  6966. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  6967. # org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
  6968. # org.jruby.runtime.Block.yieldArray(Block.java:177)
  6969. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
  6970. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  6971. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  6972. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
  6973. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:334)
  6974. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:149)
  6975. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  6976. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.invokeOther4:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  6977. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$method$isolate_for_context_hook$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  6978. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  6979. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6980. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  6981. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  6982. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  6983. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run_before_context_hooks$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  6984. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  6985. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6986. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6987. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6988. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6989. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:run_before_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:590)
  6990. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:590)
  6991. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  6992. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  6993. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  6994. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  6995. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  6996. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  6997. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  6998. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  6999. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7000. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  7001. # org.jruby.runtime.Block.yield(Block.java:165)
  7002. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  7003. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  7004. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  7005. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  7006. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  7007. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther33:map(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  7008. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  7009. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7010. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  7011. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7012. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7013. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7014. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7015. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  7016. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7017. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  7018. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  7019. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  7020. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  7021. # org.jruby.runtime.Block.yield(Block.java:165)
  7022. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  7023. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  7024. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  7025. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
  7026. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7027. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7028. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  7029. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  7030. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7031. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7032. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  7033. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  7034. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  7035. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  7036. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  7037. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  7038. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  7039. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  7040. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7041. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7042. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7043. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7044. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  7045. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  7046. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7047. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7048. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  7049. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  7050. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  7051. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  7052. # org.jruby.runtime.Block.yield(Block.java:165)
  7053. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  7054. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
  7055. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  7056. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  7057. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  7058. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  7059. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  7060. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  7061. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  7062. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  7063. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
  7064. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7065. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  7066. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  7067. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  7068. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7069. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7070. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7071. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  7072. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7073. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  7074. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  7075. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  7076. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  7077. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  7078. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  7079. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  7080. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7081. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7082. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7083. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7084. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7085. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  7086. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7087. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7088. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  7089. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  7090. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  7091. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  7092. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  7093. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  7094. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  7095. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7096. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  7097. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  7098. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  7099. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  7100. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  7101. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  7102. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  7103. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  7104. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  7105. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  7106. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  7107. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  7108. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  7109. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7110. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7111. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  7112. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7113. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  7114. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  7115. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  7116. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  7117. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  7118. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  7119. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  7120. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  7121. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  7122. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  7123. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  7124. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  7125. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  7126. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7127. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7128. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  7129. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7130. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7131. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7132. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7133. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7134. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  7135. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7136. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7137. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  7138. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  7139. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  7140. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  7141. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  7142. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  7143. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  7144. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7145. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7146. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7147. # org.jruby.RubyClass.finvoke(RubyClass.java:523)
  7148. # org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
  7149. # org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
  7150. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7151. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7152. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  7153. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7154. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7155. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7156. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7157. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7158. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7159. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  7160. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7161. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7162. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  7163. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  7164. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  7165. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  7166. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  7167. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  7168. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  7169. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7170. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7171. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7172. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  7173. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  7174. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7175. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7176. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7177. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7178. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7179. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7180. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  7181. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7182. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7183. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7184. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7185. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  7186. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  7187. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7188. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7189. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  7190. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  7191. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  7192. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  7193. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  7194. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  7195. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  7196. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7197. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  7198. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  7199. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  7200. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  7201. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  7202. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  7203. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  7204. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  7205. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7206. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7207. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7208. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7209. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  7210. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  7211. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7212. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7213. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  7214. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  7215. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  7216. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  7217. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  7218. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  7219. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  7220. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  7221. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  7222. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  7223. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  7224. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  7225. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  7226. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7227. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7228. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.invokeOther22:load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  7229. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.RUBY$script(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  7230. # java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
  7231. # org.jruby.ir.Compiler$1.load(Compiler.java:94)
  7232. # org.jruby.Ruby.runScript(Ruby.java:852)
  7233. # org.jruby.Ruby.runNormally(Ruby.java:771)
  7234. # org.jruby.Ruby.runNormally(Ruby.java:789)
  7235. # org.jruby.Ruby.runFromMain(Ruby.java:601)
  7236. # org.jruby.Main.doRunFromMain(Main.java:415)
  7237. # org.jruby.Main.internalRun(Main.java:307)
  7238. # org.jruby.Main.run(Main.java:234)
  7239. # org.jruby.Main.main(Main.java:206)
  7240. # ------------------
  7241. # --- Caused by: ---
  7242. # Java::JavaLang::ArrayIndexOutOfBoundsException:
  7243. # 16
  7244. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  7245.  
  7246. 12) OracleEnhancedAdapter quoting should create records including Time
  7247. Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
  7248.  
  7249. ActiveRecord::StatementInvalid:
  7250. Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
  7251. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  7252. # org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
  7253. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  7254. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.invokeOther5:shift(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  7255. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.RUBY$method$\=\{\}=$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  7256. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
  7257. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  7258. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  7259. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
  7260. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther9:\=\{\}=(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  7261. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$block$exec_query$1(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  7262. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7263. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  7264. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  7265. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  7266. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$2(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:606)
  7267. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7268. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  7269. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  7270. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  7271. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.monitor_dot_rb.RUBY$method$mon_synchronize$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/monitor.rb:226)
  7272. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  7273. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  7274. # org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
  7275. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  7276. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  7277. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther2:synchronize(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  7278. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  7279. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7280. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  7281. # org.jruby.runtime.Block.yield(Block.java:165)
  7282. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  7283. # org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
  7284. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activesupport.lib.active_support.notifications.instrumenter_dot_rb.RUBY$method$instrument$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activesupport/lib/active_support/notifications/instrumenter.rb:23)
  7285. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7286. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
  7287. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  7288. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
  7289. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
  7290. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther22:instrument(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  7291. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$method$log$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  7292. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7293. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  7294. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  7295. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.invokeSuper1:-unknown-super-target-(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  7296. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.RUBY$method$log$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  7297. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7298. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  7299. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
  7300. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  7301. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther33:log(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  7302. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$method$exec_query$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  7303. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7304. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  7305. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
  7306. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
  7307. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther2:exec_query(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  7308. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  7309. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7310. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  7311. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  7312. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  7313. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  7314. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther16:select(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  7315. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  7316. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7317. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  7318. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  7319. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.invokeSuper12:-unknown-super-target-(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  7320. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  7321. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7322. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  7323. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  7324. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  7325. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  7326. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_all(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  7327. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_rows$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  7328. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7329. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  7330. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  7331. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  7332. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  7333. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_rows(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  7334. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_values$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  7335. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7336. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  7337. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  7338. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  7339. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  7340. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.invokeOther20:select_values(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  7341. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.RUBY$method$table_exists?$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  7342. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  7343. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7344. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7345. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
  7346. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther2:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  7347. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$table_exists?$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  7348. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  7349. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  7350. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  7351. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  7352. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther7:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  7353. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$create_table$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  7354. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  7355. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  7356. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  7357. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  7358. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther10:create_table(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  7359. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  7360. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  7361. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7362. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  7363. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther1:define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  7364. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  7365. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7366. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
  7367. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  7368. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  7369. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  7370. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  7371. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  7372. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
  7373. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7374. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  7375. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7376. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7377. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  7378. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  7379. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7380. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7381. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  7382. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  7383. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
  7384. # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
  7385. # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
  7386. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
  7387. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  7388. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  7389. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
  7390. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  7391. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  7392. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther1:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  7393. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  7394. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  7395. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7396. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7397. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7398. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7399. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  7400. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$block$run_owned_hooks_for$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  7401. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7402. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  7403. # org.jruby.runtime.Block.yield(Block.java:165)
  7404. # org.jruby.RubyArray.each(RubyArray.java:1789)
  7405. # org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
  7406. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  7407. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  7408. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther3:each(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  7409. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run_owned_hooks_for$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  7410. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  7411. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  7412. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  7413. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  7414. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther10:run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  7415. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  7416. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  7417. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  7418. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  7419. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  7420. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther5:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  7421. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run_before_context_hooks$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  7422. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7423. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  7424. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  7425. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  7426. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$block$isolate_for_context_hook$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:186)
  7427. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7428. # org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
  7429. # org.jruby.runtime.Block.yieldArray(Block.java:177)
  7430. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
  7431. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  7432. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  7433. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
  7434. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:334)
  7435. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:149)
  7436. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  7437. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.invokeOther4:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  7438. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$method$isolate_for_context_hook$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  7439. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  7440. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7441. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  7442. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  7443. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  7444. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run_before_context_hooks$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  7445. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  7446. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7447. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7448. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7449. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7450. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:run_before_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:590)
  7451. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:590)
  7452. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7453. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  7454. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7455. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7456. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7457. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7458. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  7459. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  7460. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7461. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  7462. # org.jruby.runtime.Block.yield(Block.java:165)
  7463. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  7464. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  7465. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  7466. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  7467. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  7468. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther33:map(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  7469. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  7470. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7471. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  7472. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7473. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7474. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7475. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7476. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  7477. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7478. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  7479. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  7480. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  7481. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  7482. # org.jruby.runtime.Block.yield(Block.java:165)
  7483. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  7484. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  7485. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  7486. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
  7487. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7488. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7489. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  7490. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  7491. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7492. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7493. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  7494. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  7495. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  7496. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  7497. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  7498. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  7499. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  7500. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  7501. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7502. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7503. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7504. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7505. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  7506. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  7507. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7508. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7509. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  7510. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  7511. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  7512. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  7513. # org.jruby.runtime.Block.yield(Block.java:165)
  7514. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  7515. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
  7516. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  7517. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  7518. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  7519. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  7520. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  7521. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  7522. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  7523. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  7524. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
  7525. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7526. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  7527. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  7528. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  7529. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7530. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7531. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7532. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  7533. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7534. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  7535. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  7536. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  7537. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  7538. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  7539. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  7540. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  7541. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7542. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7543. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7544. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7545. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7546. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  7547. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7548. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7549. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  7550. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  7551. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  7552. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  7553. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  7554. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  7555. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  7556. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7557. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  7558. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  7559. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  7560. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  7561. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  7562. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  7563. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  7564. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  7565. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  7566. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  7567. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  7568. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  7569. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  7570. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7571. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7572. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  7573. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7574. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  7575. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  7576. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  7577. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  7578. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  7579. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  7580. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  7581. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  7582. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  7583. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  7584. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  7585. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  7586. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  7587. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7588. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7589. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  7590. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7591. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7592. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7593. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7594. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7595. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  7596. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7597. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7598. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  7599. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  7600. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  7601. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  7602. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  7603. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  7604. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  7605. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7606. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7607. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7608. # org.jruby.RubyClass.finvoke(RubyClass.java:523)
  7609. # org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
  7610. # org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
  7611. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7612. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7613. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  7614. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7615. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7616. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7617. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7618. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7619. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7620. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  7621. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7622. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7623. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  7624. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  7625. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  7626. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  7627. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  7628. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  7629. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  7630. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7631. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7632. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7633. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  7634. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  7635. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7636. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7637. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7638. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7639. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7640. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7641. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  7642. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7643. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7644. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7645. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7646. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  7647. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  7648. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7649. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7650. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  7651. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  7652. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  7653. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  7654. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  7655. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  7656. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  7657. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7658. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  7659. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  7660. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  7661. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  7662. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  7663. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  7664. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  7665. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  7666. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7667. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7668. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7669. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7670. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  7671. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  7672. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7673. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7674. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  7675. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  7676. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  7677. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  7678. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  7679. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  7680. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  7681. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  7682. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  7683. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  7684. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  7685. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  7686. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  7687. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7688. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7689. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.invokeOther22:load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  7690. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.RUBY$script(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  7691. # java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
  7692. # org.jruby.ir.Compiler$1.load(Compiler.java:94)
  7693. # org.jruby.Ruby.runScript(Ruby.java:852)
  7694. # org.jruby.Ruby.runNormally(Ruby.java:771)
  7695. # org.jruby.Ruby.runNormally(Ruby.java:789)
  7696. # org.jruby.Ruby.runFromMain(Ruby.java:601)
  7697. # org.jruby.Main.doRunFromMain(Main.java:415)
  7698. # org.jruby.Main.internalRun(Main.java:307)
  7699. # org.jruby.Main.run(Main.java:234)
  7700. # org.jruby.Main.main(Main.java:206)
  7701. # ------------------
  7702. # --- Caused by: ---
  7703. # Java::JavaLang::ArrayIndexOutOfBoundsException:
  7704. # 16
  7705. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  7706.  
  7707. 13) OracleEnhancedAdapter synonym_names includes synonyms in data_source
  7708. Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
  7709.  
  7710. ActiveRecord::StatementInvalid:
  7711. Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
  7712. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  7713. # org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
  7714. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  7715. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.invokeOther5:shift(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  7716. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.statement_pool_dot_rb.RUBY$method$\=\{\}=$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/statement_pool.rb:33)
  7717. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
  7718. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  7719. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  7720. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
  7721. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther9:\=\{\}=(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  7722. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$block$exec_query$1(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:31)
  7723. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7724. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  7725. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  7726. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  7727. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$2(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:606)
  7728. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7729. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  7730. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  7731. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  7732. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.stdlib.monitor_dot_rb.RUBY$method$mon_synchronize$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/stdlib/monitor.rb:226)
  7733. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  7734. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  7735. # org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
  7736. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  7737. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  7738. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther2:synchronize(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  7739. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$block$log$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:605)
  7740. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7741. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  7742. # org.jruby.runtime.Block.yield(Block.java:165)
  7743. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  7744. # org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
  7745. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activesupport.lib.active_support.notifications.instrumenter_dot_rb.RUBY$method$instrument$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activesupport/lib/active_support/notifications/instrumenter.rb:23)
  7746. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7747. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
  7748. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
  7749. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
  7750. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
  7751. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.invokeOther22:instrument(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  7752. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract_adapter_dot_rb.RUBY$method$log$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:596)
  7753. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7754. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  7755. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  7756. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.invokeSuper1:-unknown-super-target-(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  7757. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.dbms_output.RUBY$method$log$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb:36)
  7758. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7759. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  7760. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
  7761. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  7762. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.invokeOther33:log(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  7763. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.database_statements.RUBY$method$exec_query$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:24)
  7764. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7765. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  7766. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
  7767. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
  7768. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther2:exec_query(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  7769. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:455)
  7770. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7771. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  7772. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  7773. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  7774. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  7775. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther16:select(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  7776. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:62)
  7777. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7778. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  7779. # org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
  7780. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.invokeSuper12:-unknown-super-target-(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  7781. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.query_cache_dot_rb.RUBY$method$select_all$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:101)
  7782. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7783. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  7784. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  7785. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  7786. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  7787. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_all(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  7788. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_rows$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:86)
  7789. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7790. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  7791. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  7792. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  7793. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  7794. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.invokeOther0:select_rows(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  7795. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.connection_adapters.abstract.database_statements_dot_rb.RUBY$method$select_values$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:80)
  7796. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7797. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
  7798. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  7799. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  7800. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  7801. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.invokeOther20:select_values(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  7802. # home.vagrant.oracle_minus_enhanced.lib.active_record.connection_adapters.oracle_enhanced.schema_statements.RUBY$method$table_exists?$0(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:46)
  7803. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  7804. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7805. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7806. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
  7807. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther2:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  7808. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$table_exists?$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:28)
  7809. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  7810. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  7811. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  7812. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  7813. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.invokeOther7:table_exists?(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  7814. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.internal_metadata_dot_rb.RUBY$method$create_table$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/internal_metadata.rb:33)
  7815. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
  7816. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  7817. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  7818. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
  7819. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther10:create_table(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  7820. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:57)
  7821. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  7822. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7823. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  7824. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.invokeOther1:define(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  7825. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.bundler.gems.rails_minus_abda6fc3e82b.activerecord.lib.active_record.schema_dot_rb.RUBY$method$define$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/bundler/gems/rails-abda6fc3e82b/activerecord/lib/active_record/schema.rb:46)
  7826. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7827. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
  7828. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
  7829. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  7830. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  7831. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  7832. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
  7833. # home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
  7834. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7835. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
  7836. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7837. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7838. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  7839. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  7840. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7841. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7842. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  7843. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  7844. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
  7845. # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
  7846. # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
  7847. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
  7848. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  7849. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  7850. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
  7851. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  7852. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  7853. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther1:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  7854. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:348)
  7855. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  7856. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7857. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7858. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7859. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7860. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  7861. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$block$run_owned_hooks_for$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:507)
  7862. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7863. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  7864. # org.jruby.runtime.Block.yield(Block.java:165)
  7865. # org.jruby.RubyArray.each(RubyArray.java:1789)
  7866. # org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
  7867. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  7868. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  7869. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther3:each(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  7870. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run_owned_hooks_for$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:506)
  7871. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  7872. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  7873. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  7874. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  7875. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.invokeOther10:run_owned_hooks_for(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  7876. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.hooks_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:458)
  7877. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
  7878. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
  7879. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
  7880. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
  7881. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther5:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  7882. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run_before_context_hooks$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:538)
  7883. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7884. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
  7885. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  7886. # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
  7887. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$block$isolate_for_context_hook$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:186)
  7888. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7889. # org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
  7890. # org.jruby.runtime.Block.yieldArray(Block.java:177)
  7891. # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
  7892. # org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
  7893. # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
  7894. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
  7895. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:334)
  7896. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:149)
  7897. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  7898. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.invokeOther4:instance_exec(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  7899. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.memoized_helpers_dot_rb.RUBY$method$isolate_for_context_hook$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb:182)
  7900. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  7901. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7902. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
  7903. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  7904. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:isolate_for_context_hook(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  7905. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run_before_context_hooks$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:537)
  7906. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
  7907. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7908. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7909. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7910. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7911. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther10:run_before_context_hooks(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:590)
  7912. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:590)
  7913. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7914. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  7915. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7916. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7917. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7918. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7919. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther0:run(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  7920. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$block$run$1(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  7921. # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
  7922. # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  7923. # org.jruby.runtime.Block.yield(Block.java:165)
  7924. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  7925. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  7926. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  7927. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
  7928. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
  7929. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.invokeOther33:map(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  7930. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.lib.ruby.gems.shared.gems.rspec_minus_core_minus_3_dot_8_dot_0.lib.rspec.core.example_group_dot_rb.RUBY$method$run$0(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592)
  7931. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
  7932. # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
  7933. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
  7934. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7935. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7936. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7937. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  7938. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7939. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  7940. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  7941. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  7942. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  7943. # org.jruby.runtime.Block.yield(Block.java:165)
  7944. # org.jruby.RubyArray.collect(RubyArray.java:2550)
  7945. # org.jruby.RubyArray.map19(RubyArray.java:2564)
  7946. # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
  7947. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
  7948. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7949. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7950. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  7951. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  7952. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7953. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7954. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  7955. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  7956. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  7957. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  7958. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  7959. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  7960. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  7961. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  7962. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  7963. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  7964. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  7965. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  7966. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  7967. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  7968. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  7969. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7970. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  7971. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  7972. # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
  7973. # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
  7974. # org.jruby.runtime.Block.yield(Block.java:165)
  7975. # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
  7976. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
  7977. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  7978. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  7979. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  7980. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  7981. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  7982. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
  7983. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  7984. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
  7985. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
  7986. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7987. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
  7988. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
  7989. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
  7990. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  7991. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  7992. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  7993. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  7994. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  7995. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  7996. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  7997. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  7998. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  7999. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  8000. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  8001. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  8002. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8003. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  8004. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  8005. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  8006. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  8007. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  8008. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  8009. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8010. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  8011. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  8012. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  8013. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  8014. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  8015. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  8016. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  8017. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8018. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  8019. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  8020. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  8021. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  8022. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  8023. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  8024. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  8025. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  8026. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  8027. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  8028. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  8029. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  8030. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  8031. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  8032. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  8033. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  8034. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8035. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  8036. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  8037. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  8038. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  8039. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  8040. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  8041. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  8042. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  8043. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  8044. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  8045. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  8046. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  8047. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  8048. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  8049. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  8050. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
  8051. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8052. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  8053. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  8054. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  8055. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  8056. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  8057. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  8058. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8059. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
  8060. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
  8061. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
  8062. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
  8063. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
  8064. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
  8065. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
  8066. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8067. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  8068. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  8069. # org.jruby.RubyClass.finvoke(RubyClass.java:523)
  8070. # org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
  8071. # org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
  8072. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  8073. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  8074. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  8075. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  8076. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8077. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  8078. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  8079. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  8080. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  8081. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  8082. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  8083. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8084. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  8085. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  8086. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  8087. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  8088. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  8089. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  8090. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  8091. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8092. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  8093. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  8094. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  8095. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  8096. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  8097. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8098. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  8099. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  8100. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  8101. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  8102. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
  8103. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  8104. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8105. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  8106. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  8107. # org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
  8108. # org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
  8109. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  8110. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8111. # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
  8112. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  8113. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  8114. # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  8115. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
  8116. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
  8117. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
  8118. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8119. # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  8120. # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
  8121. # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
  8122. # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
  8123. # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
  8124. # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
  8125. # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
  8126. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
  8127. # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
  8128. # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
  8129. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
  8130. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  8131. # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
  8132. # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
  8133. # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
  8134. # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
  8135. # org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
  8136. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
  8137. # org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
  8138. # org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
  8139. # org.jruby.Ruby.runInterpreter(Ruby.java:864)
  8140. # org.jruby.Ruby.loadFile(Ruby.java:2952)
  8141. # org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
  8142. # org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
  8143. # org.jruby.runtime.load.LoadService.load(LoadService.java:346)
  8144. # org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
  8145. # org.jruby.RubyKernel.load(RubyKernel.java:1000)
  8146. # org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
  8147. # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
  8148. # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
  8149. # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  8150. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.invokeOther22:load(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  8151. # home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_2_dot_1_dot_0_minus_dev.bin.bundle.RUBY$script(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23)
  8152. # java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
  8153. # org.jruby.ir.Compiler$1.load(Compiler.java:94)
  8154. # org.jruby.Ruby.runScript(Ruby.java:852)
  8155. # org.jruby.Ruby.runNormally(Ruby.java:771)
  8156. # org.jruby.Ruby.runNormally(Ruby.java:789)
  8157. # org.jruby.Ruby.runFromMain(Ruby.java:601)
  8158. # org.jruby.Main.doRunFromMain(Main.java:415)
  8159. # org.jruby.Main.internalRun(Main.java:307)
  8160. # org.jruby.Main.run(Main.java:234)
  8161. # org.jruby.Main.main(Main.java:206)
  8162. # ------------------
  8163. # --- Caused by: ---
  8164. # Java::JavaLang::ArrayIndexOutOfBoundsException:
  8165. # 16
  8166. # org.jruby.RubyHash.shift(RubyHash.java:1921)
  8167.  
  8168. 14) OracleEnhancedAdapter timestamp with timezone support / TIMESTAMP WITH TIME ZONE values from ActiveRecord model should return Time value from TIMESTAMP columns
  8169. Failure/Error: expect(@employee.send(c).to_f).to eq(@now.to_f)
  8170.  
  8171. expected: 1211832671.0
  8172. got: 1211821871.0
  8173.  
  8174. (compared using ==)
  8175. # java/lang/Thread.java:1559:in `getStackTrace'
  8176. # org/jruby/runtime/backtrace/TraceType.java:243:in `getBacktraceData'
  8177. # org/jruby/runtime/backtrace/TraceType.java:44:in `getBacktrace'
  8178. # org/jruby/RubyException.java:388:in `prepareBacktrace'
  8179. # org/jruby/exceptions/RaiseException.java:127:in `preRaise'
  8180. # org/jruby/exceptions/RaiseException.java:94:in `preRaise'
  8181. # org/jruby/exceptions/RaiseException.java:60:in `<init>'
  8182. # org/jruby/exceptions/Exception.java:38:in `<init>'
  8183. # org/jruby/RubyException.java:118:in `constructThrowable'
  8184. # org/jruby/RubyException.java:356:in `toThrowable'
  8185. # org/jruby/RubyKernel.java:882:in `raise'
  8186. # org/jruby/RubyKernel$INVOKER$s$0$3$raise.gen:-1:in `call'
  8187. # org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
  8188. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8189. # org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
  8190. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8191. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8192. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  8193. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-support-3.8.0/lib/rspec/support.rb:97:in `block in Support'
  8194. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  8195. # org/jruby/runtime/IRBlockBody.java:79:in `call'
  8196. # org/jruby/runtime/Block.java:124:in `call'
  8197. # org/jruby/RubyProc.java:286:in `call'
  8198. # org/jruby/RubyProc.java:266:in `call'
  8199. # org/jruby/RubyProc$INVOKER$i$0$0$call.gen:-1:in `call'
  8200. # org/jruby/internal/runtime/methods/DynamicMethod.java:211:in `call'
  8201. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  8202. # org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
  8203. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  8204. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8205. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  8206. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  8207. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-support-3.8.0/lib/rspec/support.rb:106:in `notify_failure'
  8208. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  8209. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8210. # org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
  8211. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8212. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8213. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8214. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/fail_with.rb:35:in `fail_with'
  8215. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8216. # org/jruby/runtime/callsite/CachingCallSite.java:80:in `call'
  8217. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  8218. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8219. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8220. # org/jruby/ir/interpreter/InterpreterEngine.java:97:in `interpret'
  8221. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:233:in `INTERPRET_METHOD'
  8222. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:38:in `handle_failure'
  8223. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:220:in `call'
  8224. # org/jruby/internal/runtime/methods/DynamicMethod.java:215:in `call'
  8225. # org/jruby/runtime/callsite/CachingCallSite.java:230:in `call'
  8226. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:50:in `invokeOther3:handle_failure'
  8227. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
  8228. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8229. # org/jruby/runtime/BlockBody.java:114:in `yield'
  8230. # org/jruby/runtime/Block.java:165:in `yield'
  8231. # org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
  8232. # org/jruby/ir/targets/YieldSite.java:105:in `yield'
  8233. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:27:in `with_matcher'
  8234. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
  8235. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  8236. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  8237. # org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
  8238. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:48:in `invokeOther6:with_matcher'
  8239. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
  8240. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  8241. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:126:in `call'
  8242. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  8243. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  8244. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/expectation_target.rb:65:in `invokeOther4:handle_matcher'
  8245. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/expectation_target.rb:65:in `to'
  8246. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  8247. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  8248. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  8249. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8250. # org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
  8251. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8252. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8253. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  8254. # ./spec/active_record/oracle_enhanced/type/timestamp_spec.rb:55:in `block in <main>'
  8255. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  8256. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  8257. # org/jruby/runtime/BlockBody.java:116:in `yield'
  8258. # org/jruby/runtime/Block.java:165:in `yield'
  8259. # org/jruby/RubyArray.java:1789:in `each'
  8260. # org/jruby/RubyArray$INVOKER$i$0$0$each.gen:-1:in `call'
  8261. # org/jruby/internal/runtime/methods/JavaMethod.java:537:in `call'
  8262. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8263. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8264. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  8265. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  8266. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8267. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8268. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  8269. # ./spec/active_record/oracle_enhanced/type/timestamp_spec.rb:53:in `block in <main>'
  8270. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  8271. # org/jruby/runtime/IRBlockBody.java:194:in `doYield'
  8272. # org/jruby/runtime/BlockBody.java:125:in `yield'
  8273. # org/jruby/runtime/Block.java:169:in `yieldNonArray'
  8274. # org/jruby/RubyBasicObject.java:1766:in `yieldUnder'
  8275. # org/jruby/RubyBasicObject.java:2675:in `instance_exec'
  8276. # org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen:-1:in `call'
  8277. # org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
  8278. # org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
  8279. # org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
  8280. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254:in `invokeOther3:instance_exec'
  8281. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254:in `block in run'
  8282. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8283. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  8284. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  8285. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  8286. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'
  8287. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8288. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  8289. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  8290. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  8291. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'
  8292. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8293. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  8294. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  8295. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  8296. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `block in run'
  8297. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8298. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  8299. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  8300. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  8301. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:602:in `run_around_example_hooks_for'
  8302. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
  8303. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  8304. # org/jruby/runtime/callsite/CachingCallSite.java:178:in `call'
  8305. # org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
  8306. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `invokeOther21:run_around_example_hooks_for'
  8307. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `run'
  8308. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
  8309. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  8310. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  8311. # org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
  8312. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `invokeOther6:run'
  8313. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'
  8314. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
  8315. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
  8316. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  8317. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  8318. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `invokeOther5:with_around_example_hooks'
  8319. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'
  8320. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
  8321. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
  8322. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  8323. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  8324. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251:in `invokeOther43:with_around_and_singleton_context_hooks'
  8325. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251:in `run'
  8326. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:116:in `call'
  8327. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186:in `call'
  8328. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  8329. # org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
  8330. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629:in `invokeOther6:run'
  8331. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629:in `block in run_examples'
  8332. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8333. # org/jruby/runtime/BlockBody.java:114:in `yield'
  8334. # org/jruby/runtime/Block.java:165:in `yield'
  8335. # org/jruby/RubyArray.java:2550:in `collect'
  8336. # org/jruby/RubyArray.java:2564:in `map19'
  8337. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  8338. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  8339. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  8340. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625:in `invokeOther15:map'
  8341. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625:in `run_examples'
  8342. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
  8343. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  8344. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8345. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  8346. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  8347. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591:in `invokeOther28:run_examples'
  8348. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591:in `run'
  8349. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  8350. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  8351. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  8352. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8353. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  8354. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  8355. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther0:run'
  8356. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `block in run'
  8357. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8358. # org/jruby/runtime/BlockBody.java:114:in `yield'
  8359. # org/jruby/runtime/Block.java:165:in `yield'
  8360. # org/jruby/RubyArray.java:2550:in `collect'
  8361. # org/jruby/RubyArray.java:2564:in `map19'
  8362. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  8363. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  8364. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  8365. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther33:map'
  8366. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `run'
  8367. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  8368. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  8369. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  8370. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8371. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  8372. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  8373. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8374. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8375. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  8376. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116:in `block in run_specs'
  8377. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  8378. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  8379. # org/jruby/runtime/BlockBody.java:116:in `yield'
  8380. # org/jruby/runtime/Block.java:165:in `yield'
  8381. # org/jruby/RubyArray.java:2550:in `collect'
  8382. # org/jruby/RubyArray.java:2564:in `map19'
  8383. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  8384. # org/jruby/internal/runtime/methods/JavaMethod.java:537:in `call'
  8385. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8386. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8387. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  8388. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  8389. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8390. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8391. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  8392. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116:in `block in run_specs'
  8393. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  8394. # org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
  8395. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  8396. # org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
  8397. # org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
  8398. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  8399. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  8400. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8401. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb:1989:in `with_suite_hooks'
  8402. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8403. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8404. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8405. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  8406. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  8407. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8408. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8409. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  8410. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:111:in `block in run_specs'
  8411. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  8412. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  8413. # org/jruby/runtime/BlockBody.java:116:in `yield'
  8414. # org/jruby/runtime/Block.java:165:in `yield'
  8415. # org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
  8416. # org/jruby/ir/instructions/YieldInstr.java:83:in `interpret'
  8417. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  8418. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  8419. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  8420. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  8421. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb:74:in `report'
  8422. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  8423. # org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
  8424. # org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
  8425. # org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
  8426. # org/jruby/ir/interpreter/InterpreterEngine.java:337:in `processCall'
  8427. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8428. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  8429. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  8430. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:110:in `run_specs'
  8431. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  8432. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8433. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  8434. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  8435. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8436. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8437. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  8438. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  8439. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:87:in `run'
  8440. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  8441. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  8442. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  8443. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  8444. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  8445. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8446. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8447. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:71:in `run'
  8448. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8449. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8450. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8451. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  8452. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8453. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8454. # org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
  8455. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
  8456. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:45:in `invoke'
  8457. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
  8458. # org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
  8459. # org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
  8460. # org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
  8461. # org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
  8462. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8463. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  8464. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/exe/rspec:4:in `<main>'
  8465. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  8466. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  8467. # org/jruby/ir/IRTranslator.java:42:in `execute'
  8468. # org/jruby/Ruby.java:864:in `runInterpreter'
  8469. # org/jruby/Ruby.java:2952:in `loadFile'
  8470. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  8471. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  8472. # org/jruby/runtime/load/LoadService.java:346:in `load'
  8473. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  8474. # org/jruby/RubyKernel.java:1000:in `load'
  8475. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  8476. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  8477. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  8478. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  8479. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8480. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8481. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  8482. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1:in `<main>'
  8483. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  8484. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  8485. # org/jruby/ir/IRTranslator.java:42:in `execute'
  8486. # org/jruby/Ruby.java:864:in `runInterpreter'
  8487. # org/jruby/Ruby.java:2952:in `loadFile'
  8488. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  8489. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  8490. # org/jruby/runtime/load/LoadService.java:346:in `load'
  8491. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  8492. # org/jruby/RubyKernel.java:1000:in `load'
  8493. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  8494. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  8495. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  8496. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  8497. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8498. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8499. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8500. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23:in `<main>'
  8501. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8502. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8503. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8504. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  8505. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8506. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8507. # org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
  8508. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
  8509. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:1:in `(root)'
  8510. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
  8511. # org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
  8512. # org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
  8513. # org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
  8514. # org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
  8515. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8516. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8517. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:74:in `kernel_load'
  8518. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8519. # org/jruby/RubyClass.java:523:in `finvoke'
  8520. # org/jruby/RubyBasicObject.java:1743:in `send'
  8521. # org/jruby/RubyBasicObject$INVOKER$i$send.gen:-1:in `call'
  8522. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8523. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8524. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  8525. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8526. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8527. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8528. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:28:in `run'
  8529. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8530. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8531. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8532. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  8533. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8534. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8535. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  8536. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  8537. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:463:in `exec'
  8538. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  8539. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  8540. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  8541. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  8542. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  8543. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8544. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8545. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  8546. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8547. # org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
  8548. # org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
  8549. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8550. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8551. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8552. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  8553. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8554. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8555. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8556. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  8557. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8558. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8559. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8560. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
  8561. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8562. # org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
  8563. # org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
  8564. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8565. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8566. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  8567. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  8568. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:27:in `dispatch'
  8569. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  8570. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  8571. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  8572. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  8573. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  8574. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8575. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  8576. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `block in start'
  8577. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  8578. # org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
  8579. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  8580. # org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
  8581. # org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
  8582. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  8583. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  8584. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8585. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:18:in `start'
  8586. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8587. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8588. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8589. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  8590. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  8591. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8592. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8593. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  8594. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30:in `<main>'
  8595. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  8596. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  8597. # org/jruby/ir/IRTranslator.java:42:in `execute'
  8598. # org/jruby/Ruby.java:864:in `runInterpreter'
  8599. # org/jruby/Ruby.java:2952:in `loadFile'
  8600. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  8601. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  8602. # org/jruby/runtime/load/LoadService.java:346:in `load'
  8603. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  8604. # org/jruby/RubyKernel.java:1000:in `load'
  8605. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  8606. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  8607. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  8608. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  8609. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/bin//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `invokeOther22:load'
  8610. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `<main>'
  8611. # java/lang/invoke/MethodHandle.java:627:in `invokeWithArguments'
  8612. # org/jruby/ir/Compiler.java:94:in `load'
  8613. # org/jruby/Ruby.java:852:in `runScript'
  8614. # org/jruby/Ruby.java:771:in `runNormally'
  8615. # org/jruby/Ruby.java:789:in `runNormally'
  8616. # org/jruby/Ruby.java:601:in `runFromMain'
  8617. # org/jruby/Main.java:415:in `doRunFromMain'
  8618. # org/jruby/Main.java:307:in `internalRun'
  8619. # org/jruby/Main.java:234:in `run'
  8620. # org/jruby/Main.java:206:in `main'
  8621.  
  8622. 15) OracleEnhancedAdapter timestamp with timezone support / TIMESTAMP WITH TIME ZONE values from ActiveRecord model should return Time value with fractional seconds from TIMESTAMP columns
  8623. Failure/Error: expect(@employee.send(c).to_f).to eq(@now.to_f)
  8624.  
  8625. expected: 1211832671.00001
  8626. got: 1211821871.00001
  8627.  
  8628. (compared using ==)
  8629. # java/lang/Thread.java:1559:in `getStackTrace'
  8630. # org/jruby/runtime/backtrace/TraceType.java:243:in `getBacktraceData'
  8631. # org/jruby/runtime/backtrace/TraceType.java:44:in `getBacktrace'
  8632. # org/jruby/RubyException.java:388:in `prepareBacktrace'
  8633. # org/jruby/exceptions/RaiseException.java:127:in `preRaise'
  8634. # org/jruby/exceptions/RaiseException.java:94:in `preRaise'
  8635. # org/jruby/exceptions/RaiseException.java:60:in `<init>'
  8636. # org/jruby/exceptions/Exception.java:38:in `<init>'
  8637. # org/jruby/RubyException.java:118:in `constructThrowable'
  8638. # org/jruby/RubyException.java:356:in `toThrowable'
  8639. # org/jruby/RubyKernel.java:882:in `raise'
  8640. # org/jruby/RubyKernel$INVOKER$s$0$3$raise.gen:-1:in `call'
  8641. # org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
  8642. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8643. # org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
  8644. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8645. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8646. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  8647. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-support-3.8.0/lib/rspec/support.rb:97:in `block in Support'
  8648. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  8649. # org/jruby/runtime/IRBlockBody.java:79:in `call'
  8650. # org/jruby/runtime/Block.java:124:in `call'
  8651. # org/jruby/RubyProc.java:286:in `call'
  8652. # org/jruby/RubyProc.java:266:in `call'
  8653. # org/jruby/RubyProc$INVOKER$i$0$0$call.gen:-1:in `call'
  8654. # org/jruby/internal/runtime/methods/DynamicMethod.java:211:in `call'
  8655. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  8656. # org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
  8657. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  8658. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8659. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  8660. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  8661. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-support-3.8.0/lib/rspec/support.rb:106:in `notify_failure'
  8662. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  8663. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8664. # org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
  8665. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8666. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8667. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8668. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/fail_with.rb:35:in `fail_with'
  8669. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8670. # org/jruby/runtime/callsite/CachingCallSite.java:80:in `call'
  8671. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  8672. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8673. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8674. # org/jruby/ir/interpreter/InterpreterEngine.java:97:in `interpret'
  8675. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:233:in `INTERPRET_METHOD'
  8676. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:38:in `handle_failure'
  8677. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:220:in `call'
  8678. # org/jruby/internal/runtime/methods/DynamicMethod.java:215:in `call'
  8679. # org/jruby/runtime/callsite/CachingCallSite.java:230:in `call'
  8680. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:50:in `invokeOther3:handle_failure'
  8681. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
  8682. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8683. # org/jruby/runtime/BlockBody.java:114:in `yield'
  8684. # org/jruby/runtime/Block.java:165:in `yield'
  8685. # org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
  8686. # org/jruby/ir/targets/YieldSite.java:105:in `yield'
  8687. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:27:in `with_matcher'
  8688. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
  8689. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  8690. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  8691. # org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
  8692. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:48:in `invokeOther6:with_matcher'
  8693. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
  8694. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  8695. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:126:in `call'
  8696. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  8697. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  8698. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_expectations_minus_3_dot_8_dot_2/lib/rspec/expectations//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/expectation_target.rb:65:in `invokeOther4:handle_matcher'
  8699. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-expectations-3.8.2/lib/rspec/expectations/expectation_target.rb:65:in `to'
  8700. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  8701. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  8702. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  8703. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8704. # org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
  8705. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8706. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8707. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  8708. # ./spec/active_record/oracle_enhanced/type/timestamp_spec.rb:69:in `block in <main>'
  8709. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  8710. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  8711. # org/jruby/runtime/BlockBody.java:116:in `yield'
  8712. # org/jruby/runtime/Block.java:165:in `yield'
  8713. # org/jruby/RubyArray.java:1789:in `each'
  8714. # org/jruby/RubyArray$INVOKER$i$0$0$each.gen:-1:in `call'
  8715. # org/jruby/internal/runtime/methods/JavaMethod.java:537:in `call'
  8716. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8717. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8718. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  8719. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  8720. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8721. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8722. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  8723. # ./spec/active_record/oracle_enhanced/type/timestamp_spec.rb:67:in `block in <main>'
  8724. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  8725. # org/jruby/runtime/IRBlockBody.java:194:in `doYield'
  8726. # org/jruby/runtime/BlockBody.java:125:in `yield'
  8727. # org/jruby/runtime/Block.java:169:in `yieldNonArray'
  8728. # org/jruby/RubyBasicObject.java:1766:in `yieldUnder'
  8729. # org/jruby/RubyBasicObject.java:2675:in `instance_exec'
  8730. # org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen:-1:in `call'
  8731. # org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
  8732. # org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
  8733. # org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
  8734. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254:in `invokeOther3:instance_exec'
  8735. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:254:in `block in run'
  8736. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8737. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  8738. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  8739. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  8740. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'
  8741. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8742. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  8743. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  8744. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  8745. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'
  8746. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8747. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  8748. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  8749. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  8750. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `block in run'
  8751. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8752. # org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
  8753. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  8754. # org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
  8755. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:602:in `run_around_example_hooks_for'
  8756. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
  8757. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  8758. # org/jruby/runtime/callsite/CachingCallSite.java:178:in `call'
  8759. # org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
  8760. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `invokeOther21:run_around_example_hooks_for'
  8761. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb:464:in `run'
  8762. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
  8763. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
  8764. # org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
  8765. # org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
  8766. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `invokeOther6:run'
  8767. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'
  8768. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
  8769. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
  8770. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  8771. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  8772. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `invokeOther5:with_around_example_hooks'
  8773. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'
  8774. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
  8775. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
  8776. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  8777. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  8778. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251:in `invokeOther43:with_around_and_singleton_context_hooks'
  8779. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example.rb:251:in `run'
  8780. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:116:in `call'
  8781. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186:in `call'
  8782. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  8783. # org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
  8784. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629:in `invokeOther6:run'
  8785. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:629:in `block in run_examples'
  8786. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8787. # org/jruby/runtime/BlockBody.java:114:in `yield'
  8788. # org/jruby/runtime/Block.java:165:in `yield'
  8789. # org/jruby/RubyArray.java:2550:in `collect'
  8790. # org/jruby/RubyArray.java:2564:in `map19'
  8791. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  8792. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  8793. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  8794. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625:in `invokeOther15:map'
  8795. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:625:in `run_examples'
  8796. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
  8797. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  8798. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8799. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  8800. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  8801. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591:in `invokeOther28:run_examples'
  8802. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:591:in `run'
  8803. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  8804. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  8805. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  8806. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8807. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  8808. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  8809. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther0:run'
  8810. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `block in run'
  8811. # org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
  8812. # org/jruby/runtime/BlockBody.java:114:in `yield'
  8813. # org/jruby/runtime/Block.java:165:in `yield'
  8814. # org/jruby/RubyArray.java:2550:in `collect'
  8815. # org/jruby/RubyArray.java:2564:in `map19'
  8816. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  8817. # org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
  8818. # org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
  8819. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/lib/ruby/gems/shared/gems/rspec_minus_core_minus_3_dot_8_dot_0/lib/rspec/core//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `invokeOther33:map'
  8820. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb:592:in `run'
  8821. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
  8822. # org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
  8823. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
  8824. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8825. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  8826. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  8827. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8828. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8829. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  8830. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116:in `block in run_specs'
  8831. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  8832. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  8833. # org/jruby/runtime/BlockBody.java:116:in `yield'
  8834. # org/jruby/runtime/Block.java:165:in `yield'
  8835. # org/jruby/RubyArray.java:2550:in `collect'
  8836. # org/jruby/RubyArray.java:2564:in `map19'
  8837. # org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
  8838. # org/jruby/internal/runtime/methods/JavaMethod.java:537:in `call'
  8839. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8840. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8841. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  8842. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  8843. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8844. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8845. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  8846. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:116:in `block in run_specs'
  8847. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  8848. # org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
  8849. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  8850. # org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
  8851. # org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
  8852. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  8853. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  8854. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8855. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb:1989:in `with_suite_hooks'
  8856. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8857. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8858. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8859. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  8860. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  8861. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8862. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8863. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  8864. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:111:in `block in run_specs'
  8865. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  8866. # org/jruby/runtime/IRBlockBody.java:187:in `doYield'
  8867. # org/jruby/runtime/BlockBody.java:116:in `yield'
  8868. # org/jruby/runtime/Block.java:165:in `yield'
  8869. # org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
  8870. # org/jruby/ir/instructions/YieldInstr.java:83:in `interpret'
  8871. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  8872. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  8873. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  8874. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  8875. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb:74:in `report'
  8876. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  8877. # org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
  8878. # org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
  8879. # org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
  8880. # org/jruby/ir/interpreter/InterpreterEngine.java:337:in `processCall'
  8881. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8882. # org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
  8883. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
  8884. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:110:in `run_specs'
  8885. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
  8886. # org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
  8887. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  8888. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  8889. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8890. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8891. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  8892. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  8893. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:87:in `run'
  8894. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  8895. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  8896. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  8897. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  8898. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  8899. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8900. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8901. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:71:in `run'
  8902. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8903. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8904. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8905. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  8906. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8907. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8908. # org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
  8909. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
  8910. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb:45:in `invoke'
  8911. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
  8912. # org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
  8913. # org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
  8914. # org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
  8915. # org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
  8916. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8917. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  8918. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/rspec-core-3.8.0/exe/rspec:4:in `<main>'
  8919. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  8920. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  8921. # org/jruby/ir/IRTranslator.java:42:in `execute'
  8922. # org/jruby/Ruby.java:864:in `runInterpreter'
  8923. # org/jruby/Ruby.java:2952:in `loadFile'
  8924. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  8925. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  8926. # org/jruby/runtime/load/LoadService.java:346:in `load'
  8927. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  8928. # org/jruby/RubyKernel.java:1000:in `load'
  8929. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  8930. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  8931. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  8932. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  8933. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8934. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8935. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  8936. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1:in `<main>'
  8937. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  8938. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  8939. # org/jruby/ir/IRTranslator.java:42:in `execute'
  8940. # org/jruby/Ruby.java:864:in `runInterpreter'
  8941. # org/jruby/Ruby.java:2952:in `loadFile'
  8942. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  8943. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  8944. # org/jruby/runtime/load/LoadService.java:346:in `load'
  8945. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  8946. # org/jruby/RubyKernel.java:1000:in `load'
  8947. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  8948. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  8949. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  8950. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  8951. # org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
  8952. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8953. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8954. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23:in `<main>'
  8955. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8956. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8957. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8958. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  8959. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8960. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8961. # org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
  8962. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
  8963. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:1:in `(root)'
  8964. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
  8965. # org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
  8966. # org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
  8967. # org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
  8968. # org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
  8969. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8970. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8971. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:74:in `kernel_load'
  8972. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8973. # org/jruby/RubyClass.java:523:in `finvoke'
  8974. # org/jruby/RubyBasicObject.java:1743:in `send'
  8975. # org/jruby/RubyBasicObject$INVOKER$i$send.gen:-1:in `call'
  8976. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8977. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8978. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  8979. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8980. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8981. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8982. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli/exec.rb:28:in `run'
  8983. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  8984. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  8985. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  8986. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  8987. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  8988. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8989. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  8990. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  8991. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:463:in `exec'
  8992. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  8993. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  8994. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  8995. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  8996. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  8997. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  8998. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  8999. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  9000. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  9001. # org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
  9002. # org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
  9003. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  9004. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  9005. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  9006. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  9007. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  9008. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  9009. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  9010. # org/jruby/ir/instructions/CallBase.java:522:in `interpret'
  9011. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  9012. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  9013. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  9014. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
  9015. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  9016. # org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
  9017. # org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
  9018. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  9019. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  9020. # org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
  9021. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
  9022. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:27:in `dispatch'
  9023. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
  9024. # org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
  9025. # org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
  9026. # org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
  9027. # org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
  9028. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  9029. # org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
  9030. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `block in start'
  9031. # org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
  9032. # org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
  9033. # org/jruby/runtime/Block.java:134:in `yieldSpecific'
  9034. # org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
  9035. # org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
  9036. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
  9037. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
  9038. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
  9039. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/lib/bundler/cli.rb:18:in `start'
  9040. # org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
  9041. # org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
  9042. # org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
  9043. # org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
  9044. # org/jruby/ir/instructions/CallBase.java:519:in `interpret'
  9045. # org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
  9046. # org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
  9047. # org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
  9048. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30:in `<main>'
  9049. # org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
  9050. # org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
  9051. # org/jruby/ir/IRTranslator.java:42:in `execute'
  9052. # org/jruby/Ruby.java:864:in `runInterpreter'
  9053. # org/jruby/Ruby.java:2952:in `loadFile'
  9054. # org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
  9055. # org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
  9056. # org/jruby/runtime/load/LoadService.java:346:in `load'
  9057. # org/jruby/RubyKernel.java:1030:in `loadCommon'
  9058. # org/jruby/RubyKernel.java:1000:in `load'
  9059. # org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
  9060. # org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
  9061. # org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
  9062. # org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
  9063. # home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_2_dot_1_dot_0_minus_dev/bin//home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `invokeOther22:load'
  9064. # /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `<main>'
  9065. # java/lang/invoke/MethodHandle.java:627:in `invokeWithArguments'
  9066. # org/jruby/ir/Compiler.java:94:in `load'
  9067. # org/jruby/Ruby.java:852:in `runScript'
  9068. # org/jruby/Ruby.java:771:in `runNormally'
  9069. # org/jruby/Ruby.java:789:in `runNormally'
  9070. # org/jruby/Ruby.java:601:in `runFromMain'
  9071. # org/jruby/Main.java:415:in `doRunFromMain'
  9072. # org/jruby/Main.java:307:in `internalRun'
  9073. # org/jruby/Main.java:234:in `run'
  9074. # org/jruby/Main.java:206:in `main'
  9075.  
  9076. Finished in 10 minutes 56 seconds (files took 3.89 seconds to load)
  9077. 369 examples, 15 failures, 6 pending, 4 errors occurred outside of examples
  9078.  
  9079. Failed examples:
  9080.  
  9081. rspec ./spec/active_record/connection_adapters/oracle_enhanced/connection_spec.rb:222 # OracleEnhancedConnection create JDBC connection should create new connection using :url and tnsnames alias
  9082. rspec ./spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:341 # OracleEnhancedAdapter schema dump virtual columns should dump correctly
  9083. rspec ./spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:366 # OracleEnhancedAdapter schema dump virtual columns with index on virtual column should dump correctly
  9084. rspec ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:1026 # OracleEnhancedAdapter schema definition virtual columns should add virtual column with explicit type
  9085. rspec ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:1045 # OracleEnhancedAdapter schema definition virtual columns should change virtual column definition
  9086. rspec ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:1066 # OracleEnhancedAdapter schema definition virtual columns should change virtual column type
  9087. rspec ./spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:93 # OracleEnhancedAdapter cache table columns without column caching should have correct sql types when 2 models are using the same table and AR query cache is enabled
  9088. rspec ./spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:318 # OracleEnhancedAdapter using offset and limit should return the records starting from offset n with offset(n)
  9089. rspec ./spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:340 # OracleEnhancedAdapter valid_type? returns true when passed a valid type
  9090. rspec ./spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:345 # OracleEnhancedAdapter valid_type? returns false when passed an invalid type
  9091. rspec ./spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:379 # OracleEnhancedAdapter serialized column should serialize
  9092. rspec ./spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:416 # OracleEnhancedAdapter quoting should create records including Time
  9093. rspec ./spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:441 # OracleEnhancedAdapter synonym_names includes synonyms in data_source
  9094. rspec ./spec/active_record/oracle_enhanced/type/timestamp_spec.rb:45 # OracleEnhancedAdapter timestamp with timezone support / TIMESTAMP WITH TIME ZONE values from ActiveRecord model should return Time value from TIMESTAMP columns
  9095. rspec ./spec/active_record/oracle_enhanced/type/timestamp_spec.rb:59 # OracleEnhancedAdapter timestamp with timezone support / TIMESTAMP WITH TIME ZONE values from ActiveRecord model should return Time value with fractional seconds from TIMESTAMP columns
  9096.  
  9097. Coverage report generated for RSpec to /home/vagrant/oracle-enhanced/coverage. 0 / 5438 LOC (0.0%) covered.
  9098. vagrant@rails-dev-box:~/oracle-enhanced$
Add Comment
Please, Sign In to add comment