Skip to content

Instantly share code, notes, and snippets.

@headius
Created October 31, 2018 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save headius/a7e1e819555f53f892947795c12f7983 to your computer and use it in GitHub Desktop.
Save headius/a7e1e819555f53f892947795c12f7983 to your computer and use it in GitHub Desktop.
oracle-enhanced adapter failures on jruby@081d774d15e4e61bb47137c8fe0d6543d1f872ab
This file has been truncated, but you can view the full file.
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
/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
==> Loading config from ENV or use default
==> Running specs with JRuby version 9.2.1.0-SNAPSHOT
/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
/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
/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
==> Effective ActiveRecord version 6.0.0.alpha
...........................F.*........................................................................................................FF
An error occurred in an `after(:context)` hook.
Failure/Error: Unable to find oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java to read failed line
ActiveRecord::StatementInvalid:
Java::JavaSql::SQLSyntaxErrorException: ORA-00942: table or view does not exist
: DROP TABLE "TEST_NAMES"
# oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java:494)
# oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java:446)
# oracle.jdbc.driver.T4C8Oall.processError(oracle/jdbc/driver/T4C8Oall.java:1052)
# oracle.jdbc.driver.T4CTTIfun.receive(oracle/jdbc/driver/T4CTTIfun.java:537)
# oracle.jdbc.driver.T4CTTIfun.doRPC(oracle/jdbc/driver/T4CTTIfun.java:255)
# oracle.jdbc.driver.T4C8Oall.doOALL(oracle/jdbc/driver/T4C8Oall.java:610)
# oracle.jdbc.driver.T4CStatement.doOall8(oracle/jdbc/driver/T4CStatement.java:213)
# oracle.jdbc.driver.T4CStatement.doOall8(oracle/jdbc/driver/T4CStatement.java:37)
# oracle.jdbc.driver.T4CStatement.executeForRows(oracle/jdbc/driver/T4CStatement.java:887)
# oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(oracle/jdbc/driver/OracleStatement.java:1136)
# oracle.jdbc.driver.OracleStatement.executeInternal(oracle/jdbc/driver/OracleStatement.java:1754)
# oracle.jdbc.driver.OracleStatement.execute(oracle/jdbc/driver/OracleStatement.java:1709)
# oracle.jdbc.driver.OracleStatementWrapper.execute(oracle/jdbc/driver/OracleStatementWrapper.java:300)
# sun.reflect.GeneratedMethodAccessor21.invoke(sun/reflect/GeneratedMethodAccessor21)
# sun.reflect.DelegatingMethodAccessorImpl.invoke(sun/reflect/DelegatingMethodAccessorImpl.java:43)
# java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)
# org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:455)
# org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:316)
# org.jruby.java.invokers.InstanceMethodInvoker.call(org/jruby/java/invokers/InstanceMethodInvoker.java:46)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:85)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:114)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
# org.jruby.ir.targets.YieldSite.yield(org/jruby/ir/targets/YieldSite.java:105)
# home.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:218)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1149)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:218)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# RUBY.drop_table(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:259)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
# org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
# org.jruby.RubyKernel.send(org/jruby/RubyKernel.java:2184)
# org.jruby.RubyKernel$INVOKER$s$send.call(org/jruby/RubyKernel$INVOKER$s$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java: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.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
# org.jruby.runtime.Helpers$MethodMissingMethod.call(org/jruby/runtime/Helpers.java:309)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.callMethodMissing(org/jruby/runtime/callsite/CachingCallSite.java:420)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:341)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:336)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1806)
# org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1825)
# org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:2603)
# org.jruby.RubyBasicObject$INVOKER$i$instance_eval.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
# 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)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:114)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# 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)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:113)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:122)
# org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1806)
# org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1825)
# org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:2603)
# org.jruby.RubyBasicObject$INVOKER$i$instance_eval.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# 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)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:335)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1766)
# org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:338)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:114)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.RubyArray.each(org/jruby/RubyArray.java:1789)
# org.jruby.RubyArray$INVOKER$i$0$0$each.call(org/jruby/RubyArray$INVOKER$i$0$0$each.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:122)
# org.jruby.runtime.Block.yieldArray(org/jruby/runtime/Block.java:177)
# org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1769)
# org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:195)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
# org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
# org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:83)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:337)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
# 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)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
# org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
# org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
# RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
# org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
# org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
# org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
# org.jruby.RubyBasicObject$INVOKER$i$send.call(org/jruby/RubyBasicObject$INVOKER$i$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
# RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
# org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
# org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# 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)
# 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)
# java.lang.invoke.MethodHandle.invokeWithArguments(java/lang/invoke/MethodHandle.java:627)
# org.jruby.ir.Compiler$1.load(org/jruby/ir/Compiler.java:94)
# org.jruby.Ruby.runScript(org/jruby/Ruby.java:852)
# org.jruby.Ruby.runNormally(org/jruby/Ruby.java:771)
# org.jruby.Ruby.runNormally(org/jruby/Ruby.java:789)
# org.jruby.Ruby.runFromMain(org/jruby/Ruby.java:601)
# org.jruby.Main.doRunFromMain(org/jruby/Main.java:415)
# org.jruby.Main.internalRun(org/jruby/Main.java:307)
# org.jruby.Main.run(org/jruby/Main.java:234)
# org.jruby.Main.main(org/jruby/Main.java:206)
# ------------------
# --- Caused by: ---
# Java::OracleJdbc::OracleDatabaseException:
# ORA-00942: table or view does not exist
# oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:498)
...........................*.*....................................FFF...........*..............................*.......F.............FFFF
An error occurred in an `after(:context)` hook.
Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
ActiveRecord::StatementInvalid:
Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
# org.jruby.RubyHash.shift(RubyHash.java:1921)
# org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
# home.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:338)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.each(RubyArray.java:1789)
# org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
# org.jruby.runtime.Block.yieldArray(Block.java:177)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(RubyClass.java:523)
# org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
# org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# 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)
# 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)
# java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
# org.jruby.ir.Compiler$1.load(Compiler.java:94)
# org.jruby.Ruby.runScript(Ruby.java:852)
# org.jruby.Ruby.runNormally(Ruby.java:771)
# org.jruby.Ruby.runNormally(Ruby.java:789)
# org.jruby.Ruby.runFromMain(Ruby.java:601)
# org.jruby.Main.doRunFromMain(Main.java:415)
# org.jruby.Main.internalRun(Main.java:307)
# org.jruby.Main.run(Main.java:234)
# org.jruby.Main.main(Main.java:206)
# ------------------
# --- Caused by: ---
# Java::JavaLang::ArrayIndexOutOfBoundsException:
# 16
# org.jruby.RubyHash.shift(RubyHash.java:1921)
F
An error occurred in an `after(:context)` hook.
Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
ActiveRecord::StatementInvalid:
Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
# org.jruby.RubyHash.shift(RubyHash.java:1921)
# org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
# home.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:338)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.each(RubyArray.java:1789)
# org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
# org.jruby.runtime.Block.yieldArray(Block.java:177)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(RubyClass.java:523)
# org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
# org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# 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)
# 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)
# java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
# org.jruby.ir.Compiler$1.load(Compiler.java:94)
# org.jruby.Ruby.runScript(Ruby.java:852)
# org.jruby.Ruby.runNormally(Ruby.java:771)
# org.jruby.Ruby.runNormally(Ruby.java:789)
# org.jruby.Ruby.runFromMain(Ruby.java:601)
# org.jruby.Main.doRunFromMain(Main.java:415)
# org.jruby.Main.internalRun(Main.java:307)
# org.jruby.Main.run(Main.java:234)
# org.jruby.Main.main(Main.java:206)
# ------------------
# --- Caused by: ---
# Java::JavaLang::ArrayIndexOutOfBoundsException:
# 16
# org.jruby.RubyHash.shift(RubyHash.java:1921)
F
An error occurred in an `after(:context)` hook.
Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
ActiveRecord::StatementInvalid:
Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
# org.jruby.RubyHash.shift(RubyHash.java:1921)
# org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
# home.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:338)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.each(RubyArray.java:1789)
# org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
# org.jruby.runtime.Block.yieldArray(Block.java:177)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(RubyClass.java:523)
# org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
# org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# 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)
# 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)
# java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
# org.jruby.ir.Compiler$1.load(Compiler.java:94)
# org.jruby.Ruby.runScript(Ruby.java:852)
# org.jruby.Ruby.runNormally(Ruby.java:771)
# org.jruby.Ruby.runNormally(Ruby.java:789)
# org.jruby.Ruby.runFromMain(Ruby.java:601)
# org.jruby.Main.doRunFromMain(Main.java:415)
# org.jruby.Main.internalRun(Main.java:307)
# org.jruby.Main.run(Main.java:234)
# org.jruby.Main.main(Main.java:206)
# ------------------
# --- Caused by: ---
# Java::JavaLang::ArrayIndexOutOfBoundsException:
# 16
# org.jruby.RubyHash.shift(RubyHash.java:1921)
......*.....................................................................................FF
Pending: (Failures listed here are expected and do not affect your suite's status)
1) OracleEnhancedConnection create JDBC connection should create a new connection using JNDI
# cannot load Java class org.apache.commons.pool.impl.GenericObjectPool
# ./spec/active_record/connection_adapters/oracle_enhanced/connection_spec.rb:238
2) OracleEnhancedAdapter schema definition rename index should raise error when new index name length is too long
# No reason given
# ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:368
3) OracleEnhancedAdapter schema definition rename index should rename index name with new one
# No reason given
# ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:381
4) OracleEnhancedAdapter schema definition load schema multi insert is NOT supported should loads the migration schema table from insert versions sql
# Not supported in this database version
# ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:1236
5) OracleEnhancedAdapter structure dump schema migrations multi insert is NOT supported should dump schema migrations one version per insert
# Not supported in this database version
# ./spec/active_record/connection_adapters/oracle_enhanced/structure_dump_spec.rb:376
6) OracleEnhancedAdapter Transaction Raises Deadlocked when a deadlock is encountered
# Skip temporary due to #1599
# ./spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:523
Failures:
1) OracleEnhancedConnection create JDBC connection should create new connection using :url and tnsnames alias
Failure/Error: Unable to find oracle.jdbc.driver.T4CConnection.logon(oracle/jdbc/driver/T4CConnection.java to read failed line
Java::JavaSql::SQLRecoverableException:
IO Error: Unknown host specified
# oracle.jdbc.driver.T4CConnection.logon(oracle/jdbc/driver/T4CConnection.java:801)
# oracle.jdbc.driver.PhysicalConnection.connect(oracle/jdbc/driver/PhysicalConnection.java:782)
# oracle.jdbc.driver.T4CDriverExtension.getConnection(oracle/jdbc/driver/T4CDriverExtension.java:39)
# oracle.jdbc.driver.OracleDriver.connect(oracle/jdbc/driver/OracleDriver.java:704)
# sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
# sun.reflect.NativeMethodAccessorImpl.invoke(sun/reflect/NativeMethodAccessorImpl.java:62)
# sun.reflect.DelegatingMethodAccessorImpl.invoke(sun/reflect/DelegatingMethodAccessorImpl.java:43)
# java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)
# org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:470)
# org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:328)
# org.jruby.java.invokers.InstanceMethodInvoker.call(org/jruby/java/invokers/InstanceMethodInvoker.java:57)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:199)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# RUBY.new_connection(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:141)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# RUBY.initialize(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/jdbc_connection.rb:65)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
# org.jruby.RubyClass.newInstance(org/jruby/RubyClass.java:1013)
# org.jruby.RubyClass$INVOKER$i$newInstance.call(org/jruby/RubyClass$INVOKER$i$newInstance.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# RUBY.create(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/connection.rb:13)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/connection_spec.rb:227)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1766)
# org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:338)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:199)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
# org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
# org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
# org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:83)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:337)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
# 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)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
# org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
# org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
# RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
# org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
# org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
# org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
# org.jruby.RubyBasicObject$INVOKER$i$send.call(org/jruby/RubyBasicObject$INVOKER$i$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
# RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
# org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
# org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# 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)
# 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)
# java.lang.invoke.MethodHandle.invokeWithArguments(java/lang/invoke/MethodHandle.java:627)
# org.jruby.ir.Compiler$1.load(org/jruby/ir/Compiler.java:94)
# org.jruby.Ruby.runScript(org/jruby/Ruby.java:852)
# org.jruby.Ruby.runNormally(org/jruby/Ruby.java:771)
# org.jruby.Ruby.runNormally(org/jruby/Ruby.java:789)
# org.jruby.Ruby.runFromMain(org/jruby/Ruby.java:601)
# org.jruby.Main.doRunFromMain(org/jruby/Main.java:415)
# org.jruby.Main.internalRun(org/jruby/Main.java:307)
# org.jruby.Main.run(org/jruby/Main.java:234)
# org.jruby.Main.main(org/jruby/Main.java:206)
# ------------------
# --- Caused by: ---
# Java::OracleNetNs::NetException:
# Unknown host specified
# oracle.net.resolver.HostnameNamingAdapter.resolve(HostnameNamingAdapter.java:209)
2) OracleEnhancedAdapter schema dump virtual columns should dump correctly
Failure/Error: Unable to find oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java to read failed line
ActiveRecord::ValueTooLong:
Java::JavaSql::SQLException: ORA-12899: value too large for column "FIELD_WITH_LEADING_SPACE" (actual: 1022, maximum: 1020)
: 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 || ' '))
# oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java:494)
# oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java:446)
# oracle.jdbc.driver.T4C8Oall.processError(oracle/jdbc/driver/T4C8Oall.java:1052)
# oracle.jdbc.driver.T4CTTIfun.receive(oracle/jdbc/driver/T4CTTIfun.java:537)
# oracle.jdbc.driver.T4CTTIfun.doRPC(oracle/jdbc/driver/T4CTTIfun.java:255)
# oracle.jdbc.driver.T4C8Oall.doOALL(oracle/jdbc/driver/T4C8Oall.java:610)
# oracle.jdbc.driver.T4CStatement.doOall8(oracle/jdbc/driver/T4CStatement.java:213)
# oracle.jdbc.driver.T4CStatement.doOall8(oracle/jdbc/driver/T4CStatement.java:37)
# oracle.jdbc.driver.T4CStatement.executeForRows(oracle/jdbc/driver/T4CStatement.java:887)
# oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(oracle/jdbc/driver/OracleStatement.java:1136)
# oracle.jdbc.driver.OracleStatement.executeInternal(oracle/jdbc/driver/OracleStatement.java:1754)
# oracle.jdbc.driver.OracleStatement.execute(oracle/jdbc/driver/OracleStatement.java:1709)
# oracle.jdbc.driver.OracleStatementWrapper.execute(oracle/jdbc/driver/OracleStatementWrapper.java:300)
# sun.reflect.GeneratedMethodAccessor21.invoke(sun/reflect/GeneratedMethodAccessor21)
# sun.reflect.DelegatingMethodAccessorImpl.invoke(sun/reflect/DelegatingMethodAccessorImpl.java:43)
# java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)
# org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:455)
# org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:316)
# org.jruby.java.invokers.InstanceMethodInvoker.call(org/jruby/java/invokers/InstanceMethodInvoker.java:46)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:85)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:114)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
# org.jruby.ir.targets.YieldSite.yield(org/jruby/ir/targets/YieldSite.java:105)
# home.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:218)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1149)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:218)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# RUBY.create_table(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:233)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
# org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
# org.jruby.RubyKernel.send(org/jruby/RubyKernel.java:2184)
# org.jruby.RubyKernel$INVOKER$s$send.call(org/jruby/RubyKernel$INVOKER$s$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java: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.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
# org.jruby.runtime.Helpers$MethodMissingMethod.call(org/jruby/runtime/Helpers.java:309)
# org.jruby.runtime.callsite.CachingCallSite.callMethodMissing(org/jruby/runtime/callsite/CachingCallSite.java:425)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:298)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:312)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1806)
# org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1825)
# org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:2603)
# org.jruby.RubyBasicObject$INVOKER$i$instance_eval.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
# 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)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:114)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# 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)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:113)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:122)
# org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1806)
# org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1825)
# org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:2603)
# org.jruby.RubyBasicObject$INVOKER$i$instance_eval.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# 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)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:311)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1766)
# org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:114)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.RubyArray.each(org/jruby/RubyArray.java:1789)
# org.jruby.RubyArray$INVOKER$i$0$0$each.call(org/jruby/RubyArray$INVOKER$i$0$0$each.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:122)
# org.jruby.runtime.Block.yieldArray(org/jruby/runtime/Block.java:177)
# org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1769)
# org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:195)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
# org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
# org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:83)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:337)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
# 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)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
# org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
# org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
# RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
# org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
# org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
# org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
# org.jruby.RubyBasicObject$INVOKER$i$send.call(org/jruby/RubyBasicObject$INVOKER$i$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
# RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
# org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
# org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# 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)
# 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)
# java.lang.invoke.MethodHandle.invokeWithArguments(java/lang/invoke/MethodHandle.java:627)
# org.jruby.ir.Compiler$1.load(org/jruby/ir/Compiler.java:94)
# org.jruby.Ruby.runScript(org/jruby/Ruby.java:852)
# org.jruby.Ruby.runNormally(org/jruby/Ruby.java:771)
# org.jruby.Ruby.runNormally(org/jruby/Ruby.java:789)
# org.jruby.Ruby.runFromMain(org/jruby/Ruby.java:601)
# org.jruby.Main.doRunFromMain(org/jruby/Main.java:415)
# org.jruby.Main.internalRun(org/jruby/Main.java:307)
# org.jruby.Main.run(org/jruby/Main.java:234)
# org.jruby.Main.main(org/jruby/Main.java:206)
# ------------------
# --- Caused by: ---
# Java::OracleJdbc::OracleDatabaseException:
# ORA-12899: value too large for column "FIELD_WITH_LEADING_SPACE" (actual: 1022, maximum: 1020)
# oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:498)
3) OracleEnhancedAdapter schema dump virtual columns with index on virtual column should dump correctly
Failure/Error: Unable to find oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java to read failed line
ActiveRecord::ValueTooLong:
Java::JavaSql::SQLException: ORA-12899: value too large for column "FIELD_WITH_LEADING_SPACE" (actual: 1022, maximum: 1020)
: 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 || ' '))
# oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java:494)
# oracle.jdbc.driver.T4CTTIoer11.processError(oracle/jdbc/driver/T4CTTIoer11.java:446)
# oracle.jdbc.driver.T4C8Oall.processError(oracle/jdbc/driver/T4C8Oall.java:1052)
# oracle.jdbc.driver.T4CTTIfun.receive(oracle/jdbc/driver/T4CTTIfun.java:537)
# oracle.jdbc.driver.T4CTTIfun.doRPC(oracle/jdbc/driver/T4CTTIfun.java:255)
# oracle.jdbc.driver.T4C8Oall.doOALL(oracle/jdbc/driver/T4C8Oall.java:610)
# oracle.jdbc.driver.T4CStatement.doOall8(oracle/jdbc/driver/T4CStatement.java:213)
# oracle.jdbc.driver.T4CStatement.doOall8(oracle/jdbc/driver/T4CStatement.java:37)
# oracle.jdbc.driver.T4CStatement.executeForRows(oracle/jdbc/driver/T4CStatement.java:887)
# oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(oracle/jdbc/driver/OracleStatement.java:1136)
# oracle.jdbc.driver.OracleStatement.executeInternal(oracle/jdbc/driver/OracleStatement.java:1754)
# oracle.jdbc.driver.OracleStatement.execute(oracle/jdbc/driver/OracleStatement.java:1709)
# oracle.jdbc.driver.OracleStatementWrapper.execute(oracle/jdbc/driver/OracleStatementWrapper.java:300)
# sun.reflect.GeneratedMethodAccessor21.invoke(sun/reflect/GeneratedMethodAccessor21)
# sun.reflect.DelegatingMethodAccessorImpl.invoke(sun/reflect/DelegatingMethodAccessorImpl.java:43)
# java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)
# org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:455)
# org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:316)
# org.jruby.java.invokers.InstanceMethodInvoker.call(org/jruby/java/invokers/InstanceMethodInvoker.java:46)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:85)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:114)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
# org.jruby.ir.targets.YieldSite.yield(org/jruby/ir/targets/YieldSite.java:105)
# home.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:218)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1149)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:218)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:168)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# RUBY.create_table(/home/vagrant/oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:233)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
# org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
# org.jruby.RubyKernel.send(org/jruby/RubyKernel.java:2184)
# org.jruby.RubyKernel$INVOKER$s$send.call(org/jruby/RubyKernel$INVOKER$s$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java: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.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
# org.jruby.runtime.Helpers$MethodMissingMethod.call(org/jruby/runtime/Helpers.java:309)
# org.jruby.runtime.callsite.CachingCallSite.callMethodMissing(org/jruby/runtime/callsite/CachingCallSite.java:425)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:298)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:312)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1806)
# org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1825)
# org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:2603)
# org.jruby.RubyBasicObject$INVOKER$i$instance_eval.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
# 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)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:114)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# 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)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:113)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:122)
# org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1806)
# org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1825)
# org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:2603)
# org.jruby.RubyBasicObject$INVOKER$i$instance_eval.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# 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)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.schema_define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# RUBY.<main>(/home/vagrant/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced/schema_dumper_spec.rb:311)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(org/jruby/runtime/Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1766)
# org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:114)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.RubyArray.each(org/jruby/RubyArray.java:1789)
# org.jruby.RubyArray$INVOKER$i$0$0$each.call(org/jruby/RubyArray$INVOKER$i$0$0$each.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(org/jruby/ir/targets/YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(org/jruby/runtime/CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:122)
# org.jruby.runtime.Block.yieldArray(org/jruby/runtime/Block.java:177)
# org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1769)
# org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:195)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:334)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:149)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:178)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(org/jruby/internal/runtime/methods/CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
# org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.RubyArray.collect(org/jruby/RubyArray.java:2550)
# org.jruby.RubyArray.map19(org/jruby/RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(org/jruby/RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:116)
# org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(org/jruby/ir/runtime/IRRuntimeHelpers.java:462)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:83)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:337)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
# 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)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
# org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
# org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
# RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
# org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
# org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523)
# org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1743)
# org.jruby.RubyBasicObject$INVOKER$i$send.call(org/jruby/RubyBasicObject$INVOKER$i$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(org/jruby/ir/instructions/ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:128)
# 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)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102)
# 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)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:108)
# RUBY.<main>(/home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:864)
# org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(org/jruby/runtime/load/LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1030)
# org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(org/jruby/RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:170)
# 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)
# 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)
# java.lang.invoke.MethodHandle.invokeWithArguments(java/lang/invoke/MethodHandle.java:627)
# org.jruby.ir.Compiler$1.load(org/jruby/ir/Compiler.java:94)
# org.jruby.Ruby.runScript(org/jruby/Ruby.java:852)
# org.jruby.Ruby.runNormally(org/jruby/Ruby.java:771)
# org.jruby.Ruby.runNormally(org/jruby/Ruby.java:789)
# org.jruby.Ruby.runFromMain(org/jruby/Ruby.java:601)
# org.jruby.Main.doRunFromMain(org/jruby/Main.java:415)
# org.jruby.Main.internalRun(org/jruby/Main.java:307)
# org.jruby.Main.run(org/jruby/Main.java:234)
# org.jruby.Main.main(org/jruby/Main.java:206)
# ------------------
# --- Caused by: ---
# Java::OracleJdbc::OracleDatabaseException:
# ORA-12899: value too large for column "FIELD_WITH_LEADING_SPACE" (actual: 1022, maximum: 1020)
# oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:498)
4) OracleEnhancedAdapter schema definition virtual columns should add virtual column with explicit type
Failure/Error: expect(tf.limit).to be 100
expected #<Integer:201> => 100
got #<Integer:511> => 255
Compared using equal?, which compares object identity,
but expected and actual are not the same object. Use
`expect(actual).to eq(expected)` if you don't care about
object identity in this example.
# java/lang/Thread.java:1559:in `getStackTrace'
# org/jruby/runtime/backtrace/TraceType.java:243:in `getBacktraceData'
# org/jruby/runtime/backtrace/TraceType.java:44:in `getBacktrace'
# org/jruby/RubyException.java:388:in `prepareBacktrace'
# org/jruby/exceptions/RaiseException.java:127:in `preRaise'
# org/jruby/exceptions/RaiseException.java:94:in `preRaise'
# org/jruby/exceptions/RaiseException.java:60:in `<init>'
# org/jruby/exceptions/Exception.java:38:in `<init>'
# org/jruby/RubyException.java:118:in `constructThrowable'
# org/jruby/RubyException.java:356:in `toThrowable'
# org/jruby/RubyKernel.java:882:in `raise'
# org/jruby/RubyKernel$INVOKER$s$0$3$raise.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:79:in `call'
# org/jruby/runtime/Block.java:124:in `call'
# org/jruby/RubyProc.java:286:in `call'
# org/jruby/RubyProc.java:266:in `call'
# org/jruby/RubyProc$INVOKER$i$0$0$call.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:211:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:97:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:233:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:220:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:215:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:388:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:232:in `call'
# 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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
# org/jruby/ir/targets/YieldSite.java:105:in `yield'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
# 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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:126:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# 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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:1035:in `block in <main>'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:194:in `doYield'
# org/jruby/runtime/BlockBody.java:125:in `yield'
# org/jruby/runtime/Block.java:169:in `yieldNonArray'
# org/jruby/RubyBasicObject.java:1766:in `yieldUnder'
# org/jruby/RubyBasicObject.java:2675:in `instance_exec'
# org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:178:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:116:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:187:in `doYield'
# org/jruby/runtime/BlockBody.java:116:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:537:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
# org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:187:in `doYield'
# org/jruby/runtime/BlockBody.java:116:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
# org/jruby/ir/instructions/YieldInstr.java:83:in `interpret'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
# org/jruby/ir/interpreter/InterpreterEngine.java:337:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
# /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>'
# org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
# org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
# org/jruby/ir/IRTranslator.java:42:in `execute'
# org/jruby/Ruby.java:864:in `runInterpreter'
# org/jruby/Ruby.java:2952:in `loadFile'
# org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
# org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
# org/jruby/runtime/load/LoadService.java:346:in `load'
# org/jruby/RubyKernel.java:1030:in `loadCommon'
# org/jruby/RubyKernel.java:1000:in `load'
# org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1:in `<main>'
# org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
# org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
# org/jruby/ir/IRTranslator.java:42:in `execute'
# org/jruby/Ruby.java:864:in `runInterpreter'
# org/jruby/Ruby.java:2952:in `loadFile'
# org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
# org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
# org/jruby/runtime/load/LoadService.java:346:in `load'
# org/jruby/RubyKernel.java:1030:in `loadCommon'
# org/jruby/RubyKernel.java:1000:in `load'
# org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23:in `<main>'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
# /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)'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/RubyClass.java:523:in `finvoke'
# org/jruby/RubyBasicObject.java:1743:in `send'
# org/jruby/RubyBasicObject$INVOKER$i$send.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
# org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
# org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
# org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30:in `<main>'
# org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
# org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
# org/jruby/ir/IRTranslator.java:42:in `execute'
# org/jruby/Ruby.java:864:in `runInterpreter'
# org/jruby/Ruby.java:2952:in `loadFile'
# org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
# org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
# org/jruby/runtime/load/LoadService.java:346:in `load'
# org/jruby/RubyKernel.java:1030:in `loadCommon'
# org/jruby/RubyKernel.java:1000:in `load'
# org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# 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'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `<main>'
# java/lang/invoke/MethodHandle.java:627:in `invokeWithArguments'
# org/jruby/ir/Compiler.java:94:in `load'
# org/jruby/Ruby.java:852:in `runScript'
# org/jruby/Ruby.java:771:in `runNormally'
# org/jruby/Ruby.java:789:in `runNormally'
# org/jruby/Ruby.java:601:in `runFromMain'
# org/jruby/Main.java:415:in `doRunFromMain'
# org/jruby/Main.java:307:in `internalRun'
# org/jruby/Main.java:234:in `run'
# org/jruby/Main.java:206:in `main'
5) OracleEnhancedAdapter schema definition virtual columns should change virtual column definition
Failure/Error: expect(tf.type).to be :decimal
expected #<Symbol:2120> => :decimal
got #<Symbol:2122> => :integer
Compared using equal?, which compares object identity,
but expected and actual are not the same object. Use
`expect(actual).to eq(expected)` if you don't care about
object identity in this example.
Diff:
@@ -1,2 +1,2 @@
-:decimal
+:integer
# java/lang/Thread.java:1559:in `getStackTrace'
# org/jruby/runtime/backtrace/TraceType.java:243:in `getBacktraceData'
# org/jruby/runtime/backtrace/TraceType.java:44:in `getBacktrace'
# org/jruby/RubyException.java:388:in `prepareBacktrace'
# org/jruby/exceptions/RaiseException.java:127:in `preRaise'
# org/jruby/exceptions/RaiseException.java:94:in `preRaise'
# org/jruby/exceptions/RaiseException.java:60:in `<init>'
# org/jruby/exceptions/Exception.java:38:in `<init>'
# org/jruby/RubyException.java:118:in `constructThrowable'
# org/jruby/RubyException.java:356:in `toThrowable'
# org/jruby/RubyKernel.java:882:in `raise'
# org/jruby/RubyKernel$INVOKER$s$0$3$raise.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:79:in `call'
# org/jruby/runtime/Block.java:124:in `call'
# org/jruby/RubyProc.java:286:in `call'
# org/jruby/RubyProc.java:266:in `call'
# org/jruby/RubyProc$INVOKER$i$0$0$call.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:211:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:97:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:233:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:220:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:215:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:388:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:232:in `call'
# 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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
# org/jruby/ir/targets/YieldSite.java:105:in `yield'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
# 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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:126:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# 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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:1054:in `block in <main>'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:194:in `doYield'
# org/jruby/runtime/BlockBody.java:125:in `yield'
# org/jruby/runtime/Block.java:169:in `yieldNonArray'
# org/jruby/RubyBasicObject.java:1766:in `yieldUnder'
# org/jruby/RubyBasicObject.java:2675:in `instance_exec'
# org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:400:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:242:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:334:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:149:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:334:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:149:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:116:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:187:in `doYield'
# org/jruby/runtime/BlockBody.java:116:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:537:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
# org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:187:in `doYield'
# org/jruby/runtime/BlockBody.java:116:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
# org/jruby/ir/instructions/YieldInstr.java:83:in `interpret'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
# org/jruby/ir/interpreter/InterpreterEngine.java:337:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
# /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>'
# org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
# org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
# org/jruby/ir/IRTranslator.java:42:in `execute'
# org/jruby/Ruby.java:864:in `runInterpreter'
# org/jruby/Ruby.java:2952:in `loadFile'
# org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
# org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
# org/jruby/runtime/load/LoadService.java:346:in `load'
# org/jruby/RubyKernel.java:1030:in `loadCommon'
# org/jruby/RubyKernel.java:1000:in `load'
# org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1:in `<main>'
# org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
# org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
# org/jruby/ir/IRTranslator.java:42:in `execute'
# org/jruby/Ruby.java:864:in `runInterpreter'
# org/jruby/Ruby.java:2952:in `loadFile'
# org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
# org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
# org/jruby/runtime/load/LoadService.java:346:in `load'
# org/jruby/RubyKernel.java:1030:in `loadCommon'
# org/jruby/RubyKernel.java:1000:in `load'
# org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23:in `<main>'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
# /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)'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/RubyClass.java:523:in `finvoke'
# org/jruby/RubyBasicObject.java:1743:in `send'
# org/jruby/RubyBasicObject$INVOKER$i$send.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
# org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
# org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
# org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30:in `<main>'
# org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
# org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
# org/jruby/ir/IRTranslator.java:42:in `execute'
# org/jruby/Ruby.java:864:in `runInterpreter'
# org/jruby/Ruby.java:2952:in `loadFile'
# org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
# org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
# org/jruby/runtime/load/LoadService.java:346:in `load'
# org/jruby/RubyKernel.java:1030:in `loadCommon'
# org/jruby/RubyKernel.java:1000:in `load'
# org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# 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'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `<main>'
# java/lang/invoke/MethodHandle.java:627:in `invokeWithArguments'
# org/jruby/ir/Compiler.java:94:in `load'
# org/jruby/Ruby.java:852:in `runScript'
# org/jruby/Ruby.java:771:in `runNormally'
# org/jruby/Ruby.java:789:in `runNormally'
# org/jruby/Ruby.java:601:in `runFromMain'
# org/jruby/Main.java:415:in `doRunFromMain'
# org/jruby/Main.java:307:in `internalRun'
# org/jruby/Main.java:234:in `run'
# org/jruby/Main.java:206:in `main'
6) OracleEnhancedAdapter schema definition virtual columns should change virtual column type
Failure/Error: expect(tf.type).to be :decimal
expected #<Symbol:2120> => :decimal
got #<Symbol:2122> => :integer
Compared using equal?, which compares object identity,
but expected and actual are not the same object. Use
`expect(actual).to eq(expected)` if you don't care about
object identity in this example.
Diff:
@@ -1,2 +1,2 @@
-:decimal
+:integer
# java/lang/Thread.java:1559:in `getStackTrace'
# org/jruby/runtime/backtrace/TraceType.java:243:in `getBacktraceData'
# org/jruby/runtime/backtrace/TraceType.java:44:in `getBacktrace'
# org/jruby/RubyException.java:388:in `prepareBacktrace'
# org/jruby/exceptions/RaiseException.java:127:in `preRaise'
# org/jruby/exceptions/RaiseException.java:94:in `preRaise'
# org/jruby/exceptions/RaiseException.java:60:in `<init>'
# org/jruby/exceptions/Exception.java:38:in `<init>'
# org/jruby/RubyException.java:118:in `constructThrowable'
# org/jruby/RubyException.java:356:in `toThrowable'
# org/jruby/RubyKernel.java:882:in `raise'
# org/jruby/RubyKernel$INVOKER$s$0$3$raise.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:79:in `call'
# org/jruby/runtime/Block.java:124:in `call'
# org/jruby/RubyProc.java:286:in `call'
# org/jruby/RubyProc.java:266:in `call'
# org/jruby/RubyProc$INVOKER$i$0$0$call.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:211:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:80:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:97:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:233:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:220:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:215:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:230:in `call'
# 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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
# org/jruby/ir/targets/YieldSite.java:105:in `yield'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
# 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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:126:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# 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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# ./spec/active_record/connection_adapters/oracle_enhanced/schema_statements_spec.rb:1074:in `block in <main>'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:194:in `doYield'
# org/jruby/runtime/BlockBody.java:125:in `yield'
# org/jruby/runtime/Block.java:169:in `yieldNonArray'
# org/jruby/RubyBasicObject.java:1766:in `yieldUnder'
# org/jruby/RubyBasicObject.java:2675:in `instance_exec'
# org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:178:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:116:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:187:in `doYield'
# org/jruby/runtime/BlockBody.java:116:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:537:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
# org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:187:in `doYield'
# org/jruby/runtime/BlockBody.java:116:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
# org/jruby/ir/instructions/YieldInstr.java:83:in `interpret'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
# org/jruby/ir/interpreter/InterpreterEngine.java:337:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
# /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>'
# org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
# org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
# org/jruby/ir/IRTranslator.java:42:in `execute'
# org/jruby/Ruby.java:864:in `runInterpreter'
# org/jruby/Ruby.java:2952:in `loadFile'
# org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
# org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
# org/jruby/runtime/load/LoadService.java:346:in `load'
# org/jruby/RubyKernel.java:1030:in `loadCommon'
# org/jruby/RubyKernel.java:1000:in `load'
# org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1:in `<main>'
# org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
# org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
# org/jruby/ir/IRTranslator.java:42:in `execute'
# org/jruby/Ruby.java:864:in `runInterpreter'
# org/jruby/Ruby.java:2952:in `loadFile'
# org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
# org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
# org/jruby/runtime/load/LoadService.java:346:in `load'
# org/jruby/RubyKernel.java:1030:in `loadCommon'
# org/jruby/RubyKernel.java:1000:in `load'
# org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23:in `<main>'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
# /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)'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/RubyClass.java:523:in `finvoke'
# org/jruby/RubyBasicObject.java:1743:in `send'
# org/jruby/RubyBasicObject$INVOKER$i$send.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
# org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
# org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
# org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30:in `<main>'
# org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
# org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
# org/jruby/ir/IRTranslator.java:42:in `execute'
# org/jruby/Ruby.java:864:in `runInterpreter'
# org/jruby/Ruby.java:2952:in `loadFile'
# org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
# org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
# org/jruby/runtime/load/LoadService.java:346:in `load'
# org/jruby/RubyKernel.java:1030:in `loadCommon'
# org/jruby/RubyKernel.java:1000:in `load'
# org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# 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'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `<main>'
# java/lang/invoke/MethodHandle.java:627:in `invokeWithArguments'
# org/jruby/ir/Compiler.java:94:in `load'
# org/jruby/Ruby.java:852:in `runScript'
# org/jruby/Ruby.java:771:in `runNormally'
# org/jruby/Ruby.java:789:in `runNormally'
# org/jruby/Ruby.java:601:in `runFromMain'
# org/jruby/Main.java:415:in `doRunFromMain'
# org/jruby/Main.java:307:in `internalRun'
# org/jruby/Main.java:234:in `run'
# org/jruby/Main.java:206:in `main'
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
Failure/Error: expect(TestEmployee.columns.map(&:sql_type)).to eq(@column_sql_types)
expected: ["NUMBER(38)", "VARCHAR2(20)", "VARCHAR2(25)", "VARCHAR2(46)", "DATE"]
got: ["NUMBER(38)", "VARCHAR2(255)", "VARCHAR2(255)", "VARCHAR2(511)", "DATE"]
(compared using ==)
# java/lang/Thread.java:1559:in `getStackTrace'
# org/jruby/runtime/backtrace/TraceType.java:243:in `getBacktraceData'
# org/jruby/runtime/backtrace/TraceType.java:44:in `getBacktrace'
# org/jruby/RubyException.java:388:in `prepareBacktrace'
# org/jruby/exceptions/RaiseException.java:127:in `preRaise'
# org/jruby/exceptions/RaiseException.java:94:in `preRaise'
# org/jruby/exceptions/RaiseException.java:60:in `<init>'
# org/jruby/exceptions/Exception.java:38:in `<init>'
# org/jruby/RubyException.java:118:in `constructThrowable'
# org/jruby/RubyException.java:356:in `toThrowable'
# org/jruby/RubyKernel.java:882:in `raise'
# org/jruby/RubyKernel$INVOKER$s$0$3$raise.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:79:in `call'
# org/jruby/runtime/Block.java:124:in `call'
# org/jruby/RubyProc.java:286:in `call'
# org/jruby/RubyProc.java:266:in `call'
# org/jruby/RubyProc$INVOKER$i$0$0$call.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:211:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:80:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:97:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:233:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:220:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:215:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:230:in `call'
# 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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
# org/jruby/ir/targets/YieldSite.java:105:in `yield'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
# 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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:126:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# 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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# ./spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:95:in `block in <main>'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
# org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# ./spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:94:in `block in <main>'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:194:in `doYield'
# org/jruby/runtime/BlockBody.java:125:in `yield'
# org/jruby/runtime/Block.java:169:in `yieldNonArray'
# org/jruby/RubyBasicObject.java:1766:in `yieldUnder'
# org/jruby/RubyBasicObject.java:2675:in `instance_exec'
# org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:178:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:116:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:187:in `doYield'
# org/jruby/runtime/BlockBody.java:116:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:537:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
# org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:187:in `doYield'
# org/jruby/runtime/BlockBody.java:116:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
# org/jruby/ir/instructions/YieldInstr.java:83:in `interpret'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
# org/jruby/ir/interpreter/InterpreterEngine.java:337:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
# /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>'
# org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
# org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
# org/jruby/ir/IRTranslator.java:42:in `execute'
# org/jruby/Ruby.java:864:in `runInterpreter'
# org/jruby/Ruby.java:2952:in `loadFile'
# org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
# org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
# org/jruby/runtime/load/LoadService.java:346:in `load'
# org/jruby/RubyKernel.java:1030:in `loadCommon'
# org/jruby/RubyKernel.java:1000:in `load'
# org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:1:in `<main>'
# org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
# org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
# org/jruby/ir/IRTranslator.java:42:in `execute'
# org/jruby/Ruby.java:864:in `runInterpreter'
# org/jruby/Ruby.java:2952:in `loadFile'
# org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
# org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
# org/jruby/runtime/load/LoadService.java:346:in `load'
# org/jruby/RubyKernel.java:1030:in `loadCommon'
# org/jruby/RubyKernel.java:1000:in `load'
# org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/rspec:23:in `<main>'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:79:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:135:in `INTERPRET_METHOD'
# /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)'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:122:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:191:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:323:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:139:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:345:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/RubyClass.java:523:in `finvoke'
# org/jruby/RubyBasicObject.java:1743:in `send'
# org/jruby/RubyBasicObject$INVOKER$i$send.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
# org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:1126:in `classSuper'
# org/jruby/ir/instructions/ClassSuperInstr.java:66:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:91:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:201:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:188:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:365:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:89:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:466:in `yieldSpecific'
# org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:178:in `processOtherOp'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:104:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:108:in `INTERPRET_ROOT'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/lib/ruby/gems/shared/gems/bundler-1.17.1/exe/bundle:30:in `<main>'
# org/jruby/ir/interpreter/Interpreter.java:95:in `execute'
# org/jruby/ir/interpreter/Interpreter.java:34:in `execute'
# org/jruby/ir/IRTranslator.java:42:in `execute'
# org/jruby/Ruby.java:864:in `runInterpreter'
# org/jruby/Ruby.java:2952:in `loadFile'
# org/jruby/runtime/load/LibrarySearcher.java:251:in `load'
# org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
# org/jruby/runtime/load/LoadService.java:346:in `load'
# org/jruby/RubyKernel.java:1030:in `loadCommon'
# org/jruby/RubyKernel.java:1000:in `load'
# org/jruby/RubyKernel$INVOKER$s$load.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:399:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:344:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:170:in `call'
# 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'
# /home/vagrant/.rbenv/versions/jruby-9.2.1.0-dev/bin/bundle:23:in `<main>'
# java/lang/invoke/MethodHandle.java:627:in `invokeWithArguments'
# org/jruby/ir/Compiler.java:94:in `load'
# org/jruby/Ruby.java:852:in `runScript'
# org/jruby/Ruby.java:771:in `runNormally'
# org/jruby/Ruby.java:789:in `runNormally'
# org/jruby/Ruby.java:601:in `runFromMain'
# org/jruby/Main.java:415:in `doRunFromMain'
# org/jruby/Main.java:307:in `internalRun'
# org/jruby/Main.java:234:in `run'
# org/jruby/Main.java:206:in `main'
8) OracleEnhancedAdapter using offset and limit should return the records starting from offset n with offset(n)
Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
ActiveRecord::StatementInvalid:
Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT "TEST_EMPLOYEES".* FROM "TEST_EMPLOYEES" ORDER BY "TEST_EMPLOYEES"."SORT_ORDER" ASC FETCH FIRST :a1 ROWS ONLY
# org.jruby.RubyHash.shift(RubyHash.java:1921)
# org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
# home.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:56)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:301)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:240)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:249)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(RubyClass.java:523)
# org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
# org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# 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)
# 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)
# java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
# org.jruby.ir.Compiler$1.load(Compiler.java:94)
# org.jruby.Ruby.runScript(Ruby.java:852)
# org.jruby.Ruby.runNormally(Ruby.java:771)
# org.jruby.Ruby.runNormally(Ruby.java:789)
# org.jruby.Ruby.runFromMain(Ruby.java:601)
# org.jruby.Main.doRunFromMain(Main.java:415)
# org.jruby.Main.internalRun(Main.java:307)
# org.jruby.Main.run(Main.java:234)
# org.jruby.Main.main(Main.java:206)
# ------------------
# --- Caused by: ---
# Java::JavaLang::ArrayIndexOutOfBoundsException:
# 16
# org.jruby.RubyHash.shift(RubyHash.java:1921)
9) OracleEnhancedAdapter valid_type? returns true when passed a valid type
Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
ActiveRecord::StatementInvalid:
Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
# org.jruby.RubyHash.shift(RubyHash.java:1921)
# org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
# home.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:388)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:232)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:388)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:232)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.each(RubyArray.java:1789)
# org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
# org.jruby.runtime.Block.yieldArray(Block.java:177)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:334)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:149)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(RubyClass.java:523)
# org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
# org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# 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)
# 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)
# java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
# org.jruby.ir.Compiler$1.load(Compiler.java:94)
# org.jruby.Ruby.runScript(Ruby.java:852)
# org.jruby.Ruby.runNormally(Ruby.java:771)
# org.jruby.Ruby.runNormally(Ruby.java:789)
# org.jruby.Ruby.runFromMain(Ruby.java:601)
# org.jruby.Main.doRunFromMain(Main.java:415)
# org.jruby.Main.internalRun(Main.java:307)
# org.jruby.Main.run(Main.java:234)
# org.jruby.Main.main(Main.java:206)
# ------------------
# --- Caused by: ---
# Java::JavaLang::ArrayIndexOutOfBoundsException:
# 16
# org.jruby.RubyHash.shift(RubyHash.java:1921)
10) OracleEnhancedAdapter valid_type? returns false when passed an invalid type
Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
ActiveRecord::StatementInvalid:
Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
# org.jruby.RubyHash.shift(RubyHash.java:1921)
# org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
# home.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:388)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:232)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:388)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:232)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.each(RubyArray.java:1789)
# org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
# org.jruby.runtime.Block.yieldArray(Block.java:177)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:334)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:149)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(RubyClass.java:523)
# org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
# org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# 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)
# 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)
# java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
# org.jruby.ir.Compiler$1.load(Compiler.java:94)
# org.jruby.Ruby.runScript(Ruby.java:852)
# org.jruby.Ruby.runNormally(Ruby.java:771)
# org.jruby.Ruby.runNormally(Ruby.java:789)
# org.jruby.Ruby.runFromMain(Ruby.java:601)
# org.jruby.Main.doRunFromMain(Main.java:415)
# org.jruby.Main.internalRun(Main.java:307)
# org.jruby.Main.run(Main.java:234)
# org.jruby.Main.main(Main.java:206)
# ------------------
# --- Caused by: ---
# Java::JavaLang::ArrayIndexOutOfBoundsException:
# 16
# org.jruby.RubyHash.shift(RubyHash.java:1921)
11) OracleEnhancedAdapter serialized column should serialize
Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
ActiveRecord::StatementInvalid:
Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
# org.jruby.RubyHash.shift(RubyHash.java:1921)
# org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
# home.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.each(RubyArray.java:1789)
# org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
# org.jruby.runtime.Block.yieldArray(Block.java:177)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:334)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:149)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(RubyClass.java:523)
# org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
# org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# 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)
# 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)
# java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
# org.jruby.ir.Compiler$1.load(Compiler.java:94)
# org.jruby.Ruby.runScript(Ruby.java:852)
# org.jruby.Ruby.runNormally(Ruby.java:771)
# org.jruby.Ruby.runNormally(Ruby.java:789)
# org.jruby.Ruby.runFromMain(Ruby.java:601)
# org.jruby.Main.doRunFromMain(Main.java:415)
# org.jruby.Main.internalRun(Main.java:307)
# org.jruby.Main.run(Main.java:234)
# org.jruby.Main.main(Main.java:206)
# ------------------
# --- Caused by: ---
# Java::JavaLang::ArrayIndexOutOfBoundsException:
# 16
# org.jruby.RubyHash.shift(RubyHash.java:1921)
12) OracleEnhancedAdapter quoting should create records including Time
Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
ActiveRecord::StatementInvalid:
Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
# org.jruby.RubyHash.shift(RubyHash.java:1921)
# org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
# home.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.each(RubyArray.java:1789)
# org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
# org.jruby.runtime.Block.yieldArray(Block.java:177)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:334)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:149)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(RubyClass.java:523)
# org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
# org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# 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)
# 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)
# java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
# org.jruby.ir.Compiler$1.load(Compiler.java:94)
# org.jruby.Ruby.runScript(Ruby.java:852)
# org.jruby.Ruby.runNormally(Ruby.java:771)
# org.jruby.Ruby.runNormally(Ruby.java:789)
# org.jruby.Ruby.runFromMain(Ruby.java:601)
# org.jruby.Main.doRunFromMain(Main.java:415)
# org.jruby.Main.internalRun(Main.java:307)
# org.jruby.Main.run(Main.java:234)
# org.jruby.Main.main(Main.java:206)
# ------------------
# --- Caused by: ---
# Java::JavaLang::ArrayIndexOutOfBoundsException:
# 16
# org.jruby.RubyHash.shift(RubyHash.java:1921)
13) OracleEnhancedAdapter synonym_names includes synonyms in data_source
Failure/Error: Unable to find org.jruby.RubyHash.shift(RubyHash.java to read failed line
ActiveRecord::StatementInvalid:
Java::JavaLang::ArrayIndexOutOfBoundsException: 16: SELECT owner, table_name FROM all_tables WHERE owner = :owner AND table_name = :table_name
# org.jruby.RubyHash.shift(RubyHash.java:1921)
# org.jruby.RubyHash$INVOKER$i$0$0$shift.call(RubyHash$INVOKER$i$0$0$shift.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:199)
# 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)
# 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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.targets.YieldSite.yield(YieldSite.java:105)
# home.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:113)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:186)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:218)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:80)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:173)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1149)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# 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)
# 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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# home.vagrant.$_dot_rbenv.versions.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)
# home.vagrant.$_dot_rbenv.versions.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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:87)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:120)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.invokeOther4:define(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0(/home/vagrant/oracle-enhanced/spec/spec_helper.rb:112)
# home.vagrant.oracle_minus_enhanced.spec.spec_helper.RUBY$method$schema_define$0$__VARARGS__(/home/vagrant/oracle-enhanced/spec/spec_helper.rb)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:87)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:194)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
# org.jruby.runtime.Block.yieldNonArray(Block.java:169)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1766)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.each(RubyArray.java:1789)
# org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:218)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:215)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:230)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:85)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:141)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
# org.jruby.runtime.Block.yieldArray(Block.java:177)
# org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1769)
# org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2675)
# org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:334)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:149)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:178)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:146)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:147)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:156)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# home.vagrant.$_dot_rbenv.versions.jruby_minus_9_dot_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)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
# org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:153)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.RubyArray.collect(RubyArray.java:2550)
# org.jruby.RubyArray.map19(RubyArray.java:2564)
# org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:187)
# org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
# org.jruby.runtime.Block.yield(Block.java:165)
# org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:462)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:355)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:85)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:168)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:155)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:79)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:135)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:122)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:191)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.RubyClass.finvoke(RubyClass.java:523)
# org.jruby.RubyBasicObject.send(RubyBasicObject.java:1743)
# org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:522)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:1126)
# org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:66)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:91)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
# org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:365)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
# org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:151)
# org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:89)
# org.jruby.runtime.Block.yieldSpecific(Block.java:134)
# org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:466)
# org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
# org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:102)
# org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:89)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:301)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
# org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:89)
# org.jruby.ir.instructions.CallBase.interpret(CallBase.java:519)
# org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
# org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
# org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:108)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:95)
# org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:34)
# org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
# org.jruby.Ruby.runInterpreter(Ruby.java:864)
# org.jruby.Ruby.loadFile(Ruby.java:2952)
# org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:251)
# org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
# org.jruby.runtime.load.LoadService.load(LoadService.java:346)
# org.jruby.RubyKernel.loadCommon(RubyKernel.java:1030)
# org.jruby.RubyKernel.load(RubyKernel.java:1000)
# org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:399)
# org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:344)
# org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
# 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)
# 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)
# java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
# org.jruby.ir.Compiler$1.load(Compiler.java:94)
# org.jruby.Ruby.runScript(Ruby.java:852)
# org.jruby.Ruby.runNormally(Ruby.java:771)
# org.jruby.Ruby.runNormally(Ruby.java:789)
# org.jruby.Ruby.runFromMain(Ruby.java:601)
# org.jruby.Main.doRunFromMain(Main.java:415)
# org.jruby.Main.internalRun(Main.java:307)
# org.jruby.Main.run(Main.java:234)
# org.jruby.Main.main(Main.java:206)
# ------------------
# --- Caused by: ---
# Java::JavaLang::ArrayIndexOutOfBoundsException:
# 16
# org.jruby.RubyHash.shift(RubyHash.java:1921)
14) OracleEnhancedAdapter timestamp with timezone support / TIMESTAMP WITH TIME ZONE values from ActiveRecord model should return Time value from TIMESTAMP columns
Failure/Error: expect(@employee.send(c).to_f).to eq(@now.to_f)
expected: 1211832671.0
got: 1211821871.0
(compared using ==)
# java/lang/Thread.java:1559:in `getStackTrace'
# org/jruby/runtime/backtrace/TraceType.java:243:in `getBacktraceData'
# org/jruby/runtime/backtrace/TraceType.java:44:in `getBacktrace'
# org/jruby/RubyException.java:388:in `prepareBacktrace'
# org/jruby/exceptions/RaiseException.java:127:in `preRaise'
# org/jruby/exceptions/RaiseException.java:94:in `preRaise'
# org/jruby/exceptions/RaiseException.java:60:in `<init>'
# org/jruby/exceptions/Exception.java:38:in `<init>'
# org/jruby/RubyException.java:118:in `constructThrowable'
# org/jruby/RubyException.java:356:in `toThrowable'
# org/jruby/RubyKernel.java:882:in `raise'
# org/jruby/RubyKernel$INVOKER$s$0$3$raise.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# /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'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:79:in `call'
# org/jruby/runtime/Block.java:124:in `call'
# org/jruby/RubyProc.java:286:in `call'
# org/jruby/RubyProc.java:266:in `call'
# org/jruby/RubyProc$INVOKER$i$0$0$call.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:211:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:85:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:168:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:155:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:102:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:89:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:80:in `call'
# org/jruby/ir/instructions/CallBase.java:522:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:97:in `interpret'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:233:in `INTERPRET_METHOD'
# /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'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:220:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:215:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:230:in `call'
# 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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/ir/runtime/IRRuntimeHelpers.java:462:in `yield'
# org/jruby/ir/targets/YieldSite.java:105:in `yield'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
# 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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:126:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# 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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:77:in `call'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:100:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:199:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:168:in `call'
# org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# ./spec/active_record/oracle_enhanced/type/timestamp_spec.rb:55:in `block in <main>'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:187:in `doYield'
# org/jruby/runtime/BlockBody.java:116:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:1789:in `each'
# org/jruby/RubyArray$INVOKER$i$0$0$each.gen:-1:in `call'
# org/jruby/internal/runtime/methods/JavaMethod.java:537:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:301:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:82:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:89:in `callIter'
# org/jruby/ir/instructions/CallBase.java:519:in `interpret'
# org/jruby/ir/interpreter/InterpreterEngine.java:361:in `processCall'
# org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
# org/jruby/ir/interpreter/Interpreter.java:128:in `INTERPRET_BLOCK'
# ./spec/active_record/oracle_enhanced/type/timestamp_spec.rb:53:in `block in <main>'
# org/jruby/runtime/MixedModeIRBlockBody.java:151:in `commonYieldPath'
# org/jruby/runtime/IRBlockBody.java:194:in `doYield'
# org/jruby/runtime/BlockBody.java:125:in `yield'
# org/jruby/runtime/Block.java:169:in `yieldNonArray'
# org/jruby/RubyBasicObject.java:1766:in `yieldUnder'
# org/jruby/RubyBasicObject.java:2675:in `instance_exec'
# org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec.gen:-1:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:203:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:355:in `cacheAndCall'
# org/jruby/runtime/callsite/CachingCallSite.java:180:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/IRBlockBody.java:85:in `yieldSpecific'
# org/jruby/runtime/Block.java:134:in `yieldSpecific'
# org/jruby/ir/targets/YieldSite.java:141:in `yieldSpecific'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:103:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:153:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:178:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:129:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:218:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:240:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:249:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:90:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:120:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/internal/runtime/methods/CompiledIRMethod.java:116:in `call'
# org/jruby/internal/runtime/methods/MixedModeIRMethod.java:186:in `call'
# org/jruby/internal/runtime/methods/DynamicMethod.java:207:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:199:in `call'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /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'
# org/jruby/runtime/CompiledIRBlockBody.java:146:in `yieldDirect'
# org/jruby/runtime/BlockBody.java:114:in `yield'
# org/jruby/runtime/Block.java:165:in `yield'
# org/jruby/RubyArray.java:2550:in `collect'
# org/jruby/RubyArray.java:2564:in `map19'
# org/jruby/RubyArray$INVOKER$i$0$0$map19.gen:-1:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:147:in `call'
# org/jruby/runtime/callsite/CachingCallSite.java:156:in `callIter'
# home/vagrant/$_dot_rbenv/versions/jruby_minus_9_dot_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'
# /home/vagrant/.rbenv/versions/j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment