airbrake 9.0.2 → 9.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5302,3 +5302,1020 @@ F, [2019-03-12T19:43:21.585619 #88811] FATAL -- :
5302
5302
  F, [2019-03-12T19:43:21.585656 #88811] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5303
5303
  lib/airbrake/rack/middleware.rb:33:in `call!'
5304
5304
  lib/airbrake/rack/middleware.rb:21:in `call'
5305
+ D, [2019-04-12T02:58:10.029161 #5487] DEBUG -- :  (1.1ms) SELECT sqlite_version(*)
5306
+ D, [2019-04-12T02:58:10.030097 #5487] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
5307
+ D, [2019-04-12T02:58:10.033286 #5487] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
5308
+ D, [2019-04-12T02:58:10.033860 #5487] DEBUG -- :  (0.1ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
5309
+ D, [2019-04-12T02:58:10.034389 #5487] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
5310
+ D, [2019-04-12T02:58:10.035989 #5487] DEBUG -- :  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
5311
+ D, [2019-04-12T02:58:10.048943 #5487] DEBUG -- : ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
5312
+ D, [2019-04-12T02:58:10.052619 #5487] DEBUG -- :  (0.0ms) begin transaction
5313
+ D, [2019-04-12T02:58:10.053565 #5487] DEBUG -- : ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-04-11 23:58:10.052969"], ["updated_at", "2019-04-11 23:58:10.052969"]]
5314
+ D, [2019-04-12T02:58:10.053873 #5487] DEBUG -- :  (0.1ms) commit transaction
5315
+ I, [2019-04-12T02:58:10.096460 #5487] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2019-04-12 02:58:10 +0300
5316
+ I, [2019-04-12T02:58:10.098378 #5487] INFO -- : Processing by DummyController#delayed_job as HTML
5317
+ F, [2019-04-12T02:58:10.163090 #5487] FATAL -- :
5318
+ F, [2019-04-12T02:58:10.163189 #5487] FATAL -- : RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
5319
+ expected: (anything, hash_including("handler"=>"--- !ruby/struct:BangoJob\nbingo: bingo\nbongo: bongo\n"))
5320
+ got: (#<Airbrake::Notice:0x00007fe1d4b00a28 @config=#<Airbrake::Config:0x00007fe1d218c6d8 @proxy={}, @queue...nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d25124b0 @max_size=10000>>)
5321
+ Diff:
5322
+ @@ -1,3 +1,2 @@
5323
+ -["anything",
5324
+ - "hash_including(\"handler\"=>\"--- !ruby/struct:BangoJob\\nbingo: bingo\\nbongo: bongo\\n\")"]
5325
+ +[#<Airbrake::Notice:0x00007fe1d4b00a28 @config=#<Airbrake::Config:0x00007fe1d218c6d8 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007fe1d218c638 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d218c5e8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d218c570 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/dev/null", @dev=#<File:/dev/null>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d218c4f8>>>, @project_id=113743, @project_key="fd04e13d806a90f96614ad8e529b2822", @host="https://api.airbrake.io", @ignore_environments=[], @timeout=nil, @blacklist_keys=[], @whitelist_keys=[], @root_directory="/Users/kyrylo/Code/airbrake/airbrake/gemfiles", @versions={}, @performance_stats=false, @performance_stats_flush_period=1, @app_version="1.2.3">, @payload={:errors=>[{:type=>"NoMethodError", :message=>"undefined method `new' for #<Airbrake::Rails::App:0x00007fe1d4db9418>", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rails/app.rb", :line=>34, :function=>"block in engines"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rails/app.rb", :line=>34, :function=>"map"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rails/app.rb", :line=>34, :function=>"engines"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rails/app.rb", :line=>20, :function=>"routes"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rails/action_controller_route_subscriber.rb", :line=>29, :function=>"find_route"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rails/action_controller_route_subscriber.rb", :line=>20, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/fanout.rb", :line=>129, :function=>"finish"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/fanout.rb", :line=>48, :function=>"block in finish"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/fanout.rb", :line=>48, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/fanout.rb", :line=>48, :function=>"finish"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/instrumenter.rb", :line=>44, :function=>"finish_with_state"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/instrumenter.rb", :line=>29, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/params_wrapper.rb", :line=>256, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/railties/controller_runtime.rb", :line=>24, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>134, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-5.2.2/lib/action_view/rendering.rb", :line=>32, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>191, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>252, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>52, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>34, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>52, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>840, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/tempfile_reaper.rb", :line=>15, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/etag.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/conditional_get.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/head.rb", :line=>12, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/http/content_security_policy.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>232, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>226, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/cookies.rb", :line=>670, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>28, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>26, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>33, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>61, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/show_exceptions.rb", :line=>33, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/remote_ip.rb", :line=>81, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/request_id.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/method_override.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/runtime.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>29, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/static.rb", :line=>127, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/sendfile.rb", :line=>111, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/engine.rb", :line=>524, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>196, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}], :context=>{:version=>"1.2.3", :rootDirectory=>"/Users/kyrylo/Code/airbrake/airbrake/gemfiles", :hostname=>"Kyrylos-MacBook-Pro.local", :severity=>"error", :os=>"x86_64-darwin16", :language=>"ruby/2.4.2", :notifier=>{:name=>"airbrake-ruby", :version=>"4.2.3", :url=>"https://github.com/airbrake/airbrake-ruby"}}, :environment=>{:program_name=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec"}, :session=>{}, :params=>{}}, @stash={:exception=>#<NoMethodError: undefined method `new' for #<Airbrake::Rails::App:0x00007fe1d4db9418>>, :rack_request=>#<ActionDispatch::Request:0x00007fe1d25123c0 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007fe1d4be86e8>, "rack.errors"=>#<StringIO:0x00007fe1d4be87d8>, "rack.multithread"=>true, "rack.multiprocess"=>true, "rack.run_once"=>false, "REQUEST_METHOD"=>"GET", "SERVER_NAME"=>"example.org", "SERVER_PORT"=>"80", "QUERY_STRING"=>"", "PATH_INFO"=>"/delayed_job", "rack.url_scheme"=>"http", "HTTPS"=>"off", "SCRIPT_NAME"=>"", "CONTENT_LENGTH"=>"0", "rack.test"=>true, "REMOTE_ADDR"=>"127.0.0.1", "HTTP_HOST"=>"example.org", "HTTP_COOKIE"=>"", "action_dispatch.parameter_filter"=>[], "action_dispatch.redirect_filter"=>[], "action_dispatch.secret_token"=>"ni6aeph6aeriBiphesh8omahv6cohpue5Quah5ceiMohtuvei8", "action_dispatch.secret_key_base"=>"62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", "action_dispatch.show_exceptions"=>true, "action_dispatch.show_detailed_exceptions"=>false, "action_dispatch.logger"=>#<Logger:0x00007fe1d42dfba0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d42dfb50 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d42dfb00 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d42dfab0>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007fe1d4bc31e0 @filters=[#<Proc:0x00007fe1d4bc2ce0@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007fe1d4bc2c68@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:17>, #<Proc:0x00007fe1d4bc2ad8@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:18>, #<Proc:0x00007fe1d4bc1e30@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:31>], @silencers=[#<Proc:0x00007fe1d4bc1e08@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:21>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007fe1d4bc1228 @key_generator=#<ActiveSupport::KeyGenerator:0x00007fe1d4bc13b8 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<Concurrent::Map:0x00007fe1d4bc11d8 entries=0 default_proc=nil>>, "action_dispatch.http_auth_salt"=>"http authentication", "action_dispatch.signed_cookie_salt"=>"signed cookie", "action_dispatch.encrypted_cookie_salt"=>"encrypted cookie", "action_dispatch.encrypted_signed_cookie_salt"=>"signed encrypted cookie", "action_dispatch.authenticated_encrypted_cookie_salt"=>"authenticated encrypted cookie", "action_dispatch.use_authenticated_cookie_encryption"=>false, "action_dispatch.encrypted_cookie_cipher"=>nil, "action_dispatch.signed_cookie_digest"=>nil, "action_dispatch.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "action_dispatch.cookies_rotations"=>#<ActiveSupport::Messages::RotationConfiguration:0x00007fe1d3233e28 @signed=[], @encrypted=[]>, "action_dispatch.content_security_policy"=>nil, "action_dispatch.content_security_policy_report_only"=>false, "action_dispatch.content_security_policy_nonce_generator"=>nil, "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007fe1d4eee680>, "ROUTES_70303958397760_SCRIPT_NAME"=>"", "ORIGINAL_FULLPATH"=>"/delayed_job", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"ede67c36-9545-4297-b153-c2f1eb9633bb", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007fe1d4b83f18 @req=#<ActionDispatch::Request:0x00007fe1d4b83f90 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>, @check_ip=true, @proxies=[#<IPAddr: IPv4:127.0.0.1/255.255.255.255>, #<IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff>, #<IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000>, #<IPAddr: IPv4:10.0.0.0/255.0.0.0>, #<IPAddr: IPv4:172.16.0.0/255.240.0.0>, #<IPAddr: IPv4:192.168.0.0/255.255.0.0>], @ip="127.0.0.1">, "rack.session"=>#<ActionDispatch::Request::Session:0x7fe1d4b81a10 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007fe1d4b81d30 @by=#<ActionDispatch::Session::CookieStore:0x00007fe1d4984280 @app=#<ActionDispatch::ContentSecurityPolicy::Middleware:0x00007fe1d49842d0 @app=#<Rack::Head:0x00007fe1d4984398 @app=#<Rack::ConditionalGet:0x00007fe1d4984438 @app=#<Rack::ETag:0x00007fe1d49844b0 @app=#<Rack::TempfileReaper:0x00007fe1d49844d8 @app=#<Warden::Manager:0x00007fe1d4984690 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007fe1d4eee680>>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "rack.tempfiles"=>[], "warden"=>Warden::Proxy:70303956604700 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, "action_dispatch.request.path_parameters"=>{:controller=>"dummy", :action=>"delayed_job"}, "action_controller.instance"=>#<DummyController:0x00007fe1d4b52418 @_action_has_layout=true, @_routes=nil, @_request=#<ActionDispatch::Request:0x00007fe1d4b7af58 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"delayed_job"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/delayed_job", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007fe1d4b42f40 @req=#<ActionDispatch::Request:0x00007fe1d4b7af58 ...>>>, @_response=#<ActionDispatch::Response:0x00007fe1d4b53570 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d4b533e0>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff", "X-Download-Options"=>"noopen", "X-Permitted-Cross-Domain-Policies"=>"none", "Referrer-Policy"=>"strict-origin-when-cross-origin"}, @stream=#<ActionDispatch::Response::Buffer:0x00007fe1d4b52be8 @response=#<ActionDispatch::Response:0x00007fe1d4b53570 ...>, @buf=[], @closed=false, @str_body=nil>, @status=200, @cv=#<MonitorMixin::ConditionVariable:0x00007fe1d4b529e0 @monitor=#<ActionDispatch::Response:0x00007fe1d4b53570 ...>, @cond=#<Thread::ConditionVariable:0x00007fe1d4b52918>>, @committed=false, @sending=false, @sent=false, @cache_control={}, @request=#<ActionDispatch::Request:0x00007fe1d4b7af58 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"delayed_job"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/delayed_job", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007fe1d4b42f40 @req=#<ActionDispatch::Request:0x00007fe1d4b7af58 ...>>>>, @_lookup_context=#<ActionView::LookupContext:0x00007fe1d4b51bd0 @details_key=nil, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @details={:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :vcf, :vtt, :png, :jpeg, :gif, :bmp, :tiff, :svg, :mpeg, :mp3, :ogg, :m4a, :webm, :mp4, :otf, :ttf, :woff, :woff2, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip, :gzip], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}, @view_paths=#<ActionView::PathSet:0x00007fe1d4b517c0 @paths=[#<ActionView::FixtureResolver:0x00007fe1d8820700 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x7fe1d88206d8 keys=0 queries=0>, @hash={"layouts/application.html.erb"=>"<%= yield %>", "dummy/index.html.erb"=>"Hello from index", "dummy/notify_airbrake_helper.html.erb"=>"notify_airbrake_helper", "dummy/notify_airbrake_sync_helper.html.erb"=>"notify_airbrake_helper_sync", "dummy/active_record_after_commit.html.erb"=>"active_record_after_commit", "dummy/active_record_after_rollback.html.erb"=>"active_record_after_rollback", "dummy/active_job.html.erb"=>"active_job", "dummy/resque.html.erb"=>"resque", "dummy/delayed_job.html.erb"=>"delayed_job", "dummy/breakdown.html.erb"=>"breakdown"}>]>>, @_action_name="delayed_job", @_response_body=nil>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"controller"=>"dummy", "action"=>"delayed_job"}, "action_dispatch.request.formats"=>[#<Mime::Type:0x00007fe1d4d917b0 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-3208715001972497982>]}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d25124b0 @max_size=10000>>]
5326
+ ):
5327
+ F, [2019-04-12T02:58:10.163249 #5487] FATAL -- :
5328
+ F, [2019-04-12T02:58:10.163278 #5487] FATAL -- : lib/airbrake/rack/middleware.rb:65:in `notify_airbrake'
5329
+ lib/airbrake/rack/middleware.rb:35:in `rescue in call!'
5330
+ lib/airbrake/rack/middleware.rb:40:in `call!'
5331
+ lib/airbrake/rack/middleware.rb:21:in `call'
5332
+ I, [2019-04-12T02:58:10.165178 #5487] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 02:58:10 +0300
5333
+ I, [2019-04-12T02:58:10.165946 #5487] INFO -- : Processing by DummyController#crash as HTML
5334
+ F, [2019-04-12T02:58:10.183580 #5487] FATAL -- :
5335
+ F, [2019-04-12T02:58:10.194654 #5487] FATAL -- : NoMethodError (undefined method `new' for #<Airbrake::Rails::App:0x00007fe1d4db9418>):
5336
+ F, [2019-04-12T02:58:10.194714 #5487] FATAL -- :
5337
+ F, [2019-04-12T02:58:10.194745 #5487] FATAL -- : lib/airbrake/rails/app.rb:34:in `block in engines'
5338
+ lib/airbrake/rails/app.rb:34:in `map'
5339
+ lib/airbrake/rails/app.rb:34:in `engines'
5340
+ lib/airbrake/rails/app.rb:20:in `routes'
5341
+ lib/airbrake/rails/action_controller_route_subscriber.rb:29:in `find_route'
5342
+ lib/airbrake/rails/action_controller_route_subscriber.rb:20:in `call'
5343
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5344
+ lib/airbrake/rack/middleware.rb:21:in `call'
5345
+ I, [2019-04-12T02:58:12.201389 #5487] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 02:58:12 +0300
5346
+ I, [2019-04-12T02:58:12.202198 #5487] INFO -- : Processing by DummyController#crash as HTML
5347
+ F, [2019-04-12T02:58:12.220172 #5487] FATAL -- :
5348
+ F, [2019-04-12T02:58:12.227798 #5487] FATAL -- : NoMethodError (undefined method `new' for #<Airbrake::Rails::App:0x00007fe1d4db9418>):
5349
+ F, [2019-04-12T02:58:12.227856 #5487] FATAL -- :
5350
+ F, [2019-04-12T02:58:12.227895 #5487] FATAL -- : lib/airbrake/rails/app.rb:34:in `block in engines'
5351
+ lib/airbrake/rails/app.rb:34:in `map'
5352
+ lib/airbrake/rails/app.rb:34:in `engines'
5353
+ lib/airbrake/rails/app.rb:20:in `routes'
5354
+ lib/airbrake/rails/action_controller_route_subscriber.rb:29:in `find_route'
5355
+ lib/airbrake/rails/action_controller_route_subscriber.rb:20:in `call'
5356
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5357
+ lib/airbrake/rack/middleware.rb:21:in `call'
5358
+ D, [2019-04-12T02:58:24.561498 #5498] DEBUG -- :  (1.0ms) SELECT sqlite_version(*)
5359
+ D, [2019-04-12T02:58:24.561953 #5498] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
5360
+ D, [2019-04-12T02:58:24.564623 #5498] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
5361
+ D, [2019-04-12T02:58:24.565127 #5498] DEBUG -- :  (0.1ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
5362
+ D, [2019-04-12T02:58:24.565638 #5498] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
5363
+ D, [2019-04-12T02:58:24.566976 #5498] DEBUG -- :  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
5364
+ D, [2019-04-12T02:58:24.576745 #5498] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
5365
+ D, [2019-04-12T02:58:24.579885 #5498] DEBUG -- :  (0.0ms) begin transaction
5366
+ D, [2019-04-12T02:58:24.580823 #5498] DEBUG -- : ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-04-11 23:58:24.580249"], ["updated_at", "2019-04-11 23:58:24.580249"]]
5367
+ D, [2019-04-12T02:58:24.581053 #5498] DEBUG -- :  (0.0ms) commit transaction
5368
+ I, [2019-04-12T02:58:24.619574 #5498] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 02:58:24 +0300
5369
+ I, [2019-04-12T02:58:24.621538 #5498] INFO -- : Processing by DummyController#crash as HTML
5370
+ F, [2019-04-12T02:58:53.911073 #5498] FATAL -- :
5371
+ F, [2019-04-12T02:58:53.918287 #5498] FATAL -- : NoMethodError (undefined method `new' for #<Airbrake::Rails::App:0x00007fd7074d1cd8>):
5372
+ F, [2019-04-12T02:58:53.918344 #5498] FATAL -- :
5373
+ F, [2019-04-12T02:58:53.918379 #5498] FATAL -- : lib/airbrake/rails/app.rb:34:in `block in engines'
5374
+ lib/airbrake/rails/app.rb:34:in `map'
5375
+ lib/airbrake/rails/app.rb:34:in `engines'
5376
+ lib/airbrake/rails/app.rb:20:in `routes'
5377
+ lib/airbrake/rails/action_controller_route_subscriber.rb:30:in `find_route'
5378
+ lib/airbrake/rails/action_controller_route_subscriber.rb:21:in `call'
5379
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5380
+ lib/airbrake/rack/middleware.rb:21:in `call'
5381
+ I, [2019-04-12T02:58:53.921173 #5498] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 02:58:53 +0300
5382
+ I, [2019-04-12T02:58:53.922178 #5498] INFO -- : Processing by DummyController#crash as HTML
5383
+ F, [2019-04-12T02:58:55.051977 #5498] FATAL -- :
5384
+ F, [2019-04-12T02:58:55.058337 #5498] FATAL -- : NoMethodError (undefined method `new' for #<Airbrake::Rails::App:0x00007fd7074d1cd8>):
5385
+ F, [2019-04-12T02:58:55.058415 #5498] FATAL -- :
5386
+ F, [2019-04-12T02:58:55.058444 #5498] FATAL -- : lib/airbrake/rails/app.rb:34:in `block in engines'
5387
+ lib/airbrake/rails/app.rb:34:in `map'
5388
+ lib/airbrake/rails/app.rb:34:in `engines'
5389
+ lib/airbrake/rails/app.rb:20:in `routes'
5390
+ lib/airbrake/rails/action_controller_route_subscriber.rb:30:in `find_route'
5391
+ lib/airbrake/rails/action_controller_route_subscriber.rb:21:in `call'
5392
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5393
+ lib/airbrake/rack/middleware.rb:21:in `call'
5394
+ I, [2019-04-12T02:58:55.060516 #5498] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-04-12 02:58:55 +0300
5395
+ I, [2019-04-12T02:58:55.066298 #5498] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
5396
+ I, [2019-04-12T02:58:55.066362 #5498] INFO -- : Parameters: {"foo"=>"bar"}
5397
+ D, [2019-04-12T02:59:00.235746 #5511] DEBUG -- :  (1.0ms) SELECT sqlite_version(*)
5398
+ D, [2019-04-12T02:59:00.236208 #5511] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
5399
+ D, [2019-04-12T02:59:00.238928 #5511] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
5400
+ D, [2019-04-12T02:59:00.239437 #5511] DEBUG -- :  (0.1ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
5401
+ D, [2019-04-12T02:59:00.239974 #5511] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
5402
+ D, [2019-04-12T02:59:00.241370 #5511] DEBUG -- :  (0.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
5403
+ D, [2019-04-12T02:59:00.251374 #5511] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
5404
+ D, [2019-04-12T02:59:00.255012 #5511] DEBUG -- :  (0.0ms) begin transaction
5405
+ D, [2019-04-12T02:59:00.256061 #5511] DEBUG -- : ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-04-11 23:59:00.255404"], ["updated_at", "2019-04-11 23:59:00.255404"]]
5406
+ D, [2019-04-12T02:59:00.256291 #5511] DEBUG -- :  (0.0ms) commit transaction
5407
+ I, [2019-04-12T02:59:00.290644 #5511] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 02:59:00 +0300
5408
+ I, [2019-04-12T02:59:00.292761 #5511] INFO -- : Processing by DummyController#crash as HTML
5409
+ F, [2019-04-12T02:59:22.625133 #5511] FATAL -- :
5410
+ F, [2019-04-12T02:59:22.630515 #5511] FATAL -- : ArgumentError (wrong number of arguments (given 1, expected 0)):
5411
+ F, [2019-04-12T02:59:22.630558 #5511] FATAL -- :
5412
+ F, [2019-04-12T02:59:22.630603 #5511] FATAL -- : lib/airbrake/rails/app.rb:10:in `initialize'
5413
+ lib/airbrake/rails/app.rb:34:in `new'
5414
+ lib/airbrake/rails/app.rb:34:in `block in engines'
5415
+ lib/airbrake/rails/app.rb:34:in `map'
5416
+ lib/airbrake/rails/app.rb:34:in `engines'
5417
+ lib/airbrake/rails/app.rb:20:in `routes'
5418
+ lib/airbrake/rails/action_controller_route_subscriber.rb:30:in `find_route'
5419
+ lib/airbrake/rails/action_controller_route_subscriber.rb:21:in `call'
5420
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5421
+ lib/airbrake/rack/middleware.rb:21:in `call'
5422
+ D, [2019-04-12T02:59:27.184409 #5526] DEBUG -- :  (1.1ms) SELECT sqlite_version(*)
5423
+ D, [2019-04-12T02:59:27.184982 #5526] DEBUG -- :  (0.4ms) CREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
5424
+ D, [2019-04-12T02:59:27.188060 #5526] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
5425
+ D, [2019-04-12T02:59:27.188670 #5526] DEBUG -- :  (0.2ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
5426
+ D, [2019-04-12T02:59:27.189239 #5526] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
5427
+ D, [2019-04-12T02:59:27.190921 #5526] DEBUG -- :  (0.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
5428
+ D, [2019-04-12T02:59:27.201023 #5526] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
5429
+ D, [2019-04-12T02:59:27.204262 #5526] DEBUG -- :  (0.1ms) begin transaction
5430
+ D, [2019-04-12T02:59:27.205164 #5526] DEBUG -- : ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-04-11 23:59:27.204596"], ["updated_at", "2019-04-11 23:59:27.204596"]]
5431
+ D, [2019-04-12T02:59:27.205356 #5526] DEBUG -- :  (0.0ms) commit transaction
5432
+ I, [2019-04-12T02:59:27.243400 #5526] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 02:59:27 +0300
5433
+ I, [2019-04-12T02:59:27.245627 #5526] INFO -- : Processing by DummyController#crash as HTML
5434
+ D, [2019-04-12T02:59:45.090049 #5540] DEBUG -- :  (0.9ms) SELECT sqlite_version(*)
5435
+ D, [2019-04-12T02:59:45.090541 #5540] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
5436
+ D, [2019-04-12T02:59:45.093287 #5540] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
5437
+ D, [2019-04-12T02:59:45.093857 #5540] DEBUG -- :  (0.1ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
5438
+ D, [2019-04-12T02:59:45.094392 #5540] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
5439
+ D, [2019-04-12T02:59:45.095984 #5540] DEBUG -- :  (0.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
5440
+ D, [2019-04-12T02:59:45.106225 #5540] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
5441
+ D, [2019-04-12T02:59:45.109495 #5540] DEBUG -- :  (0.0ms) begin transaction
5442
+ D, [2019-04-12T02:59:45.110382 #5540] DEBUG -- : ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-04-11 23:59:45.109822"], ["updated_at", "2019-04-11 23:59:45.109822"]]
5443
+ D, [2019-04-12T02:59:45.110579 #5540] DEBUG -- :  (0.0ms) commit transaction
5444
+ I, [2019-04-12T02:59:45.150500 #5540] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2019-04-12 02:59:45 +0300
5445
+ I, [2019-04-12T02:59:45.152493 #5540] INFO -- : Processing by DummyController#active_record_after_commit as HTML
5446
+ D, [2019-04-12T03:04:04.505082 #5569] DEBUG -- :  (0.9ms) SELECT sqlite_version(*)
5447
+ D, [2019-04-12T03:04:04.505515 #5569] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
5448
+ D, [2019-04-12T03:04:04.508448 #5569] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
5449
+ D, [2019-04-12T03:04:04.509080 #5569] DEBUG -- :  (0.2ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
5450
+ D, [2019-04-12T03:04:04.509645 #5569] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
5451
+ D, [2019-04-12T03:04:04.511075 #5569] DEBUG -- :  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
5452
+ D, [2019-04-12T03:04:04.521281 #5569] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
5453
+ D, [2019-04-12T03:04:04.524464 #5569] DEBUG -- :  (0.0ms) begin transaction
5454
+ D, [2019-04-12T03:04:04.525313 #5569] DEBUG -- : ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-04-12 00:04:04.524811"], ["updated_at", "2019-04-12 00:04:04.524811"]]
5455
+ D, [2019-04-12T03:04:04.525510 #5569] DEBUG -- :  (0.0ms) commit transaction
5456
+ I, [2019-04-12T03:04:04.558491 #5569] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:04:04 +0300
5457
+ I, [2019-04-12T03:04:04.560404 #5569] INFO -- : Processing by DummyController#crash as HTML
5458
+ F, [2019-04-12T03:04:20.687815 #5569] FATAL -- :
5459
+ F, [2019-04-12T03:04:20.692825 #5569] FATAL -- : NoMethodError (undefined method `path' for []:Array):
5460
+ F, [2019-04-12T03:04:20.692872 #5569] FATAL -- :
5461
+ F, [2019-04-12T03:04:20.692910 #5569] FATAL -- : lib/airbrake/rails/app.rb:13:in `block in routes'
5462
+ lib/airbrake/rails/app.rb:11:in `map'
5463
+ lib/airbrake/rails/app.rb:11:in `routes'
5464
+ lib/airbrake/rails/action_controller_route_subscriber.rb:30:in `find_route'
5465
+ lib/airbrake/rails/action_controller_route_subscriber.rb:21:in `call'
5466
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5467
+ lib/airbrake/rack/middleware.rb:21:in `call'
5468
+ D, [2019-04-12T03:04:27.717981 #5598] DEBUG -- :  (1.1ms) SELECT sqlite_version(*)
5469
+ D, [2019-04-12T03:04:27.718478 #5598] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
5470
+ D, [2019-04-12T03:04:27.721386 #5598] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
5471
+ D, [2019-04-12T03:04:27.721910 #5598] DEBUG -- :  (0.1ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
5472
+ D, [2019-04-12T03:04:27.722474 #5598] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
5473
+ D, [2019-04-12T03:04:27.723856 #5598] DEBUG -- :  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
5474
+ D, [2019-04-12T03:04:27.733698 #5598] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
5475
+ D, [2019-04-12T03:04:27.737083 #5598] DEBUG -- :  (0.0ms) begin transaction
5476
+ D, [2019-04-12T03:04:27.737993 #5598] DEBUG -- : ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-04-12 00:04:27.737425"], ["updated_at", "2019-04-12 00:04:27.737425"]]
5477
+ D, [2019-04-12T03:04:27.738224 #5598] DEBUG -- :  (0.1ms) commit transaction
5478
+ I, [2019-04-12T03:04:27.777204 #5598] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:04:27 +0300
5479
+ I, [2019-04-12T03:04:27.779267 #5598] INFO -- : Processing by DummyController#crash as HTML
5480
+ D, [2019-04-12T03:04:33.521335 #5598] DEBUG -- :  (0.1ms) begin transaction
5481
+ D, [2019-04-12T03:04:33.523020 #5598] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5482
+ D, [2019-04-12T03:04:33.524502 #5598] DEBUG -- :  (0.0ms) commit transaction
5483
+ I, [2019-04-12T03:04:33.535597 #5598] INFO -- : Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.7ms)
5484
+ F, [2019-04-12T03:04:33.538180 #5598] FATAL -- :
5485
+ F, [2019-04-12T03:04:33.538246 #5598] FATAL -- : RSpec::Expectations::ExpectationNotMetError (
5486
+ expected: "AirbrakeTestError"
5487
+ got: "RSpec::Mocks::MockExpectationError"
5488
+
5489
+ (compared using ==)
5490
+ ):
5491
+ F, [2019-04-12T03:04:33.538279 #5598] FATAL -- :
5492
+ F, [2019-04-12T03:04:33.538309 #5598] FATAL -- : lib/airbrake/rack/middleware.rb:65:in `notify_airbrake'
5493
+ lib/airbrake/rack/middleware.rb:35:in `rescue in call!'
5494
+ lib/airbrake/rack/middleware.rb:40:in `call!'
5495
+ lib/airbrake/rack/middleware.rb:21:in `call'
5496
+ I, [2019-04-12T03:04:33.540462 #5598] INFO -- : Started GET "/" for 127.0.0.1 at 2019-04-12 03:04:33 +0300
5497
+ I, [2019-04-12T03:04:33.541436 #5598] INFO -- : Processing by DummyController#index as HTML
5498
+ D, [2019-04-12T03:04:44.156500 #5610] DEBUG -- :  (1.2ms) SELECT sqlite_version(*)
5499
+ D, [2019-04-12T03:04:44.157135 #5610] DEBUG -- :  (0.4ms) CREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
5500
+ D, [2019-04-12T03:04:44.160007 #5610] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
5501
+ D, [2019-04-12T03:04:44.160653 #5610] DEBUG -- :  (0.2ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
5502
+ D, [2019-04-12T03:04:44.161435 #5610] DEBUG -- :  (0.2ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
5503
+ D, [2019-04-12T03:04:44.163122 #5610] DEBUG -- :  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
5504
+ D, [2019-04-12T03:04:44.173377 #5610] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
5505
+ D, [2019-04-12T03:04:44.176755 #5610] DEBUG -- :  (0.0ms) begin transaction
5506
+ D, [2019-04-12T03:04:44.177605 #5610] DEBUG -- : ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-04-12 00:04:44.177083"], ["updated_at", "2019-04-12 00:04:44.177083"]]
5507
+ D, [2019-04-12T03:04:44.177814 #5610] DEBUG -- :  (0.0ms) commit transaction
5508
+ I, [2019-04-12T03:04:44.217474 #5610] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2019-04-12 03:04:44 +0300
5509
+ I, [2019-04-12T03:04:44.219410 #5610] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
5510
+ D, [2019-04-12T03:04:44.219873 #5610] DEBUG -- :  (0.1ms) begin transaction
5511
+ D, [2019-04-12T03:04:44.228259 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
5512
+ D, [2019-04-12T03:04:44.229592 #5610] DEBUG -- :  (0.0ms) rollback transaction
5513
+ I, [2019-04-12T03:04:44.231023 #5610] INFO -- : Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.6ms)
5514
+ F, [2019-04-12T03:04:44.260152 #5610] FATAL -- :
5515
+ F, [2019-04-12T03:04:44.260267 #5610] FATAL -- : RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
5516
+ expected: (an instance of AirbrakeTestError)
5517
+ got: (#<Airbrake::Notice:0x00007fc4ec2a5478 @config=#<Airbrake::Config:0x00007fc4ec4071e0 @proxy={}, @queue...nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007fc4eba44d38 @max_size=10000>>)
5518
+ Diff:
5519
+ @@ -1,2 +1,2 @@
5520
+ -["an instance of AirbrakeTestError"]
5521
+ +[#<Airbrake::Notice:0x00007fc4ec2a5478 @config=#<Airbrake::Config:0x00007fc4ec4071e0 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007fc4ec407168 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fc4ec407118 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fc4ec4070a0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/dev/null", @dev=#<File:/dev/null>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fc4ec407028>>>, @project_id=113743, @project_key="fd04e13d806a90f96614ad8e529b2822", @host="https://api.airbrake.io", @ignore_environments=[], @timeout=nil, @blacklist_keys=[], @whitelist_keys=[], @root_directory="/Users/kyrylo/Code/airbrake/airbrake/gemfiles", @versions={}, @performance_stats=false, @performance_stats_flush_period=1, @app_version="1.2.3">, @payload={:errors=>[{:type=>"AirbrakeTestError", :message=>"after_rollback", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>53, :function=>"raise_error_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>426, :function=>"block in make_lambda"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>271, :function=>"block in simple"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>517, :function=>"block in invoke_after"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>517, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>517, :function=>"invoke_after"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>133, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rails/active_record.rb", :line=>25, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>816, :function=>"_run_rollback_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>357, :function=>"rolledback!"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>112, :function=>"rollback_records"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>231, :function=>"block in rollback_transaction"}, {:file=>"/Users/kyrylo/.rubies/ruby-2.4.2/lib/ruby/2.4.0/monitor.rb", :line=>214, :function=>"mon_synchronize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>228, :function=>"rollback_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>242, :function=>"rescue in block in within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>259, :function=>"block in within_new_transaction"}, {:file=>"/Users/kyrylo/.rubies/ruby-2.4.2/lib/ruby/2.4.0/monitor.rb", :line=>214, :function=>"mon_synchronize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>236, :function=>"within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>259, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>212, :function=>"transaction"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>134, :function=>"active_record_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/basic_implicit_render.rb", :line=>6, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>194, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rendering.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>42, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>41, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rescue.rb", :line=>22, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>34, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/instrumenter.rb", :line=>23, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/params_wrapper.rb", :line=>256, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/railties/controller_runtime.rb", :line=>24, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>134, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-5.2.2/lib/action_view/rendering.rb", :line=>32, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>191, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>252, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>52, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>34, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>52, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>840, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/tempfile_reaper.rb", :line=>15, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/etag.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/conditional_get.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/head.rb", :line=>12, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/http/content_security_policy.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>232, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>226, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/cookies.rb", :line=>670, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>28, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>26, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>33, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>61, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/show_exceptions.rb", :line=>33, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/remote_ip.rb", :line=>81, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/request_id.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/method_override.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/runtime.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>29, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/static.rb", :line=>127, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/sendfile.rb", :line=>111, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/engine.rb", :line=>524, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>119, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}, {:type=>"ActiveRecord::Rollback", :message=>"ActiveRecord::Rollback", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>136, :function=>"block in active_record_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>259, :function=>"block in transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>239, :function=>"block in within_new_transaction"}, {:file=>"/Users/kyrylo/.rubies/ruby-2.4.2/lib/ruby/2.4.0/monitor.rb", :line=>214, :function=>"mon_synchronize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>236, :function=>"within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>259, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>212, :function=>"transaction"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>134, :function=>"active_record_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/basic_implicit_render.rb", :line=>6, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>194, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rendering.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>42, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>41, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rescue.rb", :line=>22, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>34, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/instrumenter.rb", :line=>23, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/params_wrapper.rb", :line=>256, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/railties/controller_runtime.rb", :line=>24, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>134, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-5.2.2/lib/action_view/rendering.rb", :line=>32, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>191, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>252, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>52, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>34, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>52, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>840, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/tempfile_reaper.rb", :line=>15, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/etag.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/conditional_get.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/head.rb", :line=>12, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/http/content_security_policy.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>232, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>226, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/cookies.rb", :line=>670, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>28, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>26, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>33, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>61, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/show_exceptions.rb", :line=>33, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/remote_ip.rb", :line=>81, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/request_id.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/method_override.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/runtime.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>29, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/static.rb", :line=>127, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/sendfile.rb", :line=>111, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/engine.rb", :line=>524, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>119, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}], :context=>{:version=>"1.2.3", :rootDirectory=>"/Users/kyrylo/Code/airbrake/airbrake/gemfiles", :hostname=>"Kyrylos-MacBook-Pro.local", :severity=>"error", :os=>"x86_64-darwin16", :language=>"ruby/2.4.2", :notifier=>{:name=>"airbrake-ruby", :version=>"4.2.3", :url=>"https://github.com/airbrake/airbrake-ruby"}}, :environment=>{:program_name=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec"}, :session=>{}, :params=>{}}, @stash={:exception=>#<AirbrakeTestError: after_rollback>, :rack_request=>#<ActionDispatch::Request:0x00007fc4eba44d10 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007fc4ea1d2f98>, "rack.errors"=>#<StringIO:0x00007fc4ea1d30b0>, "rack.multithread"=>true, "rack.multiprocess"=>true, "rack.run_once"=>false, "REQUEST_METHOD"=>"GET", "SERVER_NAME"=>"example.org", "SERVER_PORT"=>"80", "QUERY_STRING"=>"", "PATH_INFO"=>"/active_record_after_rollback", "rack.url_scheme"=>"http", "HTTPS"=>"off", "SCRIPT_NAME"=>"", "CONTENT_LENGTH"=>"0", "rack.test"=>true, "REMOTE_ADDR"=>"127.0.0.1", "HTTP_HOST"=>"example.org", "HTTP_COOKIE"=>"", "action_dispatch.parameter_filter"=>[], "action_dispatch.redirect_filter"=>[], "action_dispatch.secret_token"=>"ni6aeph6aeriBiphesh8omahv6cohpue5Quah5ceiMohtuvei8", "action_dispatch.secret_key_base"=>"62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", "action_dispatch.show_exceptions"=>true, "action_dispatch.show_detailed_exceptions"=>false, "action_dispatch.logger"=>#<Logger:0x00007fc4ea221148 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fc4ea2210d0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fc4ea221080 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fc4ea221030>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007fc4ed8106c8 @filters=[#<Proc:0x00007fc4ed811b18@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007fc4ebd37f90@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:17>, #<Proc:0x00007fc4ebd37f68@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:18>, #<Proc:0x00007fc4ebd37838@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:31>], @silencers=[#<Proc:0x00007fc4ebd37810@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:21>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007fc4ebd37608 @key_generator=#<ActiveSupport::KeyGenerator:0x00007fc4ebd37630 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<Concurrent::Map:0x00007fc4ebd375e0 entries=0 default_proc=nil>>, "action_dispatch.http_auth_salt"=>"http authentication", "action_dispatch.signed_cookie_salt"=>"signed cookie", "action_dispatch.encrypted_cookie_salt"=>"encrypted cookie", "action_dispatch.encrypted_signed_cookie_salt"=>"signed encrypted cookie", "action_dispatch.authenticated_encrypted_cookie_salt"=>"authenticated encrypted cookie", "action_dispatch.use_authenticated_cookie_encryption"=>false, "action_dispatch.encrypted_cookie_cipher"=>nil, "action_dispatch.signed_cookie_digest"=>nil, "action_dispatch.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "action_dispatch.cookies_rotations"=>#<ActiveSupport::Messages::RotationConfiguration:0x00007fc4eba27080 @signed=[], @encrypted=[]>, "action_dispatch.content_security_policy"=>nil, "action_dispatch.content_security_policy_report_only"=>false, "action_dispatch.content_security_policy_nonce_generator"=>nil, "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007fc4ebb81818>, "ROUTES_70241872514060_SCRIPT_NAME"=>"", "ORIGINAL_FULLPATH"=>"/active_record_after_rollback", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"080e2852-7eb7-4080-8123-3b96084cb2ac", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007fc4eae9b388 @req=#<ActionDispatch::Request:0x00007fc4eae9b3b0 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>, @check_ip=true, @proxies=[#<IPAddr: IPv4:127.0.0.1/255.255.255.255>, #<IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff>, #<IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000>, #<IPAddr: IPv4:10.0.0.0/255.0.0.0>, #<IPAddr: IPv4:172.16.0.0/255.240.0.0>, #<IPAddr: IPv4:192.168.0.0/255.255.0.0>], @ip="127.0.0.1">, "rack.session"=>#<ActionDispatch::Request::Session:0x7fc4eae9a1b8 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007fc4eae9a168 @by=#<ActionDispatch::Session::CookieStore:0x00007fc4ec6028c8 @app=#<ActionDispatch::ContentSecurityPolicy::Middleware:0x00007fc4ec6028f0 @app=#<Rack::Head:0x00007fc4ec602918 @app=#<Rack::ConditionalGet:0x00007fc4ec602940 @app=#<Rack::ETag:0x00007fc4ec602968 @app=#<Rack::TempfileReaper:0x00007fc4ec602990 @app=#<Warden::Manager:0x00007fc4ec602a58 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007fc4ebb81818>>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "rack.tempfiles"=>[], "warden"=>Warden::Proxy:70241865748560 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, "action_dispatch.request.path_parameters"=>{:controller=>"dummy", :action=>"active_record_after_rollback"}, "action_controller.instance"=>#<DummyController:0x00007fc4eaeaba08 @_action_has_layout=true, @_routes=nil, @_request=#<ActionDispatch::Request:0x00007fc4eae99d30 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"active_record_after_rollback"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/active_record_after_rollback", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007fc4eaeaa248 @req=#<ActionDispatch::Request:0x00007fc4eae99d30 ...>>>, @_response=#<ActionDispatch::Response:0x00007fc4eaeabe40 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fc4eaeabda0>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff", "X-Download-Options"=>"noopen", "X-Permitted-Cross-Domain-Policies"=>"none", "Referrer-Policy"=>"strict-origin-when-cross-origin"}, @stream=#<ActionDispatch::Response::Buffer:0x00007fc4eaeabcd8 @response=#<ActionDispatch::Response:0x00007fc4eaeabe40 ...>, @buf=[], @closed=false, @str_body=nil>, @status=200, @cv=#<MonitorMixin::ConditionVariable:0x00007fc4eaeabc38 @monitor=#<ActionDispatch::Response:0x00007fc4eaeabe40 ...>, @cond=#<Thread::ConditionVariable:0x00007fc4eaeabc10>>, @committed=false, @sending=false, @sent=false, @cache_control={}, @request=#<ActionDispatch::Request:0x00007fc4eae99d30 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"active_record_after_rollback"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/active_record_after_rollback", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007fc4eaeaa248 @req=#<ActionDispatch::Request:0x00007fc4eae99d30 ...>>>>, @_lookup_context=#<ActionView::LookupContext:0x00007fc4eaeab760 @details_key=nil, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}, @view_paths=#<ActionView::PathSet:0x00007fc4eaeab5d0 @paths=[#<ActionView::FixtureResolver:0x00007fc4ea263340 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x7fc4ea2632f0 keys=0 queries=0>, @hash={"layouts/application.html.erb"=>"<%= yield %>", "dummy/index.html.erb"=>"Hello from index", "dummy/notify_airbrake_helper.html.erb"=>"notify_airbrake_helper", "dummy/notify_airbrake_sync_helper.html.erb"=>"notify_airbrake_helper_sync", "dummy/active_record_after_commit.html.erb"=>"active_record_after_commit", "dummy/active_record_after_rollback.html.erb"=>"active_record_after_rollback", "dummy/active_job.html.erb"=>"active_job", "dummy/resque.html.erb"=>"resque", "dummy/delayed_job.html.erb"=>"delayed_job", "dummy/breakdown.html.erb"=>"breakdown"}>]>>, @_action_name="active_record_after_rollback", @_response_body=nil>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"controller"=>"dummy", "action"=>"active_record_after_rollback"}, "action_dispatch.request.formats"=>[#<Mime::Type:0x00007fc4ea399cc8 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-1717079155660000342>]}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007fc4eba44d38 @max_size=10000>>]
5522
+ ):
5523
+ F, [2019-04-12T03:04:44.260374 #5610] FATAL -- :
5524
+ F, [2019-04-12T03:04:44.260411 #5610] FATAL -- : lib/airbrake/rack/middleware.rb:65:in `notify_airbrake'
5525
+ lib/airbrake/rack/middleware.rb:35:in `rescue in call!'
5526
+ lib/airbrake/rack/middleware.rb:40:in `call!'
5527
+ lib/airbrake/rack/middleware.rb:21:in `call'
5528
+ I, [2019-04-12T03:04:44.261755 #5610] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2019-04-12 03:04:44 +0300
5529
+ I, [2019-04-12T03:04:44.262507 #5610] INFO -- : Processing by DummyController#active_record_after_commit as HTML
5530
+ D, [2019-04-12T03:04:44.262863 #5610] DEBUG -- :  (0.0ms) begin transaction
5531
+ D, [2019-04-12T03:04:44.264187 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
5532
+ D, [2019-04-12T03:04:44.265406 #5610] DEBUG -- :  (0.0ms) commit transaction
5533
+ I, [2019-04-12T03:04:44.266659 #5610] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
5534
+ F, [2019-04-12T03:04:44.278038 #5610] FATAL -- :
5535
+ F, [2019-04-12T03:04:44.278102 #5610] FATAL -- : RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
5536
+ expected: (an instance of AirbrakeTestError)
5537
+ got: (#<Airbrake::Notice:0x00007fc4f0808970 @config=#<Airbrake::Config:0x00007fc4ec4071e0 @proxy={}, @queue...nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007fc4ec7ef870 @max_size=10000>>)
5538
+ Diff:
5539
+ @@ -1,2 +1,2 @@
5540
+ -["an instance of AirbrakeTestError"]
5541
+ +[#<Airbrake::Notice:0x00007fc4f0808970 @config=#<Airbrake::Config:0x00007fc4ec4071e0 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007fc4ec407168 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fc4ec407118 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fc4ec4070a0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/dev/null", @dev=#<File:/dev/null>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fc4ec407028>>>, @project_id=113743, @project_key="fd04e13d806a90f96614ad8e529b2822", @host="https://api.airbrake.io", @ignore_environments=[], @timeout=nil, @blacklist_keys=[], @whitelist_keys=[], @root_directory="/Users/kyrylo/Code/airbrake/airbrake/gemfiles", @versions={}, @performance_stats=false, @performance_stats_flush_period=1, @app_version="1.2.3">, @payload={:errors=>[{:type=>"AirbrakeTestError", :message=>"after_commit", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>49, :function=>"raise_error_after_commit"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>426, :function=>"block in make_lambda"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>271, :function=>"block in simple"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>517, :function=>"block in invoke_after"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>517, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>517, :function=>"invoke_after"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>133, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rails/active_record.rb", :line=>25, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>816, :function=>"_run_commit_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>346, :function=>"committed!"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>128, :function=>"commit_records"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>223, :function=>"block in commit_transaction"}, {:file=>"/Users/kyrylo/.rubies/ruby-2.4.2/lib/ruby/2.4.0/monitor.rb", :line=>214, :function=>"mon_synchronize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>213, :function=>"commit_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>252, :function=>"block in within_new_transaction"}, {:file=>"/Users/kyrylo/.rubies/ruby-2.4.2/lib/ruby/2.4.0/monitor.rb", :line=>214, :function=>"mon_synchronize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>236, :function=>"within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>259, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>212, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>385, :function=>"with_transaction_returning_status"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>310, :function=>"block in save"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>325, :function=>"rollback_active_record_state!"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>309, :function=>"save"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/suppressor.rb", :line=>44, :function=>"save"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/persistence.rb", :line=>36, :function=>"create"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>130, :function=>"active_record_after_commit"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/basic_implicit_render.rb", :line=>6, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>194, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rendering.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>42, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>41, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rescue.rb", :line=>22, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>34, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/instrumenter.rb", :line=>23, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/params_wrapper.rb", :line=>256, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/railties/controller_runtime.rb", :line=>24, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>134, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-5.2.2/lib/action_view/rendering.rb", :line=>32, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>191, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>252, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>52, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>34, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>52, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>840, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/tempfile_reaper.rb", :line=>15, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/etag.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/conditional_get.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/head.rb", :line=>12, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/http/content_security_policy.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>232, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>226, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/cookies.rb", :line=>670, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>28, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>26, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>33, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>61, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/show_exceptions.rb", :line=>33, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/remote_ip.rb", :line=>81, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/request_id.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/method_override.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/runtime.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>29, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/static.rb", :line=>127, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/sendfile.rb", :line=>111, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/engine.rb", :line=>524, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>109, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}], :context=>{:version=>"1.2.3", :rootDirectory=>"/Users/kyrylo/Code/airbrake/airbrake/gemfiles", :hostname=>"Kyrylos-MacBook-Pro.local", :severity=>"error", :os=>"x86_64-darwin16", :language=>"ruby/2.4.2", :notifier=>{:name=>"airbrake-ruby", :version=>"4.2.3", :url=>"https://github.com/airbrake/airbrake-ruby"}}, :environment=>{:program_name=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec"}, :session=>{}, :params=>{}}, @stash={:exception=>#<AirbrakeTestError: after_commit>, :rack_request=>#<ActionDispatch::Request:0x00007fc4ec7ef848 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007fc4eadd8f40>, "rack.errors"=>#<StringIO:0x00007fc4eadd8900>, "rack.multithread"=>true, "rack.multiprocess"=>true, "rack.run_once"=>false, "REQUEST_METHOD"=>"GET", "SERVER_NAME"=>"example.org", "SERVER_PORT"=>"80", "QUERY_STRING"=>"", "PATH_INFO"=>"/active_record_after_commit", "rack.url_scheme"=>"http", "HTTPS"=>"off", "SCRIPT_NAME"=>"", "CONTENT_LENGTH"=>"0", "rack.test"=>true, "REMOTE_ADDR"=>"127.0.0.1", "HTTP_HOST"=>"example.org", "HTTP_COOKIE"=>"", "action_dispatch.parameter_filter"=>[], "action_dispatch.redirect_filter"=>[], "action_dispatch.secret_token"=>"ni6aeph6aeriBiphesh8omahv6cohpue5Quah5ceiMohtuvei8", "action_dispatch.secret_key_base"=>"62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", "action_dispatch.show_exceptions"=>true, "action_dispatch.show_detailed_exceptions"=>false, "action_dispatch.logger"=>#<Logger:0x00007fc4ea221148 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fc4ea2210d0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fc4ea221080 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fc4ea221030>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007fc4ed8106c8 @filters=[#<Proc:0x00007fc4ed811b18@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007fc4ebd37f90@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:17>, #<Proc:0x00007fc4ebd37f68@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:18>, #<Proc:0x00007fc4ebd37838@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:31>], @silencers=[#<Proc:0x00007fc4ebd37810@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:21>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007fc4ebd37608 @key_generator=#<ActiveSupport::KeyGenerator:0x00007fc4ebd37630 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<Concurrent::Map:0x00007fc4ebd375e0 entries=0 default_proc=nil>>, "action_dispatch.http_auth_salt"=>"http authentication", "action_dispatch.signed_cookie_salt"=>"signed cookie", "action_dispatch.encrypted_cookie_salt"=>"encrypted cookie", "action_dispatch.encrypted_signed_cookie_salt"=>"signed encrypted cookie", "action_dispatch.authenticated_encrypted_cookie_salt"=>"authenticated encrypted cookie", "action_dispatch.use_authenticated_cookie_encryption"=>false, "action_dispatch.encrypted_cookie_cipher"=>nil, "action_dispatch.signed_cookie_digest"=>nil, "action_dispatch.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "action_dispatch.cookies_rotations"=>#<ActiveSupport::Messages::RotationConfiguration:0x00007fc4eba27080 @signed=[], @encrypted=[]>, "action_dispatch.content_security_policy"=>nil, "action_dispatch.content_security_policy_report_only"=>false, "action_dispatch.content_security_policy_nonce_generator"=>nil, "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007fc4ebb81818>, "ROUTES_70241872514060_SCRIPT_NAME"=>"", "ORIGINAL_FULLPATH"=>"/active_record_after_commit", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"078a7370-137a-4c62-948e-e90a7499bdab", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007fc4eadd2eb0 @req=#<ActionDispatch::Request:0x00007fc4eadd2ed8 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>, @check_ip=true, @proxies=[#<IPAddr: IPv4:127.0.0.1/255.255.255.255>, #<IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff>, #<IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000>, #<IPAddr: IPv4:10.0.0.0/255.0.0.0>, #<IPAddr: IPv4:172.16.0.0/255.240.0.0>, #<IPAddr: IPv4:192.168.0.0/255.255.0.0>], @ip="127.0.0.1">, "rack.session"=>#<ActionDispatch::Request::Session:0x7fc4eadd1d08 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007fc4eadd1cb8 @by=#<ActionDispatch::Session::CookieStore:0x00007fc4ec6028c8 @app=#<ActionDispatch::ContentSecurityPolicy::Middleware:0x00007fc4ec6028f0 @app=#<Rack::Head:0x00007fc4ec602918 @app=#<Rack::ConditionalGet:0x00007fc4ec602940 @app=#<Rack::ETag:0x00007fc4ec602968 @app=#<Rack::TempfileReaper:0x00007fc4ec602990 @app=#<Warden::Manager:0x00007fc4ec602a58 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007fc4ebb81818>>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "rack.tempfiles"=>[], "warden"=>Warden::Proxy:70241865338360 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, "action_dispatch.request.path_parameters"=>{:controller=>"dummy", :action=>"active_record_after_commit"}, "action_controller.instance"=>#<DummyController:0x00007fc4eadd06b0 @_action_has_layout=true, @_routes=nil, @_request=#<ActionDispatch::Request:0x00007fc4eadd18d0 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"active_record_after_commit"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/active_record_after_commit", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007fc4eadcbb88 @req=#<ActionDispatch::Request:0x00007fc4eadd18d0 ...>>>, @_response=#<ActionDispatch::Response:0x00007fc4eadd0958 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fc4eadd08e0>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff", "X-Download-Options"=>"noopen", "X-Permitted-Cross-Domain-Policies"=>"none", "Referrer-Policy"=>"strict-origin-when-cross-origin"}, @stream=#<ActionDispatch::Response::Buffer:0x00007fc4eadd0890 @response=#<ActionDispatch::Response:0x00007fc4eadd0958 ...>, @buf=[], @closed=false, @str_body=nil>, @status=200, @cv=#<MonitorMixin::ConditionVariable:0x00007fc4eadd0868 @monitor=#<ActionDispatch::Response:0x00007fc4eadd0958 ...>, @cond=#<Thread::ConditionVariable:0x00007fc4eadd0840>>, @committed=false, @sending=false, @sent=false, @cache_control={}, @request=#<ActionDispatch::Request:0x00007fc4eadd18d0 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"active_record_after_commit"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/active_record_after_commit", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007fc4eadcbb88 @req=#<ActionDispatch::Request:0x00007fc4eadd18d0 ...>>>>, @_lookup_context=#<ActionView::LookupContext:0x00007fc4eadd04d0 @details_key=nil, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}, @view_paths=#<ActionView::PathSet:0x00007fc4eadd0368 @paths=[#<ActionView::FixtureResolver:0x00007fc4ea263340 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x7fc4ea2632f0 keys=0 queries=0>, @hash={"layouts/application.html.erb"=>"<%= yield %>", "dummy/index.html.erb"=>"Hello from index", "dummy/notify_airbrake_helper.html.erb"=>"notify_airbrake_helper", "dummy/notify_airbrake_sync_helper.html.erb"=>"notify_airbrake_helper_sync", "dummy/active_record_after_commit.html.erb"=>"active_record_after_commit", "dummy/active_record_after_rollback.html.erb"=>"active_record_after_rollback", "dummy/active_job.html.erb"=>"active_job", "dummy/resque.html.erb"=>"resque", "dummy/delayed_job.html.erb"=>"delayed_job", "dummy/breakdown.html.erb"=>"breakdown"}>]>>, @_action_name="active_record_after_commit", @_response_body=nil>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"controller"=>"dummy", "action"=>"active_record_after_commit"}, "action_dispatch.request.formats"=>[#<Mime::Type:0x00007fc4ea399cc8 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-1717079155660000342>]}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007fc4ec7ef870 @max_size=10000>>]
5542
+ ):
5543
+ F, [2019-04-12T03:04:44.278156 #5610] FATAL -- :
5544
+ F, [2019-04-12T03:04:44.278185 #5610] FATAL -- : lib/airbrake/rack/middleware.rb:65:in `notify_airbrake'
5545
+ lib/airbrake/rack/middleware.rb:35:in `rescue in call!'
5546
+ lib/airbrake/rack/middleware.rb:40:in `call!'
5547
+ lib/airbrake/rack/middleware.rb:21:in `call'
5548
+ I, [2019-04-12T03:04:44.279485 #5610] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-04-12 03:04:44 +0300
5549
+ I, [2019-04-12T03:04:44.280193 #5610] INFO -- : Processing by DummyController#active_job as HTML
5550
+ I, [2019-04-12T03:04:44.287404 #5610] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
5551
+ I, [2019-04-12T03:04:44.288738 #5610] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (1.3ms)
5552
+ I, [2019-04-12T03:04:44.289124 #5610] INFO -- : Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.0ms)
5553
+ I, [2019-04-12T03:04:46.292407 #5610] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-04-12 03:04:46 +0300
5554
+ I, [2019-04-12T03:04:46.293317 #5610] INFO -- : Processing by DummyController#active_job as HTML
5555
+ I, [2019-04-12T03:04:46.295060 #5610] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
5556
+ I, [2019-04-12T03:04:46.295337 #5610] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.2ms)
5557
+ I, [2019-04-12T03:04:46.295650 #5610] INFO -- : Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
5558
+ I, [2019-04-12T03:04:48.302461 #5610] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:04:48 +0300
5559
+ I, [2019-04-12T03:04:48.309429 #5610] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
5560
+ I, [2019-04-12T03:04:48.309514 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5561
+ I, [2019-04-12T03:04:48.315550 #5610] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
5562
+ I, [2019-04-12T03:04:48.320954 #5610] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
5563
+ I, [2019-04-12T03:04:48.321330 #5610] INFO -- : Completed 200 OK in 12ms (Views: 6.2ms | ActiveRecord: 0.0ms)
5564
+ I, [2019-04-12T03:04:50.327594 #5610] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:04:50 +0300
5565
+ I, [2019-04-12T03:04:50.328955 #5610] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
5566
+ I, [2019-04-12T03:04:50.329009 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5567
+ I, [2019-04-12T03:04:50.339492 #5610] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
5568
+ I, [2019-04-12T03:04:50.339844 #5610] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
5569
+ I, [2019-04-12T03:04:50.340166 #5610] INFO -- : Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms)
5570
+ I, [2019-04-12T03:04:52.344176 #5610] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:04:52 +0300
5571
+ I, [2019-04-12T03:04:52.345404 #5610] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
5572
+ I, [2019-04-12T03:04:52.345464 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5573
+ I, [2019-04-12T03:04:52.356064 #5610] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
5574
+ I, [2019-04-12T03:04:52.356427 #5610] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
5575
+ I, [2019-04-12T03:04:52.356918 #5610] INFO -- : Completed 200 OK in 11ms (Views: 1.3ms | ActiveRecord: 0.0ms)
5576
+ I, [2019-04-12T03:04:54.361458 #5610] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:04:54 +0300
5577
+ I, [2019-04-12T03:04:54.362665 #5610] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
5578
+ I, [2019-04-12T03:04:54.362728 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5579
+ I, [2019-04-12T03:04:54.373935 #5610] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
5580
+ I, [2019-04-12T03:04:54.374252 #5610] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
5581
+ I, [2019-04-12T03:04:54.374555 #5610] INFO -- : Completed 200 OK in 12ms (Views: 1.0ms | ActiveRecord: 0.0ms)
5582
+ I, [2019-04-12T03:04:56.381880 #5610] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:04:56 +0300
5583
+ I, [2019-04-12T03:04:56.386065 #5610] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
5584
+ I, [2019-04-12T03:04:56.386137 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5585
+ I, [2019-04-12T03:04:56.399204 #5610] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
5586
+ I, [2019-04-12T03:04:56.399550 #5610] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
5587
+ I, [2019-04-12T03:04:56.399834 #5610] INFO -- : Completed 200 OK in 14ms (Views: 1.0ms | ActiveRecord: 0.0ms)
5588
+ I, [2019-04-12T03:04:58.407379 #5610] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:04:58 +0300
5589
+ I, [2019-04-12T03:04:58.408566 #5610] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
5590
+ I, [2019-04-12T03:04:58.408646 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5591
+ I, [2019-04-12T03:04:58.419007 #5610] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
5592
+ I, [2019-04-12T03:04:58.419358 #5610] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
5593
+ I, [2019-04-12T03:04:58.419674 #5610] INFO -- : Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms)
5594
+ I, [2019-04-12T03:05:00.425156 #5610] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-04-12 03:05:00 +0300
5595
+ I, [2019-04-12T03:05:00.426497 #5610] INFO -- : Processing by DummyController#crash as HTML
5596
+ I, [2019-04-12T03:05:00.426551 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5597
+ D, [2019-04-12T03:05:00.427068 #5610] DEBUG -- :  (0.1ms) begin transaction
5598
+ D, [2019-04-12T03:05:00.428869 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5599
+ D, [2019-04-12T03:05:00.430268 #5610] DEBUG -- :  (0.0ms) commit transaction
5600
+ I, [2019-04-12T03:05:00.441923 #5610] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms)
5601
+ F, [2019-04-12T03:05:00.448133 #5610] FATAL -- :
5602
+ F, [2019-04-12T03:05:00.452252 #5610] FATAL -- : AirbrakeTestError (after_commit):
5603
+ F, [2019-04-12T03:05:00.452302 #5610] FATAL -- :
5604
+ F, [2019-04-12T03:05:00.452339 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5605
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5606
+ lib/airbrake/rack/middleware.rb:21:in `call'
5607
+ I, [2019-04-12T03:05:02.460060 #5610] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-04-12 03:05:02 +0300
5608
+ I, [2019-04-12T03:05:02.461167 #5610] INFO -- : Processing by DummyController#crash as HTML
5609
+ I, [2019-04-12T03:05:02.461221 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5610
+ D, [2019-04-12T03:05:02.461648 #5610] DEBUG -- :  (0.1ms) begin transaction
5611
+ D, [2019-04-12T03:05:02.463362 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5612
+ D, [2019-04-12T03:05:02.464747 #5610] DEBUG -- :  (0.0ms) commit transaction
5613
+ I, [2019-04-12T03:05:02.475708 #5610] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms)
5614
+ F, [2019-04-12T03:05:02.481508 #5610] FATAL -- :
5615
+ F, [2019-04-12T03:05:02.486248 #5610] FATAL -- : AirbrakeTestError (after_commit):
5616
+ F, [2019-04-12T03:05:02.486291 #5610] FATAL -- :
5617
+ F, [2019-04-12T03:05:02.486320 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5618
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5619
+ lib/airbrake/rack/middleware.rb:21:in `call'
5620
+ I, [2019-04-12T03:05:04.493713 #5610] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-04-12 03:05:04 +0300
5621
+ I, [2019-04-12T03:05:04.494842 #5610] INFO -- : Processing by DummyController#crash as HTML
5622
+ I, [2019-04-12T03:05:04.494895 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5623
+ D, [2019-04-12T03:05:04.495331 #5610] DEBUG -- :  (0.1ms) begin transaction
5624
+ D, [2019-04-12T03:05:04.497074 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5625
+ D, [2019-04-12T03:05:04.498380 #5610] DEBUG -- :  (0.0ms) commit transaction
5626
+ I, [2019-04-12T03:05:04.512624 #5610] INFO -- : Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.2ms)
5627
+ F, [2019-04-12T03:05:04.517924 #5610] FATAL -- :
5628
+ F, [2019-04-12T03:05:04.517968 #5610] FATAL -- : AirbrakeTestError (after_commit):
5629
+ F, [2019-04-12T03:05:04.517998 #5610] FATAL -- :
5630
+ F, [2019-04-12T03:05:04.522312 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5631
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5632
+ lib/airbrake/rack/middleware.rb:21:in `call'
5633
+ I, [2019-04-12T03:05:06.528030 #5610] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-04-12 03:05:06 +0300
5634
+ I, [2019-04-12T03:05:06.529195 #5610] INFO -- : Processing by DummyController#crash as HTML
5635
+ I, [2019-04-12T03:05:06.529253 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5636
+ D, [2019-04-12T03:05:06.529717 #5610] DEBUG -- :  (0.1ms) begin transaction
5637
+ D, [2019-04-12T03:05:06.531335 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5638
+ D, [2019-04-12T03:05:06.532633 #5610] DEBUG -- :  (0.0ms) commit transaction
5639
+ I, [2019-04-12T03:05:06.543288 #5610] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms)
5640
+ F, [2019-04-12T03:05:06.548711 #5610] FATAL -- :
5641
+ F, [2019-04-12T03:05:06.553244 #5610] FATAL -- : AirbrakeTestError (after_commit):
5642
+ F, [2019-04-12T03:05:06.553283 #5610] FATAL -- :
5643
+ F, [2019-04-12T03:05:06.553310 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5644
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5645
+ lib/airbrake/rack/middleware.rb:21:in `call'
5646
+ I, [2019-04-12T03:05:08.556744 #5610] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-04-12 03:05:08 +0300
5647
+ I, [2019-04-12T03:05:08.557993 #5610] INFO -- : Processing by DummyController#crash as HTML
5648
+ I, [2019-04-12T03:05:08.558064 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5649
+ D, [2019-04-12T03:05:08.558550 #5610] DEBUG -- :  (0.1ms) begin transaction
5650
+ D, [2019-04-12T03:05:08.560042 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5651
+ D, [2019-04-12T03:05:08.561356 #5610] DEBUG -- :  (0.0ms) commit transaction
5652
+ I, [2019-04-12T03:05:08.572595 #5610] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms)
5653
+ F, [2019-04-12T03:05:08.578098 #5610] FATAL -- :
5654
+ F, [2019-04-12T03:05:08.582838 #5610] FATAL -- : AirbrakeTestError (after_commit):
5655
+ F, [2019-04-12T03:05:08.582892 #5610] FATAL -- :
5656
+ F, [2019-04-12T03:05:08.582920 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5657
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5658
+ lib/airbrake/rack/middleware.rb:21:in `call'
5659
+ I, [2019-04-12T03:05:10.588498 #5610] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-04-12 03:05:10 +0300
5660
+ I, [2019-04-12T03:05:10.589666 #5610] INFO -- : Processing by DummyController#crash as HTML
5661
+ I, [2019-04-12T03:05:10.589722 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5662
+ D, [2019-04-12T03:05:10.590233 #5610] DEBUG -- :  (0.1ms) begin transaction
5663
+ D, [2019-04-12T03:05:10.591992 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5664
+ D, [2019-04-12T03:05:10.593445 #5610] DEBUG -- :  (0.0ms) commit transaction
5665
+ I, [2019-04-12T03:05:10.605685 #5610] INFO -- : Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.2ms)
5666
+ F, [2019-04-12T03:05:10.613383 #5610] FATAL -- :
5667
+ F, [2019-04-12T03:05:10.617977 #5610] FATAL -- : AirbrakeTestError (after_commit):
5668
+ F, [2019-04-12T03:05:10.618060 #5610] FATAL -- :
5669
+ F, [2019-04-12T03:05:10.618090 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5670
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5671
+ lib/airbrake/rack/middleware.rb:21:in `call'
5672
+ I, [2019-04-12T03:05:12.624994 #5610] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:05:12 +0300
5673
+ I, [2019-04-12T03:05:12.626297 #5610] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
5674
+ I, [2019-04-12T03:05:12.626357 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5675
+ I, [2019-04-12T03:05:12.637446 #5610] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
5676
+ I, [2019-04-12T03:05:12.637744 #5610] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
5677
+ I, [2019-04-12T03:05:12.638019 #5610] INFO -- : Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 0.0ms)
5678
+ I, [2019-04-12T03:05:14.642957 #5610] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:05:14 +0300
5679
+ I, [2019-04-12T03:05:14.644174 #5610] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
5680
+ I, [2019-04-12T03:05:14.644236 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5681
+ I, [2019-04-12T03:05:14.654607 #5610] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
5682
+ I, [2019-04-12T03:05:14.655002 #5610] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
5683
+ I, [2019-04-12T03:05:14.655383 #5610] INFO -- : Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms)
5684
+ I, [2019-04-12T03:05:16.659822 #5610] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:05:16 +0300
5685
+ I, [2019-04-12T03:05:16.660962 #5610] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
5686
+ I, [2019-04-12T03:05:16.661019 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5687
+ I, [2019-04-12T03:05:16.671318 #5610] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
5688
+ I, [2019-04-12T03:05:16.671646 #5610] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
5689
+ I, [2019-04-12T03:05:16.672005 #5610] INFO -- : Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.0ms)
5690
+ I, [2019-04-12T03:05:18.677454 #5610] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:05:18 +0300
5691
+ I, [2019-04-12T03:05:18.678690 #5610] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
5692
+ I, [2019-04-12T03:05:18.678751 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5693
+ I, [2019-04-12T03:05:18.689943 #5610] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
5694
+ I, [2019-04-12T03:05:18.690299 #5610] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.3ms)
5695
+ I, [2019-04-12T03:05:18.690621 #5610] INFO -- : Completed 200 OK in 12ms (Views: 1.1ms | ActiveRecord: 0.0ms)
5696
+ I, [2019-04-12T03:05:20.694426 #5610] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:05:20 +0300
5697
+ I, [2019-04-12T03:05:20.695562 #5610] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
5698
+ I, [2019-04-12T03:05:20.695614 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5699
+ I, [2019-04-12T03:05:20.705026 #5610] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
5700
+ I, [2019-04-12T03:05:20.705341 #5610] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
5701
+ I, [2019-04-12T03:05:20.705608 #5610] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
5702
+ I, [2019-04-12T03:05:22.711922 #5610] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:05:22 +0300
5703
+ I, [2019-04-12T03:05:22.713198 #5610] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
5704
+ I, [2019-04-12T03:05:22.713258 #5610] INFO -- : Parameters: {"foo"=>"bar"}
5705
+ I, [2019-04-12T03:05:22.724329 #5610] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
5706
+ I, [2019-04-12T03:05:22.724664 #5610] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
5707
+ I, [2019-04-12T03:05:22.725009 #5610] INFO -- : Completed 200 OK in 12ms (Views: 1.1ms | ActiveRecord: 0.0ms)
5708
+ I, [2019-04-12T03:05:24.734219 #5610] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2019-04-12 03:05:24 +0300
5709
+ I, [2019-04-12T03:05:24.742907 #5610] INFO -- : Processing by DummyController#crash as HTML
5710
+ D, [2019-04-12T03:05:24.743416 #5610] DEBUG -- :  (0.1ms) begin transaction
5711
+ D, [2019-04-12T03:05:24.744897 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5712
+ D, [2019-04-12T03:05:24.746014 #5610] DEBUG -- :  (0.0ms) commit transaction
5713
+ I, [2019-04-12T03:05:24.747153 #5610] INFO -- : Completed 0 in 4ms (ActiveRecord: 0.2ms)
5714
+ F, [2019-04-12T03:05:24.748494 #5610] FATAL -- :
5715
+ F, [2019-04-12T03:05:24.748544 #5610] FATAL -- : AirbrakeTestError (after_commit):
5716
+ F, [2019-04-12T03:05:24.748577 #5610] FATAL -- :
5717
+ F, [2019-04-12T03:05:24.748609 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5718
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5719
+ lib/airbrake/rack/middleware.rb:21:in `call'
5720
+ I, [2019-04-12T03:05:24.750085 #5610] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:05:24 +0300
5721
+ I, [2019-04-12T03:05:24.750772 #5610] INFO -- : Processing by DummyController#crash as HTML
5722
+ D, [2019-04-12T03:05:24.751080 #5610] DEBUG -- :  (0.0ms) begin transaction
5723
+ D, [2019-04-12T03:05:24.752138 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5724
+ D, [2019-04-12T03:05:24.753227 #5610] DEBUG -- :  (0.0ms) commit transaction
5725
+ I, [2019-04-12T03:05:24.754244 #5610] INFO -- : Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms)
5726
+ F, [2019-04-12T03:05:24.755492 #5610] FATAL -- :
5727
+ F, [2019-04-12T03:05:24.755551 #5610] FATAL -- : AirbrakeTestError (after_commit):
5728
+ F, [2019-04-12T03:05:24.755583 #5610] FATAL -- :
5729
+ F, [2019-04-12T03:05:24.755614 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5730
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5731
+ lib/airbrake/rack/middleware.rb:21:in `call'
5732
+ I, [2019-04-12T03:05:24.757085 #5610] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2019-04-12 03:05:24 +0300
5733
+ I, [2019-04-12T03:05:24.757748 #5610] INFO -- : Processing by DummyController#delayed_job as HTML
5734
+ I, [2019-04-12T03:05:24.771297 #5610] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.3ms)
5735
+ F, [2019-04-12T03:05:24.780296 #5610] FATAL -- :
5736
+ F, [2019-04-12T03:05:24.780375 #5610] FATAL -- : RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
5737
+ expected: (anything, hash_including("handler"=>"--- !ruby/struct:BangoJob\nbingo: bingo\nbongo: bongo\n"))
5738
+ got: (#<Airbrake::Notice:0x00007fc4ead791f8 @config=#<Airbrake::Config:0x00007fc4ec4071e0 @proxy={}, @queue...nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007fc4ec794330 @max_size=10000>>)
5739
+ Diff:
5740
+ @@ -1,3 +1,2 @@
5741
+ -["anything",
5742
+ - "hash_including(\"handler\"=>\"--- !ruby/struct:BangoJob\\nbingo: bingo\\nbongo: bongo\\n\")"]
5743
+ +[#<Airbrake::Notice:0x00007fc4ead791f8 @config=#<Airbrake::Config:0x00007fc4ec4071e0 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007fc4ec407168 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fc4ec407118 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fc4ec4070a0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/dev/null", @dev=#<File:/dev/null>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fc4ec407028>>>, @project_id=113743, @project_key="fd04e13d806a90f96614ad8e529b2822", @host="https://api.airbrake.io", @ignore_environments=[], @timeout=nil, @blacklist_keys=[], @whitelist_keys=[], @root_directory="/Users/kyrylo/Code/airbrake/airbrake/gemfiles", @versions={}, @performance_stats=false, @performance_stats_flush_period=1, @app_version="1.2.3", @endpoint=#<URI::HTTPS https://api.airbrake.io/api/v3/projects/113743/notices>>, @payload={:errors=>[{:type=>"AirbrakeTestError", :message=>"delayed_job error", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>87, :function=>"perform"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>81, :function=>"block in invoke_job"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/delayed_job.rb", :line=>10, :function=>"block (2 levels) in <class:Airbrake>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>79, :function=>"block (2 levels) in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>79, :function=>"block in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>78, :function=>"invoke_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>19, :function=>"block (2 levels) in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>17, :function=>"block in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>16, :function=>"tap"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>16, :function=>"enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>12, :function=>"enqueue"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>149, :function=>"delayed_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/basic_implicit_render.rb", :line=>6, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>194, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rendering.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>42, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>41, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rescue.rb", :line=>22, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>34, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/instrumenter.rb", :line=>23, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/params_wrapper.rb", :line=>256, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/railties/controller_runtime.rb", :line=>24, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>134, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-5.2.2/lib/action_view/rendering.rb", :line=>32, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>191, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>252, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>52, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>34, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>52, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>840, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/tempfile_reaper.rb", :line=>15, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/etag.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/conditional_get.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/head.rb", :line=>12, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/http/content_security_policy.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>232, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>226, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/cookies.rb", :line=>670, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>28, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>26, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>33, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>61, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/show_exceptions.rb", :line=>33, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/remote_ip.rb", :line=>81, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/request_id.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/method_override.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/runtime.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>29, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/static.rb", :line=>127, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/sendfile.rb", :line=>111, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/engine.rb", :line=>524, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>196, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}], :context=>{:version=>"1.2.3", :rootDirectory=>"/Users/kyrylo/Code/airbrake/airbrake/gemfiles", :hostname=>"Kyrylos-MacBook-Pro.local", :severity=>"error", :os=>"x86_64-darwin16", :language=>"ruby/2.4.2", :notifier=>{:name=>"airbrake-ruby", :version=>"4.2.3", :url=>"https://github.com/airbrake/airbrake-ruby"}}, :environment=>{:program_name=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec"}, :session=>{}, :params=>{}}, @stash={:exception=>#<AirbrakeTestError: delayed_job error>, :rack_request=>#<ActionDispatch::Request:0x00007fc4ec794308 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007fc4ea5707e0>, "rack.errors"=>#<StringIO:0x00007fc4ea570858>, "rack.multithread"=>true, "rack.multiprocess"=>true, "rack.run_once"=>false, "REQUEST_METHOD"=>"GET", "SERVER_NAME"=>"example.org", "SERVER_PORT"=>"80", "QUERY_STRING"=>"", "PATH_INFO"=>"/delayed_job", "rack.url_scheme"=>"http", "HTTPS"=>"off", "SCRIPT_NAME"=>"", "CONTENT_LENGTH"=>"0", "rack.test"=>true, "REMOTE_ADDR"=>"127.0.0.1", "HTTP_HOST"=>"example.org", "HTTP_COOKIE"=>"", "action_dispatch.parameter_filter"=>[], "action_dispatch.redirect_filter"=>[], "action_dispatch.secret_token"=>"ni6aeph6aeriBiphesh8omahv6cohpue5Quah5ceiMohtuvei8", "action_dispatch.secret_key_base"=>"62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", "action_dispatch.show_exceptions"=>true, "action_dispatch.show_detailed_exceptions"=>false, "action_dispatch.logger"=>#<Logger:0x00007fc4ea221148 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fc4ea2210d0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fc4ea221080 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fc4ea221030>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007fc4ed8106c8 @filters=[#<Proc:0x00007fc4ed811b18@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007fc4ebd37f90@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:17>, #<Proc:0x00007fc4ebd37f68@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:18>, #<Proc:0x00007fc4ebd37838@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:31>], @silencers=[#<Proc:0x00007fc4ebd37810@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:21>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007fc4ebd37608 @key_generator=#<ActiveSupport::KeyGenerator:0x00007fc4ebd37630 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<Concurrent::Map:0x00007fc4ebd375e0 entries=2 default_proc=nil>>, "action_dispatch.http_auth_salt"=>"http authentication", "action_dispatch.signed_cookie_salt"=>"signed cookie", "action_dispatch.encrypted_cookie_salt"=>"encrypted cookie", "action_dispatch.encrypted_signed_cookie_salt"=>"signed encrypted cookie", "action_dispatch.authenticated_encrypted_cookie_salt"=>"authenticated encrypted cookie", "action_dispatch.use_authenticated_cookie_encryption"=>false, "action_dispatch.encrypted_cookie_cipher"=>nil, "action_dispatch.signed_cookie_digest"=>nil, "action_dispatch.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "action_dispatch.cookies_rotations"=>#<ActiveSupport::Messages::RotationConfiguration:0x00007fc4eba27080 @signed=[], @encrypted=[]>, "action_dispatch.content_security_policy"=>nil, "action_dispatch.content_security_policy_report_only"=>false, "action_dispatch.content_security_policy_nonce_generator"=>nil, "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007fc4ebb81818>, "ROUTES_70241872514060_SCRIPT_NAME"=>"", "ORIGINAL_FULLPATH"=>"/delayed_job", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"0503e529-ca05-464f-aea2-b3c2b67965f6", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007fc4ea56b1a0 @req=#<ActionDispatch::Request:0x00007fc4ea56b1c8 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>, @check_ip=true, @proxies=[#<IPAddr: IPv4:127.0.0.1/255.255.255.255>, #<IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff>, #<IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000>, #<IPAddr: IPv4:10.0.0.0/255.0.0.0>, #<IPAddr: IPv4:172.16.0.0/255.240.0.0>, #<IPAddr: IPv4:192.168.0.0/255.255.0.0>], @ip="127.0.0.1">, "rack.session"=>#<ActionDispatch::Request::Session:0x7fc4ea569968 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007fc4ea5698f0 @by=#<ActionDispatch::Session::CookieStore:0x00007fc4ec6028c8 @app=#<ActionDispatch::ContentSecurityPolicy::Middleware:0x00007fc4ec6028f0 @app=#<Rack::Head:0x00007fc4ec602918 @app=#<Rack::ConditionalGet:0x00007fc4ec602940 @app=#<Rack::ETag:0x00007fc4ec602968 @app=#<Rack::TempfileReaper:0x00007fc4ec602990 @app=#<Warden::Manager:0x00007fc4ec602a58 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007fc4ebb81818>>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "rack.tempfiles"=>[], "warden"=>Warden::Proxy:70241860930520 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, "action_dispatch.request.path_parameters"=>{:controller=>"dummy", :action=>"delayed_job"}, "action_controller.instance"=>#<DummyController:0x00007fc4ea5680e0 @_action_has_layout=true, @_routes=nil, @_request=#<ActionDispatch::Request:0x00007fc4ea569378 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"delayed_job"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/delayed_job", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007fc4ea55f120 @req=#<ActionDispatch::Request:0x00007fc4ea569378 ...>>>, @_response=#<ActionDispatch::Response:0x00007fc4ea568338 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fc4ea5682e8>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff", "X-Download-Options"=>"noopen", "X-Permitted-Cross-Domain-Policies"=>"none", "Referrer-Policy"=>"strict-origin-when-cross-origin"}, @stream=#<ActionDispatch::Response::Buffer:0x00007fc4ea568298 @response=#<ActionDispatch::Response:0x00007fc4ea568338 ...>, @buf=[], @closed=false, @str_body=nil>, @status=200, @cv=#<MonitorMixin::ConditionVariable:0x00007fc4ea568270 @monitor=#<ActionDispatch::Response:0x00007fc4ea568338 ...>, @cond=#<Thread::ConditionVariable:0x00007fc4ea568248>>, @committed=false, @sending=false, @sent=false, @cache_control={}, @request=#<ActionDispatch::Request:0x00007fc4ea569378 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"delayed_job"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/delayed_job", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007fc4ea55f120 @req=#<ActionDispatch::Request:0x00007fc4ea569378 ...>>>>, @_lookup_context=#<ActionView::LookupContext:0x00007fc4ea55ff30 @details_key=nil, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}, @view_paths=#<ActionView::PathSet:0x00007fc4ea55fc38 @paths=[#<ActionView::FixtureResolver:0x00007fc4ea263340 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x7fc4ea2632f0 keys=14 queries=0>, @hash={"layouts/application.html.erb"=>"<%= yield %>", "dummy/index.html.erb"=>"Hello from index", "dummy/notify_airbrake_helper.html.erb"=>"notify_airbrake_helper", "dummy/notify_airbrake_sync_helper.html.erb"=>"notify_airbrake_helper_sync", "dummy/active_record_after_commit.html.erb"=>"active_record_after_commit", "dummy/active_record_after_rollback.html.erb"=>"active_record_after_rollback", "dummy/active_job.html.erb"=>"active_job", "dummy/resque.html.erb"=>"resque", "dummy/delayed_job.html.erb"=>"delayed_job", "dummy/breakdown.html.erb"=>"breakdown"}>]>>, @_action_name="delayed_job", @_response_body=nil>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"controller"=>"dummy", "action"=>"delayed_job"}, "action_dispatch.request.formats"=>[#<Mime::Type:0x00007fc4ea399cc8 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-1717079155660000342>]}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007fc4ec794330 @max_size=10000>>]
5744
+ ):
5745
+ F, [2019-04-12T03:05:24.780440 #5610] FATAL -- :
5746
+ F, [2019-04-12T03:05:24.780477 #5610] FATAL -- : lib/airbrake/rack/middleware.rb:65:in `notify_airbrake'
5747
+ lib/airbrake/rack/middleware.rb:35:in `rescue in call!'
5748
+ lib/airbrake/rack/middleware.rb:40:in `call!'
5749
+ lib/airbrake/rack/middleware.rb:21:in `call'
5750
+ I, [2019-04-12T03:05:24.782247 #5610] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:05:24 +0300
5751
+ I, [2019-04-12T03:05:24.783193 #5610] INFO -- : Processing by DummyController#crash as HTML
5752
+ D, [2019-04-12T03:05:24.783776 #5610] DEBUG -- :  (0.1ms) begin transaction
5753
+ D, [2019-04-12T03:05:24.785642 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5754
+ D, [2019-04-12T03:05:24.787480 #5610] DEBUG -- :  (0.1ms) commit transaction
5755
+ I, [2019-04-12T03:05:24.788660 #5610] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.3ms)
5756
+ F, [2019-04-12T03:05:24.791076 #5610] FATAL -- :
5757
+ F, [2019-04-12T03:05:24.791138 #5610] FATAL -- : AirbrakeTestError (after_commit):
5758
+ F, [2019-04-12T03:05:24.791170 #5610] FATAL -- :
5759
+ F, [2019-04-12T03:05:24.791200 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5760
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5761
+ lib/airbrake/rack/middleware.rb:21:in `call'
5762
+ I, [2019-04-12T03:05:24.792546 #5610] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:05:24 +0300
5763
+ I, [2019-04-12T03:05:24.793185 #5610] INFO -- : Processing by DummyController#crash as HTML
5764
+ D, [2019-04-12T03:05:24.793575 #5610] DEBUG -- :  (0.0ms) begin transaction
5765
+ D, [2019-04-12T03:05:24.794007 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5766
+ D, [2019-04-12T03:05:24.794264 #5610] DEBUG -- :  (0.1ms) commit transaction
5767
+ I, [2019-04-12T03:05:24.794645 #5610] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.2ms)
5768
+ F, [2019-04-12T03:05:24.796194 #5610] FATAL -- :
5769
+ F, [2019-04-12T03:05:24.796234 #5610] FATAL -- : AirbrakeTestError (after_commit):
5770
+ F, [2019-04-12T03:05:24.796260 #5610] FATAL -- :
5771
+ F, [2019-04-12T03:05:24.796284 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5772
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5773
+ lib/airbrake/rack/middleware.rb:21:in `call'
5774
+ I, [2019-04-12T03:05:24.797625 #5610] INFO -- : Started GET "/breakdown" for 127.0.0.1 at 2019-04-12 03:05:24 +0300
5775
+ I, [2019-04-12T03:05:24.798342 #5610] INFO -- : Processing by DummyController#breakdown as HTML
5776
+ D, [2019-04-12T03:05:24.798749 #5610] DEBUG -- :  (0.0ms) begin transaction
5777
+ D, [2019-04-12T03:05:24.800264 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "breakdown"]]
5778
+ D, [2019-04-12T03:05:24.801380 #5610] DEBUG -- :  (0.0ms) commit transaction
5779
+ I, [2019-04-12T03:05:24.802823 #5610] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
5780
+ F, [2019-04-12T03:05:24.804133 #5610] FATAL -- :
5781
+ F, [2019-04-12T03:05:24.804247 #5610] FATAL -- : AirbrakeTestError (after_commit):
5782
+ F, [2019-04-12T03:05:24.804296 #5610] FATAL -- :
5783
+ F, [2019-04-12T03:05:24.804332 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5784
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5785
+ lib/airbrake/rack/middleware.rb:21:in `call'
5786
+ I, [2019-04-12T03:05:24.806693 #5610] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:05:24 +0300
5787
+ I, [2019-04-12T03:05:24.807852 #5610] INFO -- : Processing by DummyController#crash as HTML
5788
+ D, [2019-04-12T03:05:24.808294 #5610] DEBUG -- :  (0.1ms) begin transaction
5789
+ D, [2019-04-12T03:05:24.809688 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5790
+ D, [2019-04-12T03:05:24.810961 #5610] DEBUG -- :  (0.0ms) commit transaction
5791
+ I, [2019-04-12T03:05:24.821205 #5610] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.2ms)
5792
+ F, [2019-04-12T03:05:24.827519 #5610] FATAL -- :
5793
+ F, [2019-04-12T03:05:24.831707 #5610] FATAL -- : AirbrakeTestError (after_commit):
5794
+ F, [2019-04-12T03:05:24.831763 #5610] FATAL -- :
5795
+ F, [2019-04-12T03:05:24.831793 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5796
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5797
+ lib/airbrake/rack/middleware.rb:21:in `call'
5798
+ I, [2019-04-12T03:05:26.840246 #5610] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:05:26 +0300
5799
+ I, [2019-04-12T03:05:26.841313 #5610] INFO -- : Processing by DummyController#crash as HTML
5800
+ D, [2019-04-12T03:05:26.841836 #5610] DEBUG -- :  (0.1ms) begin transaction
5801
+ D, [2019-04-12T03:05:26.843861 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5802
+ D, [2019-04-12T03:05:26.845704 #5610] DEBUG -- :  (0.1ms) commit transaction
5803
+ I, [2019-04-12T03:05:26.852849 #5610] INFO -- : Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.3ms)
5804
+ F, [2019-04-12T03:05:26.866156 #5610] FATAL -- :
5805
+ F, [2019-04-12T03:05:26.870759 #5610] FATAL -- : AirbrakeTestError (after_commit):
5806
+ F, [2019-04-12T03:05:26.870800 #5610] FATAL -- :
5807
+ F, [2019-04-12T03:05:26.870826 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5808
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5809
+ lib/airbrake/rack/middleware.rb:21:in `call'
5810
+ I, [2019-04-12T03:05:28.877519 #5610] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:05:28 +0300
5811
+ I, [2019-04-12T03:05:28.878432 #5610] INFO -- : Processing by DummyController#crash as HTML
5812
+ D, [2019-04-12T03:05:28.878858 #5610] DEBUG -- :  (0.0ms) begin transaction
5813
+ D, [2019-04-12T03:05:28.880512 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5814
+ D, [2019-04-12T03:05:28.882016 #5610] DEBUG -- :  (0.1ms) commit transaction
5815
+ I, [2019-04-12T03:05:28.893146 #5610] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms)
5816
+ F, [2019-04-12T03:05:28.899014 #5610] FATAL -- :
5817
+ F, [2019-04-12T03:05:28.903963 #5610] FATAL -- : AirbrakeTestError (after_commit):
5818
+ F, [2019-04-12T03:05:28.904025 #5610] FATAL -- :
5819
+ F, [2019-04-12T03:05:28.904071 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5820
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5821
+ lib/airbrake/rack/middleware.rb:21:in `call'
5822
+ I, [2019-04-12T03:05:30.910810 #5610] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:05:30 +0300
5823
+ I, [2019-04-12T03:05:30.911665 #5610] INFO -- : Processing by DummyController#crash as HTML
5824
+ D, [2019-04-12T03:05:30.912074 #5610] DEBUG -- :  (0.0ms) begin transaction
5825
+ D, [2019-04-12T03:05:30.913558 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5826
+ D, [2019-04-12T03:05:30.914794 #5610] DEBUG -- :  (0.0ms) commit transaction
5827
+ I, [2019-04-12T03:05:30.926174 #5610] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms)
5828
+ F, [2019-04-12T03:05:30.931740 #5610] FATAL -- :
5829
+ F, [2019-04-12T03:05:30.936719 #5610] FATAL -- : AirbrakeTestError (after_commit):
5830
+ F, [2019-04-12T03:05:30.936760 #5610] FATAL -- :
5831
+ F, [2019-04-12T03:05:30.936788 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5832
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5833
+ lib/airbrake/rack/middleware.rb:21:in `call'
5834
+ I, [2019-04-12T03:05:32.940144 #5610] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:05:32 +0300
5835
+ I, [2019-04-12T03:05:32.941442 #5610] INFO -- : Processing by DummyController#crash as HTML
5836
+ D, [2019-04-12T03:05:32.941930 #5610] DEBUG -- :  (0.1ms) begin transaction
5837
+ D, [2019-04-12T03:05:32.943748 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5838
+ D, [2019-04-12T03:05:32.945178 #5610] DEBUG -- :  (0.0ms) commit transaction
5839
+ I, [2019-04-12T03:05:32.957181 #5610] INFO -- : Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.2ms)
5840
+ F, [2019-04-12T03:05:32.965580 #5610] FATAL -- :
5841
+ F, [2019-04-12T03:05:32.970479 #5610] FATAL -- : AirbrakeTestError (after_commit):
5842
+ F, [2019-04-12T03:05:32.970521 #5610] FATAL -- :
5843
+ F, [2019-04-12T03:05:32.970549 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5844
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5845
+ lib/airbrake/rack/middleware.rb:21:in `call'
5846
+ I, [2019-04-12T03:05:34.976794 #5610] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:05:34 +0300
5847
+ I, [2019-04-12T03:05:34.977779 #5610] INFO -- : Processing by DummyController#crash as HTML
5848
+ D, [2019-04-12T03:05:34.978269 #5610] DEBUG -- :  (0.1ms) begin transaction
5849
+ D, [2019-04-12T03:05:34.979795 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5850
+ D, [2019-04-12T03:05:34.981192 #5610] DEBUG -- :  (0.0ms) commit transaction
5851
+ I, [2019-04-12T03:05:34.991978 #5610] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms)
5852
+ F, [2019-04-12T03:05:34.997649 #5610] FATAL -- :
5853
+ F, [2019-04-12T03:05:35.002018 #5610] FATAL -- : AirbrakeTestError (after_commit):
5854
+ F, [2019-04-12T03:05:35.002057 #5610] FATAL -- :
5855
+ F, [2019-04-12T03:05:35.002084 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5856
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5857
+ lib/airbrake/rack/middleware.rb:21:in `call'
5858
+ I, [2019-04-12T03:05:37.010090 #5610] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:05:37 +0300
5859
+ I, [2019-04-12T03:05:37.011394 #5610] INFO -- : Processing by DummyController#crash as HTML
5860
+ D, [2019-04-12T03:05:37.011963 #5610] DEBUG -- :  (0.1ms) begin transaction
5861
+ D, [2019-04-12T03:05:37.013678 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5862
+ D, [2019-04-12T03:05:37.015188 #5610] DEBUG -- :  (0.0ms) commit transaction
5863
+ I, [2019-04-12T03:05:37.027130 #5610] INFO -- : Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.2ms)
5864
+ F, [2019-04-12T03:05:37.033577 #5610] FATAL -- :
5865
+ F, [2019-04-12T03:05:37.039054 #5610] FATAL -- : AirbrakeTestError (after_commit):
5866
+ F, [2019-04-12T03:05:37.039101 #5610] FATAL -- :
5867
+ F, [2019-04-12T03:05:37.039131 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5868
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5869
+ lib/airbrake/rack/middleware.rb:21:in `call'
5870
+ I, [2019-04-12T03:05:39.046834 #5610] INFO -- : Started GET "/resque" for 127.0.0.1 at 2019-04-12 03:05:39 +0300
5871
+ I, [2019-04-12T03:05:39.047926 #5610] INFO -- : Processing by DummyController#resque as HTML
5872
+ I, [2019-04-12T03:05:39.049714 #5610] INFO -- : Rendering dummy/resque.html.erb within layouts/application
5873
+ I, [2019-04-12T03:05:39.050078 #5610] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.3ms)
5874
+ I, [2019-04-12T03:05:39.050445 #5610] INFO -- : Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
5875
+ I, [2019-04-12T03:05:39.052666 #5610] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:05:39 +0300
5876
+ I, [2019-04-12T03:05:39.053598 #5610] INFO -- : Processing by DummyController#crash as HTML
5877
+ D, [2019-04-12T03:05:39.054093 #5610] DEBUG -- :  (0.1ms) begin transaction
5878
+ D, [2019-04-12T03:05:39.055798 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5879
+ D, [2019-04-12T03:05:39.057189 #5610] DEBUG -- :  (0.1ms) commit transaction
5880
+ I, [2019-04-12T03:05:39.058910 #5610] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
5881
+ F, [2019-04-12T03:05:39.061225 #5610] FATAL -- :
5882
+ F, [2019-04-12T03:05:39.061276 #5610] FATAL -- : RSpec::Expectations::ExpectationNotMetError (
5883
+ expected: "AirbrakeTestError"
5884
+ got: "RSpec::Mocks::MockExpectationError"
5885
+
5886
+ (compared using ==)
5887
+ ):
5888
+ F, [2019-04-12T03:05:39.061304 #5610] FATAL -- :
5889
+ F, [2019-04-12T03:05:39.061329 #5610] FATAL -- : lib/airbrake/rack/middleware.rb:65:in `notify_airbrake'
5890
+ lib/airbrake/rack/middleware.rb:35:in `rescue in call!'
5891
+ lib/airbrake/rack/middleware.rb:40:in `call!'
5892
+ lib/airbrake/rack/middleware.rb:21:in `call'
5893
+ I, [2019-04-12T03:05:39.062636 #5610] INFO -- : Started GET "/" for 127.0.0.1 at 2019-04-12 03:05:39 +0300
5894
+ I, [2019-04-12T03:05:39.063297 #5610] INFO -- : Processing by DummyController#index as HTML
5895
+ I, [2019-04-12T03:05:39.064099 #5610] INFO -- : Rendering dummy/index.html.erb within layouts/application
5896
+ I, [2019-04-12T03:05:39.064411 #5610] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.2ms)
5897
+ I, [2019-04-12T03:05:39.064685 #5610] INFO -- : Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
5898
+ I, [2019-04-12T03:05:39.065918 #5610] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:05:39 +0300
5899
+ I, [2019-04-12T03:05:39.066591 #5610] INFO -- : Processing by DummyController#crash as HTML
5900
+ D, [2019-04-12T03:05:39.066898 #5610] DEBUG -- :  (0.0ms) begin transaction
5901
+ D, [2019-04-12T03:05:39.068262 #5610] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5902
+ D, [2019-04-12T03:05:39.069659 #5610] DEBUG -- :  (0.1ms) commit transaction
5903
+ I, [2019-04-12T03:05:39.082179 #5610] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms)
5904
+ F, [2019-04-12T03:05:39.087159 #5610] FATAL -- :
5905
+ F, [2019-04-12T03:05:39.092163 #5610] FATAL -- : AirbrakeTestError (after_commit):
5906
+ F, [2019-04-12T03:05:39.092215 #5610] FATAL -- :
5907
+ F, [2019-04-12T03:05:39.092244 #5610] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5908
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5909
+ lib/airbrake/rack/middleware.rb:21:in `call'
5910
+ D, [2019-04-12T03:15:15.632098 #6017] DEBUG -- :  (1.0ms) SELECT sqlite_version(*)
5911
+ D, [2019-04-12T03:15:15.632565 #6017] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
5912
+ D, [2019-04-12T03:15:15.635285 #6017] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
5913
+ D, [2019-04-12T03:15:15.635835 #6017] DEBUG -- :  (0.1ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
5914
+ D, [2019-04-12T03:15:15.636333 #6017] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
5915
+ D, [2019-04-12T03:15:15.637964 #6017] DEBUG -- :  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
5916
+ D, [2019-04-12T03:15:15.649264 #6017] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
5917
+ D, [2019-04-12T03:15:15.652839 #6017] DEBUG -- :  (0.0ms) begin transaction
5918
+ D, [2019-04-12T03:15:15.653722 #6017] DEBUG -- : ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-04-12 00:15:15.653154"], ["updated_at", "2019-04-12 00:15:15.653154"]]
5919
+ D, [2019-04-12T03:15:15.653983 #6017] DEBUG -- :  (0.0ms) commit transaction
5920
+ I, [2019-04-12T03:15:15.696142 #6017] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:15:15 +0300
5921
+ I, [2019-04-12T03:15:15.698190 #6017] INFO -- : Processing by DummyController#crash as HTML
5922
+ D, [2019-04-12T03:15:15.705801 #6017] DEBUG -- :  (0.0ms) begin transaction
5923
+ D, [2019-04-12T03:15:15.707371 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5924
+ D, [2019-04-12T03:15:15.708635 #6017] DEBUG -- :  (0.0ms) commit transaction
5925
+ I, [2019-04-12T03:15:15.709983 #6017] INFO -- : Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.6ms)
5926
+ F, [2019-04-12T03:15:15.711428 #6017] FATAL -- :
5927
+ F, [2019-04-12T03:15:15.711480 #6017] FATAL -- : AirbrakeTestError (after_commit):
5928
+ F, [2019-04-12T03:15:15.711517 #6017] FATAL -- :
5929
+ F, [2019-04-12T03:15:15.711547 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5930
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5931
+ lib/airbrake/rack/middleware.rb:21:in `call'
5932
+ I, [2019-04-12T03:15:15.713421 #6017] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:15:15 +0300
5933
+ I, [2019-04-12T03:15:15.714239 #6017] INFO -- : Processing by DummyController#crash as HTML
5934
+ D, [2019-04-12T03:15:15.714641 #6017] DEBUG -- :  (0.0ms) begin transaction
5935
+ D, [2019-04-12T03:15:15.715198 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5936
+ D, [2019-04-12T03:15:15.715485 #6017] DEBUG -- :  (0.0ms) commit transaction
5937
+ I, [2019-04-12T03:15:15.715955 #6017] INFO -- : Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)
5938
+ F, [2019-04-12T03:15:15.717305 #6017] FATAL -- :
5939
+ F, [2019-04-12T03:15:15.717342 #6017] FATAL -- : AirbrakeTestError (after_commit):
5940
+ F, [2019-04-12T03:15:15.717366 #6017] FATAL -- :
5941
+ F, [2019-04-12T03:15:15.717388 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
5942
+ lib/airbrake/rack/middleware.rb:33:in `call!'
5943
+ lib/airbrake/rack/middleware.rb:21:in `call'
5944
+ I, [2019-04-12T03:15:15.719109 #6017] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-04-12 03:15:15 +0300
5945
+ I, [2019-04-12T03:15:15.719814 #6017] INFO -- : Processing by DummyController#active_job as HTML
5946
+ I, [2019-04-12T03:15:15.723312 #6017] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
5947
+ I, [2019-04-12T03:15:15.724166 #6017] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.7ms)
5948
+ I, [2019-04-12T03:15:15.726094 #6017] INFO -- : Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
5949
+ I, [2019-04-12T03:15:17.731008 #6017] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-04-12 03:15:17 +0300
5950
+ I, [2019-04-12T03:15:17.731985 #6017] INFO -- : Processing by DummyController#active_job as HTML
5951
+ I, [2019-04-12T03:15:17.733029 #6017] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
5952
+ I, [2019-04-12T03:15:17.733344 #6017] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.2ms)
5953
+ I, [2019-04-12T03:15:17.733651 #6017] INFO -- : Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
5954
+ I, [2019-04-12T03:15:19.736523 #6017] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:19 +0300
5955
+ I, [2019-04-12T03:15:19.743585 #6017] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
5956
+ I, [2019-04-12T03:15:19.743677 #6017] INFO -- : Parameters: {"foo"=>"bar"}
5957
+ I, [2019-04-12T03:15:19.749483 #6017] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
5958
+ I, [2019-04-12T03:15:19.754932 #6017] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
5959
+ I, [2019-04-12T03:15:19.755320 #6017] INFO -- : Completed 200 OK in 12ms (Views: 6.3ms | ActiveRecord: 0.0ms)
5960
+ I, [2019-04-12T03:15:21.762774 #6017] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:21 +0300
5961
+ I, [2019-04-12T03:15:21.764099 #6017] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
5962
+ I, [2019-04-12T03:15:21.764162 #6017] INFO -- : Parameters: {"foo"=>"bar"}
5963
+ I, [2019-04-12T03:15:21.778238 #6017] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
5964
+ I, [2019-04-12T03:15:21.778579 #6017] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
5965
+ I, [2019-04-12T03:15:21.778907 #6017] INFO -- : Completed 200 OK in 15ms (Views: 1.1ms | ActiveRecord: 0.0ms)
5966
+ I, [2019-04-12T03:15:23.782735 #6017] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:23 +0300
5967
+ I, [2019-04-12T03:15:23.783839 #6017] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
5968
+ I, [2019-04-12T03:15:23.783892 #6017] INFO -- : Parameters: {"foo"=>"bar"}
5969
+ I, [2019-04-12T03:15:23.794235 #6017] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
5970
+ I, [2019-04-12T03:15:23.794606 #6017] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
5971
+ I, [2019-04-12T03:15:23.794912 #6017] INFO -- : Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms)
5972
+ I, [2019-04-12T03:15:25.799716 #6017] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:25 +0300
5973
+ I, [2019-04-12T03:15:25.800973 #6017] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
5974
+ I, [2019-04-12T03:15:25.801041 #6017] INFO -- : Parameters: {"foo"=>"bar"}
5975
+ I, [2019-04-12T03:15:25.815048 #6017] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
5976
+ I, [2019-04-12T03:15:25.815374 #6017] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
5977
+ I, [2019-04-12T03:15:25.815715 #6017] INFO -- : Completed 200 OK in 15ms (Views: 1.1ms | ActiveRecord: 0.0ms)
5978
+ I, [2019-04-12T03:15:27.823643 #6017] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:27 +0300
5979
+ I, [2019-04-12T03:15:27.825125 #6017] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
5980
+ I, [2019-04-12T03:15:27.825208 #6017] INFO -- : Parameters: {"foo"=>"bar"}
5981
+ I, [2019-04-12T03:15:27.836029 #6017] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
5982
+ I, [2019-04-12T03:15:27.836326 #6017] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
5983
+ I, [2019-04-12T03:15:27.836601 #6017] INFO -- : Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 0.0ms)
5984
+ I, [2019-04-12T03:15:29.839929 #6017] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:29 +0300
5985
+ I, [2019-04-12T03:15:29.841155 #6017] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
5986
+ I, [2019-04-12T03:15:29.841215 #6017] INFO -- : Parameters: {"foo"=>"bar"}
5987
+ I, [2019-04-12T03:15:29.851251 #6017] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
5988
+ I, [2019-04-12T03:15:29.851539 #6017] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
5989
+ I, [2019-04-12T03:15:29.851822 #6017] INFO -- : Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 0.0ms)
5990
+ I, [2019-04-12T03:15:31.857244 #6017] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:31 +0300
5991
+ I, [2019-04-12T03:15:31.858521 #6017] INFO -- : Processing by DummyController#crash as HTML
5992
+ I, [2019-04-12T03:15:31.858577 #6017] INFO -- : Parameters: {"foo"=>"bar"}
5993
+ D, [2019-04-12T03:15:31.859074 #6017] DEBUG -- :  (0.1ms) begin transaction
5994
+ D, [2019-04-12T03:15:31.860735 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
5995
+ D, [2019-04-12T03:15:31.862159 #6017] DEBUG -- :  (0.0ms) commit transaction
5996
+ I, [2019-04-12T03:15:31.873431 #6017] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms)
5997
+ F, [2019-04-12T03:15:31.879682 #6017] FATAL -- :
5998
+ F, [2019-04-12T03:15:31.884596 #6017] FATAL -- : AirbrakeTestError (after_commit):
5999
+ F, [2019-04-12T03:15:31.884653 #6017] FATAL -- :
6000
+ F, [2019-04-12T03:15:31.884682 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6001
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6002
+ lib/airbrake/rack/middleware.rb:21:in `call'
6003
+ I, [2019-04-12T03:15:33.891755 #6017] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:33 +0300
6004
+ I, [2019-04-12T03:15:33.892950 #6017] INFO -- : Processing by DummyController#crash as HTML
6005
+ I, [2019-04-12T03:15:33.893025 #6017] INFO -- : Parameters: {"foo"=>"bar"}
6006
+ D, [2019-04-12T03:15:33.893520 #6017] DEBUG -- :  (0.1ms) begin transaction
6007
+ D, [2019-04-12T03:15:33.895264 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6008
+ D, [2019-04-12T03:15:33.896780 #6017] DEBUG -- :  (0.0ms) commit transaction
6009
+ I, [2019-04-12T03:15:33.911056 #6017] INFO -- : Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.2ms)
6010
+ F, [2019-04-12T03:15:33.916673 #6017] FATAL -- :
6011
+ F, [2019-04-12T03:15:33.921171 #6017] FATAL -- : AirbrakeTestError (after_commit):
6012
+ F, [2019-04-12T03:15:33.921228 #6017] FATAL -- :
6013
+ F, [2019-04-12T03:15:33.921254 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6014
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6015
+ lib/airbrake/rack/middleware.rb:21:in `call'
6016
+ I, [2019-04-12T03:15:35.926415 #6017] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:35 +0300
6017
+ I, [2019-04-12T03:15:35.927702 #6017] INFO -- : Processing by DummyController#crash as HTML
6018
+ I, [2019-04-12T03:15:35.927762 #6017] INFO -- : Parameters: {"foo"=>"bar"}
6019
+ D, [2019-04-12T03:15:35.928301 #6017] DEBUG -- :  (0.1ms) begin transaction
6020
+ D, [2019-04-12T03:15:35.930159 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6021
+ D, [2019-04-12T03:15:35.931681 #6017] DEBUG -- :  (0.0ms) commit transaction
6022
+ I, [2019-04-12T03:15:35.942849 #6017] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms)
6023
+ F, [2019-04-12T03:15:35.948565 #6017] FATAL -- :
6024
+ F, [2019-04-12T03:15:35.953188 #6017] FATAL -- : AirbrakeTestError (after_commit):
6025
+ F, [2019-04-12T03:15:35.953234 #6017] FATAL -- :
6026
+ F, [2019-04-12T03:15:35.953262 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6027
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6028
+ lib/airbrake/rack/middleware.rb:21:in `call'
6029
+ I, [2019-04-12T03:15:37.959772 #6017] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:37 +0300
6030
+ I, [2019-04-12T03:15:37.961221 #6017] INFO -- : Processing by DummyController#crash as HTML
6031
+ I, [2019-04-12T03:15:37.961283 #6017] INFO -- : Parameters: {"foo"=>"bar"}
6032
+ D, [2019-04-12T03:15:37.961856 #6017] DEBUG -- :  (0.1ms) begin transaction
6033
+ D, [2019-04-12T03:15:37.963755 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6034
+ D, [2019-04-12T03:15:37.965404 #6017] DEBUG -- :  (0.1ms) commit transaction
6035
+ I, [2019-04-12T03:15:37.978866 #6017] INFO -- : Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.3ms)
6036
+ F, [2019-04-12T03:15:37.985910 #6017] FATAL -- :
6037
+ F, [2019-04-12T03:15:37.991190 #6017] FATAL -- : AirbrakeTestError (after_commit):
6038
+ F, [2019-04-12T03:15:37.991257 #6017] FATAL -- :
6039
+ F, [2019-04-12T03:15:37.991300 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6040
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6041
+ lib/airbrake/rack/middleware.rb:21:in `call'
6042
+ I, [2019-04-12T03:15:39.997211 #6017] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:39 +0300
6043
+ I, [2019-04-12T03:15:39.998324 #6017] INFO -- : Processing by DummyController#crash as HTML
6044
+ I, [2019-04-12T03:15:39.998373 #6017] INFO -- : Parameters: {"foo"=>"bar"}
6045
+ D, [2019-04-12T03:15:39.998802 #6017] DEBUG -- :  (0.1ms) begin transaction
6046
+ D, [2019-04-12T03:15:40.000423 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6047
+ D, [2019-04-12T03:15:40.001689 #6017] DEBUG -- :  (0.0ms) commit transaction
6048
+ I, [2019-04-12T03:15:40.015704 #6017] INFO -- : Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.2ms)
6049
+ F, [2019-04-12T03:15:40.020904 #6017] FATAL -- :
6050
+ F, [2019-04-12T03:15:40.025816 #6017] FATAL -- : AirbrakeTestError (after_commit):
6051
+ F, [2019-04-12T03:15:40.025878 #6017] FATAL -- :
6052
+ F, [2019-04-12T03:15:40.025908 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6053
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6054
+ lib/airbrake/rack/middleware.rb:21:in `call'
6055
+ I, [2019-04-12T03:15:42.032294 #6017] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:42 +0300
6056
+ I, [2019-04-12T03:15:42.033191 #6017] INFO -- : Processing by DummyController#crash as HTML
6057
+ I, [2019-04-12T03:15:42.033233 #6017] INFO -- : Parameters: {"foo"=>"bar"}
6058
+ D, [2019-04-12T03:15:42.033616 #6017] DEBUG -- :  (0.0ms) begin transaction
6059
+ D, [2019-04-12T03:15:42.034958 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6060
+ D, [2019-04-12T03:15:42.036079 #6017] DEBUG -- :  (0.0ms) commit transaction
6061
+ I, [2019-04-12T03:15:42.047823 #6017] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms)
6062
+ F, [2019-04-12T03:15:42.053706 #6017] FATAL -- :
6063
+ F, [2019-04-12T03:15:42.058407 #6017] FATAL -- : AirbrakeTestError (after_commit):
6064
+ F, [2019-04-12T03:15:42.058450 #6017] FATAL -- :
6065
+ F, [2019-04-12T03:15:42.058478 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6066
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6067
+ lib/airbrake/rack/middleware.rb:21:in `call'
6068
+ I, [2019-04-12T03:15:44.065719 #6017] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:44 +0300
6069
+ I, [2019-04-12T03:15:44.066813 #6017] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
6070
+ I, [2019-04-12T03:15:44.066860 #6017] INFO -- : Parameters: {"foo"=>"bar"}
6071
+ I, [2019-04-12T03:15:44.076264 #6017] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
6072
+ I, [2019-04-12T03:15:44.076710 #6017] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.3ms)
6073
+ I, [2019-04-12T03:15:44.077270 #6017] INFO -- : Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.0ms)
6074
+ I, [2019-04-12T03:15:46.081525 #6017] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:46 +0300
6075
+ I, [2019-04-12T03:15:46.082653 #6017] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
6076
+ I, [2019-04-12T03:15:46.082703 #6017] INFO -- : Parameters: {"foo"=>"bar"}
6077
+ I, [2019-04-12T03:15:46.093111 #6017] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
6078
+ I, [2019-04-12T03:15:46.093436 #6017] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
6079
+ I, [2019-04-12T03:15:46.093759 #6017] INFO -- : Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 0.0ms)
6080
+ I, [2019-04-12T03:15:48.101326 #6017] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:48 +0300
6081
+ I, [2019-04-12T03:15:48.102682 #6017] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
6082
+ I, [2019-04-12T03:15:48.102814 #6017] INFO -- : Parameters: {"foo"=>"bar"}
6083
+ I, [2019-04-12T03:15:48.112937 #6017] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
6084
+ I, [2019-04-12T03:15:48.113246 #6017] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
6085
+ I, [2019-04-12T03:15:48.113549 #6017] INFO -- : Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms)
6086
+ I, [2019-04-12T03:15:50.121736 #6017] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:50 +0300
6087
+ I, [2019-04-12T03:15:50.122959 #6017] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
6088
+ I, [2019-04-12T03:15:50.123020 #6017] INFO -- : Parameters: {"foo"=>"bar"}
6089
+ I, [2019-04-12T03:15:50.136366 #6017] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
6090
+ I, [2019-04-12T03:15:50.136660 #6017] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
6091
+ I, [2019-04-12T03:15:50.137041 #6017] INFO -- : Completed 200 OK in 14ms (Views: 1.1ms | ActiveRecord: 0.0ms)
6092
+ I, [2019-04-12T03:15:52.141531 #6017] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:52 +0300
6093
+ I, [2019-04-12T03:15:52.142602 #6017] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
6094
+ I, [2019-04-12T03:15:52.142655 #6017] INFO -- : Parameters: {"foo"=>"bar"}
6095
+ I, [2019-04-12T03:15:52.151940 #6017] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
6096
+ I, [2019-04-12T03:15:52.152369 #6017] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
6097
+ I, [2019-04-12T03:15:52.152893 #6017] INFO -- : Completed 200 OK in 10ms (Views: 1.5ms | ActiveRecord: 0.0ms)
6098
+ I, [2019-04-12T03:15:54.160337 #6017] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-04-12 03:15:54 +0300
6099
+ I, [2019-04-12T03:15:54.161544 #6017] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
6100
+ I, [2019-04-12T03:15:54.161603 #6017] INFO -- : Parameters: {"foo"=>"bar"}
6101
+ I, [2019-04-12T03:15:54.171669 #6017] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
6102
+ I, [2019-04-12T03:15:54.171988 #6017] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
6103
+ I, [2019-04-12T03:15:54.172298 #6017] INFO -- : Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms)
6104
+ I, [2019-04-12T03:15:56.179441 #6017] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:15:56 +0300
6105
+ I, [2019-04-12T03:15:56.184656 #6017] INFO -- : Processing by DummyController#crash as HTML
6106
+ D, [2019-04-12T03:15:56.185334 #6017] DEBUG -- :  (0.1ms) begin transaction
6107
+ D, [2019-04-12T03:15:56.187386 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6108
+ D, [2019-04-12T03:15:56.189382 #6017] DEBUG -- :  (0.1ms) commit transaction
6109
+ I, [2019-04-12T03:15:56.199550 #6017] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms)
6110
+ F, [2019-04-12T03:15:56.201737 #6017] FATAL -- :
6111
+ F, [2019-04-12T03:15:56.201785 #6017] FATAL -- : RSpec::Expectations::ExpectationNotMetError (
6112
+ expected: "AirbrakeTestError"
6113
+ got: "RSpec::Mocks::MockExpectationError"
6114
+
6115
+ (compared using ==)
6116
+ ):
6117
+ F, [2019-04-12T03:15:56.201815 #6017] FATAL -- :
6118
+ F, [2019-04-12T03:15:56.201858 #6017] FATAL -- : lib/airbrake/rack/middleware.rb:65:in `notify_airbrake'
6119
+ lib/airbrake/rack/middleware.rb:35:in `rescue in call!'
6120
+ lib/airbrake/rack/middleware.rb:40:in `call!'
6121
+ lib/airbrake/rack/middleware.rb:21:in `call'
6122
+ I, [2019-04-12T03:15:56.203477 #6017] INFO -- : Started GET "/" for 127.0.0.1 at 2019-04-12 03:15:56 +0300
6123
+ I, [2019-04-12T03:15:56.204274 #6017] INFO -- : Processing by DummyController#index as HTML
6124
+ I, [2019-04-12T03:15:56.205109 #6017] INFO -- : Rendering dummy/index.html.erb within layouts/application
6125
+ I, [2019-04-12T03:15:56.205393 #6017] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.2ms)
6126
+ I, [2019-04-12T03:15:56.205817 #6017] INFO -- : Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
6127
+ I, [2019-04-12T03:15:56.207742 #6017] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2019-04-12 03:15:56 +0300
6128
+ I, [2019-04-12T03:15:56.212102 #6017] INFO -- : Processing by DummyController#crash as HTML
6129
+ D, [2019-04-12T03:15:56.212569 #6017] DEBUG -- :  (0.1ms) begin transaction
6130
+ D, [2019-04-12T03:15:56.213900 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6131
+ D, [2019-04-12T03:15:56.215037 #6017] DEBUG -- :  (0.0ms) commit transaction
6132
+ I, [2019-04-12T03:15:56.216268 #6017] INFO -- : Completed 0 in 4ms (ActiveRecord: 0.2ms)
6133
+ F, [2019-04-12T03:15:56.217597 #6017] FATAL -- :
6134
+ F, [2019-04-12T03:15:56.217644 #6017] FATAL -- : AirbrakeTestError (after_commit):
6135
+ F, [2019-04-12T03:15:56.217671 #6017] FATAL -- :
6136
+ F, [2019-04-12T03:15:56.217695 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6137
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6138
+ lib/airbrake/rack/middleware.rb:21:in `call'
6139
+ I, [2019-04-12T03:15:56.219300 #6017] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:15:56 +0300
6140
+ I, [2019-04-12T03:15:56.220336 #6017] INFO -- : Processing by DummyController#crash as HTML
6141
+ D, [2019-04-12T03:15:56.220910 #6017] DEBUG -- :  (0.1ms) begin transaction
6142
+ D, [2019-04-12T03:15:56.222366 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6143
+ D, [2019-04-12T03:15:56.223630 #6017] DEBUG -- :  (0.0ms) commit transaction
6144
+ I, [2019-04-12T03:15:56.224973 #6017] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
6145
+ F, [2019-04-12T03:15:56.226479 #6017] FATAL -- :
6146
+ F, [2019-04-12T03:15:56.226519 #6017] FATAL -- : AirbrakeTestError (after_commit):
6147
+ F, [2019-04-12T03:15:56.226544 #6017] FATAL -- :
6148
+ F, [2019-04-12T03:15:56.226568 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6149
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6150
+ lib/airbrake/rack/middleware.rb:21:in `call'
6151
+ I, [2019-04-12T03:15:56.227937 #6017] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:15:56 +0300
6152
+ I, [2019-04-12T03:15:56.228625 #6017] INFO -- : Processing by DummyController#crash as HTML
6153
+ D, [2019-04-12T03:15:56.228958 #6017] DEBUG -- :  (0.0ms) begin transaction
6154
+ D, [2019-04-12T03:15:56.230342 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6155
+ D, [2019-04-12T03:15:56.231573 #6017] DEBUG -- :  (0.0ms) commit transaction
6156
+ I, [2019-04-12T03:15:56.242968 #6017] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.1ms)
6157
+ F, [2019-04-12T03:15:56.248408 #6017] FATAL -- :
6158
+ F, [2019-04-12T03:15:56.254196 #6017] FATAL -- : AirbrakeTestError (after_commit):
6159
+ F, [2019-04-12T03:15:56.254270 #6017] FATAL -- :
6160
+ F, [2019-04-12T03:15:56.254299 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6161
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6162
+ lib/airbrake/rack/middleware.rb:21:in `call'
6163
+ I, [2019-04-12T03:15:58.262807 #6017] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:15:58 +0300
6164
+ I, [2019-04-12T03:15:58.263710 #6017] INFO -- : Processing by DummyController#crash as HTML
6165
+ D, [2019-04-12T03:15:58.264139 #6017] DEBUG -- :  (0.0ms) begin transaction
6166
+ D, [2019-04-12T03:15:58.265497 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6167
+ D, [2019-04-12T03:15:58.266619 #6017] DEBUG -- :  (0.0ms) commit transaction
6168
+ I, [2019-04-12T03:15:58.277837 #6017] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms)
6169
+ F, [2019-04-12T03:15:58.283127 #6017] FATAL -- :
6170
+ F, [2019-04-12T03:15:58.288169 #6017] FATAL -- : AirbrakeTestError (after_commit):
6171
+ F, [2019-04-12T03:15:58.288207 #6017] FATAL -- :
6172
+ F, [2019-04-12T03:15:58.288233 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6173
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6174
+ lib/airbrake/rack/middleware.rb:21:in `call'
6175
+ I, [2019-04-12T03:16:00.294803 #6017] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:16:00 +0300
6176
+ I, [2019-04-12T03:16:00.295667 #6017] INFO -- : Processing by DummyController#crash as HTML
6177
+ D, [2019-04-12T03:16:00.296102 #6017] DEBUG -- :  (0.1ms) begin transaction
6178
+ D, [2019-04-12T03:16:00.297509 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6179
+ D, [2019-04-12T03:16:00.298740 #6017] DEBUG -- :  (0.0ms) commit transaction
6180
+ I, [2019-04-12T03:16:00.311831 #6017] INFO -- : Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.2ms)
6181
+ F, [2019-04-12T03:16:00.318344 #6017] FATAL -- :
6182
+ F, [2019-04-12T03:16:00.323029 #6017] FATAL -- : AirbrakeTestError (after_commit):
6183
+ F, [2019-04-12T03:16:00.323101 #6017] FATAL -- :
6184
+ F, [2019-04-12T03:16:00.323127 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6185
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6186
+ lib/airbrake/rack/middleware.rb:21:in `call'
6187
+ I, [2019-04-12T03:16:02.329037 #6017] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:16:02 +0300
6188
+ I, [2019-04-12T03:16:02.330083 #6017] INFO -- : Processing by DummyController#crash as HTML
6189
+ D, [2019-04-12T03:16:02.330588 #6017] DEBUG -- :  (0.1ms) begin transaction
6190
+ D, [2019-04-12T03:16:02.332302 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6191
+ D, [2019-04-12T03:16:02.333786 #6017] DEBUG -- :  (0.0ms) commit transaction
6192
+ I, [2019-04-12T03:16:02.345176 #6017] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms)
6193
+ F, [2019-04-12T03:16:02.350369 #6017] FATAL -- :
6194
+ F, [2019-04-12T03:16:02.355026 #6017] FATAL -- : AirbrakeTestError (after_commit):
6195
+ F, [2019-04-12T03:16:02.355073 #6017] FATAL -- :
6196
+ F, [2019-04-12T03:16:02.355099 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6197
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6198
+ lib/airbrake/rack/middleware.rb:21:in `call'
6199
+ I, [2019-04-12T03:16:04.361483 #6017] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:16:04 +0300
6200
+ I, [2019-04-12T03:16:04.362493 #6017] INFO -- : Processing by DummyController#crash as HTML
6201
+ D, [2019-04-12T03:16:04.363015 #6017] DEBUG -- :  (0.1ms) begin transaction
6202
+ D, [2019-04-12T03:16:04.364676 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6203
+ D, [2019-04-12T03:16:04.366116 #6017] DEBUG -- :  (0.0ms) commit transaction
6204
+ I, [2019-04-12T03:16:04.379499 #6017] INFO -- : Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.2ms)
6205
+ F, [2019-04-12T03:16:04.384853 #6017] FATAL -- :
6206
+ F, [2019-04-12T03:16:04.384898 #6017] FATAL -- : AirbrakeTestError (after_commit):
6207
+ F, [2019-04-12T03:16:04.389450 #6017] FATAL -- :
6208
+ F, [2019-04-12T03:16:04.389511 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6209
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6210
+ lib/airbrake/rack/middleware.rb:21:in `call'
6211
+ I, [2019-04-12T03:16:06.395907 #6017] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:16:06 +0300
6212
+ I, [2019-04-12T03:16:06.396825 #6017] INFO -- : Processing by DummyController#crash as HTML
6213
+ D, [2019-04-12T03:16:06.397327 #6017] DEBUG -- :  (0.1ms) begin transaction
6214
+ D, [2019-04-12T03:16:06.398866 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6215
+ D, [2019-04-12T03:16:06.400169 #6017] DEBUG -- :  (0.0ms) commit transaction
6216
+ I, [2019-04-12T03:16:06.411193 #6017] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms)
6217
+ F, [2019-04-12T03:16:06.416510 #6017] FATAL -- :
6218
+ F, [2019-04-12T03:16:06.421120 #6017] FATAL -- : AirbrakeTestError (after_commit):
6219
+ F, [2019-04-12T03:16:06.421188 #6017] FATAL -- :
6220
+ F, [2019-04-12T03:16:06.421216 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6221
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6222
+ lib/airbrake/rack/middleware.rb:21:in `call'
6223
+ I, [2019-04-12T03:16:08.427734 #6017] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:16:08 +0300
6224
+ I, [2019-04-12T03:16:08.428846 #6017] INFO -- : Processing by DummyController#crash as HTML
6225
+ D, [2019-04-12T03:16:08.429281 #6017] DEBUG -- :  (0.0ms) begin transaction
6226
+ D, [2019-04-12T03:16:08.430571 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6227
+ D, [2019-04-12T03:16:08.431764 #6017] DEBUG -- :  (0.0ms) commit transaction
6228
+ I, [2019-04-12T03:16:08.442374 #6017] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.2ms)
6229
+ F, [2019-04-12T03:16:08.448749 #6017] FATAL -- :
6230
+ F, [2019-04-12T03:16:08.453338 #6017] FATAL -- : AirbrakeTestError (after_commit):
6231
+ F, [2019-04-12T03:16:08.453378 #6017] FATAL -- :
6232
+ F, [2019-04-12T03:16:08.453405 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6233
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6234
+ lib/airbrake/rack/middleware.rb:21:in `call'
6235
+ I, [2019-04-12T03:16:10.456473 #6017] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2019-04-12 03:16:10 +0300
6236
+ I, [2019-04-12T03:16:10.457509 #6017] INFO -- : Processing by DummyController#delayed_job as HTML
6237
+ I, [2019-04-12T03:16:10.473631 #6017] INFO -- : Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.4ms)
6238
+ F, [2019-04-12T03:16:10.482707 #6017] FATAL -- :
6239
+ F, [2019-04-12T03:16:10.482816 #6017] FATAL -- : RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
6240
+ expected: (anything, hash_including("handler"=>"--- !ruby/struct:BangoJob\nbingo: bingo\nbongo: bongo\n"))
6241
+ got: (#<Airbrake::Notice:0x00007f93293b3210 @config=#<Airbrake::Config:0x00007f932bb89c58 @proxy={}, @queue...nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007f93293a0cf0 @max_size=10000>>)
6242
+ Diff:
6243
+ @@ -1,3 +1,2 @@
6244
+ -["anything",
6245
+ - "hash_including(\"handler\"=>\"--- !ruby/struct:BangoJob\\nbingo: bingo\\nbongo: bongo\\n\")"]
6246
+ +[#<Airbrake::Notice:0x00007f93293b3210 @config=#<Airbrake::Config:0x00007f932bb89c58 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007f932bb89be0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f932bb89b90 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f932bb89b40 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/dev/null", @dev=#<File:/dev/null>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f932bb89ac8>>>, @project_id=113743, @project_key="fd04e13d806a90f96614ad8e529b2822", @host="https://api.airbrake.io", @ignore_environments=[], @timeout=nil, @blacklist_keys=[], @whitelist_keys=[], @root_directory="/Users/kyrylo/Code/airbrake/airbrake/gemfiles", @versions={}, @performance_stats=false, @performance_stats_flush_period=1, @app_version="1.2.3", @endpoint=#<URI::HTTPS https://api.airbrake.io/api/v3/projects/113743/notices>>, @payload={:errors=>[{:type=>"AirbrakeTestError", :message=>"delayed_job error", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>87, :function=>"perform"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>81, :function=>"block in invoke_job"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/delayed_job.rb", :line=>10, :function=>"block (2 levels) in <class:Airbrake>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>79, :function=>"block (2 levels) in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>79, :function=>"block in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>78, :function=>"invoke_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>19, :function=>"block (2 levels) in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>17, :function=>"block in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>16, :function=>"tap"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>16, :function=>"enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bundler/gems/delayed_job-460018e338e6/lib/delayed/backend/base.rb", :line=>12, :function=>"enqueue"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>149, :function=>"delayed_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/basic_implicit_render.rb", :line=>6, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>194, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rendering.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>42, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>41, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rescue.rb", :line=>22, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>34, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/instrumenter.rb", :line=>23, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/params_wrapper.rb", :line=>256, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/railties/controller_runtime.rb", :line=>24, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>134, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-5.2.2/lib/action_view/rendering.rb", :line=>32, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>191, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>252, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>52, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>34, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>52, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>840, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/tempfile_reaper.rb", :line=>15, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/etag.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/conditional_get.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/head.rb", :line=>12, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/http/content_security_policy.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>232, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>226, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/cookies.rb", :line=>670, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>28, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>26, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>33, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>61, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/show_exceptions.rb", :line=>33, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/remote_ip.rb", :line=>81, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/request_id.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/method_override.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/runtime.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>29, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/static.rb", :line=>127, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/sendfile.rb", :line=>111, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/engine.rb", :line=>524, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>196, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}], :context=>{:version=>"1.2.3", :rootDirectory=>"/Users/kyrylo/Code/airbrake/airbrake/gemfiles", :hostname=>"Kyrylos-MacBook-Pro.local", :severity=>"error", :os=>"x86_64-darwin16", :language=>"ruby/2.4.2", :notifier=>{:name=>"airbrake-ruby", :version=>"4.2.3", :url=>"https://github.com/airbrake/airbrake-ruby"}}, :environment=>{:program_name=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec"}, :session=>{}, :params=>{}}, @stash={:exception=>#<AirbrakeTestError: delayed_job error>, :rack_request=>#<ActionDispatch::Request:0x00007f93293a0cc8 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007f93290faff0>, "rack.errors"=>#<StringIO:0x00007f93290fb1d0>, "rack.multithread"=>true, "rack.multiprocess"=>true, "rack.run_once"=>false, "REQUEST_METHOD"=>"GET", "SERVER_NAME"=>"example.org", "SERVER_PORT"=>"80", "QUERY_STRING"=>"", "PATH_INFO"=>"/delayed_job", "rack.url_scheme"=>"http", "HTTPS"=>"off", "SCRIPT_NAME"=>"", "CONTENT_LENGTH"=>"0", "rack.test"=>true, "REMOTE_ADDR"=>"127.0.0.1", "HTTP_HOST"=>"example.org", "HTTP_COOKIE"=>"", "action_dispatch.parameter_filter"=>[], "action_dispatch.redirect_filter"=>[], "action_dispatch.secret_token"=>"ni6aeph6aeriBiphesh8omahv6cohpue5Quah5ceiMohtuvei8", "action_dispatch.secret_key_base"=>"62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", "action_dispatch.show_exceptions"=>true, "action_dispatch.show_detailed_exceptions"=>false, "action_dispatch.logger"=>#<Logger:0x00007f932a1c29f0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f932a1c2950 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f932a1c2900 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f932a1c2860>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007f932bfa60c0 @filters=[#<Proc:0x00007f932bfa5fa8@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007f932bfa5f80@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:17>, #<Proc:0x00007f932bfa5f58@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:18>, #<Proc:0x00007f932bfa5828@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:31>], @silencers=[#<Proc:0x00007f932bfa5800@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:21>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007f932bfa55f8 @key_generator=#<ActiveSupport::KeyGenerator:0x00007f932bfa5620 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<Concurrent::Map:0x00007f932bfa55d0 entries=2 default_proc=nil>>, "action_dispatch.http_auth_salt"=>"http authentication", "action_dispatch.signed_cookie_salt"=>"signed cookie", "action_dispatch.encrypted_cookie_salt"=>"encrypted cookie", "action_dispatch.encrypted_signed_cookie_salt"=>"signed encrypted cookie", "action_dispatch.authenticated_encrypted_cookie_salt"=>"authenticated encrypted cookie", "action_dispatch.use_authenticated_cookie_encryption"=>false, "action_dispatch.encrypted_cookie_cipher"=>nil, "action_dispatch.signed_cookie_digest"=>nil, "action_dispatch.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "action_dispatch.cookies_rotations"=>#<ActiveSupport::Messages::RotationConfiguration:0x00007f932bb00048 @signed=[], @encrypted=[]>, "action_dispatch.content_security_policy"=>nil, "action_dispatch.content_security_policy_report_only"=>false, "action_dispatch.content_security_policy_nonce_generator"=>nil, "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007f932915ba30>, "ROUTES_70135013104920_SCRIPT_NAME"=>"", "ORIGINAL_FULLPATH"=>"/delayed_job", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"1c448bc9-99c0-45d2-a3e1-385e6e2395ff", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007f93290e3170 @req=#<ActionDispatch::Request:0x00007f93290e3198 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>, @check_ip=true, @proxies=[#<IPAddr: IPv4:127.0.0.1/255.255.255.255>, #<IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff>, #<IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000>, #<IPAddr: IPv4:10.0.0.0/255.0.0.0>, #<IPAddr: IPv4:172.16.0.0/255.240.0.0>, #<IPAddr: IPv4:192.168.0.0/255.255.0.0>], @ip="127.0.0.1">, "rack.session"=>#<ActionDispatch::Request::Session:0x7f93290f3c50 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007f93290f3bd8 @by=#<ActionDispatch::Session::CookieStore:0x00007f932c01b050 @app=#<ActionDispatch::ContentSecurityPolicy::Middleware:0x00007f932c01b078 @app=#<Rack::Head:0x00007f932c01b0a0 @app=#<Rack::ConditionalGet:0x00007f932c01b0c8 @app=#<Rack::ETag:0x00007f932c01b0f0 @app=#<Rack::TempfileReaper:0x00007f932c01b118 @app=#<Warden::Manager:0x00007f932c01b1e0 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007f932915ba30>>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "rack.tempfiles"=>[], "warden"=>Warden::Proxy:70135012891780 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, "action_dispatch.request.path_parameters"=>{:controller=>"dummy", :action=>"delayed_job"}, "action_controller.instance"=>#<DummyController:0x00007f93290eba78 @_action_has_layout=true, @_routes=nil, @_request=#<ActionDispatch::Request:0x00007f93290f3048 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"delayed_job"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/delayed_job", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007f93290eab78 @req=#<ActionDispatch::Request:0x00007f93290f3048 ...>>>, @_response=#<ActionDispatch::Response:0x00007f93290ebcf8 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f93290ebca8>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff", "X-Download-Options"=>"noopen", "X-Permitted-Cross-Domain-Policies"=>"none", "Referrer-Policy"=>"strict-origin-when-cross-origin"}, @stream=#<ActionDispatch::Response::Buffer:0x00007f93290ebc30 @response=#<ActionDispatch::Response:0x00007f93290ebcf8 ...>, @buf=[], @closed=false, @str_body=nil>, @status=200, @cv=#<MonitorMixin::ConditionVariable:0x00007f93290ebc08 @monitor=#<ActionDispatch::Response:0x00007f93290ebcf8 ...>, @cond=#<Thread::ConditionVariable:0x00007f93290ebbe0>>, @committed=false, @sending=false, @sent=false, @cache_control={}, @request=#<ActionDispatch::Request:0x00007f93290f3048 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"delayed_job"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/delayed_job", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007f93290eab78 @req=#<ActionDispatch::Request:0x00007f93290f3048 ...>>>>, @_lookup_context=#<ActionView::LookupContext:0x00007f93290eb910 @details_key=nil, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}, @view_paths=#<ActionView::PathSet:0x00007f93290eb820 @paths=[#<ActionView::FixtureResolver:0x00007f932bafae90 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x7f932bafae68 keys=15 queries=0>, @hash={"layouts/application.html.erb"=>"<%= yield %>", "dummy/index.html.erb"=>"Hello from index", "dummy/notify_airbrake_helper.html.erb"=>"notify_airbrake_helper", "dummy/notify_airbrake_sync_helper.html.erb"=>"notify_airbrake_helper_sync", "dummy/active_record_after_commit.html.erb"=>"active_record_after_commit", "dummy/active_record_after_rollback.html.erb"=>"active_record_after_rollback", "dummy/active_job.html.erb"=>"active_job", "dummy/resque.html.erb"=>"resque", "dummy/delayed_job.html.erb"=>"delayed_job", "dummy/breakdown.html.erb"=>"breakdown"}>]>>, @_action_name="delayed_job", @_response_body=nil>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"controller"=>"dummy", "action"=>"delayed_job"}, "action_dispatch.request.formats"=>[#<Mime::Type:0x00007f932a4b2f20 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-3945511686665288776>]}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007f93293a0cf0 @max_size=10000>>]
6247
+ ):
6248
+ F, [2019-04-12T03:16:10.482877 #6017] FATAL -- :
6249
+ F, [2019-04-12T03:16:10.482904 #6017] FATAL -- : lib/airbrake/rack/middleware.rb:65:in `notify_airbrake'
6250
+ lib/airbrake/rack/middleware.rb:35:in `rescue in call!'
6251
+ lib/airbrake/rack/middleware.rb:40:in `call!'
6252
+ lib/airbrake/rack/middleware.rb:21:in `call'
6253
+ I, [2019-04-12T03:16:10.484961 #6017] INFO -- : Started GET "/breakdown" for 127.0.0.1 at 2019-04-12 03:16:10 +0300
6254
+ I, [2019-04-12T03:16:10.485832 #6017] INFO -- : Processing by DummyController#breakdown as HTML
6255
+ D, [2019-04-12T03:16:10.486326 #6017] DEBUG -- :  (0.1ms) begin transaction
6256
+ D, [2019-04-12T03:16:10.487771 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "breakdown"]]
6257
+ D, [2019-04-12T03:16:10.488933 #6017] DEBUG -- :  (0.0ms) commit transaction
6258
+ I, [2019-04-12T03:16:10.490097 #6017] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
6259
+ F, [2019-04-12T03:16:10.491676 #6017] FATAL -- :
6260
+ F, [2019-04-12T03:16:10.491725 #6017] FATAL -- : AirbrakeTestError (after_commit):
6261
+ F, [2019-04-12T03:16:10.491750 #6017] FATAL -- :
6262
+ F, [2019-04-12T03:16:10.491774 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6263
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6264
+ lib/airbrake/rack/middleware.rb:21:in `call'
6265
+ I, [2019-04-12T03:16:10.493216 #6017] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2019-04-12 03:16:10 +0300
6266
+ I, [2019-04-12T03:16:10.494086 #6017] INFO -- : Processing by DummyController#active_record_after_commit as HTML
6267
+ D, [2019-04-12T03:16:10.494499 #6017] DEBUG -- :  (0.0ms) begin transaction
6268
+ D, [2019-04-12T03:16:10.495834 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
6269
+ D, [2019-04-12T03:16:10.497003 #6017] DEBUG -- :  (0.0ms) commit transaction
6270
+ I, [2019-04-12T03:16:10.498140 #6017] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
6271
+ F, [2019-04-12T03:16:10.509584 #6017] FATAL -- :
6272
+ F, [2019-04-12T03:16:10.509688 #6017] FATAL -- : RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
6273
+ expected: (an instance of AirbrakeTestError)
6274
+ got: (#<Airbrake::Notice:0x00007f93292a8730 @config=#<Airbrake::Config:0x00007f932bb89c58 @proxy={}, @queue...nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007f9329290a40 @max_size=10000>>)
6275
+ Diff:
6276
+ @@ -1,2 +1,2 @@
6277
+ -["an instance of AirbrakeTestError"]
6278
+ +[#<Airbrake::Notice:0x00007f93292a8730 @config=#<Airbrake::Config:0x00007f932bb89c58 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007f932bb89be0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f932bb89b90 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f932bb89b40 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/dev/null", @dev=#<File:/dev/null>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f932bb89ac8>>>, @project_id=113743, @project_key="fd04e13d806a90f96614ad8e529b2822", @host="https://api.airbrake.io", @ignore_environments=[], @timeout=nil, @blacklist_keys=[], @whitelist_keys=[], @root_directory="/Users/kyrylo/Code/airbrake/airbrake/gemfiles", @versions={}, @performance_stats=false, @performance_stats_flush_period=1, @app_version="1.2.3", @endpoint=#<URI::HTTPS https://api.airbrake.io/api/v3/projects/113743/notices>>, @payload={:errors=>[{:type=>"AirbrakeTestError", :message=>"after_commit", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>49, :function=>"raise_error_after_commit"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>426, :function=>"block in make_lambda"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>271, :function=>"block in simple"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>517, :function=>"block in invoke_after"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>517, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>517, :function=>"invoke_after"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>133, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rails/active_record.rb", :line=>25, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>816, :function=>"_run_commit_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>346, :function=>"committed!"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>128, :function=>"commit_records"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>223, :function=>"block in commit_transaction"}, {:file=>"/Users/kyrylo/.rubies/ruby-2.4.2/lib/ruby/2.4.0/monitor.rb", :line=>214, :function=>"mon_synchronize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>213, :function=>"commit_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>252, :function=>"block in within_new_transaction"}, {:file=>"/Users/kyrylo/.rubies/ruby-2.4.2/lib/ruby/2.4.0/monitor.rb", :line=>214, :function=>"mon_synchronize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>236, :function=>"within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>259, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>212, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>385, :function=>"with_transaction_returning_status"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>310, :function=>"block in save"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>325, :function=>"rollback_active_record_state!"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>309, :function=>"save"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/suppressor.rb", :line=>44, :function=>"save"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/persistence.rb", :line=>36, :function=>"create"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>130, :function=>"active_record_after_commit"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/basic_implicit_render.rb", :line=>6, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>194, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rendering.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>42, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>41, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rescue.rb", :line=>22, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>34, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/instrumenter.rb", :line=>23, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/params_wrapper.rb", :line=>256, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/railties/controller_runtime.rb", :line=>24, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>134, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-5.2.2/lib/action_view/rendering.rb", :line=>32, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>191, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>252, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>52, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>34, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>52, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>840, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/tempfile_reaper.rb", :line=>15, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/etag.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/conditional_get.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/head.rb", :line=>12, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/http/content_security_policy.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>232, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>226, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/cookies.rb", :line=>670, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>28, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>26, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>33, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>61, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/show_exceptions.rb", :line=>33, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/remote_ip.rb", :line=>81, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/request_id.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/method_override.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/runtime.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>29, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/static.rb", :line=>127, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/sendfile.rb", :line=>111, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/engine.rb", :line=>524, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>109, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}], :context=>{:version=>"1.2.3", :rootDirectory=>"/Users/kyrylo/Code/airbrake/airbrake/gemfiles", :hostname=>"Kyrylos-MacBook-Pro.local", :severity=>"error", :os=>"x86_64-darwin16", :language=>"ruby/2.4.2", :notifier=>{:name=>"airbrake-ruby", :version=>"4.2.3", :url=>"https://github.com/airbrake/airbrake-ruby"}}, :environment=>{:program_name=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec"}, :session=>{}, :params=>{}}, @stash={:exception=>#<AirbrakeTestError: after_commit>, :rack_request=>#<ActionDispatch::Request:0x00007f9329290a18 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007f9329302d98>, "rack.errors"=>#<StringIO:0x00007f9329302e10>, "rack.multithread"=>true, "rack.multiprocess"=>true, "rack.run_once"=>false, "REQUEST_METHOD"=>"GET", "SERVER_NAME"=>"example.org", "SERVER_PORT"=>"80", "QUERY_STRING"=>"", "PATH_INFO"=>"/active_record_after_commit", "rack.url_scheme"=>"http", "HTTPS"=>"off", "SCRIPT_NAME"=>"", "CONTENT_LENGTH"=>"0", "rack.test"=>true, "REMOTE_ADDR"=>"127.0.0.1", "HTTP_HOST"=>"example.org", "HTTP_COOKIE"=>"", "action_dispatch.parameter_filter"=>[], "action_dispatch.redirect_filter"=>[], "action_dispatch.secret_token"=>"ni6aeph6aeriBiphesh8omahv6cohpue5Quah5ceiMohtuvei8", "action_dispatch.secret_key_base"=>"62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", "action_dispatch.show_exceptions"=>true, "action_dispatch.show_detailed_exceptions"=>false, "action_dispatch.logger"=>#<Logger:0x00007f932a1c29f0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f932a1c2950 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f932a1c2900 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f932a1c2860>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007f932bfa60c0 @filters=[#<Proc:0x00007f932bfa5fa8@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007f932bfa5f80@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:17>, #<Proc:0x00007f932bfa5f58@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:18>, #<Proc:0x00007f932bfa5828@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:31>], @silencers=[#<Proc:0x00007f932bfa5800@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:21>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007f932bfa55f8 @key_generator=#<ActiveSupport::KeyGenerator:0x00007f932bfa5620 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<Concurrent::Map:0x00007f932bfa55d0 entries=2 default_proc=nil>>, "action_dispatch.http_auth_salt"=>"http authentication", "action_dispatch.signed_cookie_salt"=>"signed cookie", "action_dispatch.encrypted_cookie_salt"=>"encrypted cookie", "action_dispatch.encrypted_signed_cookie_salt"=>"signed encrypted cookie", "action_dispatch.authenticated_encrypted_cookie_salt"=>"authenticated encrypted cookie", "action_dispatch.use_authenticated_cookie_encryption"=>false, "action_dispatch.encrypted_cookie_cipher"=>nil, "action_dispatch.signed_cookie_digest"=>nil, "action_dispatch.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "action_dispatch.cookies_rotations"=>#<ActiveSupport::Messages::RotationConfiguration:0x00007f932bb00048 @signed=[], @encrypted=[]>, "action_dispatch.content_security_policy"=>nil, "action_dispatch.content_security_policy_report_only"=>false, "action_dispatch.content_security_policy_nonce_generator"=>nil, "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007f932915ba30>, "ROUTES_70135013104920_SCRIPT_NAME"=>"", "ORIGINAL_FULLPATH"=>"/active_record_after_commit", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"80b51cd2-c3a4-4ff0-9afd-26710ecd46c6", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007f9329301cb8 @req=#<ActionDispatch::Request:0x00007f9329301ce0 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>, @check_ip=true, @proxies=[#<IPAddr: IPv4:127.0.0.1/255.255.255.255>, #<IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff>, #<IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000>, #<IPAddr: IPv4:10.0.0.0/255.0.0.0>, #<IPAddr: IPv4:172.16.0.0/255.240.0.0>, #<IPAddr: IPv4:192.168.0.0/255.255.0.0>], @ip="127.0.0.1">, "rack.session"=>#<ActionDispatch::Request::Session:0x7f9329300bb0 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007f9329300b60 @by=#<ActionDispatch::Session::CookieStore:0x00007f932c01b050 @app=#<ActionDispatch::ContentSecurityPolicy::Middleware:0x00007f932c01b078 @app=#<Rack::Head:0x00007f932c01b0a0 @app=#<Rack::ConditionalGet:0x00007f932c01b0c8 @app=#<Rack::ETag:0x00007f932c01b0f0 @app=#<Rack::TempfileReaper:0x00007f932c01b118 @app=#<Warden::Manager:0x00007f932c01b1e0 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007f932915ba30>>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "rack.tempfiles"=>[], "warden"=>Warden::Proxy:70135013967160 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, "action_dispatch.request.path_parameters"=>{:controller=>"dummy", :action=>"active_record_after_commit"}, "action_controller.instance"=>#<DummyController:0x00007f93292fb0e8 @_action_has_layout=true, @_routes=nil, @_request=#<ActionDispatch::Request:0x00007f9329300688 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"active_record_after_commit"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/active_record_after_commit", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007f93292fa378 @req=#<ActionDispatch::Request:0x00007f9329300688 ...>>>, @_response=#<ActionDispatch::Response:0x00007f93292fb340 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f93292fb2c8>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff", "X-Download-Options"=>"noopen", "X-Permitted-Cross-Domain-Policies"=>"none", "Referrer-Policy"=>"strict-origin-when-cross-origin"}, @stream=#<ActionDispatch::Response::Buffer:0x00007f93292fb278 @response=#<ActionDispatch::Response:0x00007f93292fb340 ...>, @buf=[], @closed=false, @str_body=nil>, @status=200, @cv=#<MonitorMixin::ConditionVariable:0x00007f93292fb250 @monitor=#<ActionDispatch::Response:0x00007f93292fb340 ...>, @cond=#<Thread::ConditionVariable:0x00007f93292fb228>>, @committed=false, @sending=false, @sent=false, @cache_control={}, @request=#<ActionDispatch::Request:0x00007f9329300688 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"active_record_after_commit"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/active_record_after_commit", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007f93292fa378 @req=#<ActionDispatch::Request:0x00007f9329300688 ...>>>>, @_lookup_context=#<ActionView::LookupContext:0x00007f93292faf80 @details_key=nil, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}, @view_paths=#<ActionView::PathSet:0x00007f93292fae68 @paths=[#<ActionView::FixtureResolver:0x00007f932bafae90 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x7f932bafae68 keys=15 queries=0>, @hash={"layouts/application.html.erb"=>"<%= yield %>", "dummy/index.html.erb"=>"Hello from index", "dummy/notify_airbrake_helper.html.erb"=>"notify_airbrake_helper", "dummy/notify_airbrake_sync_helper.html.erb"=>"notify_airbrake_helper_sync", "dummy/active_record_after_commit.html.erb"=>"active_record_after_commit", "dummy/active_record_after_rollback.html.erb"=>"active_record_after_rollback", "dummy/active_job.html.erb"=>"active_job", "dummy/resque.html.erb"=>"resque", "dummy/delayed_job.html.erb"=>"delayed_job", "dummy/breakdown.html.erb"=>"breakdown"}>]>>, @_action_name="active_record_after_commit", @_response_body=nil>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"controller"=>"dummy", "action"=>"active_record_after_commit"}, "action_dispatch.request.formats"=>[#<Mime::Type:0x00007f932a4b2f20 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-3945511686665288776>]}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007f9329290a40 @max_size=10000>>]
6279
+ ):
6280
+ F, [2019-04-12T03:16:10.509782 #6017] FATAL -- :
6281
+ F, [2019-04-12T03:16:10.509819 #6017] FATAL -- : lib/airbrake/rack/middleware.rb:65:in `notify_airbrake'
6282
+ lib/airbrake/rack/middleware.rb:35:in `rescue in call!'
6283
+ lib/airbrake/rack/middleware.rb:40:in `call!'
6284
+ lib/airbrake/rack/middleware.rb:21:in `call'
6285
+ I, [2019-04-12T03:16:10.511307 #6017] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2019-04-12 03:16:10 +0300
6286
+ I, [2019-04-12T03:16:10.512156 #6017] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
6287
+ D, [2019-04-12T03:16:10.512437 #6017] DEBUG -- :  (0.1ms) begin transaction
6288
+ D, [2019-04-12T03:16:10.513944 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
6289
+ D, [2019-04-12T03:16:10.515223 #6017] DEBUG -- :  (0.0ms) rollback transaction
6290
+ I, [2019-04-12T03:16:10.516323 #6017] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
6291
+ F, [2019-04-12T03:16:10.531999 #6017] FATAL -- :
6292
+ F, [2019-04-12T03:16:10.532116 #6017] FATAL -- : RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
6293
+ expected: (an instance of AirbrakeTestError)
6294
+ got: (#<Airbrake::Notice:0x00007f932925fb70 @config=#<Airbrake::Config:0x00007f932bb89c58 @proxy={}, @queue...nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007f932beff0e0 @max_size=10000>>)
6295
+ Diff:
6296
+ @@ -1,2 +1,2 @@
6297
+ -["an instance of AirbrakeTestError"]
6298
+ +[#<Airbrake::Notice:0x00007f932925fb70 @config=#<Airbrake::Config:0x00007f932bb89c58 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007f932bb89be0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f932bb89b90 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f932bb89b40 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/dev/null", @dev=#<File:/dev/null>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f932bb89ac8>>>, @project_id=113743, @project_key="fd04e13d806a90f96614ad8e529b2822", @host="https://api.airbrake.io", @ignore_environments=[], @timeout=nil, @blacklist_keys=[], @whitelist_keys=[], @root_directory="/Users/kyrylo/Code/airbrake/airbrake/gemfiles", @versions={}, @performance_stats=false, @performance_stats_flush_period=1, @app_version="1.2.3", @endpoint=#<URI::HTTPS https://api.airbrake.io/api/v3/projects/113743/notices>>, @payload={:errors=>[{:type=>"AirbrakeTestError", :message=>"after_rollback", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>53, :function=>"raise_error_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>426, :function=>"block in make_lambda"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>271, :function=>"block in simple"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>517, :function=>"block in invoke_after"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>517, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>517, :function=>"invoke_after"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>133, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rails/active_record.rb", :line=>25, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>816, :function=>"_run_rollback_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>357, :function=>"rolledback!"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>112, :function=>"rollback_records"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>231, :function=>"block in rollback_transaction"}, {:file=>"/Users/kyrylo/.rubies/ruby-2.4.2/lib/ruby/2.4.0/monitor.rb", :line=>214, :function=>"mon_synchronize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>228, :function=>"rollback_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>242, :function=>"rescue in block in within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>259, :function=>"block in within_new_transaction"}, {:file=>"/Users/kyrylo/.rubies/ruby-2.4.2/lib/ruby/2.4.0/monitor.rb", :line=>214, :function=>"mon_synchronize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>236, :function=>"within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>259, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>212, :function=>"transaction"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>134, :function=>"active_record_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/basic_implicit_render.rb", :line=>6, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>194, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rendering.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>42, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>41, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rescue.rb", :line=>22, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>34, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/instrumenter.rb", :line=>23, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/params_wrapper.rb", :line=>256, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/railties/controller_runtime.rb", :line=>24, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>134, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-5.2.2/lib/action_view/rendering.rb", :line=>32, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>191, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>252, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>52, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>34, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>52, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>840, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/tempfile_reaper.rb", :line=>15, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/etag.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/conditional_get.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/head.rb", :line=>12, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/http/content_security_policy.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>232, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>226, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/cookies.rb", :line=>670, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>28, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>26, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>33, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>61, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/show_exceptions.rb", :line=>33, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/remote_ip.rb", :line=>81, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/request_id.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/method_override.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/runtime.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>29, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/static.rb", :line=>127, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/sendfile.rb", :line=>111, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/engine.rb", :line=>524, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>119, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}, {:type=>"ActiveRecord::Rollback", :message=>"ActiveRecord::Rollback", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>136, :function=>"block in active_record_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>259, :function=>"block in transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>239, :function=>"block in within_new_transaction"}, {:file=>"/Users/kyrylo/.rubies/ruby-2.4.2/lib/ruby/2.4.0/monitor.rb", :line=>214, :function=>"mon_synchronize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>236, :function=>"within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>259, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/transactions.rb", :line=>212, :function=>"transaction"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>134, :function=>"active_record_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/basic_implicit_render.rb", :line=>6, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>194, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rendering.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>42, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/callbacks.rb", :line=>41, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/rescue.rb", :line=>22, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>34, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications/instrumenter.rb", :line=>23, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/notifications.rb", :line=>168, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal/params_wrapper.rb", :line=>256, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-5.2.2/lib/active_record/railties/controller_runtime.rb", :line=>24, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/abstract_controller/base.rb", :line=>134, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-5.2.2/lib/action_view/rendering.rb", :line=>32, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>191, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_controller/metal.rb", :line=>252, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>52, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>34, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>52, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/journey/router.rb", :line=>35, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/routing/route_set.rb", :line=>840, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.8/lib/warden/manager.rb", :line=>34, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/tempfile_reaper.rb", :line=>15, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/etag.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/conditional_get.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/head.rb", :line=>12, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/http/content_security_policy.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>232, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/session/abstract/id.rb", :line=>226, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/cookies.rb", :line=>670, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>28, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/callbacks.rb", :line=>98, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/callbacks.rb", :line=>26, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>33, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>61, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/show_exceptions.rb", :line=>33, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/rack/logger.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/remote_ip.rb", :line=>81, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/request_id.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/method_override.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/runtime.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-5.2.2/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>29, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/executor.rb", :line=>14, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-5.2.2/lib/action_dispatch/middleware/static.rb", :line=>127, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-2.0.6/lib/rack/sendfile.rb", :line=>111, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/engine.rb", :line=>524, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>119, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}], :context=>{:version=>"1.2.3", :rootDirectory=>"/Users/kyrylo/Code/airbrake/airbrake/gemfiles", :hostname=>"Kyrylos-MacBook-Pro.local", :severity=>"error", :os=>"x86_64-darwin16", :language=>"ruby/2.4.2", :notifier=>{:name=>"airbrake-ruby", :version=>"4.2.3", :url=>"https://github.com/airbrake/airbrake-ruby"}}, :environment=>{:program_name=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec"}, :session=>{}, :params=>{}}, @stash={:exception=>#<AirbrakeTestError: after_rollback>, :rack_request=>#<ActionDispatch::Request:0x00007f932beff0b8 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007f932a670dd0>, "rack.errors"=>#<StringIO:0x00007f932a670e48>, "rack.multithread"=>true, "rack.multiprocess"=>true, "rack.run_once"=>false, "REQUEST_METHOD"=>"GET", "SERVER_NAME"=>"example.org", "SERVER_PORT"=>"80", "QUERY_STRING"=>"", "PATH_INFO"=>"/active_record_after_rollback", "rack.url_scheme"=>"http", "HTTPS"=>"off", "SCRIPT_NAME"=>"", "CONTENT_LENGTH"=>"0", "rack.test"=>true, "REMOTE_ADDR"=>"127.0.0.1", "HTTP_HOST"=>"example.org", "HTTP_COOKIE"=>"", "action_dispatch.parameter_filter"=>[], "action_dispatch.redirect_filter"=>[], "action_dispatch.secret_token"=>"ni6aeph6aeriBiphesh8omahv6cohpue5Quah5ceiMohtuvei8", "action_dispatch.secret_key_base"=>"62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", "action_dispatch.show_exceptions"=>true, "action_dispatch.show_detailed_exceptions"=>false, "action_dispatch.logger"=>#<Logger:0x00007f932a1c29f0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f932a1c2950 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f932a1c2900 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/52.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f932a1c2860>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007f932bfa60c0 @filters=[#<Proc:0x00007f932bfa5fa8@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007f932bfa5f80@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:17>, #<Proc:0x00007f932bfa5f58@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:18>, #<Proc:0x00007f932bfa5828@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:31>], @silencers=[#<Proc:0x00007f932bfa5800@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-5.2.2/lib/rails/backtrace_cleaner.rb:21>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007f932bfa55f8 @key_generator=#<ActiveSupport::KeyGenerator:0x00007f932bfa5620 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<Concurrent::Map:0x00007f932bfa55d0 entries=2 default_proc=nil>>, "action_dispatch.http_auth_salt"=>"http authentication", "action_dispatch.signed_cookie_salt"=>"signed cookie", "action_dispatch.encrypted_cookie_salt"=>"encrypted cookie", "action_dispatch.encrypted_signed_cookie_salt"=>"signed encrypted cookie", "action_dispatch.authenticated_encrypted_cookie_salt"=>"authenticated encrypted cookie", "action_dispatch.use_authenticated_cookie_encryption"=>false, "action_dispatch.encrypted_cookie_cipher"=>nil, "action_dispatch.signed_cookie_digest"=>nil, "action_dispatch.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "action_dispatch.cookies_rotations"=>#<ActiveSupport::Messages::RotationConfiguration:0x00007f932bb00048 @signed=[], @encrypted=[]>, "action_dispatch.content_security_policy"=>nil, "action_dispatch.content_security_policy_report_only"=>false, "action_dispatch.content_security_policy_nonce_generator"=>nil, "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007f932915ba30>, "ROUTES_70135013104920_SCRIPT_NAME"=>"", "ORIGINAL_FULLPATH"=>"/active_record_after_rollback", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"14dd54fe-d3a4-41a0-a6f8-5531ed43d0cc", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007f93292834f8 @req=#<ActionDispatch::Request:0x00007f9329283520 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>, @check_ip=true, @proxies=[#<IPAddr: IPv4:127.0.0.1/255.255.255.255>, #<IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff>, #<IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000>, #<IPAddr: IPv4:10.0.0.0/255.0.0.0>, #<IPAddr: IPv4:172.16.0.0/255.240.0.0>, #<IPAddr: IPv4:192.168.0.0/255.255.0.0>], @ip="127.0.0.1">, "rack.session"=>#<ActionDispatch::Request::Session:0x7f9329281ba8 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007f9329281b58 @by=#<ActionDispatch::Session::CookieStore:0x00007f932c01b050 @app=#<ActionDispatch::ContentSecurityPolicy::Middleware:0x00007f932c01b078 @app=#<Rack::Head:0x00007f932c01b0a0 @app=#<Rack::ConditionalGet:0x00007f932c01b0c8 @app=#<Rack::ETag:0x00007f932c01b0f0 @app=#<Rack::TempfileReaper:0x00007f932c01b118 @app=#<Warden::Manager:0x00007f932c01b1e0 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007f932915ba30>>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "rack.tempfiles"=>[], "warden"=>Warden::Proxy:70135013707080 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, "action_dispatch.request.path_parameters"=>{:controller=>"dummy", :action=>"active_record_after_rollback"}, "action_controller.instance"=>#<DummyController:0x00007f9329277cc0 @_action_has_layout=true, @_routes=nil, @_request=#<ActionDispatch::Request:0x00007f9329281450 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"active_record_after_rollback"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/active_record_after_rollback", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007f9329276fa0 @req=#<ActionDispatch::Request:0x00007f9329281450 ...>>>, @_response=#<ActionDispatch::Response:0x00007f9329277ef0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f9329277ea0>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff", "X-Download-Options"=>"noopen", "X-Permitted-Cross-Domain-Policies"=>"none", "Referrer-Policy"=>"strict-origin-when-cross-origin"}, @stream=#<ActionDispatch::Response::Buffer:0x00007f9329277e50 @response=#<ActionDispatch::Response:0x00007f9329277ef0 ...>, @buf=[], @closed=false, @str_body=nil>, @status=200, @cv=#<MonitorMixin::ConditionVariable:0x00007f9329277e28 @monitor=#<ActionDispatch::Response:0x00007f9329277ef0 ...>, @cond=#<Thread::ConditionVariable:0x00007f9329277e00>>, @committed=false, @sending=false, @sent=false, @cache_control={}, @request=#<ActionDispatch::Request:0x00007f9329281450 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"active_record_after_rollback"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/active_record_after_rollback", @ip=nil, @headers=#<ActionDispatch::Http::Headers:0x00007f9329276fa0 @req=#<ActionDispatch::Request:0x00007f9329281450 ...>>>>, @_lookup_context=#<ActionView::LookupContext:0x00007f9329277b58 @details_key=nil, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}, @view_paths=#<ActionView::PathSet:0x00007f9329277a68 @paths=[#<ActionView::FixtureResolver:0x00007f932bafae90 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x7f932bafae68 keys=15 queries=0>, @hash={"layouts/application.html.erb"=>"<%= yield %>", "dummy/index.html.erb"=>"Hello from index", "dummy/notify_airbrake_helper.html.erb"=>"notify_airbrake_helper", "dummy/notify_airbrake_sync_helper.html.erb"=>"notify_airbrake_helper_sync", "dummy/active_record_after_commit.html.erb"=>"active_record_after_commit", "dummy/active_record_after_rollback.html.erb"=>"active_record_after_rollback", "dummy/active_job.html.erb"=>"active_job", "dummy/resque.html.erb"=>"resque", "dummy/delayed_job.html.erb"=>"delayed_job", "dummy/breakdown.html.erb"=>"breakdown"}>]>>, @_action_name="active_record_after_rollback", @_response_body=nil>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"controller"=>"dummy", "action"=>"active_record_after_rollback"}, "action_dispatch.request.formats"=>[#<Mime::Type:0x00007f932a4b2f20 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-3945511686665288776>]}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil>}, @truncator=#<Airbrake::Truncator:0x00007f932beff0e0 @max_size=10000>>]
6299
+ ):
6300
+ F, [2019-04-12T03:16:10.532188 #6017] FATAL -- :
6301
+ F, [2019-04-12T03:16:10.532215 #6017] FATAL -- : lib/airbrake/rack/middleware.rb:65:in `notify_airbrake'
6302
+ lib/airbrake/rack/middleware.rb:35:in `rescue in call!'
6303
+ lib/airbrake/rack/middleware.rb:40:in `call!'
6304
+ lib/airbrake/rack/middleware.rb:21:in `call'
6305
+ I, [2019-04-12T03:16:10.533846 #6017] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-04-12 03:16:10 +0300
6306
+ I, [2019-04-12T03:16:10.534868 #6017] INFO -- : Processing by DummyController#crash as HTML
6307
+ D, [2019-04-12T03:16:10.535288 #6017] DEBUG -- :  (0.0ms) begin transaction
6308
+ D, [2019-04-12T03:16:10.536749 #6017] DEBUG -- : Book Create (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
6309
+ D, [2019-04-12T03:16:10.538019 #6017] DEBUG -- :  (0.0ms) commit transaction
6310
+ I, [2019-04-12T03:16:10.543446 #6017] INFO -- : Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms)
6311
+ F, [2019-04-12T03:16:10.553300 #6017] FATAL -- :
6312
+ F, [2019-04-12T03:16:10.557804 #6017] FATAL -- : AirbrakeTestError (after_commit):
6313
+ F, [2019-04-12T03:16:10.558182 #6017] FATAL -- :
6314
+ F, [2019-04-12T03:16:10.558224 #6017] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
6315
+ lib/airbrake/rack/middleware.rb:33:in `call!'
6316
+ lib/airbrake/rack/middleware.rb:21:in `call'
6317
+ I, [2019-04-12T03:16:12.565802 #6017] INFO -- : Started GET "/resque" for 127.0.0.1 at 2019-04-12 03:16:12 +0300
6318
+ I, [2019-04-12T03:16:12.566799 #6017] INFO -- : Processing by DummyController#resque as HTML
6319
+ I, [2019-04-12T03:16:12.568713 #6017] INFO -- : Rendering dummy/resque.html.erb within layouts/application
6320
+ I, [2019-04-12T03:16:12.569430 #6017] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.6ms)
6321
+ I, [2019-04-12T03:16:12.569950 #6017] INFO -- : Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)