airbrake 9.2.1 → 9.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/lib/airbrake/rack/middleware.rb +21 -13
  3. data/lib/airbrake/rails/action_controller_performance_breakdown_subscriber.rb +20 -2
  4. data/lib/airbrake/version.rb +1 -1
  5. metadata +5 -81
  6. data/spec/apps/rack/dummy_app.rb +0 -17
  7. data/spec/apps/rails/dummy_app.rb +0 -258
  8. data/spec/apps/rails/dummy_task.rake +0 -15
  9. data/spec/apps/rails/logs/32.log +0 -34094
  10. data/spec/apps/rails/logs/42.log +0 -1488
  11. data/spec/apps/rails/logs/52.log +0 -6321
  12. data/spec/apps/sinatra/sinatra_test_app.rb +0 -12
  13. data/spec/integration/rack/rack_spec.rb +0 -19
  14. data/spec/integration/rails/rails_spec.rb +0 -430
  15. data/spec/integration/rails/rake_spec.rb +0 -97
  16. data/spec/integration/shared_examples/rack_examples.rb +0 -110
  17. data/spec/integration/sinatra/sinatra_spec.rb +0 -30
  18. data/spec/spec_helper.rb +0 -105
  19. data/spec/support/matchers/a_notice_with.rb +0 -29
  20. data/spec/unit/logger_spec.rb +0 -125
  21. data/spec/unit/rack/context_filter_spec.rb +0 -90
  22. data/spec/unit/rack/http_headers_filter_spec.rb +0 -44
  23. data/spec/unit/rack/http_params_filter_spec.rb +0 -58
  24. data/spec/unit/rack/instrumentable_spec.rb +0 -105
  25. data/spec/unit/rack/middleware_spec.rb +0 -98
  26. data/spec/unit/rack/rack_spec.rb +0 -46
  27. data/spec/unit/rack/request_body_filter_spec.rb +0 -44
  28. data/spec/unit/rack/request_store_spec.rb +0 -36
  29. data/spec/unit/rack/route_filter_spec.rb +0 -52
  30. data/spec/unit/rack/session_filter_spec.rb +0 -44
  31. data/spec/unit/rack/user_filter_spec.rb +0 -30
  32. data/spec/unit/rack/user_spec.rb +0 -218
  33. data/spec/unit/rails/action_cable/notify_callback_spec.rb +0 -26
  34. data/spec/unit/rails/action_controller_notify_subscriber_spec.rb +0 -43
  35. data/spec/unit/rails/action_controller_performance_breakdown_subscriber_spec.rb +0 -63
  36. data/spec/unit/rails/action_controller_route_subscriber_spec.rb +0 -84
  37. data/spec/unit/rails/active_record_subscriber_spec.rb +0 -70
  38. data/spec/unit/rails/excon_spec.rb +0 -46
  39. data/spec/unit/rake/tasks_spec.rb +0 -70
  40. data/spec/unit/shoryuken_spec.rb +0 -55
  41. data/spec/unit/sidekiq/retryable_jobs_filter_spec.rb +0 -36
  42. data/spec/unit/sidekiq_spec.rb +0 -33
  43. data/spec/unit/sneakers_spec.rb +0 -83
@@ -1,1488 +0,0 @@
1
- # Logfile created on 2019-03-01 20:58:22 +0200 by logger.rb/56815
2
- D, [2019-03-01T20:58:22.524263 #27573] DEBUG -- :  (0.6ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
3
- D, [2019-03-01T20:58:22.528379 #27573] 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)
4
- D, [2019-03-01T20:58:22.529140 #27573] DEBUG -- :  (0.1ms) select sqlite_version(*)
5
- D, [2019-03-01T20:58:22.529471 #27573] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
6
- I, [2019-03-01T20:58:22.569124 #27573] INFO -- : Started GET "/resque" for 127.0.0.1 at 2019-03-01 20:58:22 +0200
7
- I, [2019-03-01T20:58:22.571104 #27573] INFO -- : Processing by DummyController#resque as HTML
8
- I, [2019-03-01T20:58:22.577084 #27573] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.9ms)
9
- I, [2019-03-01T20:58:22.577457 #27573] INFO -- : Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
10
- I, [2019-03-01T20:58:22.579819 #27573] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:58:22 +0200
11
- I, [2019-03-01T20:58:22.580770 #27573] INFO -- : Processing by DummyController#crash as HTML
12
- D, [2019-03-01T20:58:22.588611 #27573] DEBUG -- :  (0.1ms) begin transaction
13
- D, [2019-03-01T20:58:22.592284 #27573] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
14
- D, [2019-03-01T20:58:22.593733 #27573] DEBUG -- :  (0.0ms) commit transaction
15
- I, [2019-03-01T20:58:22.595112 #27573] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.5ms)
16
- F, [2019-03-01T20:58:22.609490 #27573] FATAL -- :
17
- AirbrakeTestError (after_commit):
18
- lib/airbrake/rack/middleware.rb:52:in `call!'
19
- lib/airbrake/rack/middleware.rb:40:in `call'
20
-
21
-
22
- I, [2019-03-01T20:58:24.622999 #27573] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:58:24 +0200
23
- I, [2019-03-01T20:58:24.623785 #27573] INFO -- : Processing by DummyController#crash as HTML
24
- D, [2019-03-01T20:58:24.624314 #27573] DEBUG -- :  (0.1ms) begin transaction
25
- D, [2019-03-01T20:58:24.626042 #27573] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
26
- D, [2019-03-01T20:58:24.627543 #27573] DEBUG -- :  (0.0ms) commit transaction
27
- I, [2019-03-01T20:58:24.628850 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
28
- F, [2019-03-01T20:58:24.630369 #27573] FATAL -- :
29
- AirbrakeTestError (after_commit):
30
- lib/airbrake/rack/middleware.rb:52:in `call!'
31
- lib/airbrake/rack/middleware.rb:40:in `call'
32
-
33
-
34
- I, [2019-03-01T20:58:24.631470 #27573] INFO -- : Started GET "/" for 127.0.0.1 at 2019-03-01 20:58:24 +0200
35
- I, [2019-03-01T20:58:24.632062 #27573] INFO -- : Processing by DummyController#index as HTML
36
- I, [2019-03-01T20:58:24.632823 #27573] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.2ms)
37
- I, [2019-03-01T20:58:24.633105 #27573] INFO -- : Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
38
- I, [2019-03-01T20:58:24.634235 #27573] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2019-03-01 20:58:24 +0200
39
- I, [2019-03-01T20:58:24.634703 #27573] INFO -- : Processing by DummyController#active_record_after_commit as HTML
40
- D, [2019-03-01T20:58:24.635028 #27573] DEBUG -- :  (0.0ms) begin transaction
41
- D, [2019-03-01T20:58:24.636296 #27573] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
42
- D, [2019-03-01T20:58:24.638050 #27573] DEBUG -- :  (0.1ms) commit transaction
43
- I, [2019-03-01T20:58:24.639401 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
44
- F, [2019-03-01T20:58:24.659937 #27573] FATAL -- :
45
- RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
46
- expected: (an instance of AirbrakeTestError)
47
- got: (#<Airbrake::Notice:0x00007fe1d7e445b0 @config=#<Airbrake::Config:0x00007fe1d63cc778 @proxy={}, @queue...ath=nil, @ip=nil, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d7e541b8 @max_size=10000>>)
48
- Diff:
49
- @@ -1,2 +1,2 @@
50
- -["an instance of AirbrakeTestError"]
51
- +[#<Airbrake::Notice:0x00007fe1d7e445b0 @config=#<Airbrake::Config:0x00007fe1d63cc778 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007fe1d63cc6b0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d63cc660 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d63cc610 @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:0x00007fe1d63cc598>>>, @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=>48, :function=>"raise_error_after_commit"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>432, :function=>"block in make_lambda"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>263, :function=>"block in simple"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>506, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>506, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>506, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>92, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_commit_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>314, :function=>"committed!"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>89, :function=>"commit_records"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>153, :function=>"commit"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>175, :function=>"commit_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>194, :function=>"within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>213, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>220, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>348, :function=>"with_transaction_returning_status"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>286, :function=>"block in save"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>301, :function=>"rollback_active_record_state!"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>285, :function=>"save"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/persistence.rb", :line=>34, :function=>"create"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>123, :function=>"active_record_after_commit"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/implicit_render.rb", :line=>4, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>198, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rendering.rb", :line=>10, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>20, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_process_action_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>19, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rescue.rb", :line=>29, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications/instrumenter.rb", :line=>20, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/params_wrapper.rb", :line=>250, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/railties/controller_runtime.rb", :line=>18, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>137, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/rendering.rb", :line=>30, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>196, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rack_delegation.rb", :line=>13, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>237, :function=>"block in action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>74, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>43, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>43, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>817, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/etag.rb", :line=>24, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/conditionalget.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/head.rb", :line=>13, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/params_parser.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/flash.rb", :line=>260, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>225, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>220, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/cookies.rb", :line=>560, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/query_cache.rb", :line=>36, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>52, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>40, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb", :line=>653, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>29, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_call_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/reloader.rb", :line=>73, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/remote_ip.rb", :line=>78, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/show_exceptions.rb", :line=>30, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/request_id.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/methodoverride.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/runtime.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/lock.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/static.rb", :line=>120, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/sendfile.rb", :line=>113, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/engine.rb", :line=>518, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/application.rb", :line=>165, :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=>107, :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.1.0", :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:0x00007fe1d7e54190 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007fe1d66f4b58>, "rack.errors"=>#<StringIO:0x00007fe1d66f4bf8>, "rack.multithread"=>false, "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"=>"", "ORIGINAL_FULLPATH"=>"/active_record_after_commit", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007fe1d6384630>, "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:0x00007fe1d6534c50 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d6534c00 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d6534bb0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d6534b60>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007fe1d7d0c8a0 @filters=[#<Proc:0x00007fe1d7d0c788@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:14>, #<Proc:0x00007fe1d7d0c760@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:15>, #<Proc:0x00007fe1d7d0c738@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007fe1d8833f08@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:29>], @silencers=[#<Proc:0x00007fe1d8833ee0@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:19>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007fe1d8833d00 @key_generator=#<ActiveSupport::KeyGenerator:0x00007fe1d8833d50 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<ThreadSafe::Cache:0x00007fe1d8833c88 @backend={"encrypted cookie64"=>"\x1D\x0Ecc\x81\xCE\xD3\xBE\x16\b\xA4 \xBE\xB0\xAF\b\xCA\xAFtlV\xA7jQ\x06\xEFV\x88\xC3\xE6~\xA0+\xEC1\xE5M]N\x9B\xDB\x9C\xB84\x16\x8C\xC3\xB5m\x19\x82\x03\xB4\xCF\xEE \x81H\xB7P4l\xD15", "signed encrypted cookie64"=>"b\x8D\xD9M,1\xBFB\xEB\x83\xA8%\x18\xFCj\x82\xD6>N\x94-\xDB\xE5\xB1}Uj\xE5u\xFB\x916\x15\xD2\xEE\xD2\x1C\xEC`\xA7\xB1\xCC\x9D\x12\xC6\x9B\x7F\a4>\xE2\xC04N\xFD\x84\xEEV~\x11\xFB\x85\xEE\xE7"}, @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.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "ROUTES_70303969190680_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"51874ba9-d20d-4629-bd3d-c671206f0555", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007fe1d52d6810 @env={...}, @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>]>, "rack.session"=>#<ActionDispatch::Request::Session:0x7fe1d52d5a78 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007fe1d52d59b0 @by=#<ActionDispatch::Session::CookieStore:0x00007fe1d51cbec0 @app=#<ActionDispatch::Flash:0x00007fe1d51d89b8 @app=#<ActionDispatch::ParamsParser:0x00007fe1d51d8300 @app=#<Rack::Head:0x00007fe1d51d8378 @app=#<Rack::ConditionalGet:0x00007fe1d51d83a0 @app=#<Rack::ETag:0x00007fe1d51d8418 @app=#<Warden::Manager:0x00007fe1d51d8d50 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007fe1d6384630>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>, @parsers={#<Mime::Type:0x00007fe1d7afc358 @synonyms=["text/x-json", "application/jsonrequest"], @symbol=:json, @string="application/json", @hash=2728071936037194047>=>:json}>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @env={...}, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "warden"=>Warden::Proxy:70303960444040 @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:0x00007fe1d52d7828 @_action_has_layout=true, @_routes=nil, @_headers={"Content-Type"=>"text/html"}, @_status=200, @_request=#<ActionDispatch::Request:0x00007fe1d66ffee0 @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, @uuid=nil>, @_response=#<ActionDispatch::Response:0x00007fe1d66ffeb8 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d66ffdf0>, @stream=#<ActionDispatch::Response::Buffer:0x00007fe1d66ffd78 @response=#<ActionDispatch::Response:0x00007fe1d66ffeb8 ...>, @buf=[], @closed=false>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff"}, @status=200, @sending_file=false, @blank=false, @cv=#<MonitorMixin::ConditionVariable:0x00007fe1d66ffd50 @monitor=#<ActionDispatch::Response:0x00007fe1d66ffeb8 ...>, @cond=#<Thread::ConditionVariable:0x00007fe1d66ffd28>>, @committed=false, @sending=false, @sent=false, @content_type=nil, @charset=nil, @cache_control={}, @etag=nil, @request=#<ActionDispatch::Request:0x00007fe1d66ffee0 @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, @uuid=nil>>, @_env={...}, @_lookup_context=#<ActionView::LookupContext:0x00007fe1d66ffad0 @details_key=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}, @skip_default_locale=false, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @view_paths=#<ActionView::PathSet:0x00007fe1d66ffa58 @paths=[#<ActionView::FixtureResolver:0x00007fe1d7c57590 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x00007fe1d7c57568 @data=#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7c57540 @backend={#<ActionView::LookupContext::DetailsKey:0x00007fe1d73d8540 @hash=3190372293335980833>=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ed90 @backend={"resque"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ecc8 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ebd8 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4eae8 @backend={[]=>[dummy/resque.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "application"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4d0f8 @backend={"layouts"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4d008 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4cf18 @backend={[]=>[layouts/application.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "index"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7700 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7610 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7520 @backend={[]=>[dummy/index.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d68@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:48 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d40@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:49 (lambda)>>>, @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"}>]>>, @_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:0x00007fe1d7b06da8 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-4483466561594436380>]}, @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, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d7e541b8 @max_size=10000>>]
52
- ):
53
- lib/airbrake/rack/middleware.rb:84:in `notify_airbrake'
54
- lib/airbrake/rack/middleware.rb:54:in `rescue in call!'
55
- lib/airbrake/rack/middleware.rb:59:in `call!'
56
- lib/airbrake/rack/middleware.rb:40:in `call'
57
-
58
-
59
- I, [2019-03-01T20:58:24.665326 #27573] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2019-03-01 20:58:24 +0200
60
- I, [2019-03-01T20:58:24.666022 #27573] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
61
- D, [2019-03-01T20:58:24.666288 #27573] DEBUG -- :  (0.1ms) begin transaction
62
- D, [2019-03-01T20:58:24.667740 #27573] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
63
- D, [2019-03-01T20:58:24.670129 #27573] DEBUG -- :  (0.0ms) rollback transaction
64
- I, [2019-03-01T20:58:24.671490 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
65
- F, [2019-03-01T20:58:24.691383 #27573] FATAL -- :
66
- RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
67
- expected: (an instance of AirbrakeTestError)
68
- got: (#<Airbrake::Notice:0x00007fe1d60b9b58 @config=#<Airbrake::Config:0x00007fe1d63cc778 @proxy={}, @queue...ath=nil, @ip=nil, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d7ebf2b0 @max_size=10000>>)
69
- Diff:
70
- @@ -1,2 +1,2 @@
71
- -["an instance of AirbrakeTestError"]
72
- +[#<Airbrake::Notice:0x00007fe1d60b9b58 @config=#<Airbrake::Config:0x00007fe1d63cc778 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007fe1d63cc6b0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d63cc660 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d63cc610 @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:0x00007fe1d63cc598>>>, @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=>52, :function=>"raise_error_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>432, :function=>"block in make_lambda"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>263, :function=>"block in simple"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>506, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>506, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>506, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>92, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_rollback_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>322, :function=>"rolledback!"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>69, :function=>"rollback_records"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>147, :function=>"rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>179, :function=>"rollback_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>186, :function=>"rescue in within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>201, :function=>"within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>213, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>220, :function=>"transaction"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>127, :function=>"active_record_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/implicit_render.rb", :line=>4, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>198, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rendering.rb", :line=>10, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>20, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_process_action_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>19, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rescue.rb", :line=>29, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications/instrumenter.rb", :line=>20, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/params_wrapper.rb", :line=>250, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/railties/controller_runtime.rb", :line=>18, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>137, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/rendering.rb", :line=>30, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>196, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rack_delegation.rb", :line=>13, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>237, :function=>"block in action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>74, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>43, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>43, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>817, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/etag.rb", :line=>24, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/conditionalget.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/head.rb", :line=>13, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/params_parser.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/flash.rb", :line=>260, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>225, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>220, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/cookies.rb", :line=>560, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/query_cache.rb", :line=>36, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>52, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>40, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb", :line=>653, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>29, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_call_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/reloader.rb", :line=>73, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/remote_ip.rb", :line=>78, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/show_exceptions.rb", :line=>30, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/request_id.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/methodoverride.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/runtime.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/lock.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/static.rb", :line=>120, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/sendfile.rb", :line=>113, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/engine.rb", :line=>518, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/application.rb", :line=>165, :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=>117, :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=>129, :function=>"block in active_record_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>213, :function=>"block in transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>184, :function=>"within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>213, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>220, :function=>"transaction"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>127, :function=>"active_record_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/implicit_render.rb", :line=>4, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>198, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rendering.rb", :line=>10, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>20, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_process_action_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>19, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rescue.rb", :line=>29, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications/instrumenter.rb", :line=>20, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/params_wrapper.rb", :line=>250, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/railties/controller_runtime.rb", :line=>18, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>137, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/rendering.rb", :line=>30, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>196, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rack_delegation.rb", :line=>13, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>237, :function=>"block in action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>74, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>43, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>43, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>817, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/etag.rb", :line=>24, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/conditionalget.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/head.rb", :line=>13, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/params_parser.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/flash.rb", :line=>260, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>225, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>220, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/cookies.rb", :line=>560, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/query_cache.rb", :line=>36, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>52, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>40, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb", :line=>653, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>29, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_call_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/reloader.rb", :line=>73, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/remote_ip.rb", :line=>78, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/show_exceptions.rb", :line=>30, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/request_id.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/methodoverride.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/runtime.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/lock.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/static.rb", :line=>120, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/sendfile.rb", :line=>113, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/engine.rb", :line=>518, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/application.rb", :line=>165, :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=>117, :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.1.0", :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:0x00007fe1d7ebf288 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007fe1d88bc448>, "rack.errors"=>#<StringIO:0x00007fe1d88bc4e8>, "rack.multithread"=>false, "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"=>"", "ORIGINAL_FULLPATH"=>"/active_record_after_rollback", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007fe1d6384630>, "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:0x00007fe1d6534c50 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d6534c00 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d6534bb0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d6534b60>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007fe1d7d0c8a0 @filters=[#<Proc:0x00007fe1d7d0c788@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:14>, #<Proc:0x00007fe1d7d0c760@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:15>, #<Proc:0x00007fe1d7d0c738@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007fe1d8833f08@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:29>], @silencers=[#<Proc:0x00007fe1d8833ee0@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:19>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007fe1d8833d00 @key_generator=#<ActiveSupport::KeyGenerator:0x00007fe1d8833d50 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<ThreadSafe::Cache:0x00007fe1d8833c88 @backend={"encrypted cookie64"=>"\x1D\x0Ecc\x81\xCE\xD3\xBE\x16\b\xA4 \xBE\xB0\xAF\b\xCA\xAFtlV\xA7jQ\x06\xEFV\x88\xC3\xE6~\xA0+\xEC1\xE5M]N\x9B\xDB\x9C\xB84\x16\x8C\xC3\xB5m\x19\x82\x03\xB4\xCF\xEE \x81H\xB7P4l\xD15", "signed encrypted cookie64"=>"b\x8D\xD9M,1\xBFB\xEB\x83\xA8%\x18\xFCj\x82\xD6>N\x94-\xDB\xE5\xB1}Uj\xE5u\xFB\x916\x15\xD2\xEE\xD2\x1C\xEC`\xA7\xB1\xCC\x9D\x12\xC6\x9B\x7F\a4>\xE2\xC04N\xFD\x84\xEEV~\x11\xFB\x85\xEE\xE7"}, @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.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "ROUTES_70303969190680_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"4365058e-eb37-4a78-8298-25a320e02c3e", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007fe1d7e9fbb8 @env={...}, @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>]>, "rack.session"=>#<ActionDispatch::Request::Session:0x7fe1d7e9f618 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007fe1d7e9f5c8 @by=#<ActionDispatch::Session::CookieStore:0x00007fe1d51cbec0 @app=#<ActionDispatch::Flash:0x00007fe1d51d89b8 @app=#<ActionDispatch::ParamsParser:0x00007fe1d51d8300 @app=#<Rack::Head:0x00007fe1d51d8378 @app=#<Rack::ConditionalGet:0x00007fe1d51d83a0 @app=#<Rack::ETag:0x00007fe1d51d8418 @app=#<Warden::Manager:0x00007fe1d51d8d50 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007fe1d6384630>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>, @parsers={#<Mime::Type:0x00007fe1d7afc358 @synonyms=["text/x-json", "application/jsonrequest"], @symbol=:json, @string="application/json", @hash=2728071936037194047>=>:json}>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @env={...}, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "warden"=>Warden::Proxy:70303983401620 @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:0x00007fe1d7e9e2b8 @_action_has_layout=true, @_routes=nil, @_headers={"Content-Type"=>"text/html"}, @_status=200, @_request=#<ActionDispatch::Request:0x00007fe1d7e9e1c8 @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, @uuid=nil>, @_response=#<ActionDispatch::Response:0x00007fe1d7e9e1a0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d7e9e0d8>, @stream=#<ActionDispatch::Response::Buffer:0x00007fe1d7e9e060 @response=#<ActionDispatch::Response:0x00007fe1d7e9e1a0 ...>, @buf=[], @closed=false>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff"}, @status=200, @sending_file=false, @blank=false, @cv=#<MonitorMixin::ConditionVariable:0x00007fe1d7e9e038 @monitor=#<ActionDispatch::Response:0x00007fe1d7e9e1a0 ...>, @cond=#<Thread::ConditionVariable:0x00007fe1d7e9e010>>, @committed=false, @sending=false, @sent=false, @content_type=nil, @charset=nil, @cache_control={}, @etag=nil, @request=#<ActionDispatch::Request:0x00007fe1d7e9e1c8 @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, @uuid=nil>>, @_env={...}, @_lookup_context=#<ActionView::LookupContext:0x00007fe1d7e9ddb8 @details_key=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}, @skip_default_locale=false, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @view_paths=#<ActionView::PathSet:0x00007fe1d7e9dd40 @paths=[#<ActionView::FixtureResolver:0x00007fe1d7c57590 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x00007fe1d7c57568 @data=#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7c57540 @backend={#<ActionView::LookupContext::DetailsKey:0x00007fe1d73d8540 @hash=3190372293335980833>=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ed90 @backend={"resque"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ecc8 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ebd8 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4eae8 @backend={[]=>[dummy/resque.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "application"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4d0f8 @backend={"layouts"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4d008 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4cf18 @backend={[]=>[layouts/application.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "index"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7700 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7610 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7520 @backend={[]=>[dummy/index.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d68@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:48 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d40@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:49 (lambda)>>>, @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"}>]>>, @_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:0x00007fe1d7b06da8 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-4483466561594436380>]}, @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, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d7ebf2b0 @max_size=10000>>]
73
- ):
74
- lib/airbrake/rack/middleware.rb:84:in `notify_airbrake'
75
- lib/airbrake/rack/middleware.rb:54:in `rescue in call!'
76
- lib/airbrake/rack/middleware.rb:59:in `call!'
77
- lib/airbrake/rack/middleware.rb:40:in `call'
78
-
79
-
80
- I, [2019-03-01T20:58:24.698422 #27573] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:58:24 +0200
81
- I, [2019-03-01T20:58:24.699095 #27573] INFO -- : Processing by DummyController#crash as HTML
82
- D, [2019-03-01T20:58:24.699450 #27573] DEBUG -- :  (0.0ms) begin transaction
83
- D, [2019-03-01T20:58:24.700806 #27573] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
84
- D, [2019-03-01T20:58:24.702054 #27573] DEBUG -- :  (0.0ms) commit transaction
85
- I, [2019-03-01T20:58:24.703201 #27573] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
86
- F, [2019-03-01T20:58:24.704695 #27573] FATAL -- :
87
- AirbrakeTestError (after_commit):
88
- lib/airbrake/rack/middleware.rb:52:in `call!'
89
- lib/airbrake/rack/middleware.rb:40:in `call'
90
-
91
-
92
- I, [2019-03-01T20:58:24.705932 #27573] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:24 +0200
93
- I, [2019-03-01T20:58:24.706799 #27573] INFO -- : Processing by DummyController#crash as HTML
94
- I, [2019-03-01T20:58:24.706849 #27573] INFO -- : Parameters: {"foo"=>"bar"}
95
- D, [2019-03-01T20:58:24.707260 #27573] DEBUG -- :  (0.0ms) begin transaction
96
- D, [2019-03-01T20:58:24.708728 #27573] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
97
- D, [2019-03-01T20:58:24.710238 #27573] DEBUG -- :  (0.1ms) commit transaction
98
- I, [2019-03-01T20:58:24.711612 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
99
- F, [2019-03-01T20:58:24.717451 #27573] FATAL -- :
100
- AirbrakeTestError (after_commit):
101
- lib/airbrake/rack/middleware.rb:52:in `call!'
102
- lib/airbrake/rack/middleware.rb:40:in `call'
103
-
104
-
105
- I, [2019-03-01T20:58:26.725689 #27573] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:26 +0200
106
- I, [2019-03-01T20:58:26.726650 #27573] INFO -- : Processing by DummyController#crash as HTML
107
- I, [2019-03-01T20:58:26.726706 #27573] INFO -- : Parameters: {"foo"=>"bar"}
108
- D, [2019-03-01T20:58:26.727190 #27573] DEBUG -- :  (0.1ms) begin transaction
109
- D, [2019-03-01T20:58:26.728855 #27573] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
110
- D, [2019-03-01T20:58:26.730503 #27573] DEBUG -- :  (0.0ms) commit transaction
111
- I, [2019-03-01T20:58:26.731835 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
112
- F, [2019-03-01T20:58:26.742647 #27573] FATAL -- :
113
- AirbrakeTestError (after_commit):
114
- lib/airbrake/rack/middleware.rb:52:in `call!'
115
- lib/airbrake/rack/middleware.rb:40:in `call'
116
-
117
-
118
- I, [2019-03-01T20:58:28.745072 #27573] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:28 +0200
119
- I, [2019-03-01T20:58:28.745896 #27573] INFO -- : Processing by DummyController#crash as HTML
120
- I, [2019-03-01T20:58:28.745943 #27573] INFO -- : Parameters: {"foo"=>"bar"}
121
- D, [2019-03-01T20:58:28.746328 #27573] DEBUG -- :  (0.0ms) begin transaction
122
- D, [2019-03-01T20:58:28.748128 #27573] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
123
- D, [2019-03-01T20:58:28.749830 #27573] DEBUG -- :  (0.1ms) commit transaction
124
- I, [2019-03-01T20:58:28.751226 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
125
- F, [2019-03-01T20:58:28.764026 #27573] FATAL -- :
126
- AirbrakeTestError (after_commit):
127
- lib/airbrake/rack/middleware.rb:52:in `call!'
128
- lib/airbrake/rack/middleware.rb:40:in `call'
129
-
130
-
131
- I, [2019-03-01T20:58:30.768517 #27573] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:30 +0200
132
- I, [2019-03-01T20:58:30.769439 #27573] INFO -- : Processing by DummyController#crash as HTML
133
- I, [2019-03-01T20:58:30.769519 #27573] INFO -- : Parameters: {"foo"=>"bar"}
134
- D, [2019-03-01T20:58:30.769962 #27573] DEBUG -- :  (0.1ms) begin transaction
135
- D, [2019-03-01T20:58:30.771605 #27573] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
136
- D, [2019-03-01T20:58:30.773134 #27573] DEBUG -- :  (0.0ms) commit transaction
137
- I, [2019-03-01T20:58:30.774502 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
138
- F, [2019-03-01T20:58:30.786938 #27573] FATAL -- :
139
- AirbrakeTestError (after_commit):
140
- lib/airbrake/rack/middleware.rb:52:in `call!'
141
- lib/airbrake/rack/middleware.rb:40:in `call'
142
-
143
-
144
- I, [2019-03-01T20:58:32.791776 #27573] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:32 +0200
145
- I, [2019-03-01T20:58:32.792758 #27573] INFO -- : Processing by DummyController#crash as HTML
146
- I, [2019-03-01T20:58:32.792807 #27573] INFO -- : Parameters: {"foo"=>"bar"}
147
- D, [2019-03-01T20:58:32.793203 #27573] DEBUG -- :  (0.1ms) begin transaction
148
- D, [2019-03-01T20:58:32.794948 #27573] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
149
- D, [2019-03-01T20:58:32.796381 #27573] DEBUG -- :  (0.0ms) commit transaction
150
- I, [2019-03-01T20:58:32.797800 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
151
- F, [2019-03-01T20:58:32.803996 #27573] FATAL -- :
152
- AirbrakeTestError (after_commit):
153
- lib/airbrake/rack/middleware.rb:52:in `call!'
154
- lib/airbrake/rack/middleware.rb:40:in `call'
155
-
156
-
157
- I, [2019-03-01T20:58:34.814648 #27573] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:34 +0200
158
- I, [2019-03-01T20:58:34.815760 #27573] INFO -- : Processing by DummyController#crash as HTML
159
- I, [2019-03-01T20:58:34.815820 #27573] INFO -- : Parameters: {"foo"=>"bar"}
160
- D, [2019-03-01T20:58:34.816256 #27573] DEBUG -- :  (0.1ms) begin transaction
161
- D, [2019-03-01T20:58:34.818099 #27573] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
162
- D, [2019-03-01T20:58:34.819784 #27573] DEBUG -- :  (0.0ms) commit transaction
163
- I, [2019-03-01T20:58:34.821111 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
164
- F, [2019-03-01T20:58:34.831751 #27573] FATAL -- :
165
- AirbrakeTestError (after_commit):
166
- lib/airbrake/rack/middleware.rb:52:in `call!'
167
- lib/airbrake/rack/middleware.rb:40:in `call'
168
-
169
-
170
- I, [2019-03-01T20:58:36.839142 #27573] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:36 +0200
171
- I, [2019-03-01T20:58:36.840093 #27573] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
172
- I, [2019-03-01T20:58:36.840145 #27573] INFO -- : Parameters: {"foo"=>"bar"}
173
- I, [2019-03-01T20:58:36.850448 #27573] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
174
- I, [2019-03-01T20:58:36.850758 #27573] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
175
- I, [2019-03-01T20:58:38.858209 #27573] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:38 +0200
176
- I, [2019-03-01T20:58:38.859401 #27573] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
177
- I, [2019-03-01T20:58:38.859464 #27573] INFO -- : Parameters: {"foo"=>"bar"}
178
- I, [2019-03-01T20:58:38.870645 #27573] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
179
- I, [2019-03-01T20:58:38.870921 #27573] INFO -- : Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 0.0ms)
180
- I, [2019-03-01T20:58:40.877641 #27573] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:40 +0200
181
- I, [2019-03-01T20:58:40.878646 #27573] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
182
- I, [2019-03-01T20:58:40.878702 #27573] INFO -- : Parameters: {"foo"=>"bar"}
183
- I, [2019-03-01T20:58:40.888663 #27573] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
184
- I, [2019-03-01T20:58:40.888976 #27573] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
185
- I, [2019-03-01T20:58:42.894796 #27573] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:42 +0200
186
- I, [2019-03-01T20:58:42.895813 #27573] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
187
- I, [2019-03-01T20:58:42.895871 #27573] INFO -- : Parameters: {"foo"=>"bar"}
188
- I, [2019-03-01T20:58:42.908155 #27573] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
189
- I, [2019-03-01T20:58:42.908450 #27573] INFO -- : Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 0.0ms)
190
- I, [2019-03-01T20:58:44.911810 #27573] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:44 +0200
191
- I, [2019-03-01T20:58:44.912683 #27573] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
192
- I, [2019-03-01T20:58:44.912766 #27573] INFO -- : Parameters: {"foo"=>"bar"}
193
- I, [2019-03-01T20:58:44.922491 #27573] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
194
- I, [2019-03-01T20:58:44.922829 #27573] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
195
- I, [2019-03-01T20:58:46.928707 #27573] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:46 +0200
196
- I, [2019-03-01T20:58:46.929538 #27573] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
197
- I, [2019-03-01T20:58:46.929584 #27573] INFO -- : Parameters: {"foo"=>"bar"}
198
- I, [2019-03-01T20:58:46.939708 #27573] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
199
- I, [2019-03-01T20:58:46.939996 #27573] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
200
- I, [2019-03-01T20:58:48.946337 #27573] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:48 +0200
201
- I, [2019-03-01T20:58:48.947363 #27573] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
202
- I, [2019-03-01T20:58:48.947421 #27573] INFO -- : Parameters: {"foo"=>"bar"}
203
- I, [2019-03-01T20:58:48.957833 #27573] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
204
- I, [2019-03-01T20:58:48.958133 #27573] INFO -- : Completed 200 OK in 11ms (Views: 5.5ms | ActiveRecord: 0.0ms)
205
- I, [2019-03-01T20:58:50.962992 #27573] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:50 +0200
206
- I, [2019-03-01T20:58:50.963830 #27573] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
207
- I, [2019-03-01T20:58:50.963889 #27573] INFO -- : Parameters: {"foo"=>"bar"}
208
- I, [2019-03-01T20:58:50.974121 #27573] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
209
- I, [2019-03-01T20:58:50.974402 #27573] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
210
- I, [2019-03-01T20:58:52.977512 #27573] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:52 +0200
211
- I, [2019-03-01T20:58:52.978418 #27573] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
212
- I, [2019-03-01T20:58:52.978472 #27573] INFO -- : Parameters: {"foo"=>"bar"}
213
- I, [2019-03-01T20:58:52.989146 #27573] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
214
- I, [2019-03-01T20:58:52.989442 #27573] INFO -- : Completed 200 OK in 11ms (Views: 5.5ms | ActiveRecord: 0.0ms)
215
- I, [2019-03-01T20:58:54.996841 #27573] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:54 +0200
216
- I, [2019-03-01T20:58:54.998082 #27573] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
217
- I, [2019-03-01T20:58:54.998166 #27573] INFO -- : Parameters: {"foo"=>"bar"}
218
- I, [2019-03-01T20:58:55.012260 #27573] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
219
- I, [2019-03-01T20:58:55.012550 #27573] INFO -- : Completed 200 OK in 14ms (Views: 8.3ms | ActiveRecord: 0.0ms)
220
- I, [2019-03-01T20:58:57.018684 #27573] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:57 +0200
221
- I, [2019-03-01T20:58:57.019589 #27573] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
222
- I, [2019-03-01T20:58:57.019646 #27573] INFO -- : Parameters: {"foo"=>"bar"}
223
- I, [2019-03-01T20:58:57.030052 #27573] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
224
- I, [2019-03-01T20:58:57.030352 #27573] INFO -- : Completed 200 OK in 11ms (Views: 5.2ms | ActiveRecord: 0.0ms)
225
- I, [2019-03-01T20:58:59.037369 #27573] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:59 +0200
226
- I, [2019-03-01T20:58:59.038161 #27573] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
227
- I, [2019-03-01T20:58:59.038207 #27573] INFO -- : Parameters: {"foo"=>"bar"}
228
- I, [2019-03-01T20:58:59.048010 #27573] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
229
- I, [2019-03-01T20:58:59.048367 #27573] INFO -- : Completed 200 OK in 10ms (Views: 5.6ms | ActiveRecord: 0.0ms)
230
- I, [2019-03-01T20:59:01.055789 #27573] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2019-03-01 20:59:01 +0200
231
- I, [2019-03-01T20:59:01.060737 #27573] INFO -- : Processing by DummyController#crash as HTML
232
- D, [2019-03-01T20:59:01.061305 #27573] DEBUG -- :  (0.1ms) begin transaction
233
- D, [2019-03-01T20:59:01.062975 #27573] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
234
- D, [2019-03-01T20:59:01.064530 #27573] DEBUG -- :  (0.0ms) commit transaction
235
- I, [2019-03-01T20:59:01.065873 #27573] INFO -- : Completed 0 in 5ms (ActiveRecord: 0.2ms)
236
- F, [2019-03-01T20:59:01.067428 #27573] FATAL -- :
237
- AirbrakeTestError (after_commit):
238
- lib/airbrake/rack/middleware.rb:52:in `call!'
239
- lib/airbrake/rack/middleware.rb:40:in `call'
240
-
241
-
242
- I, [2019-03-01T20:59:01.068803 #27573] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:01 +0200
243
- I, [2019-03-01T20:59:01.069473 #27573] INFO -- : Processing by DummyController#crash as HTML
244
- D, [2019-03-01T20:59:01.069867 #27573] DEBUG -- :  (0.0ms) begin transaction
245
- D, [2019-03-01T20:59:01.071466 #27573] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
246
- D, [2019-03-01T20:59:01.072682 #27573] DEBUG -- :  (0.0ms) commit transaction
247
- I, [2019-03-01T20:59:01.073822 #27573] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
248
- F, [2019-03-01T20:59:01.075233 #27573] FATAL -- :
249
- AirbrakeTestError (after_commit):
250
- lib/airbrake/rack/middleware.rb:52:in `call!'
251
- lib/airbrake/rack/middleware.rb:40:in `call'
252
-
253
-
254
- I, [2019-03-01T20:59:01.076201 #27573] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:01 +0200
255
- I, [2019-03-01T20:59:01.076887 #27573] INFO -- : Processing by DummyController#crash as HTML
256
- D, [2019-03-01T20:59:01.077202 #27573] DEBUG -- :  (0.0ms) begin transaction
257
- D, [2019-03-01T20:59:01.078455 #27573] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
258
- D, [2019-03-01T20:59:01.079634 #27573] DEBUG -- :  (0.0ms) commit transaction
259
- I, [2019-03-01T20:59:01.080781 #27573] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
260
- F, [2019-03-01T20:59:01.090498 #27573] FATAL -- :
261
- AirbrakeTestError (after_commit):
262
- lib/airbrake/rack/middleware.rb:52:in `call!'
263
- lib/airbrake/rack/middleware.rb:40:in `call'
264
-
265
-
266
- I, [2019-03-01T20:59:03.094670 #27573] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2019-03-01 20:59:03 +0200
267
- I, [2019-03-01T20:59:03.095422 #27573] INFO -- : Processing by DummyController#delayed_job as HTML
268
- I, [2019-03-01T20:59:03.104852 #27573] INFO -- : Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms)
269
- F, [2019-03-01T20:59:03.114206 #27573] FATAL -- :
270
- RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
271
- expected: (anything, hash_including("handler"=>"--- !ruby/struct:BangoJob\nbingo: bingo\nbongo: bongo\n"))
272
- got: (#<Airbrake::Notice:0x00007fe1d64fe010 @config=#<Airbrake::Config:0x00007fe1d63cc778 @proxy={}, @queue...ath=nil, @ip=nil, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d64be870 @max_size=10000>>)
273
- Diff:
274
- @@ -1,3 +1,2 @@
275
- -["anything",
276
- - "hash_including(\"handler\"=>\"--- !ruby/struct:BangoJob\\nbingo: bingo\\nbongo: bongo\\n\")"]
277
- +[#<Airbrake::Notice:0x00007fe1d64fe010 @config=#<Airbrake::Config:0x00007fe1d63cc778 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007fe1d63cc6b0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d63cc660 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d63cc610 @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:0x00007fe1d63cc598>>>, @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=>86, :function=>"perform"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/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/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>79, :function=>"block (2 levels) in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>79, :function=>"block in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>78, :function=>"invoke_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>19, :function=>"block (2 levels) in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>17, :function=>"block in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>16, :function=>"tap"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>16, :function=>"enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>12, :function=>"enqueue"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>142, :function=>"delayed_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/implicit_render.rb", :line=>4, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>198, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rendering.rb", :line=>10, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>20, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_process_action_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>19, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rescue.rb", :line=>29, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications/instrumenter.rb", :line=>20, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/params_wrapper.rb", :line=>250, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/railties/controller_runtime.rb", :line=>18, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>137, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/rendering.rb", :line=>30, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>196, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rack_delegation.rb", :line=>13, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>237, :function=>"block in action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>74, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>43, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>43, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>817, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/etag.rb", :line=>24, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/conditionalget.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/head.rb", :line=>13, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/params_parser.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/flash.rb", :line=>260, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>225, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>220, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/cookies.rb", :line=>560, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/query_cache.rb", :line=>36, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>52, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>40, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb", :line=>653, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>29, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_call_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/reloader.rb", :line=>73, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/remote_ip.rb", :line=>78, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/show_exceptions.rb", :line=>30, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/request_id.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/methodoverride.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/runtime.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/lock.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/static.rb", :line=>120, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/sendfile.rb", :line=>113, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/engine.rb", :line=>518, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/application.rb", :line=>165, :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=>194, :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.1.0", :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:0x00007fe1d64be820 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007fe1d7453308>, "rack.errors"=>#<StringIO:0x00007fe1d74533f8>, "rack.multithread"=>false, "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"=>"", "ORIGINAL_FULLPATH"=>"/delayed_job", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007fe1d6384630>, "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:0x00007fe1d6534c50 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d6534c00 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d6534bb0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d6534b60>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007fe1d7d0c8a0 @filters=[#<Proc:0x00007fe1d7d0c788@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:14>, #<Proc:0x00007fe1d7d0c760@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:15>, #<Proc:0x00007fe1d7d0c738@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007fe1d8833f08@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:29>], @silencers=[#<Proc:0x00007fe1d8833ee0@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:19>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007fe1d8833d00 @key_generator=#<ActiveSupport::KeyGenerator:0x00007fe1d8833d50 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<ThreadSafe::Cache:0x00007fe1d8833c88 @backend={"encrypted cookie64"=>"\x1D\x0Ecc\x81\xCE\xD3\xBE\x16\b\xA4 \xBE\xB0\xAF\b\xCA\xAFtlV\xA7jQ\x06\xEFV\x88\xC3\xE6~\xA0+\xEC1\xE5M]N\x9B\xDB\x9C\xB84\x16\x8C\xC3\xB5m\x19\x82\x03\xB4\xCF\xEE \x81H\xB7P4l\xD15", "signed encrypted cookie64"=>"b\x8D\xD9M,1\xBFB\xEB\x83\xA8%\x18\xFCj\x82\xD6>N\x94-\xDB\xE5\xB1}Uj\xE5u\xFB\x916\x15\xD2\xEE\xD2\x1C\xEC`\xA7\xB1\xCC\x9D\x12\xC6\x9B\x7F\a4>\xE2\xC04N\xFD\x84\xEEV~\x11\xFB\x85\xEE\xE7"}, @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.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "ROUTES_70303969190680_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"fc6f3c9b-1dc1-4bd3-9655-f5c5a26d9299", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007fe1d7450ba8 @env={...}, @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>]>, "rack.session"=>#<ActionDispatch::Request::Session:0x7fe1d744bb58 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007fe1d744bab8 @by=#<ActionDispatch::Session::CookieStore:0x00007fe1d51cbec0 @app=#<ActionDispatch::Flash:0x00007fe1d51d89b8 @app=#<ActionDispatch::ParamsParser:0x00007fe1d51d8300 @app=#<Rack::Head:0x00007fe1d51d8378 @app=#<Rack::ConditionalGet:0x00007fe1d51d83a0 @app=#<Rack::ETag:0x00007fe1d51d8418 @app=#<Warden::Manager:0x00007fe1d51d8d50 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007fe1d6384630>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>, @parsers={#<Mime::Type:0x00007fe1d7afc358 @synonyms=["text/x-json", "application/jsonrequest"], @symbol=:json, @string="application/json", @hash=2728071936037194047>=>:json}>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @env={...}, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "warden"=>Warden::Proxy:70303977987220 @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:0x00007fe1d7449e20 @_action_has_layout=true, @_routes=nil, @_headers={"Content-Type"=>"text/html"}, @_status=200, @_request=#<ActionDispatch::Request:0x00007fe1d7449d30 @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, @uuid=nil>, @_response=#<ActionDispatch::Response:0x00007fe1d7449d08 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d7449c18>, @stream=#<ActionDispatch::Response::Buffer:0x00007fe1d7449b78 @response=#<ActionDispatch::Response:0x00007fe1d7449d08 ...>, @buf=[], @closed=false>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff"}, @status=200, @sending_file=false, @blank=false, @cv=#<MonitorMixin::ConditionVariable:0x00007fe1d7449b50 @monitor=#<ActionDispatch::Response:0x00007fe1d7449d08 ...>, @cond=#<Thread::ConditionVariable:0x00007fe1d7449b28>>, @committed=false, @sending=false, @sent=false, @content_type=nil, @charset=nil, @cache_control={}, @etag=nil, @request=#<ActionDispatch::Request:0x00007fe1d7449d30 @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, @uuid=nil>>, @_env={...}, @_lookup_context=#<ActionView::LookupContext:0x00007fe1d7449628 @details_key=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}, @skip_default_locale=false, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @view_paths=#<ActionView::PathSet:0x00007fe1d74495b0 @paths=[#<ActionView::FixtureResolver:0x00007fe1d7c57590 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x00007fe1d7c57568 @data=#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7c57540 @backend={#<ActionView::LookupContext::DetailsKey:0x00007fe1d73d8540 @hash=3190372293335980833>=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ed90 @backend={"resque"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ecc8 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ebd8 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4eae8 @backend={[]=>[dummy/resque.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "application"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4d0f8 @backend={"layouts"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4d008 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4cf18 @backend={[]=>[layouts/application.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "index"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7700 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7610 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7520 @backend={[]=>[dummy/index.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "notify_airbrake_sync_helper"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7cc5ea0 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7cc5d38 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7cc5a18 @backend={[]=>[dummy/notify_airbrake_sync_helper.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "notify_airbrake_helper"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d54010f0 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d5400fb0 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d5400ec0 @backend={[]=>[dummy/notify_airbrake_helper.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d68@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:48 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d40@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:49 (lambda)>>>, @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"}>]>>, @_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:0x00007fe1d7b06da8 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-4483466561594436380>]}, @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, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d64be870 @max_size=10000>>]
278
- ):
279
- lib/airbrake/rack/middleware.rb:84:in `notify_airbrake'
280
- lib/airbrake/rack/middleware.rb:54:in `rescue in call!'
281
- lib/airbrake/rack/middleware.rb:59:in `call!'
282
- lib/airbrake/rack/middleware.rb:40:in `call'
283
-
284
-
285
- I, [2019-03-01T20:59:03.116027 #27573] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-01 20:59:03 +0200
286
- I, [2019-03-01T20:59:03.116909 #27573] INFO -- : Processing by DummyController#active_job as HTML
287
- I, [2019-03-01T20:59:03.124857 #27573] INFO -- : Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)
288
- F, [2019-03-01T20:59:03.126669 #27573] FATAL -- :
289
- AirbrakeTestError (active_job error):
290
- lib/airbrake/rack/middleware.rb:52:in `call!'
291
- lib/airbrake/rack/middleware.rb:40:in `call'
292
-
293
-
294
- I, [2019-03-01T20:59:05.130415 #27573] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-01 20:59:05 +0200
295
- I, [2019-03-01T20:59:05.131268 #27573] INFO -- : Processing by DummyController#active_job as HTML
296
- I, [2019-03-01T20:59:05.133232 #27573] INFO -- : Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
297
- F, [2019-03-01T20:59:05.134740 #27573] FATAL -- :
298
- AirbrakeTestError (active_job error):
299
- lib/airbrake/rack/middleware.rb:52:in `call!'
300
- lib/airbrake/rack/middleware.rb:40:in `call'
301
-
302
-
303
- D, [2019-03-01T20:59:13.057853 #27606] DEBUG -- :  (0.6ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
304
- D, [2019-03-01T20:59:13.061039 #27606] 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)
305
- D, [2019-03-01T20:59:13.061245 #27606] DEBUG -- :  (0.0ms) select sqlite_version(*)
306
- D, [2019-03-01T20:59:13.061541 #27606] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
307
- I, [2019-03-01T20:59:13.087998 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:13 +0200
308
- I, [2019-03-01T20:59:13.090012 #27606] INFO -- : Processing by DummyController#crash as HTML
309
- D, [2019-03-01T20:59:13.097563 #27606] DEBUG -- :  (0.0ms) begin transaction
310
- D, [2019-03-01T20:59:13.100539 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
311
- D, [2019-03-01T20:59:13.101933 #27606] DEBUG -- :  (0.0ms) commit transaction
312
- I, [2019-03-01T20:59:13.103324 #27606] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.4ms)
313
- F, [2019-03-01T20:59:13.117576 #27606] FATAL -- :
314
- AirbrakeTestError (after_commit):
315
- lib/airbrake/rack/middleware.rb:52:in `call!'
316
- lib/airbrake/rack/middleware.rb:40:in `call'
317
-
318
-
319
- I, [2019-03-01T20:59:15.128392 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:15 +0200
320
- I, [2019-03-01T20:59:15.129228 #27606] INFO -- : Processing by DummyController#crash as HTML
321
- D, [2019-03-01T20:59:15.129743 #27606] DEBUG -- :  (0.1ms) begin transaction
322
- D, [2019-03-01T20:59:15.131595 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
323
- D, [2019-03-01T20:59:15.133122 #27606] DEBUG -- :  (0.0ms) commit transaction
324
- I, [2019-03-01T20:59:15.134524 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
325
- F, [2019-03-01T20:59:15.145291 #27606] FATAL -- :
326
- AirbrakeTestError (after_commit):
327
- lib/airbrake/rack/middleware.rb:52:in `call!'
328
- lib/airbrake/rack/middleware.rb:40:in `call'
329
-
330
-
331
- I, [2019-03-01T20:59:17.151324 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:17 +0200
332
- I, [2019-03-01T20:59:17.152007 #27606] INFO -- : Processing by DummyController#crash as HTML
333
- D, [2019-03-01T20:59:17.152388 #27606] DEBUG -- :  (0.0ms) begin transaction
334
- D, [2019-03-01T20:59:17.154008 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
335
- D, [2019-03-01T20:59:17.155365 #27606] DEBUG -- :  (0.0ms) commit transaction
336
- I, [2019-03-01T20:59:17.156743 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
337
- F, [2019-03-01T20:59:17.168353 #27606] FATAL -- :
338
- AirbrakeTestError (after_commit):
339
- lib/airbrake/rack/middleware.rb:52:in `call!'
340
- lib/airbrake/rack/middleware.rb:40:in `call'
341
-
342
-
343
- I, [2019-03-01T20:59:19.173914 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:19 +0200
344
- I, [2019-03-01T20:59:19.174664 #27606] INFO -- : Processing by DummyController#crash as HTML
345
- D, [2019-03-01T20:59:19.175088 #27606] DEBUG -- :  (0.1ms) begin transaction
346
- D, [2019-03-01T20:59:19.176756 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
347
- D, [2019-03-01T20:59:19.178181 #27606] DEBUG -- :  (0.0ms) commit transaction
348
- I, [2019-03-01T20:59:19.179707 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
349
- F, [2019-03-01T20:59:19.194105 #27606] FATAL -- :
350
- AirbrakeTestError (after_commit):
351
- lib/airbrake/rack/middleware.rb:52:in `call!'
352
- lib/airbrake/rack/middleware.rb:40:in `call'
353
-
354
-
355
- I, [2019-03-01T20:59:21.201230 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:21 +0200
356
- I, [2019-03-01T20:59:21.201976 #27606] INFO -- : Processing by DummyController#crash as HTML
357
- D, [2019-03-01T20:59:21.202456 #27606] DEBUG -- :  (0.1ms) begin transaction
358
- D, [2019-03-01T20:59:21.204371 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
359
- D, [2019-03-01T20:59:21.206266 #27606] DEBUG -- :  (0.0ms) commit transaction
360
- I, [2019-03-01T20:59:21.207868 #27606] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms)
361
- F, [2019-03-01T20:59:21.219323 #27606] FATAL -- :
362
- AirbrakeTestError (after_commit):
363
- lib/airbrake/rack/middleware.rb:52:in `call!'
364
- lib/airbrake/rack/middleware.rb:40:in `call'
365
-
366
-
367
- I, [2019-03-01T20:59:23.225403 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:23 +0200
368
- I, [2019-03-01T20:59:23.226017 #27606] INFO -- : Processing by DummyController#crash as HTML
369
- D, [2019-03-01T20:59:23.226398 #27606] DEBUG -- :  (0.0ms) begin transaction
370
- D, [2019-03-01T20:59:23.227929 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
371
- D, [2019-03-01T20:59:23.229359 #27606] DEBUG -- :  (0.0ms) commit transaction
372
- I, [2019-03-01T20:59:23.230704 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
373
- F, [2019-03-01T20:59:23.237273 #27606] FATAL -- :
374
- AirbrakeTestError (after_commit):
375
- lib/airbrake/rack/middleware.rb:52:in `call!'
376
- lib/airbrake/rack/middleware.rb:40:in `call'
377
-
378
-
379
- I, [2019-03-01T20:59:25.255918 #27606] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
380
- I, [2019-03-01T20:59:25.258589 #27606] INFO -- : Processing by DummyController#crash as HTML
381
- D, [2019-03-01T20:59:25.258986 #27606] DEBUG -- :  (0.0ms) begin transaction
382
- D, [2019-03-01T20:59:25.260403 #27606] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
383
- D, [2019-03-01T20:59:25.261696 #27606] DEBUG -- :  (0.0ms) commit transaction
384
- I, [2019-03-01T20:59:25.262977 #27606] INFO -- : Completed 0 in 4ms (ActiveRecord: 0.1ms)
385
- F, [2019-03-01T20:59:25.264608 #27606] FATAL -- :
386
- AirbrakeTestError (after_commit):
387
- lib/airbrake/rack/middleware.rb:52:in `call!'
388
- lib/airbrake/rack/middleware.rb:40:in `call'
389
-
390
-
391
- I, [2019-03-01T20:59:25.265922 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
392
- I, [2019-03-01T20:59:25.266505 #27606] INFO -- : Processing by DummyController#crash as HTML
393
- D, [2019-03-01T20:59:25.266901 #27606] DEBUG -- :  (0.0ms) begin transaction
394
- D, [2019-03-01T20:59:25.268430 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
395
- D, [2019-03-01T20:59:25.269741 #27606] DEBUG -- :  (0.0ms) commit transaction
396
- I, [2019-03-01T20:59:25.270974 #27606] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
397
- F, [2019-03-01T20:59:25.272625 #27606] FATAL -- :
398
- AirbrakeTestError (after_commit):
399
- lib/airbrake/rack/middleware.rb:52:in `call!'
400
- lib/airbrake/rack/middleware.rb:40:in `call'
401
-
402
-
403
- I, [2019-03-01T20:59:25.274531 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
404
- I, [2019-03-01T20:59:25.275156 #27606] INFO -- : Processing by DummyController#crash as HTML
405
- D, [2019-03-01T20:59:25.275514 #27606] DEBUG -- :  (0.0ms) begin transaction
406
- D, [2019-03-01T20:59:25.277025 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
407
- D, [2019-03-01T20:59:25.278339 #27606] DEBUG -- :  (0.0ms) commit transaction
408
- I, [2019-03-01T20:59:25.279660 #27606] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
409
- F, [2019-03-01T20:59:25.281262 #27606] FATAL -- :
410
- AirbrakeTestError (after_commit):
411
- lib/airbrake/rack/middleware.rb:52:in `call!'
412
- lib/airbrake/rack/middleware.rb:40:in `call'
413
-
414
-
415
- I, [2019-03-01T20:59:25.282540 #27606] INFO -- : Started GET "/" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
416
- I, [2019-03-01T20:59:25.283169 #27606] INFO -- : Processing by DummyController#index as HTML
417
- I, [2019-03-01T20:59:25.289037 #27606] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.9ms)
418
- I, [2019-03-01T20:59:25.289427 #27606] INFO -- : Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
419
- I, [2019-03-01T20:59:25.291071 #27606] INFO -- : Started GET "/resque" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
420
- I, [2019-03-01T20:59:25.291684 #27606] INFO -- : Processing by DummyController#resque as HTML
421
- I, [2019-03-01T20:59:25.293251 #27606] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.1ms)
422
- I, [2019-03-01T20:59:25.293510 #27606] INFO -- : Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
423
- I, [2019-03-01T20:59:25.294502 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
424
- I, [2019-03-01T20:59:25.295019 #27606] INFO -- : Processing by DummyController#crash as HTML
425
- D, [2019-03-01T20:59:25.295383 #27606] DEBUG -- :  (0.0ms) begin transaction
426
- D, [2019-03-01T20:59:25.296878 #27606] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
427
- D, [2019-03-01T20:59:25.298185 #27606] DEBUG -- :  (0.0ms) commit transaction
428
- I, [2019-03-01T20:59:25.299430 #27606] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
429
- F, [2019-03-01T20:59:25.301072 #27606] FATAL -- :
430
- AirbrakeTestError (after_commit):
431
- lib/airbrake/rack/middleware.rb:52:in `call!'
432
- lib/airbrake/rack/middleware.rb:40:in `call'
433
-
434
-
435
- I, [2019-03-01T20:59:25.302233 #27606] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
436
- I, [2019-03-01T20:59:25.302918 #27606] INFO -- : Processing by DummyController#delayed_job as HTML
437
- I, [2019-03-01T20:59:25.312184 #27606] INFO -- : Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms)
438
- F, [2019-03-01T20:59:25.335393 #27606] FATAL -- :
439
- RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
440
- expected: (anything, hash_including("handler"=>"--- !ruby/struct:BangoJob\nbingo: bingo\nbongo: bongo\n"))
441
- got: (#<Airbrake::Notice:0x00007f83abdd8688 @config=#<Airbrake::Config:0x00007f83accef928 @proxy={}, @queue...ath=nil, @ip=nil, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007f83abc9a140 @max_size=10000>>)
442
- Diff:
443
- @@ -1,3 +1,2 @@
444
- -["anything",
445
- - "hash_including(\"handler\"=>\"--- !ruby/struct:BangoJob\\nbingo: bingo\\nbongo: bongo\\n\")"]
446
- +[#<Airbrake::Notice:0x00007f83abdd8688 @config=#<Airbrake::Config:0x00007f83accef928 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007f83accef888 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f83accef838 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f83accef7e8 @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:0x00007f83accef770>>>, @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=>86, :function=>"perform"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/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/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>79, :function=>"block (2 levels) in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>79, :function=>"block in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>78, :function=>"invoke_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>19, :function=>"block (2 levels) in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>17, :function=>"block in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>16, :function=>"tap"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>16, :function=>"enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>12, :function=>"enqueue"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>142, :function=>"delayed_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/implicit_render.rb", :line=>4, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>198, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rendering.rb", :line=>10, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>20, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_process_action_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>19, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rescue.rb", :line=>29, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications/instrumenter.rb", :line=>20, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/params_wrapper.rb", :line=>250, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/railties/controller_runtime.rb", :line=>18, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>137, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/rendering.rb", :line=>30, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>196, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rack_delegation.rb", :line=>13, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>237, :function=>"block in action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>74, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>43, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>43, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>817, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/etag.rb", :line=>24, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/conditionalget.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/head.rb", :line=>13, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/params_parser.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/flash.rb", :line=>260, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>225, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>220, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/cookies.rb", :line=>560, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/query_cache.rb", :line=>36, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>52, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>40, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb", :line=>653, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>29, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_call_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/reloader.rb", :line=>73, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/remote_ip.rb", :line=>78, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/show_exceptions.rb", :line=>30, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/request_id.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/methodoverride.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/runtime.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/lock.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/static.rb", :line=>120, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/sendfile.rb", :line=>113, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/engine.rb", :line=>518, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/application.rb", :line=>165, :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=>197, :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.1.0", :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:0x00007f83abc99da8 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007f83ad1381b0>, "rack.errors"=>#<StringIO:0x00007f83ad138318>, "rack.multithread"=>false, "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"=>"", "ORIGINAL_FULLPATH"=>"/delayed_job", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007f83acb3ea48>, "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:0x00007f83abf60780 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f83abf60730 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f83abf60690 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f83abf605c8>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007f83ad2ee310 @filters=[#<Proc:0x00007f83ad2ee1f8@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:14>, #<Proc:0x00007f83ad2ee1d0@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:15>, #<Proc:0x00007f83ad2ee1a8@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007f83ad2eda28@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:29>], @silencers=[#<Proc:0x00007f83ad2eda00@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:19>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007f83ad2ed898 @key_generator=#<ActiveSupport::KeyGenerator:0x00007f83ad2ed8c0 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<ThreadSafe::Cache:0x00007f83ad2ed870 @backend={"encrypted cookie64"=>"\x1D\x0Ecc\x81\xCE\xD3\xBE\x16\b\xA4 \xBE\xB0\xAF\b\xCA\xAFtlV\xA7jQ\x06\xEFV\x88\xC3\xE6~\xA0+\xEC1\xE5M]N\x9B\xDB\x9C\xB84\x16\x8C\xC3\xB5m\x19\x82\x03\xB4\xCF\xEE \x81H\xB7P4l\xD15", "signed encrypted cookie64"=>"b\x8D\xD9M,1\xBFB\xEB\x83\xA8%\x18\xFCj\x82\xD6>N\x94-\xDB\xE5\xB1}Uj\xE5u\xFB\x916\x15\xD2\xEE\xD2\x1C\xEC`\xA7\xB1\xCC\x9D\x12\xC6\x9B\x7F\a4>\xE2\xC04N\xFD\x84\xEEV~\x11\xFB\x85\xEE\xE7"}, @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.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "ROUTES_70101757457700_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"e47a8968-2831-4b42-aa5f-374a3c68fc47", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007f83ad12d008 @env={...}, @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>]>, "rack.session"=>#<ActionDispatch::Request::Session:0x7f83ad12c6d0 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007f83ad12c680 @by=#<ActionDispatch::Session::CookieStore:0x00007f83ab0ec7a8 @app=#<ActionDispatch::Flash:0x00007f83ab0ec7d0 @app=#<ActionDispatch::ParamsParser:0x00007f83ab0ec8e8 @app=#<Rack::Head:0x00007f83ab0ec910 @app=#<Rack::ConditionalGet:0x00007f83ab0ec938 @app=#<Rack::ETag:0x00007f83ab0ec988 @app=#<Warden::Manager:0x00007f83ab0eca78 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007f83acb3ea48>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>, @parsers={#<Mime::Type:0x00007f83abc01800 @synonyms=["text/x-json", "application/jsonrequest"], @symbol=:json, @string="application/json", @hash=4319262396860256399>=>:json}>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @env={...}, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "warden"=>Warden::Proxy:70101760565940 @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:0x00007f83ad12a498 @_action_has_layout=true, @_routes=nil, @_headers={"Content-Type"=>"text/html"}, @_status=200, @_request=#<ActionDispatch::Request:0x00007f83ad12a268 @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, @uuid=nil>, @_response=#<ActionDispatch::Response:0x00007f83ad12a240 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f83ad129f98>, @stream=#<ActionDispatch::Response::Buffer:0x00007f83ad129f20 @response=#<ActionDispatch::Response:0x00007f83ad12a240 ...>, @buf=[], @closed=false>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff"}, @status=200, @sending_file=false, @blank=false, @cv=#<MonitorMixin::ConditionVariable:0x00007f83ad129ed0 @monitor=#<ActionDispatch::Response:0x00007f83ad12a240 ...>, @cond=#<Thread::ConditionVariable:0x00007f83ad129ea8>>, @committed=false, @sending=false, @sent=false, @content_type=nil, @charset=nil, @cache_control={}, @etag=nil, @request=#<ActionDispatch::Request:0x00007f83ad12a268 @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, @uuid=nil>>, @_env={...}, @_lookup_context=#<ActionView::LookupContext:0x00007f83ad129b10 @details_key=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}, @skip_default_locale=false, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @view_paths=#<ActionView::PathSet:0x00007f83ad129a48 @paths=[#<ActionView::FixtureResolver:0x00007f83abf63ae8 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x00007f83abf63ac0 @data=#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf63a98 @backend={#<ActionView::LookupContext::DetailsKey:0x00007f83abfa26a8 @hash=-469655471203594392>=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abfa0128 @backend={"index"=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf9b6c8 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf98e28 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf98b80 @backend={[]=>[dummy/index.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007f83abda26a0@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007f83abda2678@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "application"=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf90930 @backend={"layouts"=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf90750 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf904f8 @backend={[]=>[layouts/application.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007f83abda26a0@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007f83abda2678@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "resque"=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf195d8 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf194e8 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf193f8 @backend={[]=>[dummy/resque.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007f83abda26a0@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007f83abda2678@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>}, @default_proc=#<Proc:0x00007f83abda25d8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:48 (lambda)>>}, @default_proc=#<Proc:0x00007f83abda25b0@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:49 (lambda)>>>, @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"}>]>>, @_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:0x00007f83ac97a2e8 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=2954536967519040195>]}, @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, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007f83abc9a140 @max_size=10000>>]
447
- ):
448
- lib/airbrake/rack/middleware.rb:84:in `notify_airbrake'
449
- lib/airbrake/rack/middleware.rb:54:in `rescue in call!'
450
- lib/airbrake/rack/middleware.rb:59:in `call!'
451
- lib/airbrake/rack/middleware.rb:40:in `call'
452
-
453
-
454
- I, [2019-03-01T20:59:25.337345 #27606] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
455
- I, [2019-03-01T20:59:25.338095 #27606] INFO -- : Processing by DummyController#active_job as HTML
456
- I, [2019-03-01T20:59:25.342279 #27606] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
457
- F, [2019-03-01T20:59:25.344042 #27606] FATAL -- :
458
- AirbrakeTestError (active_job error):
459
- lib/airbrake/rack/middleware.rb:52:in `call!'
460
- lib/airbrake/rack/middleware.rb:40:in `call'
461
-
462
-
463
- I, [2019-03-01T20:59:27.349566 #27606] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-01 20:59:27 +0200
464
- I, [2019-03-01T20:59:27.350302 #27606] INFO -- : Processing by DummyController#active_job as HTML
465
- I, [2019-03-01T20:59:27.351804 #27606] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
466
- F, [2019-03-01T20:59:27.353177 #27606] FATAL -- :
467
- AirbrakeTestError (active_job error):
468
- lib/airbrake/rack/middleware.rb:52:in `call!'
469
- lib/airbrake/rack/middleware.rb:40:in `call'
470
-
471
-
472
- I, [2019-03-01T20:59:29.360810 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:29 +0200
473
- I, [2019-03-01T20:59:29.361786 #27606] INFO -- : Processing by DummyController#crash as HTML
474
- D, [2019-03-01T20:59:29.362217 #27606] DEBUG -- :  (0.0ms) begin transaction
475
- D, [2019-03-01T20:59:29.363759 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
476
- D, [2019-03-01T20:59:29.365061 #27606] DEBUG -- :  (0.0ms) commit transaction
477
- I, [2019-03-01T20:59:29.366326 #27606] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
478
- F, [2019-03-01T20:59:29.378285 #27606] FATAL -- :
479
- AirbrakeTestError (after_commit):
480
- lib/airbrake/rack/middleware.rb:52:in `call!'
481
- lib/airbrake/rack/middleware.rb:40:in `call'
482
-
483
-
484
- I, [2019-03-01T20:59:31.386069 #27606] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:31 +0200
485
- I, [2019-03-01T20:59:31.387043 #27606] INFO -- : Processing by DummyController#crash as HTML
486
- I, [2019-03-01T20:59:31.387094 #27606] INFO -- : Parameters: {"foo"=>"bar"}
487
- D, [2019-03-01T20:59:31.387499 #27606] DEBUG -- :  (0.1ms) begin transaction
488
- D, [2019-03-01T20:59:31.389186 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
489
- D, [2019-03-01T20:59:31.390637 #27606] DEBUG -- :  (0.0ms) commit transaction
490
- I, [2019-03-01T20:59:31.391979 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
491
- F, [2019-03-01T20:59:31.397924 #27606] FATAL -- :
492
- AirbrakeTestError (after_commit):
493
- lib/airbrake/rack/middleware.rb:52:in `call!'
494
- lib/airbrake/rack/middleware.rb:40:in `call'
495
-
496
-
497
- I, [2019-03-01T20:59:33.407379 #27606] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:33 +0200
498
- I, [2019-03-01T20:59:33.408380 #27606] INFO -- : Processing by DummyController#crash as HTML
499
- I, [2019-03-01T20:59:33.408437 #27606] INFO -- : Parameters: {"foo"=>"bar"}
500
- D, [2019-03-01T20:59:33.408912 #27606] DEBUG -- :  (0.1ms) begin transaction
501
- D, [2019-03-01T20:59:33.410731 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
502
- D, [2019-03-01T20:59:33.412363 #27606] DEBUG -- :  (0.0ms) commit transaction
503
- I, [2019-03-01T20:59:33.413826 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
504
- F, [2019-03-01T20:59:33.426035 #27606] FATAL -- :
505
- AirbrakeTestError (after_commit):
506
- lib/airbrake/rack/middleware.rb:52:in `call!'
507
- lib/airbrake/rack/middleware.rb:40:in `call'
508
-
509
-
510
- I, [2019-03-01T20:59:35.433294 #27606] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:35 +0200
511
- I, [2019-03-01T20:59:35.434224 #27606] INFO -- : Processing by DummyController#crash as HTML
512
- I, [2019-03-01T20:59:35.434292 #27606] INFO -- : Parameters: {"foo"=>"bar"}
513
- D, [2019-03-01T20:59:35.434732 #27606] DEBUG -- :  (0.1ms) begin transaction
514
- D, [2019-03-01T20:59:35.436467 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
515
- D, [2019-03-01T20:59:35.438039 #27606] DEBUG -- :  (0.0ms) commit transaction
516
- I, [2019-03-01T20:59:35.439542 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
517
- F, [2019-03-01T20:59:35.453584 #27606] FATAL -- :
518
- AirbrakeTestError (after_commit):
519
- lib/airbrake/rack/middleware.rb:52:in `call!'
520
- lib/airbrake/rack/middleware.rb:40:in `call'
521
-
522
-
523
- I, [2019-03-01T20:59:37.458964 #27606] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:37 +0200
524
- I, [2019-03-01T20:59:37.459990 #27606] INFO -- : Processing by DummyController#crash as HTML
525
- I, [2019-03-01T20:59:37.460056 #27606] INFO -- : Parameters: {"foo"=>"bar"}
526
- D, [2019-03-01T20:59:37.460500 #27606] DEBUG -- :  (0.1ms) begin transaction
527
- D, [2019-03-01T20:59:37.462367 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
528
- D, [2019-03-01T20:59:37.463969 #27606] DEBUG -- :  (0.0ms) commit transaction
529
- I, [2019-03-01T20:59:37.465491 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
530
- F, [2019-03-01T20:59:37.476994 #27606] FATAL -- :
531
- AirbrakeTestError (after_commit):
532
- lib/airbrake/rack/middleware.rb:52:in `call!'
533
- lib/airbrake/rack/middleware.rb:40:in `call'
534
-
535
-
536
- I, [2019-03-01T20:59:39.484052 #27606] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:39 +0200
537
- I, [2019-03-01T20:59:39.485060 #27606] INFO -- : Processing by DummyController#crash as HTML
538
- I, [2019-03-01T20:59:39.485121 #27606] INFO -- : Parameters: {"foo"=>"bar"}
539
- D, [2019-03-01T20:59:39.485567 #27606] DEBUG -- :  (0.1ms) begin transaction
540
- D, [2019-03-01T20:59:39.487584 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
541
- D, [2019-03-01T20:59:39.489650 #27606] DEBUG -- :  (0.0ms) commit transaction
542
- I, [2019-03-01T20:59:39.491228 #27606] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms)
543
- F, [2019-03-01T20:59:39.502404 #27606] FATAL -- :
544
- AirbrakeTestError (after_commit):
545
- lib/airbrake/rack/middleware.rb:52:in `call!'
546
- lib/airbrake/rack/middleware.rb:40:in `call'
547
-
548
-
549
- I, [2019-03-01T20:59:41.508524 #27606] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:41 +0200
550
- I, [2019-03-01T20:59:41.509525 #27606] INFO -- : Processing by DummyController#crash as HTML
551
- I, [2019-03-01T20:59:41.509584 #27606] INFO -- : Parameters: {"foo"=>"bar"}
552
- D, [2019-03-01T20:59:41.510119 #27606] DEBUG -- :  (0.1ms) begin transaction
553
- D, [2019-03-01T20:59:41.511969 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
554
- D, [2019-03-01T20:59:41.513731 #27606] DEBUG -- :  (0.0ms) commit transaction
555
- I, [2019-03-01T20:59:41.515374 #27606] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms)
556
- F, [2019-03-01T20:59:41.527058 #27606] FATAL -- :
557
- AirbrakeTestError (after_commit):
558
- lib/airbrake/rack/middleware.rb:52:in `call!'
559
- lib/airbrake/rack/middleware.rb:40:in `call'
560
-
561
-
562
- I, [2019-03-01T20:59:43.533988 #27606] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:43 +0200
563
- I, [2019-03-01T20:59:43.535335 #27606] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
564
- I, [2019-03-01T20:59:43.535395 #27606] INFO -- : Parameters: {"foo"=>"bar"}
565
- I, [2019-03-01T20:59:43.547900 #27606] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
566
- I, [2019-03-01T20:59:43.548223 #27606] INFO -- : Completed 200 OK in 13ms (Views: 1.1ms | ActiveRecord: 0.0ms)
567
- I, [2019-03-01T20:59:45.553575 #27606] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:45 +0200
568
- I, [2019-03-01T20:59:45.554577 #27606] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
569
- I, [2019-03-01T20:59:45.554652 #27606] INFO -- : Parameters: {"foo"=>"bar"}
570
- I, [2019-03-01T20:59:45.568602 #27606] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
571
- I, [2019-03-01T20:59:45.568917 #27606] INFO -- : Completed 200 OK in 14ms (Views: 1.0ms | ActiveRecord: 0.0ms)
572
- I, [2019-03-01T20:59:47.573418 #27606] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:47 +0200
573
- I, [2019-03-01T20:59:47.574197 #27606] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
574
- I, [2019-03-01T20:59:47.574239 #27606] INFO -- : Parameters: {"foo"=>"bar"}
575
- I, [2019-03-01T20:59:47.584710 #27606] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
576
- I, [2019-03-01T20:59:47.585176 #27606] INFO -- : Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.0ms)
577
- I, [2019-03-01T20:59:49.591591 #27606] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:49 +0200
578
- I, [2019-03-01T20:59:49.592442 #27606] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
579
- I, [2019-03-01T20:59:49.592501 #27606] INFO -- : Parameters: {"foo"=>"bar"}
580
- I, [2019-03-01T20:59:49.605703 #27606] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
581
- I, [2019-03-01T20:59:49.606129 #27606] INFO -- : Completed 200 OK in 14ms (Views: 1.1ms | ActiveRecord: 0.0ms)
582
- I, [2019-03-01T20:59:51.613311 #27606] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:51 +0200
583
- I, [2019-03-01T20:59:51.614207 #27606] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
584
- I, [2019-03-01T20:59:51.614268 #27606] INFO -- : Parameters: {"foo"=>"bar"}
585
- I, [2019-03-01T20:59:51.625172 #27606] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
586
- I, [2019-03-01T20:59:51.625590 #27606] INFO -- : Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.0ms)
587
- I, [2019-03-01T20:59:53.632646 #27606] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:53 +0200
588
- I, [2019-03-01T20:59:53.633890 #27606] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
589
- I, [2019-03-01T20:59:53.633941 #27606] INFO -- : Parameters: {"foo"=>"bar"}
590
- I, [2019-03-01T20:59:53.645570 #27606] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.4ms)
591
- I, [2019-03-01T20:59:53.645924 #27606] INFO -- : Completed 200 OK in 12ms (Views: 1.2ms | ActiveRecord: 0.0ms)
592
- I, [2019-03-01T20:59:55.653116 #27606] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:55 +0200
593
- I, [2019-03-01T20:59:55.654140 #27606] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
594
- I, [2019-03-01T20:59:55.654193 #27606] INFO -- : Parameters: {"foo"=>"bar"}
595
- I, [2019-03-01T20:59:55.666011 #27606] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
596
- I, [2019-03-01T20:59:55.666375 #27606] INFO -- : Completed 200 OK in 12ms (Views: 6.1ms | ActiveRecord: 0.0ms)
597
- I, [2019-03-01T20:59:57.674294 #27606] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:57 +0200
598
- I, [2019-03-01T20:59:57.675353 #27606] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
599
- I, [2019-03-01T20:59:57.675415 #27606] INFO -- : Parameters: {"foo"=>"bar"}
600
- I, [2019-03-01T20:59:57.689973 #27606] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
601
- I, [2019-03-01T20:59:57.690336 #27606] INFO -- : Completed 200 OK in 15ms (Views: 8.4ms | ActiveRecord: 0.0ms)
602
- I, [2019-03-01T20:59:59.697045 #27606] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:59 +0200
603
- I, [2019-03-01T20:59:59.698014 #27606] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
604
- I, [2019-03-01T20:59:59.698074 #27606] INFO -- : Parameters: {"foo"=>"bar"}
605
- I, [2019-03-01T20:59:59.709046 #27606] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
606
- I, [2019-03-01T20:59:59.709317 #27606] INFO -- : Completed 200 OK in 11ms (Views: 5.2ms | ActiveRecord: 0.0ms)
607
- I, [2019-03-01T21:00:01.716994 #27606] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 21:00:01 +0200
608
- I, [2019-03-01T21:00:01.717968 #27606] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
609
- I, [2019-03-01T21:00:01.718023 #27606] INFO -- : Parameters: {"foo"=>"bar"}
610
- I, [2019-03-01T21:00:01.728239 #27606] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
611
- I, [2019-03-01T21:00:01.728567 #27606] INFO -- : Completed 200 OK in 10ms (Views: 5.4ms | ActiveRecord: 0.0ms)
612
- I, [2019-03-01T21:00:03.731317 #27606] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 21:00:03 +0200
613
- I, [2019-03-01T21:00:03.732346 #27606] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
614
- I, [2019-03-01T21:00:03.732402 #27606] INFO -- : Parameters: {"foo"=>"bar"}
615
- I, [2019-03-01T21:00:03.742949 #27606] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
616
- I, [2019-03-01T21:00:03.743236 #27606] INFO -- : Completed 200 OK in 11ms (Views: 5.1ms | ActiveRecord: 0.0ms)
617
- I, [2019-03-01T21:00:05.750231 #27606] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 21:00:05 +0200
618
- I, [2019-03-01T21:00:05.751498 #27606] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
619
- I, [2019-03-01T21:00:05.751567 #27606] INFO -- : Parameters: {"foo"=>"bar"}
620
- I, [2019-03-01T21:00:05.762216 #27606] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
621
- I, [2019-03-01T21:00:05.762506 #27606] INFO -- : Completed 200 OK in 11ms (Views: 5.2ms | ActiveRecord: 0.0ms)
622
- I, [2019-03-01T21:00:07.769362 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 21:00:07 +0200
623
- I, [2019-03-01T21:00:07.777952 #27606] INFO -- : Processing by DummyController#crash as HTML
624
- D, [2019-03-01T21:00:07.778539 #27606] DEBUG -- :  (0.1ms) begin transaction
625
- D, [2019-03-01T21:00:07.780250 #27606] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
626
- D, [2019-03-01T21:00:07.781824 #27606] DEBUG -- :  (0.0ms) commit transaction
627
- I, [2019-03-01T21:00:07.783242 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
628
- F, [2019-03-01T21:00:07.794465 #27606] FATAL -- :
629
- AirbrakeTestError (after_commit):
630
- lib/airbrake/rack/middleware.rb:52:in `call!'
631
- lib/airbrake/rack/middleware.rb:40:in `call'
632
-
633
-
634
- D, [2019-03-11T14:35:14.590954 #69288] DEBUG -- :  (3.2ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
635
- D, [2019-03-11T14:35:14.595424 #69288] 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)
636
- D, [2019-03-11T14:35:14.595688 #69288] DEBUG -- :  (0.1ms) select sqlite_version(*)
637
- D, [2019-03-11T14:35:14.596031 #69288] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
638
- I, [2019-03-11T14:35:14.823953 #69288] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-11 14:35:14 +0200
639
- I, [2019-03-11T14:35:14.826052 #69288] INFO -- : Processing by DummyController#crash as HTML
640
- D, [2019-03-11T14:35:14.833828 #69288] DEBUG -- :  (0.0ms) begin transaction
641
- D, [2019-03-11T14:35:14.838055 #69288] DEBUG -- : SQL (0.2ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
642
- D, [2019-03-11T14:35:14.839684 #69288] DEBUG -- :  (0.1ms) commit transaction
643
- I, [2019-03-11T14:35:14.841014 #69288] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.5ms)
644
- F, [2019-03-11T14:35:14.855598 #69288] FATAL -- :
645
- AirbrakeTestError (after_commit):
646
- lib/airbrake/rack/middleware.rb:33:in `call!'
647
- lib/airbrake/rack/middleware.rb:21:in `call'
648
-
649
-
650
- I, [2019-03-11T14:35:16.866970 #69288] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-11 14:35:16 +0200
651
- I, [2019-03-11T14:35:16.867786 #69288] INFO -- : Processing by DummyController#crash as HTML
652
- D, [2019-03-11T14:35:16.868232 #69288] DEBUG -- :  (0.1ms) begin transaction
653
- D, [2019-03-11T14:35:16.869854 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
654
- D, [2019-03-11T14:35:16.871215 #69288] DEBUG -- :  (0.0ms) commit transaction
655
- I, [2019-03-11T14:35:16.872471 #69288] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
656
- F, [2019-03-11T14:35:16.882362 #69288] FATAL -- :
657
- AirbrakeTestError (after_commit):
658
- lib/airbrake/rack/middleware.rb:33:in `call!'
659
- lib/airbrake/rack/middleware.rb:21:in `call'
660
-
661
-
662
- I, [2019-03-11T14:35:18.889075 #69288] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-11 14:35:18 +0200
663
- I, [2019-03-11T14:35:18.889858 #69288] INFO -- : Processing by DummyController#crash as HTML
664
- D, [2019-03-11T14:35:18.890332 #69288] DEBUG -- :  (0.1ms) begin transaction
665
- D, [2019-03-11T14:35:18.892086 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
666
- D, [2019-03-11T14:35:18.893548 #69288] DEBUG -- :  (0.1ms) commit transaction
667
- I, [2019-03-11T14:35:18.894754 #69288] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
668
- F, [2019-03-11T14:35:18.904617 #69288] FATAL -- :
669
- AirbrakeTestError (after_commit):
670
- lib/airbrake/rack/middleware.rb:33:in `call!'
671
- lib/airbrake/rack/middleware.rb:21:in `call'
672
-
673
-
674
- I, [2019-03-11T14:35:20.911059 #69288] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-11 14:35:20 +0200
675
- I, [2019-03-11T14:35:20.911859 #69288] INFO -- : Processing by DummyController#crash as HTML
676
- D, [2019-03-11T14:35:20.912332 #69288] DEBUG -- :  (0.1ms) begin transaction
677
- D, [2019-03-11T14:35:20.914220 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
678
- D, [2019-03-11T14:35:20.915859 #69288] DEBUG -- :  (0.1ms) commit transaction
679
- I, [2019-03-11T14:35:20.917376 #69288] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
680
- F, [2019-03-11T14:35:20.930021 #69288] FATAL -- :
681
- AirbrakeTestError (after_commit):
682
- lib/airbrake/rack/middleware.rb:33:in `call!'
683
- lib/airbrake/rack/middleware.rb:21:in `call'
684
-
685
-
686
- I, [2019-03-11T14:35:22.933527 #69288] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-11 14:35:22 +0200
687
- I, [2019-03-11T14:35:22.934326 #69288] INFO -- : Processing by DummyController#crash as HTML
688
- D, [2019-03-11T14:35:22.934763 #69288] DEBUG -- :  (0.1ms) begin transaction
689
- D, [2019-03-11T14:35:22.936362 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
690
- D, [2019-03-11T14:35:22.937847 #69288] DEBUG -- :  (0.1ms) commit transaction
691
- I, [2019-03-11T14:35:22.939142 #69288] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
692
- F, [2019-03-11T14:35:22.949458 #69288] FATAL -- :
693
- AirbrakeTestError (after_commit):
694
- lib/airbrake/rack/middleware.rb:33:in `call!'
695
- lib/airbrake/rack/middleware.rb:21:in `call'
696
-
697
-
698
- I, [2019-03-11T14:35:24.956465 #69288] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-11 14:35:24 +0200
699
- I, [2019-03-11T14:35:24.957270 #69288] INFO -- : Processing by DummyController#crash as HTML
700
- D, [2019-03-11T14:35:24.957663 #69288] DEBUG -- :  (0.1ms) begin transaction
701
- D, [2019-03-11T14:35:24.959102 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
702
- D, [2019-03-11T14:35:24.960410 #69288] DEBUG -- :  (0.0ms) commit transaction
703
- I, [2019-03-11T14:35:24.961539 #69288] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
704
- F, [2019-03-11T14:35:24.971588 #69288] FATAL -- :
705
- AirbrakeTestError (after_commit):
706
- lib/airbrake/rack/middleware.rb:33:in `call!'
707
- lib/airbrake/rack/middleware.rb:21:in `call'
708
-
709
-
710
- I, [2019-03-11T14:35:26.976789 #69288] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-11 14:35:26 +0200
711
- I, [2019-03-11T14:35:26.977569 #69288] INFO -- : Processing by DummyController#crash as HTML
712
- D, [2019-03-11T14:35:26.978029 #69288] DEBUG -- :  (0.1ms) begin transaction
713
- D, [2019-03-11T14:35:26.979698 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
714
- D, [2019-03-11T14:35:26.981352 #69288] DEBUG -- :  (0.1ms) commit transaction
715
- I, [2019-03-11T14:35:26.982949 #69288] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
716
- F, [2019-03-11T14:35:26.992339 #69288] FATAL -- :
717
- AirbrakeTestError (after_commit):
718
- lib/airbrake/rack/middleware.rb:33:in `call!'
719
- lib/airbrake/rack/middleware.rb:21:in `call'
720
-
721
-
722
- I, [2019-03-11T14:35:26.993661 #69288] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-11 14:35:26 +0200
723
- I, [2019-03-11T14:35:26.994335 #69288] INFO -- : Processing by DummyController#crash as HTML
724
- D, [2019-03-11T14:35:26.994795 #69288] DEBUG -- :  (0.0ms) begin transaction
725
- D, [2019-03-11T14:35:26.996178 #69288] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
726
- D, [2019-03-11T14:35:26.997567 #69288] DEBUG -- :  (0.1ms) commit transaction
727
- I, [2019-03-11T14:35:26.998873 #69288] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
728
- F, [2019-03-11T14:35:27.000287 #69288] FATAL -- :
729
- AirbrakeTestError (after_commit):
730
- lib/airbrake/rack/middleware.rb:33:in `call!'
731
- lib/airbrake/rack/middleware.rb:21:in `call'
732
-
733
-
734
- I, [2019-03-11T14:35:27.001460 #69288] INFO -- : Started GET "/" for 127.0.0.1 at 2019-03-11 14:35:27 +0200
735
- I, [2019-03-11T14:35:27.002056 #69288] INFO -- : Processing by DummyController#index as HTML
736
- I, [2019-03-11T14:35:27.010203 #69288] INFO -- : Rendered dummy/index.html.erb within layouts/application (1.1ms)
737
- I, [2019-03-11T14:35:27.010615 #69288] INFO -- : Completed 200 OK in 8ms (Views: 8.4ms | ActiveRecord: 0.0ms)
738
- I, [2019-03-11T14:35:27.012449 #69288] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-11 14:35:27 +0200
739
- I, [2019-03-11T14:35:27.013143 #69288] INFO -- : Processing by DummyController#active_job as HTML
740
- I, [2019-03-11T14:35:27.018430 #69288] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
741
- F, [2019-03-11T14:35:27.020176 #69288] FATAL -- :
742
- AirbrakeTestError (active_job error):
743
- lib/airbrake/rack/middleware.rb:33:in `call!'
744
- lib/airbrake/rack/middleware.rb:21:in `call'
745
-
746
-
747
- I, [2019-03-11T14:35:29.024582 #69288] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-11 14:35:29 +0200
748
- I, [2019-03-11T14:35:29.025378 #69288] INFO -- : Processing by DummyController#active_job as HTML
749
- I, [2019-03-11T14:35:29.027276 #69288] INFO -- : Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
750
- F, [2019-03-11T14:35:29.028620 #69288] FATAL -- :
751
- AirbrakeTestError (active_job error):
752
- lib/airbrake/rack/middleware.rb:33:in `call!'
753
- lib/airbrake/rack/middleware.rb:21:in `call'
754
-
755
-
756
- I, [2019-03-11T14:35:31.032709 #69288] INFO -- : Started GET "/resque" for 127.0.0.1 at 2019-03-11 14:35:31 +0200
757
- I, [2019-03-11T14:35:31.036451 #69288] INFO -- : Processing by DummyController#resque as HTML
758
- I, [2019-03-11T14:35:31.038727 #69288] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
759
- I, [2019-03-11T14:35:31.039045 #69288] INFO -- : Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
760
- I, [2019-03-11T14:35:31.040625 #69288] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-11 14:35:31 +0200
761
- I, [2019-03-11T14:35:31.041097 #69288] INFO -- : Processing by DummyController#crash as HTML
762
- D, [2019-03-11T14:35:31.041472 #69288] DEBUG -- :  (0.0ms) begin transaction
763
- D, [2019-03-11T14:35:31.042755 #69288] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
764
- D, [2019-03-11T14:35:31.043882 #69288] DEBUG -- :  (0.0ms) commit transaction
765
- I, [2019-03-11T14:35:31.044807 #69288] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
766
- F, [2019-03-11T14:35:31.046106 #69288] FATAL -- :
767
- AirbrakeTestError (after_commit):
768
- lib/airbrake/rack/middleware.rb:33:in `call!'
769
- lib/airbrake/rack/middleware.rb:21:in `call'
770
-
771
-
772
- I, [2019-03-11T14:35:31.047174 #69288] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2019-03-11 14:35:31 +0200
773
- I, [2019-03-11T14:35:31.049885 #69288] INFO -- : Processing by DummyController#crash as HTML
774
- D, [2019-03-11T14:35:31.050436 #69288] DEBUG -- :  (0.0ms) begin transaction
775
- D, [2019-03-11T14:35:31.051924 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
776
- D, [2019-03-11T14:35:31.053323 #69288] DEBUG -- :  (0.0ms) commit transaction
777
- I, [2019-03-11T14:35:31.054593 #69288] INFO -- : Completed 0 in 4ms (ActiveRecord: 0.2ms)
778
- F, [2019-03-11T14:35:31.056053 #69288] FATAL -- :
779
- AirbrakeTestError (after_commit):
780
- lib/airbrake/rack/middleware.rb:33:in `call!'
781
- lib/airbrake/rack/middleware.rb:21:in `call'
782
-
783
-
784
- I, [2019-03-11T14:35:31.057446 #69288] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:31 +0200
785
- I, [2019-03-11T14:35:31.058279 #69288] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
786
- I, [2019-03-11T14:35:31.058323 #69288] INFO -- : Parameters: {"foo"=>"bar"}
787
- I, [2019-03-11T14:35:31.069110 #69288] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.3ms)
788
- I, [2019-03-11T14:35:31.069435 #69288] INFO -- : Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms)
789
- I, [2019-03-11T14:35:33.073522 #69288] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:33 +0200
790
- I, [2019-03-11T14:35:33.074471 #69288] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
791
- I, [2019-03-11T14:35:33.074564 #69288] INFO -- : Parameters: {"foo"=>"bar"}
792
- I, [2019-03-11T14:35:33.083868 #69288] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
793
- I, [2019-03-11T14:35:33.084145 #69288] INFO -- : Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
794
- I, [2019-03-11T14:35:35.090524 #69288] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:35 +0200
795
- I, [2019-03-11T14:35:35.091329 #69288] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
796
- I, [2019-03-11T14:35:35.091373 #69288] INFO -- : Parameters: {"foo"=>"bar"}
797
- I, [2019-03-11T14:35:35.100892 #69288] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
798
- I, [2019-03-11T14:35:35.101219 #69288] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
799
- I, [2019-03-11T14:35:37.108020 #69288] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:37 +0200
800
- I, [2019-03-11T14:35:37.109307 #69288] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
801
- I, [2019-03-11T14:35:37.109383 #69288] INFO -- : Parameters: {"foo"=>"bar"}
802
- I, [2019-03-11T14:35:37.119642 #69288] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.3ms)
803
- I, [2019-03-11T14:35:37.120086 #69288] INFO -- : Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.0ms)
804
- I, [2019-03-11T14:35:39.124774 #69288] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:39 +0200
805
- I, [2019-03-11T14:35:39.125658 #69288] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
806
- I, [2019-03-11T14:35:39.125710 #69288] INFO -- : Parameters: {"foo"=>"bar"}
807
- I, [2019-03-11T14:35:39.134861 #69288] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.3ms)
808
- I, [2019-03-11T14:35:39.135173 #69288] INFO -- : Completed 200 OK in 9ms (Views: 1.2ms | ActiveRecord: 0.0ms)
809
- I, [2019-03-11T14:35:41.142251 #69288] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:41 +0200
810
- I, [2019-03-11T14:35:41.143228 #69288] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
811
- I, [2019-03-11T14:35:41.143285 #69288] INFO -- : Parameters: {"foo"=>"bar"}
812
- I, [2019-03-11T14:35:41.153865 #69288] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
813
- I, [2019-03-11T14:35:41.154166 #69288] INFO -- : Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms)
814
- I, [2019-03-11T14:35:43.159680 #69288] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:43 +0200
815
- I, [2019-03-11T14:35:43.160928 #69288] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
816
- I, [2019-03-11T14:35:43.161010 #69288] INFO -- : Parameters: {"foo"=>"bar"}
817
- I, [2019-03-11T14:35:43.171452 #69288] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
818
- I, [2019-03-11T14:35:43.171784 #69288] INFO -- : Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms)
819
- I, [2019-03-11T14:35:45.179349 #69288] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:45 +0200
820
- I, [2019-03-11T14:35:45.180415 #69288] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
821
- I, [2019-03-11T14:35:45.180480 #69288] INFO -- : Parameters: {"foo"=>"bar"}
822
- I, [2019-03-11T14:35:45.191561 #69288] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
823
- I, [2019-03-11T14:35:45.191874 #69288] INFO -- : Completed 200 OK in 11ms (Views: 4.6ms | ActiveRecord: 0.0ms)
824
- I, [2019-03-11T14:35:47.197169 #69288] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:47 +0200
825
- I, [2019-03-11T14:35:47.198249 #69288] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
826
- I, [2019-03-11T14:35:47.198308 #69288] INFO -- : Parameters: {"foo"=>"bar"}
827
- I, [2019-03-11T14:35:47.208785 #69288] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
828
- I, [2019-03-11T14:35:47.209211 #69288] INFO -- : Completed 200 OK in 11ms (Views: 5.4ms | ActiveRecord: 0.0ms)
829
- I, [2019-03-11T14:35:49.216486 #69288] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:49 +0200
830
- I, [2019-03-11T14:35:49.217580 #69288] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
831
- I, [2019-03-11T14:35:49.217644 #69288] INFO -- : Parameters: {"foo"=>"bar"}
832
- I, [2019-03-11T14:35:49.227188 #69288] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
833
- I, [2019-03-11T14:35:49.227482 #69288] INFO -- : Completed 200 OK in 10ms (Views: 4.7ms | ActiveRecord: 0.0ms)
834
- I, [2019-03-11T14:35:51.233704 #69288] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:51 +0200
835
- I, [2019-03-11T14:35:51.234758 #69288] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
836
- I, [2019-03-11T14:35:51.234812 #69288] INFO -- : Parameters: {"foo"=>"bar"}
837
- I, [2019-03-11T14:35:51.244337 #69288] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
838
- I, [2019-03-11T14:35:51.244753 #69288] INFO -- : Completed 200 OK in 10ms (Views: 5.0ms | ActiveRecord: 0.0ms)
839
- I, [2019-03-11T14:35:53.250849 #69288] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:53 +0200
840
- I, [2019-03-11T14:35:53.251774 #69288] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
841
- I, [2019-03-11T14:35:53.251821 #69288] INFO -- : Parameters: {"foo"=>"bar"}
842
- I, [2019-03-11T14:35:53.260348 #69288] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
843
- I, [2019-03-11T14:35:53.260666 #69288] INFO -- : Completed 200 OK in 9ms (Views: 4.7ms | ActiveRecord: 0.0ms)
844
- I, [2019-03-11T14:35:55.269031 #69288] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:55 +0200
845
- I, [2019-03-11T14:35:55.270029 #69288] INFO -- : Processing by DummyController#crash as HTML
846
- I, [2019-03-11T14:35:55.270086 #69288] INFO -- : Parameters: {"foo"=>"bar"}
847
- D, [2019-03-11T14:35:55.270593 #69288] DEBUG -- :  (0.1ms) begin transaction
848
- D, [2019-03-11T14:35:55.272514 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
849
- D, [2019-03-11T14:35:55.274068 #69288] DEBUG -- :  (0.0ms) commit transaction
850
- I, [2019-03-11T14:35:55.275455 #69288] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
851
- F, [2019-03-11T14:35:55.285879 #69288] FATAL -- :
852
- AirbrakeTestError (after_commit):
853
- lib/airbrake/rack/middleware.rb:33:in `call!'
854
- lib/airbrake/rack/middleware.rb:21:in `call'
855
-
856
-
857
- I, [2019-03-11T14:35:57.291145 #69288] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:57 +0200
858
- I, [2019-03-11T14:35:57.292090 #69288] INFO -- : Processing by DummyController#crash as HTML
859
- I, [2019-03-11T14:35:57.292163 #69288] INFO -- : Parameters: {"foo"=>"bar"}
860
- D, [2019-03-11T14:35:57.292604 #69288] DEBUG -- :  (0.1ms) begin transaction
861
- D, [2019-03-11T14:35:57.294351 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
862
- D, [2019-03-11T14:35:57.295813 #69288] DEBUG -- :  (0.0ms) commit transaction
863
- I, [2019-03-11T14:35:57.297176 #69288] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
864
- F, [2019-03-11T14:35:57.309096 #69288] FATAL -- :
865
- AirbrakeTestError (after_commit):
866
- lib/airbrake/rack/middleware.rb:33:in `call!'
867
- lib/airbrake/rack/middleware.rb:21:in `call'
868
-
869
-
870
- I, [2019-03-11T14:35:59.316993 #69288] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-11 14:35:59 +0200
871
- I, [2019-03-11T14:35:59.318319 #69288] INFO -- : Processing by DummyController#crash as HTML
872
- I, [2019-03-11T14:35:59.318413 #69288] INFO -- : Parameters: {"foo"=>"bar"}
873
- D, [2019-03-11T14:35:59.318905 #69288] DEBUG -- :  (0.1ms) begin transaction
874
- D, [2019-03-11T14:35:59.320791 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
875
- D, [2019-03-11T14:35:59.322549 #69288] DEBUG -- :  (0.0ms) commit transaction
876
- I, [2019-03-11T14:35:59.324152 #69288] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms)
877
- F, [2019-03-11T14:35:59.334669 #69288] FATAL -- :
878
- AirbrakeTestError (after_commit):
879
- lib/airbrake/rack/middleware.rb:33:in `call!'
880
- lib/airbrake/rack/middleware.rb:21:in `call'
881
-
882
-
883
- I, [2019-03-11T14:36:01.339695 #69288] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-11 14:36:01 +0200
884
- I, [2019-03-11T14:36:01.344611 #69288] INFO -- : Processing by DummyController#crash as HTML
885
- I, [2019-03-11T14:36:01.344683 #69288] INFO -- : Parameters: {"foo"=>"bar"}
886
- D, [2019-03-11T14:36:01.345100 #69288] DEBUG -- :  (0.1ms) begin transaction
887
- D, [2019-03-11T14:36:01.346862 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
888
- D, [2019-03-11T14:36:01.348324 #69288] DEBUG -- :  (0.0ms) commit transaction
889
- I, [2019-03-11T14:36:01.349659 #69288] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
890
- F, [2019-03-11T14:36:01.359334 #69288] FATAL -- :
891
- AirbrakeTestError (after_commit):
892
- lib/airbrake/rack/middleware.rb:33:in `call!'
893
- lib/airbrake/rack/middleware.rb:21:in `call'
894
-
895
-
896
- I, [2019-03-11T14:36:03.362134 #69288] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-11 14:36:03 +0200
897
- I, [2019-03-11T14:36:03.363086 #69288] INFO -- : Processing by DummyController#crash as HTML
898
- I, [2019-03-11T14:36:03.363143 #69288] INFO -- : Parameters: {"foo"=>"bar"}
899
- D, [2019-03-11T14:36:03.363595 #69288] DEBUG -- :  (0.1ms) begin transaction
900
- D, [2019-03-11T14:36:03.365264 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
901
- D, [2019-03-11T14:36:03.366622 #69288] DEBUG -- :  (0.0ms) commit transaction
902
- I, [2019-03-11T14:36:03.367861 #69288] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
903
- F, [2019-03-11T14:36:03.378070 #69288] FATAL -- :
904
- AirbrakeTestError (after_commit):
905
- lib/airbrake/rack/middleware.rb:33:in `call!'
906
- lib/airbrake/rack/middleware.rb:21:in `call'
907
-
908
-
909
- I, [2019-03-11T14:36:05.382639 #69288] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-11 14:36:05 +0200
910
- I, [2019-03-11T14:36:05.383838 #69288] INFO -- : Processing by DummyController#crash as HTML
911
- I, [2019-03-11T14:36:05.383944 #69288] INFO -- : Parameters: {"foo"=>"bar"}
912
- D, [2019-03-11T14:36:05.384408 #69288] DEBUG -- :  (0.1ms) begin transaction
913
- D, [2019-03-11T14:36:05.386345 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
914
- D, [2019-03-11T14:36:05.387869 #69288] DEBUG -- :  (0.0ms) commit transaction
915
- I, [2019-03-11T14:36:05.389315 #69288] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
916
- F, [2019-03-11T14:36:05.399625 #69288] FATAL -- :
917
- AirbrakeTestError (after_commit):
918
- lib/airbrake/rack/middleware.rb:33:in `call!'
919
- lib/airbrake/rack/middleware.rb:21:in `call'
920
-
921
-
922
- I, [2019-03-11T14:36:07.407073 #69288] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2019-03-11 14:36:07 +0200
923
- I, [2019-03-11T14:36:07.408097 #69288] INFO -- : Processing by DummyController#delayed_job as HTML
924
- I, [2019-03-11T14:36:07.420697 #69288] INFO -- : Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.2ms)
925
- F, [2019-03-11T14:36:07.446527 #69288] FATAL -- :
926
- RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
927
- expected: (anything, hash_including("handler"=>"--- !ruby/struct:BangoJob\nbingo: bingo\nbongo: bongo\n"))
928
- got: (#<Airbrake::Notice:0x00007fa343b1f880 @config=#<Airbrake::Config:0x00007fa3431e97e8 @proxy={}, @queue...ath=nil, @ip=nil, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fa3439c3298 @max_size=10000>>)
929
- Diff:
930
- @@ -1,3 +1,2 @@
931
- -["anything",
932
- - "hash_including(\"handler\"=>\"--- !ruby/struct:BangoJob\\nbingo: bingo\\nbongo: bongo\\n\")"]
933
- +[#<Airbrake::Notice:0x00007fa343b1f880 @config=#<Airbrake::Config:0x00007fa3431e97e8 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007fa3431ea300 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fa343dcffa8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fa343dcff58 @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:0x00007fa343dcfee0>>>, @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=>86, :function=>"perform"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/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/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>79, :function=>"block (2 levels) in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>79, :function=>"block in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>78, :function=>"invoke_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>19, :function=>"block (2 levels) in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>17, :function=>"block in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>16, :function=>"tap"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>16, :function=>"enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>12, :function=>"enqueue"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>142, :function=>"delayed_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/implicit_render.rb", :line=>4, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>198, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rendering.rb", :line=>10, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>20, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_process_action_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>19, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rescue.rb", :line=>29, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications/instrumenter.rb", :line=>20, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/params_wrapper.rb", :line=>250, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/railties/controller_runtime.rb", :line=>18, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>137, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/rendering.rb", :line=>30, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>196, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rack_delegation.rb", :line=>13, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>237, :function=>"block in action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>74, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>43, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>43, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>817, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/etag.rb", :line=>24, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/conditionalget.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/head.rb", :line=>13, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/params_parser.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/flash.rb", :line=>260, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>225, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>220, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/cookies.rb", :line=>560, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/query_cache.rb", :line=>36, :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/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb", :line=>653, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>29, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_call_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/reloader.rb", :line=>73, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/remote_ip.rb", :line=>78, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/show_exceptions.rb", :line=>30, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/request_id.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/methodoverride.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/runtime.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/lock.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/static.rb", :line=>120, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/sendfile.rb", :line=>113, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/engine.rb", :line=>518, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/application.rb", :line=>165, :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=>"<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.0", :url=>"https://github.com/airbrake/airbrake-ruby"}}, :environment=>{:program_name=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec"}, :session=>{}, :params=>{}}, @stash={:exception=>#<AirbrakeTestError: delayed_job error>, :rack_request=>#<ActionDispatch::Request:0x00007fa3439c31d0 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007fa3432aaa88>, "rack.errors"=>#<StringIO:0x00007fa3432aacb8>, "rack.multithread"=>false, "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"=>"", "ORIGINAL_FULLPATH"=>"/delayed_job", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007fa343d773a8>, "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:0x00007fa342b65bb0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fa342b65b10 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fa342b65ac0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fa342b65a20>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007fa3442ec950 @filters=[#<Proc:0x00007fa3442ec810@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:14>, #<Proc:0x00007fa3442ec7e8@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:15>, #<Proc:0x00007fa3442ec7c0@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007fa3442ec1a8@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:29>], @silencers=[#<Proc:0x00007fa3442ec518@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:19>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007fa3442ed878 @key_generator=#<ActiveSupport::KeyGenerator:0x00007fa3442ed670 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<ThreadSafe::Cache:0x00007fa3442edbc0 @backend={"encrypted cookie64"=>"\x1D\x0Ecc\x81\xCE\xD3\xBE\x16\b\xA4 \xBE\xB0\xAF\b\xCA\xAFtlV\xA7jQ\x06\xEFV\x88\xC3\xE6~\xA0+\xEC1\xE5M]N\x9B\xDB\x9C\xB84\x16\x8C\xC3\xB5m\x19\x82\x03\xB4\xCF\xEE \x81H\xB7P4l\xD15", "signed encrypted cookie64"=>"b\x8D\xD9M,1\xBFB\xEB\x83\xA8%\x18\xFCj\x82\xD6>N\x94-\xDB\xE5\xB1}Uj\xE5u\xFB\x916\x15\xD2\xEE\xD2\x1C\xEC`\xA7\xB1\xCC\x9D\x12\xC6\x9B\x7F\a4>\xE2\xC04N\xFD\x84\xEEV~\x11\xFB\x85\xEE\xE7"}, @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.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "ROUTES_70169597295060_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"0b466401-efc1-473f-9ff0-308e598d3723", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007fa343e7ca00 @env={...}, @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>]>, "rack.session"=>#<ActionDispatch::Request::Session:0x7fa34424b5f0 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007fa34424b528 @by=#<ActionDispatch::Session::CookieStore:0x00007fa342aad1f0 @app=#<ActionDispatch::Flash:0x00007fa342aad290 @app=#<ActionDispatch::ParamsParser:0x00007fa342aad8a8 @app=#<Rack::Head:0x00007fa342aad920 @app=#<Rack::ConditionalGet:0x00007fa342aada38 @app=#<Rack::ETag:0x00007fa342aada88 @app=#<Warden::Manager:0x00007fa342aade20 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007fa343d773a8>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>, @parsers={#<Mime::Type:0x00007fa343c6cda0 @synonyms=["text/x-json", "application/jsonrequest"], @symbol=:json, @string="application/json", @hash=3567607508417960823>=>:json}>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @env={...}, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "warden"=>Warden::Proxy:70169599826480 @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:0x00007fa344249250 @_action_has_layout=true, @_routes=nil, @_headers={"Content-Type"=>"text/html"}, @_status=200, @_request=#<ActionDispatch::Request:0x00007fa3442490c0 @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, @uuid=nil>, @_response=#<ActionDispatch::Response:0x00007fa344249020 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fa344248ee0>, @stream=#<ActionDispatch::Response::Buffer:0x00007fa344248e18 @response=#<ActionDispatch::Response:0x00007fa344249020 ...>, @buf=[], @closed=false>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff"}, @status=200, @sending_file=false, @blank=false, @cv=#<MonitorMixin::ConditionVariable:0x00007fa344248dc8 @monitor=#<ActionDispatch::Response:0x00007fa344249020 ...>, @cond=#<Thread::ConditionVariable:0x00007fa344248da0>>, @committed=false, @sending=false, @sent=false, @content_type=nil, @charset=nil, @cache_control={}, @etag=nil, @request=#<ActionDispatch::Request:0x00007fa3442490c0 @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, @uuid=nil>>, @_env={...}, @_lookup_context=#<ActionView::LookupContext:0x00007fa344248aa8 @details_key=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}, @skip_default_locale=false, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @view_paths=#<ActionView::PathSet:0x00007fa3442489e0 @paths=[#<ActionView::FixtureResolver:0x00007fa343f3cf58 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x00007fa343f3cf30 @data=#<ActionView::Resolver::Cache::SmallCache:0x00007fa343f3cf08 @backend={#<ActionView::LookupContext::DetailsKey:0x00007fa343317430 @hash=1142979117445739280>=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa343315f18 @backend={"index"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa343315e50 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa343315d60 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa343315c70 @backend={[]=>[dummy/index.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fa343288460@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fa343288438@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "application"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa343314028 @backend={"layouts"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa34330fe60 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa34330fd20 @backend={[]=>[layouts/application.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fa343288460@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fa343288438@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "resque"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa343ed6fa0 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa343ed6d48 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa343ed6988 @backend={[]=>[dummy/resque.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fa343288460@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fa343288438@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "notify_airbrake_sync_helper"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa342dd6cf0 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa342dd6c28 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa342dd6ac0 @backend={[]=>[dummy/notify_airbrake_sync_helper.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fa343288460@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fa343288438@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "notify_airbrake_helper"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa343c75928 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa343c74ac8 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fa343c6f550 @backend={[]=>[dummy/notify_airbrake_helper.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fa343288460@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fa343288438@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>}, @default_proc=#<Proc:0x00007fa343288410@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:48 (lambda)>>}, @default_proc=#<Proc:0x00007fa3432883e8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:49 (lambda)>>>, @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"}>]>>, @_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:0x00007fa343c7cc28 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-203349168126899506>]}, @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, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fa3439c3298 @max_size=10000>>]
934
- ):
935
- lib/airbrake/rack/middleware.rb:65:in `notify_airbrake'
936
- lib/airbrake/rack/middleware.rb:35:in `rescue in call!'
937
- lib/airbrake/rack/middleware.rb:40:in `call!'
938
- lib/airbrake/rack/middleware.rb:21:in `call'
939
-
940
-
941
- I, [2019-03-11T14:36:07.448707 #69288] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-11 14:36:07 +0200
942
- I, [2019-03-11T14:36:07.449539 #69288] INFO -- : Processing by DummyController#crash as HTML
943
- D, [2019-03-11T14:36:07.449958 #69288] DEBUG -- :  (0.1ms) begin transaction
944
- D, [2019-03-11T14:36:07.451264 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
945
- D, [2019-03-11T14:36:07.452298 #69288] DEBUG -- :  (0.0ms) commit transaction
946
- I, [2019-03-11T14:36:07.453369 #69288] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
947
- F, [2019-03-11T14:36:07.463563 #69288] FATAL -- :
948
- AirbrakeTestError (after_commit):
949
- lib/airbrake/rack/middleware.rb:33:in `call!'
950
- lib/airbrake/rack/middleware.rb:21:in `call'
951
-
952
-
953
- I, [2019-03-11T14:36:09.470614 #69288] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-11 14:36:09 +0200
954
- I, [2019-03-11T14:36:09.471321 #69288] INFO -- : Processing by DummyController#crash as HTML
955
- D, [2019-03-11T14:36:09.471750 #69288] DEBUG -- :  (0.1ms) begin transaction
956
- D, [2019-03-11T14:36:09.473179 #69288] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
957
- D, [2019-03-11T14:36:09.474333 #69288] DEBUG -- :  (0.0ms) commit transaction
958
- I, [2019-03-11T14:36:09.475365 #69288] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
959
- F, [2019-03-11T14:36:09.476658 #69288] FATAL -- :
960
- AirbrakeTestError (after_commit):
961
- lib/airbrake/rack/middleware.rb:33:in `call!'
962
- lib/airbrake/rack/middleware.rb:21:in `call'
963
-
964
-
965
- I, [2019-03-11T14:36:09.477951 #69288] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-11 14:36:09 +0200
966
- I, [2019-03-11T14:36:09.478483 #69288] INFO -- : Processing by DummyController#crash as HTML
967
- D, [2019-03-11T14:36:09.478833 #69288] DEBUG -- :  (0.1ms) begin transaction
968
- D, [2019-03-11T14:36:09.479262 #69288] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
969
- D, [2019-03-11T14:36:09.479507 #69288] DEBUG -- :  (0.0ms) commit transaction
970
- I, [2019-03-11T14:36:09.479831 #69288] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
971
- F, [2019-03-11T14:36:09.481170 #69288] FATAL -- :
972
- AirbrakeTestError (after_commit):
973
- lib/airbrake/rack/middleware.rb:33:in `call!'
974
- lib/airbrake/rack/middleware.rb:21:in `call'
975
-
976
-
977
- I, [2019-03-11T14:36:09.482206 #69288] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-11 14:36:09 +0200
978
- I, [2019-03-11T14:36:09.482807 #69288] INFO -- : Processing by DummyController#crash as HTML
979
- D, [2019-03-11T14:36:09.483052 #69288] DEBUG -- :  (0.0ms) begin transaction
980
- D, [2019-03-11T14:36:09.484192 #69288] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
981
- D, [2019-03-11T14:36:09.485341 #69288] DEBUG -- :  (0.0ms) commit transaction
982
- I, [2019-03-11T14:36:09.486396 #69288] INFO -- : Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms)
983
- F, [2019-03-11T14:36:09.491718 #69288] FATAL -- :
984
- AirbrakeTestError (after_commit):
985
- lib/airbrake/rack/middleware.rb:33:in `call!'
986
- lib/airbrake/rack/middleware.rb:21:in `call'
987
-
988
-
989
- D, [2019-03-11T14:36:16.639923 #69305] DEBUG -- :  (0.5ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
990
- D, [2019-03-11T14:36:16.642661 #69305] 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)
991
- D, [2019-03-11T14:36:16.642890 #69305] DEBUG -- :  (0.0ms) select sqlite_version(*)
992
- D, [2019-03-11T14:36:16.643211 #69305] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
993
- I, [2019-03-11T14:36:16.684743 #69305] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-11 14:36:16 +0200
994
- I, [2019-03-11T14:36:16.686956 #69305] INFO -- : Processing by DummyController#active_job as HTML
995
- I, [2019-03-11T14:36:16.691825 #69305] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
996
- F, [2019-03-11T14:36:16.694046 #69305] FATAL -- :
997
- AirbrakeTestError (active_job error):
998
- lib/airbrake/rack/middleware.rb:33:in `call!'
999
- lib/airbrake/rack/middleware.rb:21:in `call'
1000
-
1001
-
1002
- I, [2019-03-11T14:36:18.701599 #69305] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-11 14:36:18 +0200
1003
- I, [2019-03-11T14:36:18.702868 #69305] INFO -- : Processing by DummyController#active_job as HTML
1004
- I, [2019-03-11T14:36:18.706651 #69305] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
1005
- F, [2019-03-11T14:36:18.709165 #69305] FATAL -- :
1006
- AirbrakeTestError (active_job error):
1007
- lib/airbrake/rack/middleware.rb:33:in `call!'
1008
- lib/airbrake/rack/middleware.rb:21:in `call'
1009
-
1010
-
1011
- D, [2019-03-12T18:04:22.459239 #85633] DEBUG -- :  (3.8ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
1012
- D, [2019-03-12T18:04:22.463762 #85633] 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)
1013
- D, [2019-03-12T18:04:22.464082 #85633] DEBUG -- :  (0.1ms) select sqlite_version(*)
1014
- D, [2019-03-12T18:04:22.464507 #85633] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
1015
- I, [2019-03-12T18:04:22.694889 #85633] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:22 +0200
1016
- I, [2019-03-12T18:04:22.705274 #85633] INFO -- : Processing by DummyController#crash as HTML
1017
- I, [2019-03-12T18:04:22.705341 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1018
- D, [2019-03-12T18:04:22.712741 #85633] DEBUG -- :  (0.0ms) begin transaction
1019
- D, [2019-03-12T18:04:22.716252 #85633] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1020
- D, [2019-03-12T18:04:22.717632 #85633] DEBUG -- :  (0.0ms) commit transaction
1021
- I, [2019-03-12T18:04:22.719051 #85633] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.4ms)
1022
- F, [2019-03-12T18:04:22.725243 #85633] FATAL -- :
1023
- AirbrakeTestError (after_commit):
1024
- lib/airbrake/rack/middleware.rb:33:in `call!'
1025
- lib/airbrake/rack/middleware.rb:21:in `call'
1026
-
1027
-
1028
- I, [2019-03-12T18:04:24.736968 #85633] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:24 +0200
1029
- I, [2019-03-12T18:04:24.737931 #85633] INFO -- : Processing by DummyController#crash as HTML
1030
- I, [2019-03-12T18:04:24.737986 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1031
- D, [2019-03-12T18:04:24.738484 #85633] DEBUG -- :  (0.1ms) begin transaction
1032
- D, [2019-03-12T18:04:24.740054 #85633] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1033
- D, [2019-03-12T18:04:24.741449 #85633] DEBUG -- :  (0.0ms) commit transaction
1034
- I, [2019-03-12T18:04:24.742758 #85633] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
1035
- F, [2019-03-12T18:04:24.752683 #85633] FATAL -- :
1036
- AirbrakeTestError (after_commit):
1037
- lib/airbrake/rack/middleware.rb:33:in `call!'
1038
- lib/airbrake/rack/middleware.rb:21:in `call'
1039
-
1040
-
1041
- I, [2019-03-12T18:04:26.758541 #85633] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:26 +0200
1042
- I, [2019-03-12T18:04:26.759332 #85633] INFO -- : Processing by DummyController#crash as HTML
1043
- I, [2019-03-12T18:04:26.759387 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1044
- D, [2019-03-12T18:04:26.759746 #85633] DEBUG -- :  (0.1ms) begin transaction
1045
- D, [2019-03-12T18:04:26.761108 #85633] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1046
- D, [2019-03-12T18:04:26.762249 #85633] DEBUG -- :  (0.1ms) commit transaction
1047
- I, [2019-03-12T18:04:26.763407 #85633] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
1048
- F, [2019-03-12T18:04:26.773672 #85633] FATAL -- :
1049
- AirbrakeTestError (after_commit):
1050
- lib/airbrake/rack/middleware.rb:33:in `call!'
1051
- lib/airbrake/rack/middleware.rb:21:in `call'
1052
-
1053
-
1054
- I, [2019-03-12T18:04:28.781023 #85633] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:28 +0200
1055
- I, [2019-03-12T18:04:28.783314 #85633] INFO -- : Processing by DummyController#crash as HTML
1056
- I, [2019-03-12T18:04:28.783397 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1057
- D, [2019-03-12T18:04:28.783891 #85633] DEBUG -- :  (0.1ms) begin transaction
1058
- D, [2019-03-12T18:04:28.785553 #85633] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1059
- D, [2019-03-12T18:04:28.787078 #85633] DEBUG -- :  (0.0ms) commit transaction
1060
- I, [2019-03-12T18:04:28.788457 #85633] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
1061
- F, [2019-03-12T18:04:28.801519 #85633] FATAL -- :
1062
- AirbrakeTestError (after_commit):
1063
- lib/airbrake/rack/middleware.rb:33:in `call!'
1064
- lib/airbrake/rack/middleware.rb:21:in `call'
1065
-
1066
-
1067
- I, [2019-03-12T18:04:30.807685 #85633] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:30 +0200
1068
- I, [2019-03-12T18:04:30.808716 #85633] INFO -- : Processing by DummyController#crash as HTML
1069
- I, [2019-03-12T18:04:30.808773 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1070
- D, [2019-03-12T18:04:30.809189 #85633] DEBUG -- :  (0.1ms) begin transaction
1071
- D, [2019-03-12T18:04:30.810795 #85633] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1072
- D, [2019-03-12T18:04:30.812185 #85633] DEBUG -- :  (0.0ms) commit transaction
1073
- I, [2019-03-12T18:04:30.813447 #85633] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
1074
- F, [2019-03-12T18:04:30.823155 #85633] FATAL -- :
1075
- AirbrakeTestError (after_commit):
1076
- lib/airbrake/rack/middleware.rb:33:in `call!'
1077
- lib/airbrake/rack/middleware.rb:21:in `call'
1078
-
1079
-
1080
- I, [2019-03-12T18:04:32.827186 #85633] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:32 +0200
1081
- I, [2019-03-12T18:04:32.829932 #85633] INFO -- : Processing by DummyController#crash as HTML
1082
- I, [2019-03-12T18:04:32.829998 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1083
- D, [2019-03-12T18:04:32.830423 #85633] DEBUG -- :  (0.1ms) begin transaction
1084
- D, [2019-03-12T18:04:32.832124 #85633] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1085
- D, [2019-03-12T18:04:32.833542 #85633] DEBUG -- :  (0.0ms) commit transaction
1086
- I, [2019-03-12T18:04:32.834790 #85633] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
1087
- F, [2019-03-12T18:04:32.840175 #85633] FATAL -- :
1088
- AirbrakeTestError (after_commit):
1089
- lib/airbrake/rack/middleware.rb:33:in `call!'
1090
- lib/airbrake/rack/middleware.rb:21:in `call'
1091
-
1092
-
1093
- I, [2019-03-12T18:04:34.850084 #85633] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:34 +0200
1094
- I, [2019-03-12T18:04:34.851441 #85633] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1095
- I, [2019-03-12T18:04:34.851542 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1096
- I, [2019-03-12T18:04:34.869288 #85633] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.2ms)
1097
- I, [2019-03-12T18:04:34.869730 #85633] INFO -- : Completed 200 OK in 18ms (Views: 8.9ms | ActiveRecord: 0.0ms)
1098
- I, [2019-03-12T18:04:36.875918 #85633] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:36 +0200
1099
- I, [2019-03-12T18:04:36.876787 #85633] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1100
- I, [2019-03-12T18:04:36.876841 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1101
- I, [2019-03-12T18:04:36.886347 #85633] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1102
- I, [2019-03-12T18:04:36.886670 #85633] INFO -- : Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1103
- I, [2019-03-12T18:04:38.894359 #85633] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:38 +0200
1104
- I, [2019-03-12T18:04:38.895349 #85633] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1105
- I, [2019-03-12T18:04:38.895410 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1106
- I, [2019-03-12T18:04:38.904746 #85633] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1107
- I, [2019-03-12T18:04:38.905031 #85633] INFO -- : Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1108
- I, [2019-03-12T18:04:40.911095 #85633] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:40 +0200
1109
- I, [2019-03-12T18:04:40.912056 #85633] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1110
- I, [2019-03-12T18:04:40.912107 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1111
- I, [2019-03-12T18:04:40.922946 #85633] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1112
- I, [2019-03-12T18:04:40.923237 #85633] INFO -- : Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1113
- I, [2019-03-12T18:04:42.929904 #85633] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:42 +0200
1114
- I, [2019-03-12T18:04:42.930702 #85633] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1115
- I, [2019-03-12T18:04:42.930748 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1116
- I, [2019-03-12T18:04:42.940069 #85633] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1117
- I, [2019-03-12T18:04:42.940405 #85633] INFO -- : Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1118
- I, [2019-03-12T18:04:44.944553 #85633] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:44 +0200
1119
- I, [2019-03-12T18:04:44.945488 #85633] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1120
- I, [2019-03-12T18:04:44.945564 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1121
- I, [2019-03-12T18:04:44.955347 #85633] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1122
- I, [2019-03-12T18:04:44.955597 #85633] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1123
- I, [2019-03-12T18:04:46.961501 #85633] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:46 +0200
1124
- I, [2019-03-12T18:04:46.962407 #85633] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1125
- I, [2019-03-12T18:04:46.962456 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1126
- I, [2019-03-12T18:04:46.970894 #85633] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1127
- I, [2019-03-12T18:04:46.971232 #85633] INFO -- : Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1128
- I, [2019-03-12T18:04:48.978513 #85633] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:48 +0200
1129
- I, [2019-03-12T18:04:48.979364 #85633] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1130
- I, [2019-03-12T18:04:48.979416 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1131
- I, [2019-03-12T18:04:48.988333 #85633] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1132
- I, [2019-03-12T18:04:48.988748 #85633] INFO -- : Completed 200 OK in 9ms (Views: 4.8ms | ActiveRecord: 0.0ms)
1133
- I, [2019-03-12T18:04:50.994662 #85633] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:50 +0200
1134
- I, [2019-03-12T18:04:50.995765 #85633] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1135
- I, [2019-03-12T18:04:50.995878 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1136
- I, [2019-03-12T18:04:51.004907 #85633] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1137
- I, [2019-03-12T18:04:51.005198 #85633] INFO -- : Completed 200 OK in 9ms (Views: 4.6ms | ActiveRecord: 0.0ms)
1138
- I, [2019-03-12T18:04:53.011291 #85633] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:53 +0200
1139
- I, [2019-03-12T18:04:53.012475 #85633] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1140
- I, [2019-03-12T18:04:53.012550 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1141
- I, [2019-03-12T18:04:53.022227 #85633] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1142
- I, [2019-03-12T18:04:53.022513 #85633] INFO -- : Completed 200 OK in 10ms (Views: 4.8ms | ActiveRecord: 0.0ms)
1143
- I, [2019-03-12T18:04:55.029638 #85633] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:55 +0200
1144
- I, [2019-03-12T18:04:55.030751 #85633] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1145
- I, [2019-03-12T18:04:55.030823 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1146
- I, [2019-03-12T18:04:55.041605 #85633] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1147
- I, [2019-03-12T18:04:55.041901 #85633] INFO -- : Completed 200 OK in 11ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1148
- I, [2019-03-12T18:04:57.047480 #85633] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:57 +0200
1149
- I, [2019-03-12T18:04:57.048518 #85633] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1150
- I, [2019-03-12T18:04:57.048587 #85633] INFO -- : Parameters: {"foo"=>"bar"}
1151
- I, [2019-03-12T18:04:57.058027 #85633] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1152
- I, [2019-03-12T18:04:57.058309 #85633] INFO -- : Completed 200 OK in 10ms (Views: 4.7ms | ActiveRecord: 0.0ms)
1153
- I, [2019-03-12T18:04:59.064782 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:04:59 +0200
1154
- I, [2019-03-12T18:04:59.065704 #85633] INFO -- : Processing by DummyController#crash as HTML
1155
- D, [2019-03-12T18:04:59.066189 #85633] DEBUG -- :  (0.1ms) begin transaction
1156
- D, [2019-03-12T18:04:59.067905 #85633] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1157
- D, [2019-03-12T18:04:59.069395 #85633] DEBUG -- :  (0.0ms) commit transaction
1158
- I, [2019-03-12T18:04:59.070554 #85633] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
1159
- F, [2019-03-12T18:04:59.071937 #85633] FATAL -- :
1160
- AirbrakeTestError (after_commit):
1161
- lib/airbrake/rack/middleware.rb:33:in `call!'
1162
- lib/airbrake/rack/middleware.rb:21:in `call'
1163
-
1164
-
1165
- I, [2019-03-12T18:04:59.073362 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:04:59 +0200
1166
- I, [2019-03-12T18:04:59.073935 #85633] INFO -- : Processing by DummyController#crash as HTML
1167
- D, [2019-03-12T18:04:59.074264 #85633] DEBUG -- :  (0.0ms) begin transaction
1168
- D, [2019-03-12T18:04:59.074701 #85633] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1169
- D, [2019-03-12T18:04:59.074929 #85633] DEBUG -- :  (0.0ms) commit transaction
1170
- I, [2019-03-12T18:04:59.075223 #85633] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
1171
- F, [2019-03-12T18:04:59.076348 #85633] FATAL -- :
1172
- AirbrakeTestError (after_commit):
1173
- lib/airbrake/rack/middleware.rb:33:in `call!'
1174
- lib/airbrake/rack/middleware.rb:21:in `call'
1175
-
1176
-
1177
- I, [2019-03-12T18:04:59.077216 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:04:59 +0200
1178
- I, [2019-03-12T18:04:59.077771 #85633] INFO -- : Processing by DummyController#crash as HTML
1179
- D, [2019-03-12T18:04:59.078057 #85633] DEBUG -- :  (0.0ms) begin transaction
1180
- D, [2019-03-12T18:04:59.079226 #85633] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1181
- D, [2019-03-12T18:04:59.080353 #85633] DEBUG -- :  (0.0ms) commit transaction
1182
- I, [2019-03-12T18:04:59.081756 #85633] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
1183
- F, [2019-03-12T18:04:59.091610 #85633] FATAL -- :
1184
- AirbrakeTestError (after_commit):
1185
- lib/airbrake/rack/middleware.rb:33:in `call!'
1186
- lib/airbrake/rack/middleware.rb:21:in `call'
1187
-
1188
-
1189
- I, [2019-03-12T18:05:01.094122 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:01 +0200
1190
- I, [2019-03-12T18:05:01.094887 #85633] INFO -- : Processing by DummyController#crash as HTML
1191
- D, [2019-03-12T18:05:01.095304 #85633] DEBUG -- :  (0.1ms) begin transaction
1192
- D, [2019-03-12T18:05:01.096878 #85633] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1193
- D, [2019-03-12T18:05:01.098294 #85633] DEBUG -- :  (0.0ms) commit transaction
1194
- I, [2019-03-12T18:05:01.099579 #85633] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
1195
- F, [2019-03-12T18:05:01.101047 #85633] FATAL -- :
1196
- AirbrakeTestError (after_commit):
1197
- lib/airbrake/rack/middleware.rb:33:in `call!'
1198
- lib/airbrake/rack/middleware.rb:21:in `call'
1199
-
1200
-
1201
- I, [2019-03-12T18:05:01.102730 #85633] INFO -- : Started GET "/" for 127.0.0.1 at 2019-03-12 18:05:01 +0200
1202
- I, [2019-03-12T18:05:01.103346 #85633] INFO -- : Processing by DummyController#index as HTML
1203
- I, [2019-03-12T18:05:01.104118 #85633] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.2ms)
1204
- I, [2019-03-12T18:05:01.104372 #85633] INFO -- : Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1205
- I, [2019-03-12T18:05:01.105389 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:01 +0200
1206
- I, [2019-03-12T18:05:01.105761 #85633] INFO -- : Processing by DummyController#crash as HTML
1207
- D, [2019-03-12T18:05:01.106124 #85633] DEBUG -- :  (0.0ms) begin transaction
1208
- D, [2019-03-12T18:05:01.107355 #85633] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1209
- D, [2019-03-12T18:05:01.108434 #85633] DEBUG -- :  (0.0ms) commit transaction
1210
- I, [2019-03-12T18:05:01.109448 #85633] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
1211
- F, [2019-03-12T18:05:01.110754 #85633] FATAL -- :
1212
- AirbrakeTestError (after_commit):
1213
- lib/airbrake/rack/middleware.rb:33:in `call!'
1214
- lib/airbrake/rack/middleware.rb:21:in `call'
1215
-
1216
-
1217
- I, [2019-03-12T18:05:01.112047 #85633] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2019-03-12 18:05:01 +0200
1218
- I, [2019-03-12T18:05:01.116350 #85633] INFO -- : Processing by DummyController#crash as HTML
1219
- D, [2019-03-12T18:05:01.116916 #85633] DEBUG -- :  (0.1ms) begin transaction
1220
- D, [2019-03-12T18:05:01.118576 #85633] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1221
- D, [2019-03-12T18:05:01.120049 #85633] DEBUG -- :  (0.0ms) commit transaction
1222
- I, [2019-03-12T18:05:01.121316 #85633] INFO -- : Completed 0 in 5ms (ActiveRecord: 0.2ms)
1223
- F, [2019-03-12T18:05:01.122535 #85633] FATAL -- :
1224
- AirbrakeTestError (after_commit):
1225
- lib/airbrake/rack/middleware.rb:33:in `call!'
1226
- lib/airbrake/rack/middleware.rb:21:in `call'
1227
-
1228
-
1229
- I, [2019-03-12T18:05:01.123741 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:01 +0200
1230
- I, [2019-03-12T18:05:01.124299 #85633] INFO -- : Processing by DummyController#crash as HTML
1231
- D, [2019-03-12T18:05:01.124572 #85633] DEBUG -- :  (0.0ms) begin transaction
1232
- D, [2019-03-12T18:05:01.125719 #85633] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1233
- D, [2019-03-12T18:05:01.126798 #85633] DEBUG -- :  (0.0ms) commit transaction
1234
- I, [2019-03-12T18:05:01.127856 #85633] INFO -- : Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms)
1235
- F, [2019-03-12T18:05:01.129073 #85633] FATAL -- :
1236
- AirbrakeTestError (after_commit):
1237
- lib/airbrake/rack/middleware.rb:33:in `call!'
1238
- lib/airbrake/rack/middleware.rb:21:in `call'
1239
-
1240
-
1241
- I, [2019-03-12T18:05:01.131165 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:01 +0200
1242
- I, [2019-03-12T18:05:01.132083 #85633] INFO -- : Processing by DummyController#crash as HTML
1243
- D, [2019-03-12T18:05:01.132424 #85633] DEBUG -- :  (0.0ms) begin transaction
1244
- D, [2019-03-12T18:05:01.133714 #85633] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1245
- D, [2019-03-12T18:05:01.135040 #85633] DEBUG -- :  (0.1ms) commit transaction
1246
- I, [2019-03-12T18:05:01.136421 #85633] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
1247
- F, [2019-03-12T18:05:01.146466 #85633] FATAL -- :
1248
- AirbrakeTestError (after_commit):
1249
- lib/airbrake/rack/middleware.rb:33:in `call!'
1250
- lib/airbrake/rack/middleware.rb:21:in `call'
1251
-
1252
-
1253
- D, [2019-03-12T18:05:07.999659 #85656] DEBUG -- :  (0.6ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
1254
- D, [2019-03-12T18:05:08.003400 #85656] 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)
1255
- D, [2019-03-12T18:05:08.003672 #85656] DEBUG -- :  (0.1ms) select sqlite_version(*)
1256
- D, [2019-03-12T18:05:08.004032 #85656] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
1257
- I, [2019-03-12T18:05:08.233583 #85656] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2019-03-12 18:05:08 +0200
1258
- I, [2019-03-12T18:05:08.237098 #85656] INFO -- : Processing by DummyController#crash as HTML
1259
- D, [2019-03-12T18:05:08.244903 #85656] DEBUG -- :  (0.0ms) begin transaction
1260
- D, [2019-03-12T18:05:08.248015 #85656] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1261
- D, [2019-03-12T18:05:08.249320 #85656] DEBUG -- :  (0.0ms) commit transaction
1262
- I, [2019-03-12T18:05:08.250588 #85656] INFO -- : Completed 0 in 13ms (ActiveRecord: 0.4ms)
1263
- F, [2019-03-12T18:05:08.252149 #85656] FATAL -- :
1264
- AirbrakeTestError (after_commit):
1265
- lib/airbrake/rack/middleware.rb:33:in `call!'
1266
- lib/airbrake/rack/middleware.rb:21:in `call'
1267
-
1268
-
1269
- I, [2019-03-12T18:05:08.253812 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:08 +0200
1270
- I, [2019-03-12T18:05:08.254568 #85656] INFO -- : Processing by DummyController#crash as HTML
1271
- D, [2019-03-12T18:05:08.254981 #85656] DEBUG -- :  (0.0ms) begin transaction
1272
- D, [2019-03-12T18:05:08.256347 #85656] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1273
- D, [2019-03-12T18:05:08.257522 #85656] DEBUG -- :  (0.0ms) commit transaction
1274
- I, [2019-03-12T18:05:08.258661 #85656] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
1275
- F, [2019-03-12T18:05:08.260000 #85656] FATAL -- :
1276
- AirbrakeTestError (after_commit):
1277
- lib/airbrake/rack/middleware.rb:33:in `call!'
1278
- lib/airbrake/rack/middleware.rb:21:in `call'
1279
-
1280
-
1281
- I, [2019-03-12T18:05:08.261244 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:08 +0200
1282
- I, [2019-03-12T18:05:08.261788 #85656] INFO -- : Processing by DummyController#crash as HTML
1283
- D, [2019-03-12T18:05:08.262054 #85656] DEBUG -- :  (0.0ms) begin transaction
1284
- D, [2019-03-12T18:05:08.263432 #85656] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1285
- D, [2019-03-12T18:05:08.264745 #85656] DEBUG -- :  (0.0ms) commit transaction
1286
- I, [2019-03-12T18:05:08.265874 #85656] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
1287
- F, [2019-03-12T18:05:08.267208 #85656] FATAL -- :
1288
- AirbrakeTestError (after_commit):
1289
- lib/airbrake/rack/middleware.rb:33:in `call!'
1290
- lib/airbrake/rack/middleware.rb:21:in `call'
1291
-
1292
-
1293
- I, [2019-03-12T18:05:08.268296 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:08 +0200
1294
- I, [2019-03-12T18:05:08.268769 #85656] INFO -- : Processing by DummyController#crash as HTML
1295
- D, [2019-03-12T18:05:08.269051 #85656] DEBUG -- :  (0.0ms) begin transaction
1296
- D, [2019-03-12T18:05:08.269507 #85656] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1297
- D, [2019-03-12T18:05:08.269739 #85656] DEBUG -- :  (0.0ms) commit transaction
1298
- I, [2019-03-12T18:05:08.270076 #85656] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
1299
- F, [2019-03-12T18:05:08.271342 #85656] FATAL -- :
1300
- AirbrakeTestError (after_commit):
1301
- lib/airbrake/rack/middleware.rb:33:in `call!'
1302
- lib/airbrake/rack/middleware.rb:21:in `call'
1303
-
1304
-
1305
- I, [2019-03-12T18:05:08.272600 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:08 +0200
1306
- I, [2019-03-12T18:05:08.273266 #85656] INFO -- : Processing by DummyController#crash as HTML
1307
- D, [2019-03-12T18:05:08.273643 #85656] DEBUG -- :  (0.0ms) begin transaction
1308
- D, [2019-03-12T18:05:08.275484 #85656] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1309
- D, [2019-03-12T18:05:08.277239 #85656] DEBUG -- :  (0.1ms) commit transaction
1310
- I, [2019-03-12T18:05:08.278705 #85656] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
1311
- F, [2019-03-12T18:05:08.280109 #85656] FATAL -- :
1312
- AirbrakeTestError (after_commit):
1313
- lib/airbrake/rack/middleware.rb:33:in `call!'
1314
- lib/airbrake/rack/middleware.rb:21:in `call'
1315
-
1316
-
1317
- I, [2019-03-12T18:05:08.281697 #85656] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-12 18:05:08 +0200
1318
- I, [2019-03-12T18:05:08.282293 #85656] INFO -- : Processing by DummyController#active_job as HTML
1319
- I, [2019-03-12T18:05:08.287683 #85656] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
1320
- F, [2019-03-12T18:05:08.289605 #85656] FATAL -- :
1321
- AirbrakeTestError (active_job error):
1322
- lib/airbrake/rack/middleware.rb:33:in `call!'
1323
- lib/airbrake/rack/middleware.rb:21:in `call'
1324
-
1325
-
1326
- I, [2019-03-12T18:05:10.296102 #85656] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-12 18:05:10 +0200
1327
- I, [2019-03-12T18:05:10.296939 #85656] INFO -- : Processing by DummyController#active_job as HTML
1328
- I, [2019-03-12T18:05:10.298440 #85656] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
1329
- F, [2019-03-12T18:05:10.299860 #85656] FATAL -- :
1330
- AirbrakeTestError (active_job error):
1331
- lib/airbrake/rack/middleware.rb:33:in `call!'
1332
- lib/airbrake/rack/middleware.rb:21:in `call'
1333
-
1334
-
1335
- I, [2019-03-12T18:05:12.305550 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:12 +0200
1336
- I, [2019-03-12T18:05:12.306463 #85656] INFO -- : Processing by DummyController#crash as HTML
1337
- D, [2019-03-12T18:05:12.306900 #85656] DEBUG -- :  (0.1ms) begin transaction
1338
- D, [2019-03-12T18:05:12.308528 #85656] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1339
- D, [2019-03-12T18:05:12.309907 #85656] DEBUG -- :  (0.0ms) commit transaction
1340
- I, [2019-03-12T18:05:12.311200 #85656] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
1341
- F, [2019-03-12T18:05:12.327137 #85656] FATAL -- :
1342
- AirbrakeTestError (after_commit):
1343
- lib/airbrake/rack/middleware.rb:33:in `call!'
1344
- lib/airbrake/rack/middleware.rb:21:in `call'
1345
-
1346
-
1347
- I, [2019-03-12T18:05:14.339549 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:14 +0200
1348
- I, [2019-03-12T18:05:14.340215 #85656] INFO -- : Processing by DummyController#crash as HTML
1349
- D, [2019-03-12T18:05:14.340776 #85656] DEBUG -- :  (0.1ms) begin transaction
1350
- D, [2019-03-12T18:05:14.342088 #85656] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1351
- D, [2019-03-12T18:05:14.343355 #85656] DEBUG -- :  (0.0ms) commit transaction
1352
- I, [2019-03-12T18:05:14.344591 #85656] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
1353
- F, [2019-03-12T18:05:14.354525 #85656] FATAL -- :
1354
- AirbrakeTestError (after_commit):
1355
- lib/airbrake/rack/middleware.rb:33:in `call!'
1356
- lib/airbrake/rack/middleware.rb:21:in `call'
1357
-
1358
-
1359
- I, [2019-03-12T18:05:16.359670 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:16 +0200
1360
- I, [2019-03-12T18:05:16.360459 #85656] INFO -- : Processing by DummyController#crash as HTML
1361
- D, [2019-03-12T18:05:16.360937 #85656] DEBUG -- :  (0.1ms) begin transaction
1362
- D, [2019-03-12T18:05:16.362912 #85656] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1363
- D, [2019-03-12T18:05:16.364741 #85656] DEBUG -- :  (0.0ms) commit transaction
1364
- I, [2019-03-12T18:05:16.366129 #85656] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms)
1365
- F, [2019-03-12T18:05:16.379052 #85656] FATAL -- :
1366
- AirbrakeTestError (after_commit):
1367
- lib/airbrake/rack/middleware.rb:33:in `call!'
1368
- lib/airbrake/rack/middleware.rb:21:in `call'
1369
-
1370
-
1371
- I, [2019-03-12T18:05:18.383335 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:18 +0200
1372
- I, [2019-03-12T18:05:18.386605 #85656] INFO -- : Processing by DummyController#crash as HTML
1373
- D, [2019-03-12T18:05:18.387338 #85656] DEBUG -- :  (0.1ms) begin transaction
1374
- D, [2019-03-12T18:05:18.389170 #85656] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1375
- D, [2019-03-12T18:05:18.390436 #85656] DEBUG -- :  (0.0ms) commit transaction
1376
- I, [2019-03-12T18:05:18.391641 #85656] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
1377
- F, [2019-03-12T18:05:18.401859 #85656] FATAL -- :
1378
- AirbrakeTestError (after_commit):
1379
- lib/airbrake/rack/middleware.rb:33:in `call!'
1380
- lib/airbrake/rack/middleware.rb:21:in `call'
1381
-
1382
-
1383
- I, [2019-03-12T18:05:20.405485 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:20 +0200
1384
- I, [2019-03-12T18:05:20.406310 #85656] INFO -- : Processing by DummyController#crash as HTML
1385
- D, [2019-03-12T18:05:20.406744 #85656] DEBUG -- :  (0.1ms) begin transaction
1386
- D, [2019-03-12T18:05:20.408328 #85656] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1387
- D, [2019-03-12T18:05:20.409704 #85656] DEBUG -- :  (0.0ms) commit transaction
1388
- I, [2019-03-12T18:05:20.410981 #85656] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
1389
- F, [2019-03-12T18:05:20.420990 #85656] FATAL -- :
1390
- AirbrakeTestError (after_commit):
1391
- lib/airbrake/rack/middleware.rb:33:in `call!'
1392
- lib/airbrake/rack/middleware.rb:21:in `call'
1393
-
1394
-
1395
- I, [2019-03-12T18:05:22.428997 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:22 +0200
1396
- I, [2019-03-12T18:05:22.430017 #85656] INFO -- : Processing by DummyController#crash as HTML
1397
- D, [2019-03-12T18:05:22.430663 #85656] DEBUG -- :  (0.1ms) begin transaction
1398
- D, [2019-03-12T18:05:22.432534 #85656] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1399
- D, [2019-03-12T18:05:22.434177 #85656] DEBUG -- :  (0.0ms) commit transaction
1400
- I, [2019-03-12T18:05:22.435491 #85656] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
1401
- F, [2019-03-12T18:05:22.445793 #85656] FATAL -- :
1402
- AirbrakeTestError (after_commit):
1403
- lib/airbrake/rack/middleware.rb:33:in `call!'
1404
- lib/airbrake/rack/middleware.rb:21:in `call'
1405
-
1406
-
1407
- D, [2019-03-12T18:06:45.281203 #85687] DEBUG -- :  (0.5ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
1408
- D, [2019-03-12T18:06:45.284963 #85687] 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)
1409
- D, [2019-03-12T18:06:45.285240 #85687] DEBUG -- :  (0.1ms) select sqlite_version(*)
1410
- D, [2019-03-12T18:06:45.285554 #85687] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
1411
- I, [2019-03-12T18:06:45.328469 #85687] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:06:45 +0200
1412
- I, [2019-03-12T18:06:45.331182 #85687] INFO -- : Processing by DummyController#crash as HTML
1413
- D, [2019-03-12T18:06:45.340328 #85687] DEBUG -- :  (0.0ms) begin transaction
1414
- D, [2019-03-12T18:06:45.344590 #85687] DEBUG -- : SQL (0.2ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1415
- D, [2019-03-12T18:06:45.346819 #85687] DEBUG -- :  (0.1ms) commit transaction
1416
- I, [2019-03-12T18:06:45.348582 #85687] INFO -- : Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.6ms)
1417
- D, [2019-03-12T18:07:21.497476 #85702] DEBUG -- :  (0.5ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
1418
- D, [2019-03-12T18:07:21.500339 #85702] 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)
1419
- D, [2019-03-12T18:07:21.500604 #85702] DEBUG -- :  (0.1ms) select sqlite_version(*)
1420
- D, [2019-03-12T18:07:21.500962 #85702] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
1421
- I, [2019-03-12T18:07:21.541379 #85702] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:07:21 +0200
1422
- I, [2019-03-12T18:07:21.543537 #85702] INFO -- : Processing by DummyController#crash as HTML
1423
- D, [2019-03-12T18:07:21.550607 #85702] DEBUG -- :  (0.0ms) begin transaction
1424
- D, [2019-03-12T18:07:21.553640 #85702] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1425
- D, [2019-03-12T18:07:21.555268 #85702] DEBUG -- :  (0.0ms) commit transaction
1426
- I, [2019-03-12T18:07:21.556668 #85702] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.4ms)
1427
- F, [2019-03-12T18:09:12.389876 #85702] FATAL -- :
1428
- AirbrakeTestError (after_commit):
1429
- lib/airbrake/rack/middleware.rb:33:in `call!'
1430
- lib/airbrake/rack/middleware.rb:21:in `call'
1431
-
1432
-
1433
- D, [2019-03-12T18:19:53.982607 #86195] DEBUG -- :  (0.5ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
1434
- D, [2019-03-12T18:19:53.985365 #86195] 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)
1435
- D, [2019-03-12T18:19:53.985588 #86195] DEBUG -- :  (0.1ms) select sqlite_version(*)
1436
- D, [2019-03-12T18:19:53.985909 #86195] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
1437
- I, [2019-03-12T18:19:54.022454 #86195] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:19:54 +0200
1438
- I, [2019-03-12T18:19:54.025053 #86195] INFO -- : Processing by DummyController#crash as HTML
1439
- D, [2019-03-12T18:19:54.032387 #86195] DEBUG -- :  (0.0ms) begin transaction
1440
- D, [2019-03-12T18:19:54.035784 #86195] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
1441
- D, [2019-03-12T18:19:54.037088 #86195] DEBUG -- :  (0.0ms) commit transaction
1442
- I, [2019-03-12T18:19:54.038463 #86195] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.4ms)
1443
- F, [2019-03-12T18:19:54.040591 #86195] FATAL -- :
1444
- AirbrakeTestError (after_commit):
1445
- lib/airbrake/rack/middleware.rb:33:in `call!'
1446
- lib/airbrake/rack/middleware.rb:21:in `call'
1447
-
1448
-
1449
- D, [2019-03-12T19:42:00.312215 #88758] DEBUG -- :  (0.5ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
1450
- D, [2019-03-12T19:42:00.316296 #88758] 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)
1451
- D, [2019-03-12T19:42:00.316555 #88758] DEBUG -- :  (0.1ms) select sqlite_version(*)
1452
- D, [2019-03-12T19:42:00.316902 #88758] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
1453
- I, [2019-03-12T19:42:00.358196 #88758] INFO -- : Started GET "/breakdown" for 127.0.0.1 at 2019-03-12 19:42:00 +0200
1454
- I, [2019-03-12T19:42:00.360336 #88758] INFO -- : Processing by DummyController#breakdown as HTML
1455
- D, [2019-03-12T19:42:00.367794 #88758] DEBUG -- :  (0.0ms) begin transaction
1456
- D, [2019-03-12T19:42:00.372050 #88758] DEBUG -- : SQL (0.2ms) INSERT INTO "books" ("title") VALUES (?) [["title", "breakdown"]]
1457
- D, [2019-03-12T19:42:00.373805 #88758] DEBUG -- :  (0.1ms) commit transaction
1458
- I, [2019-03-12T19:42:00.375433 #88758] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.5ms)
1459
- F, [2019-03-12T19:42:00.399161 #88758] FATAL -- :
1460
- RSpec::Mocks::MockExpectationError (Airbrake received :notify_performance_breakdown with unexpected arguments
1461
- expected: (hash_including(:route=>"/breakdown(.:format)", :method=>"GET", :response_type=>:html, :groups=>{:db=>...chers::BuiltIn::BeAnInstanceOf:0x00007f96cfcab008 @expected=Float, @matcher_name=:an_instance_of>>}))
1462
- got: ({:groups=>{:db=>0.47600000000000003}, :method=>"GET", :response_type=>:html, :route=>"/breakdown(.:format)", :start_time=>2019-03-12 19:42:00.360432000 +0200})
1463
- Diff:
1464
- @@ -1,2 +1,6 @@
1465
- -["hash_including(:route=>\"/breakdown(.:format)\", :method=>\"GET\", :response_type=>:html, :groups=>{:db=>#<RSpec::Matchers::AliasedMatcher:0x00007f96cfcab288 @description_block=#<Proc:0x00007f96cfa71350@/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-expectations-3.8.2/lib/rspec/matchers/dsl.rb:31 (lambda)>, @base_matcher=#<RSpec::Matchers::BuiltIn::BeAnInstanceOf:0x00007f96cfcab918 @expected=Float, @matcher_name=:an_instance_of>>, :view=>#<RSpec::Matchers::AliasedMatcher:0x00007f96cfcaae28 @description_block=#<Proc:0x00007f96cfa71350@/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-expectations-3.8.2/lib/rspec/matchers/dsl.rb:31 (lambda)>, @base_matcher=#<RSpec::Matchers::BuiltIn::BeAnInstanceOf:0x00007f96cfcab008 @expected=Float, @matcher_name=:an_instance_of>>})"]
1466
- +[{:groups=>{:db=>0.47600000000000003},
1467
- + :method=>"GET",
1468
- + :response_type=>:html,
1469
- + :route=>"/breakdown(.:format)",
1470
- + :start_time=>2019-03-12 19:42:00.360432000 +0200}]
1471
- ):
1472
- lib/airbrake/rails/action_controller_performance_breakdown_subscriber.rb:15:in `block in call'
1473
- lib/airbrake/rails/action_controller_performance_breakdown_subscriber.rb:12:in `each'
1474
- lib/airbrake/rails/action_controller_performance_breakdown_subscriber.rb:12:in `call'
1475
- lib/airbrake/rack/middleware.rb:33:in `call!'
1476
- lib/airbrake/rack/middleware.rb:21:in `call'
1477
-
1478
-
1479
- D, [2019-03-12T19:42:21.717321 #88770] DEBUG -- :  (0.4ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
1480
- D, [2019-03-12T19:42:21.719989 #88770] 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)
1481
- D, [2019-03-12T19:42:21.720199 #88770] DEBUG -- :  (0.0ms) select sqlite_version(*)
1482
- D, [2019-03-12T19:42:21.720517 #88770] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
1483
- I, [2019-03-12T19:42:21.759670 #88770] INFO -- : Started GET "/breakdown" for 127.0.0.1 at 2019-03-12 19:42:21 +0200
1484
- I, [2019-03-12T19:42:21.761721 #88770] INFO -- : Processing by DummyController#breakdown as HTML
1485
- D, [2019-03-12T19:42:21.769514 #88770] DEBUG -- :  (0.0ms) begin transaction
1486
- D, [2019-03-12T19:42:21.772945 #88770] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "breakdown"]]
1487
- D, [2019-03-12T19:42:21.774538 #88770] DEBUG -- :  (0.0ms) commit transaction
1488
- I, [2019-03-12T19:42:21.776062 #88770] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.4ms)