airbrake 8.0.0.rc.7 → 8.0.0.rc.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a6df43ee46ee48e84071bd5d00a1524a4cecef49
4
- data.tar.gz: 0a3be62e1d62ee3861b126952d8685f3d950a73f
3
+ metadata.gz: 89aee928a51a7407b77b8b4d54b84c96dd1661bf
4
+ data.tar.gz: 5a84b154c18cc797d701fb7f2cdad202a3c82cdd
5
5
  SHA512:
6
- metadata.gz: 4f3bdf9de8664400c34b2f00a95d6bb7fe1f6a5f94595f5492e4dbf6c32691cf5d7fe76142da96320d5a4bce7c88cc06ce8da81b4a9252108046c57147d41111
7
- data.tar.gz: d77a88fbcd2249e7b6e36ade013ef35d45bb885a0d7d281f08b85b22afd865deb879fa3b923cb38b8f0d35bc9f5bf7bb1930d69f03d91885d6cbf5ad65d8df58
6
+ metadata.gz: cf253b2230e04552710e3c4368a4d81838d15bf4015d17733f9ae01c2e7244d86f3b11d48cf41aa1682e51828f9b72932b19038e585d7ece6b7c21528bd47bff
7
+ data.tar.gz: 49774db19d279928f1131e6e075c2828fd6646319aa281422f8109d6d28ad49dcd366f5f2b0d0718fc326213ce14968cde200b16698642b04b19ab59ab9242f7
@@ -147,6 +147,8 @@ module Airbrake
147
147
  status = ActionDispatch::ExceptionWrapper.status_code_for_exception(
148
148
  payload[:exception].first
149
149
  )
150
+ status = 500 if status == 0
151
+
150
152
  return status
151
153
  end
152
154
 
@@ -1,5 +1,5 @@
1
1
  # We use Semantic Versioning v2.0.0
2
2
  # More information: http://semver.org/
3
3
  module Airbrake
4
- AIRBRAKE_VERSION = '8.0.0.rc.7'.freeze
4
+ AIRBRAKE_VERSION = '8.0.0.rc.8'.freeze
5
5
  end
@@ -1605,3 +1605,1562 @@ F, [2018-11-16T21:24:01.802302 #22437] FATAL -- :
1605
1605
  F, [2018-11-16T21:24:01.810809 #22437] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1606
1606
  F, [2018-11-16T21:24:01.810867 #22437] FATAL -- :
1607
1607
  F, [2018-11-16T21:24:01.810900 #22437] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1608
+ D, [2018-11-20T20:27:41.554392 #64038] DEBUG -- :  (1.4ms) SELECT sqlite_version(*)
1609
+ D, [2018-11-20T20:27:41.555480 #64038] DEBUG -- :  (0.7ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
1610
+ D, [2018-11-20T20:27:41.559949 #64038] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
1611
+ D, [2018-11-20T20:27:41.560669 #64038] 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)
1612
+ D, [2018-11-20T20:27:41.561296 #64038] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
1613
+ D, [2018-11-20T20:27:41.563302 #64038] DEBUG -- :  (0.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1614
+ D, [2018-11-20T20:27:41.574671 #64038] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1615
+ D, [2018-11-20T20:27:41.577709 #64038] DEBUG -- :  (0.0ms) begin transaction
1616
+ D, [2018-11-20T20:27:41.578605 #64038] DEBUG -- : SQL (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-11-20 12:27:41.577964"], ["updated_at", "2018-11-20 12:27:41.577964"]]
1617
+ D, [2018-11-20T20:27:41.578790 #64038] DEBUG -- :  (0.0ms) commit transaction
1618
+ I, [2018-11-20T20:27:41.622285 #64038] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:27:41 +0800
1619
+ I, [2018-11-20T20:27:41.624352 #64038] INFO -- : Processing by DummyController#crash as HTML
1620
+ I, [2018-11-20T20:27:41.624740 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1621
+ F, [2018-11-20T20:27:41.637301 #64038] FATAL -- :
1622
+ F, [2018-11-20T20:27:41.642043 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1623
+ F, [2018-11-20T20:27:41.642111 #64038] FATAL -- :
1624
+ F, [2018-11-20T20:27:41.642155 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1625
+ I, [2018-11-20T20:27:43.648635 #64038] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2018-11-20 20:27:43 +0800
1626
+ I, [2018-11-20T20:27:43.657926 #64038] INFO -- : Processing by DummyController#crash as HTML
1627
+ I, [2018-11-20T20:27:43.658338 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1628
+ F, [2018-11-20T20:27:43.663880 #64038] FATAL -- :
1629
+ F, [2018-11-20T20:27:43.668061 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1630
+ F, [2018-11-20T20:27:43.668108 #64038] FATAL -- :
1631
+ F, [2018-11-20T20:27:43.668135 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1632
+ I, [2018-11-20T20:27:48.680394 #64038] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1633
+ I, [2018-11-20T20:27:48.681549 #64038] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1634
+ I, [2018-11-20T20:27:48.681608 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1635
+ I, [2018-11-20T20:27:48.695181 #64038] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
1636
+ I, [2018-11-20T20:27:48.696211 #64038] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.9ms)
1637
+ I, [2018-11-20T20:27:48.696643 #64038] INFO -- : Completed 200 OK in 15ms (Views: 6.5ms | ActiveRecord: 0.0ms)
1638
+ I, [2018-11-20T20:27:48.699592 #64038] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1639
+ I, [2018-11-20T20:27:48.700477 #64038] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1640
+ I, [2018-11-20T20:27:48.700519 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1641
+ I, [2018-11-20T20:27:48.708726 #64038] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
1642
+ I, [2018-11-20T20:27:48.708991 #64038] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1643
+ I, [2018-11-20T20:27:48.709278 #64038] INFO -- : Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1644
+ I, [2018-11-20T20:27:48.711691 #64038] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1645
+ I, [2018-11-20T20:27:48.712653 #64038] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1646
+ I, [2018-11-20T20:27:48.712709 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1647
+ I, [2018-11-20T20:27:48.721684 #64038] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
1648
+ I, [2018-11-20T20:27:48.722012 #64038] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1649
+ I, [2018-11-20T20:27:48.722289 #64038] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1650
+ I, [2018-11-20T20:27:48.724734 #64038] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1651
+ I, [2018-11-20T20:27:48.725526 #64038] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1652
+ I, [2018-11-20T20:27:48.725565 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1653
+ I, [2018-11-20T20:27:48.735624 #64038] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
1654
+ I, [2018-11-20T20:27:48.735951 #64038] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1655
+ I, [2018-11-20T20:27:48.736271 #64038] INFO -- : Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1656
+ I, [2018-11-20T20:27:48.738732 #64038] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1657
+ I, [2018-11-20T20:27:48.739564 #64038] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1658
+ I, [2018-11-20T20:27:48.739603 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1659
+ I, [2018-11-20T20:27:48.749024 #64038] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
1660
+ I, [2018-11-20T20:27:48.749268 #64038] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1661
+ I, [2018-11-20T20:27:48.749561 #64038] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1662
+ I, [2018-11-20T20:27:48.751739 #64038] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1663
+ I, [2018-11-20T20:27:48.752449 #64038] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1664
+ I, [2018-11-20T20:27:48.752489 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1665
+ I, [2018-11-20T20:27:48.761183 #64038] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
1666
+ I, [2018-11-20T20:27:48.761501 #64038] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1667
+ I, [2018-11-20T20:27:48.761882 #64038] INFO -- : Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1668
+ I, [2018-11-20T20:27:48.766568 #64038] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1669
+ I, [2018-11-20T20:27:48.767632 #64038] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1670
+ I, [2018-11-20T20:27:48.767688 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1671
+ I, [2018-11-20T20:27:48.774930 #64038] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
1672
+ I, [2018-11-20T20:27:48.780798 #64038] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
1673
+ I, [2018-11-20T20:27:48.781290 #64038] INFO -- : Completed 200 OK in 14ms (Views: 6.7ms | ActiveRecord: 0.0ms)
1674
+ I, [2018-11-20T20:27:48.783795 #64038] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1675
+ I, [2018-11-20T20:27:48.784566 #64038] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1676
+ I, [2018-11-20T20:27:48.784611 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1677
+ I, [2018-11-20T20:27:48.789110 #64038] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
1678
+ I, [2018-11-20T20:27:48.789325 #64038] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1679
+ I, [2018-11-20T20:27:48.789627 #64038] INFO -- : Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1680
+ I, [2018-11-20T20:27:48.898289 #64038] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1681
+ I, [2018-11-20T20:27:48.899724 #64038] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1682
+ I, [2018-11-20T20:27:48.899777 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1683
+ I, [2018-11-20T20:27:48.909876 #64038] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
1684
+ I, [2018-11-20T20:27:48.910137 #64038] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1685
+ I, [2018-11-20T20:27:48.910400 #64038] INFO -- : Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1686
+ I, [2018-11-20T20:27:48.912610 #64038] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1687
+ I, [2018-11-20T20:27:48.913544 #64038] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1688
+ I, [2018-11-20T20:27:48.913591 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1689
+ I, [2018-11-20T20:27:48.918666 #64038] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
1690
+ I, [2018-11-20T20:27:48.922565 #64038] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1691
+ I, [2018-11-20T20:27:48.922834 #64038] INFO -- : Completed 200 OK in 9ms (Views: 4.5ms | ActiveRecord: 0.0ms)
1692
+ I, [2018-11-20T20:27:48.925207 #64038] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1693
+ I, [2018-11-20T20:27:48.926015 #64038] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1694
+ I, [2018-11-20T20:27:48.926052 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1695
+ I, [2018-11-20T20:27:48.931665 #64038] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
1696
+ I, [2018-11-20T20:27:48.936342 #64038] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1697
+ I, [2018-11-20T20:27:48.936619 #64038] INFO -- : Completed 200 OK in 11ms (Views: 5.5ms | ActiveRecord: 0.0ms)
1698
+ I, [2018-11-20T20:27:48.939057 #64038] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1699
+ I, [2018-11-20T20:27:48.939835 #64038] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1700
+ I, [2018-11-20T20:27:48.939872 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1701
+ I, [2018-11-20T20:27:48.944452 #64038] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
1702
+ I, [2018-11-20T20:27:48.944658 #64038] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.1ms)
1703
+ I, [2018-11-20T20:27:48.944993 #64038] INFO -- : Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1704
+ I, [2018-11-20T20:27:48.952015 #64038] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1705
+ I, [2018-11-20T20:27:48.952841 #64038] INFO -- : Processing by DummyController#crash as HTML
1706
+ I, [2018-11-20T20:27:48.952884 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1707
+ I, [2018-11-20T20:27:48.953160 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1708
+ F, [2018-11-20T20:27:48.958602 #64038] FATAL -- :
1709
+ F, [2018-11-20T20:27:48.963062 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1710
+ F, [2018-11-20T20:27:48.963131 #64038] FATAL -- :
1711
+ F, [2018-11-20T20:27:48.963167 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1712
+ I, [2018-11-20T20:27:48.967179 #64038] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1713
+ I, [2018-11-20T20:27:48.968190 #64038] INFO -- : Processing by DummyController#crash as HTML
1714
+ I, [2018-11-20T20:27:48.968233 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1715
+ I, [2018-11-20T20:27:48.968535 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1716
+ F, [2018-11-20T20:27:48.973427 #64038] FATAL -- :
1717
+ F, [2018-11-20T20:27:48.980314 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1718
+ F, [2018-11-20T20:27:48.980357 #64038] FATAL -- :
1719
+ F, [2018-11-20T20:27:48.980385 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1720
+ I, [2018-11-20T20:27:48.982943 #64038] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1721
+ I, [2018-11-20T20:27:48.983784 #64038] INFO -- : Processing by DummyController#crash as HTML
1722
+ I, [2018-11-20T20:27:48.983825 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1723
+ I, [2018-11-20T20:27:48.984094 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1724
+ F, [2018-11-20T20:27:48.988687 #64038] FATAL -- :
1725
+ F, [2018-11-20T20:27:48.992831 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1726
+ F, [2018-11-20T20:27:48.992858 #64038] FATAL -- :
1727
+ F, [2018-11-20T20:27:48.992885 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1728
+ I, [2018-11-20T20:27:48.994528 #64038] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:48 +0800
1729
+ I, [2018-11-20T20:27:48.995371 #64038] INFO -- : Processing by DummyController#crash as HTML
1730
+ I, [2018-11-20T20:27:48.995415 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1731
+ I, [2018-11-20T20:27:48.995671 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1732
+ F, [2018-11-20T20:27:49.000461 #64038] FATAL -- :
1733
+ F, [2018-11-20T20:27:49.000503 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1734
+ F, [2018-11-20T20:27:49.000541 #64038] FATAL -- :
1735
+ F, [2018-11-20T20:27:49.000585 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1736
+ I, [2018-11-20T20:27:49.109276 #64038] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:49 +0800
1737
+ I, [2018-11-20T20:27:49.110657 #64038] INFO -- : Processing by DummyController#crash as HTML
1738
+ I, [2018-11-20T20:27:49.110722 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1739
+ I, [2018-11-20T20:27:49.111060 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1740
+ F, [2018-11-20T20:27:49.121255 #64038] FATAL -- :
1741
+ F, [2018-11-20T20:27:49.121309 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1742
+ F, [2018-11-20T20:27:49.121331 #64038] FATAL -- :
1743
+ F, [2018-11-20T20:27:49.121351 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1744
+ I, [2018-11-20T20:27:49.123270 #64038] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:27:49 +0800
1745
+ I, [2018-11-20T20:27:49.124129 #64038] INFO -- : Processing by DummyController#crash as HTML
1746
+ I, [2018-11-20T20:27:49.124168 #64038] INFO -- : Parameters: {"foo"=>"bar"}
1747
+ I, [2018-11-20T20:27:49.124421 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1748
+ F, [2018-11-20T20:27:49.128719 #64038] FATAL -- :
1749
+ F, [2018-11-20T20:27:49.133508 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1750
+ F, [2018-11-20T20:27:49.133557 #64038] FATAL -- :
1751
+ F, [2018-11-20T20:27:49.133583 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1752
+ I, [2018-11-20T20:27:49.135750 #64038] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2018-11-20 20:27:49 +0800
1753
+ I, [2018-11-20T20:27:49.136498 #64038] INFO -- : Processing by DummyController#active_record_after_commit as HTML
1754
+ D, [2018-11-20T20:27:49.138898 #64038] DEBUG -- :  (0.0ms) begin transaction
1755
+ D, [2018-11-20T20:27:49.139475 #64038] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
1756
+ D, [2018-11-20T20:27:49.139693 #64038] DEBUG -- :  (0.0ms) commit transaction
1757
+ I, [2018-11-20T20:27:49.144043 #64038] INFO -- : Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.5ms)
1758
+ F, [2018-11-20T20:27:49.153972 #64038] FATAL -- :
1759
+ F, [2018-11-20T20:27:49.157763 #64038] FATAL -- : AirbrakeTestError (after_commit):
1760
+ F, [2018-11-20T20:27:49.157793 #64038] FATAL -- :
1761
+ F, [2018-11-20T20:27:49.157817 #64038] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
1762
+ lib/airbrake/rack/middleware.rb:54:in `call'
1763
+ I, [2018-11-20T20:27:51.164941 #64038] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2018-11-20 20:27:51 +0800
1764
+ I, [2018-11-20T20:27:51.166127 #64038] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
1765
+ D, [2018-11-20T20:27:51.166455 #64038] DEBUG -- :  (0.1ms) begin transaction
1766
+ D, [2018-11-20T20:27:51.167230 #64038] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
1767
+ D, [2018-11-20T20:27:51.167483 #64038] DEBUG -- :  (0.0ms) rollback transaction
1768
+ I, [2018-11-20T20:27:51.176483 #64038] INFO -- : Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms)
1769
+ F, [2018-11-20T20:27:51.193070 #64038] FATAL -- :
1770
+ F, [2018-11-20T20:27:51.199763 #64038] FATAL -- : AirbrakeTestError (after_rollback):
1771
+ F, [2018-11-20T20:27:51.199863 #64038] FATAL -- :
1772
+ F, [2018-11-20T20:27:51.199888 #64038] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
1773
+ lib/airbrake/rack/middleware.rb:54:in `call'
1774
+ I, [2018-11-20T20:27:53.209403 #64038] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-20 20:27:53 +0800
1775
+ I, [2018-11-20T20:27:53.210453 #64038] INFO -- : Processing by DummyController#resque as HTML
1776
+ I, [2018-11-20T20:27:53.220603 #64038] INFO -- : Rendering dummy/resque.html.erb within layouts/application
1777
+ I, [2018-11-20T20:27:53.220878 #64038] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
1778
+ I, [2018-11-20T20:27:53.221166 #64038] INFO -- : Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1779
+ I, [2018-11-20T20:27:53.223476 #64038] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-20 20:27:53 +0800
1780
+ I, [2018-11-20T20:27:53.224197 #64038] INFO -- : Processing by DummyController#resque as HTML
1781
+ I, [2018-11-20T20:27:53.225155 #64038] INFO -- : Rendering dummy/resque.html.erb within layouts/application
1782
+ I, [2018-11-20T20:27:53.225350 #64038] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.1ms)
1783
+ I, [2018-11-20T20:27:53.225609 #64038] INFO -- : Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1784
+ I, [2018-11-20T20:27:53.228499 #64038] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:27:53 +0800
1785
+ I, [2018-11-20T20:27:53.229559 #64038] INFO -- : Processing by DummyController#crash as HTML
1786
+ I, [2018-11-20T20:27:53.229867 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1787
+ F, [2018-11-20T20:27:53.235348 #64038] FATAL -- :
1788
+ F, [2018-11-20T20:27:53.238985 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1789
+ F, [2018-11-20T20:27:53.239047 #64038] FATAL -- :
1790
+ F, [2018-11-20T20:27:53.239071 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1791
+ I, [2018-11-20T20:27:53.241436 #64038] INFO -- : Started GET "/" for 127.0.0.1 at 2018-11-20 20:27:53 +0800
1792
+ I, [2018-11-20T20:27:53.242217 #64038] INFO -- : Processing by DummyController#index as HTML
1793
+ I, [2018-11-20T20:27:53.243022 #64038] INFO -- : Rendering dummy/index.html.erb within layouts/application
1794
+ I, [2018-11-20T20:27:53.243315 #64038] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.2ms)
1795
+ I, [2018-11-20T20:27:53.243611 #64038] INFO -- : Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1796
+ I, [2018-11-20T20:27:53.245168 #64038] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:27:53 +0800
1797
+ I, [2018-11-20T20:27:53.245816 #64038] INFO -- : Processing by DummyController#crash as HTML
1798
+ I, [2018-11-20T20:27:53.246073 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1799
+ F, [2018-11-20T20:27:53.250620 #64038] FATAL -- :
1800
+ F, [2018-11-20T20:27:53.254247 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1801
+ F, [2018-11-20T20:27:53.254277 #64038] FATAL -- :
1802
+ F, [2018-11-20T20:27:53.254304 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1803
+ I, [2018-11-20T20:27:53.256360 #64038] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:27:53 +0800
1804
+ I, [2018-11-20T20:27:53.256962 #64038] INFO -- : Processing by DummyController#active_job as HTML
1805
+ I, [2018-11-20T20:27:53.257857 #64038] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
1806
+ I, [2018-11-20T20:27:53.258075 #64038] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.2ms)
1807
+ I, [2018-11-20T20:27:53.258325 #64038] INFO -- : Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1808
+ I, [2018-11-20T20:27:55.266405 #64038] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:27:55 +0800
1809
+ I, [2018-11-20T20:27:55.267585 #64038] INFO -- : Processing by DummyController#active_job as HTML
1810
+ I, [2018-11-20T20:27:55.268728 #64038] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
1811
+ I, [2018-11-20T20:27:55.270967 #64038] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.3ms)
1812
+ I, [2018-11-20T20:27:55.274123 #64038] INFO -- : Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
1813
+ I, [2018-11-20T20:27:57.281740 #64038] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:27:57 +0800
1814
+ I, [2018-11-20T20:27:57.282673 #64038] INFO -- : Processing by DummyController#active_job as HTML
1815
+ I, [2018-11-20T20:27:57.283825 #64038] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
1816
+ I, [2018-11-20T20:27:57.284654 #64038] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.3ms)
1817
+ I, [2018-11-20T20:27:57.284995 #64038] INFO -- : Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1818
+ I, [2018-11-20T20:27:59.291005 #64038] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-20 20:27:59 +0800
1819
+ I, [2018-11-20T20:27:59.292396 #64038] INFO -- : Processing by DummyController#delayed_job as HTML
1820
+ I, [2018-11-20T20:27:59.312297 #64038] INFO -- : Completed 500 Internal Server Error in 20ms (ActiveRecord: 2.9ms)
1821
+ F, [2018-11-20T20:27:59.316865 #64038] FATAL -- :
1822
+ F, [2018-11-20T20:27:59.320624 #64038] FATAL -- : AirbrakeTestError (delayed_job error):
1823
+ F, [2018-11-20T20:27:59.320670 #64038] FATAL -- :
1824
+ F, [2018-11-20T20:27:59.320698 #64038] FATAL -- : lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
1825
+ lib/airbrake/rack/middleware.rb:54:in `call'
1826
+ I, [2018-11-20T20:28:03.332971 #64038] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-20 20:28:03 +0800
1827
+ I, [2018-11-20T20:28:03.333914 #64038] INFO -- : Processing by DummyController#delayed_job as HTML
1828
+ I, [2018-11-20T20:28:03.334861 #64038] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
1829
+ F, [2018-11-20T20:28:03.336162 #64038] FATAL -- :
1830
+ F, [2018-11-20T20:28:03.336208 #64038] FATAL -- : AirbrakeTestError (delayed_job error):
1831
+ F, [2018-11-20T20:28:03.336238 #64038] FATAL -- :
1832
+ F, [2018-11-20T20:28:03.336267 #64038] FATAL -- : lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
1833
+ lib/airbrake/rack/middleware.rb:54:in `call'
1834
+ I, [2018-11-20T20:28:05.343856 #64038] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:28:05 +0800
1835
+ I, [2018-11-20T20:28:05.345068 #64038] INFO -- : Processing by DummyController#crash as HTML
1836
+ I, [2018-11-20T20:28:05.345473 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1837
+ F, [2018-11-20T20:28:05.355970 #64038] FATAL -- :
1838
+ F, [2018-11-20T20:28:05.356061 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1839
+ F, [2018-11-20T20:28:05.356088 #64038] FATAL -- :
1840
+ F, [2018-11-20T20:28:05.356115 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1841
+ I, [2018-11-20T20:28:05.358434 #64038] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:28:05 +0800
1842
+ I, [2018-11-20T20:28:05.359228 #64038] INFO -- : Processing by DummyController#crash as HTML
1843
+ I, [2018-11-20T20:28:05.359491 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1844
+ F, [2018-11-20T20:28:05.364459 #64038] FATAL -- :
1845
+ F, [2018-11-20T20:28:05.364542 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1846
+ F, [2018-11-20T20:28:05.364590 #64038] FATAL -- :
1847
+ F, [2018-11-20T20:28:05.364618 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1848
+ I, [2018-11-20T20:28:05.369803 #64038] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:28:05 +0800
1849
+ I, [2018-11-20T20:28:05.370372 #64038] INFO -- : Processing by DummyController#crash as HTML
1850
+ I, [2018-11-20T20:28:05.370620 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1851
+ F, [2018-11-20T20:28:05.376021 #64038] FATAL -- :
1852
+ F, [2018-11-20T20:28:05.380482 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1853
+ F, [2018-11-20T20:28:05.380533 #64038] FATAL -- :
1854
+ F, [2018-11-20T20:28:05.380560 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1855
+ I, [2018-11-20T20:28:05.382149 #64038] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:28:05 +0800
1856
+ I, [2018-11-20T20:28:05.382716 #64038] INFO -- : Processing by DummyController#crash as HTML
1857
+ I, [2018-11-20T20:28:05.382934 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1858
+ F, [2018-11-20T20:28:05.387715 #64038] FATAL -- :
1859
+ F, [2018-11-20T20:28:05.393556 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1860
+ F, [2018-11-20T20:28:05.393611 #64038] FATAL -- :
1861
+ F, [2018-11-20T20:28:05.393639 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1862
+ I, [2018-11-20T20:28:05.396047 #64038] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:28:05 +0800
1863
+ I, [2018-11-20T20:28:05.396899 #64038] INFO -- : Processing by DummyController#crash as HTML
1864
+ I, [2018-11-20T20:28:05.397237 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1865
+ F, [2018-11-20T20:28:05.402001 #64038] FATAL -- :
1866
+ F, [2018-11-20T20:28:05.402042 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1867
+ F, [2018-11-20T20:28:05.402088 #64038] FATAL -- :
1868
+ F, [2018-11-20T20:28:05.408781 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1869
+ I, [2018-11-20T20:28:05.410423 #64038] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:28:05 +0800
1870
+ I, [2018-11-20T20:28:05.411101 #64038] INFO -- : Processing by DummyController#crash as HTML
1871
+ I, [2018-11-20T20:28:05.411390 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1872
+ F, [2018-11-20T20:28:05.416211 #64038] FATAL -- :
1873
+ F, [2018-11-20T20:28:05.419954 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1874
+ F, [2018-11-20T20:28:05.419986 #64038] FATAL -- :
1875
+ F, [2018-11-20T20:28:05.420014 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1876
+ I, [2018-11-20T20:28:05.423216 #64038] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:28:05 +0800
1877
+ I, [2018-11-20T20:28:05.424343 #64038] INFO -- : Processing by DummyController#crash as HTML
1878
+ I, [2018-11-20T20:28:05.424679 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1879
+ F, [2018-11-20T20:28:05.429848 #64038] FATAL -- :
1880
+ F, [2018-11-20T20:28:05.433840 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1881
+ F, [2018-11-20T20:28:05.433919 #64038] FATAL -- :
1882
+ F, [2018-11-20T20:28:05.433995 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1883
+ I, [2018-11-20T20:28:05.436486 #64038] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:28:05 +0800
1884
+ I, [2018-11-20T20:28:05.437309 #64038] INFO -- : Processing by DummyController#crash as HTML
1885
+ I, [2018-11-20T20:28:05.437571 #64038] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1886
+ F, [2018-11-20T20:28:05.442685 #64038] FATAL -- :
1887
+ F, [2018-11-20T20:28:05.446394 #64038] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1888
+ F, [2018-11-20T20:28:05.446438 #64038] FATAL -- :
1889
+ F, [2018-11-20T20:28:05.446468 #64038] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1890
+ D, [2018-11-20T20:33:03.935043 #64094] DEBUG -- :  (0.8ms) SELECT sqlite_version(*)
1891
+ D, [2018-11-20T20:33:03.935430 #64094] DEBUG -- :  (0.2ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
1892
+ D, [2018-11-20T20:33:03.938247 #64094] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
1893
+ D, [2018-11-20T20:33:03.938779 #64094] 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)
1894
+ D, [2018-11-20T20:33:03.939259 #64094] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
1895
+ D, [2018-11-20T20:33:03.940640 #64094] DEBUG -- :  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1896
+ D, [2018-11-20T20:33:03.948597 #64094] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1897
+ D, [2018-11-20T20:33:03.951454 #64094] DEBUG -- :  (0.0ms) begin transaction
1898
+ D, [2018-11-20T20:33:03.952288 #64094] DEBUG -- : SQL (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-11-20 12:33:03.951723"], ["updated_at", "2018-11-20 12:33:03.951723"]]
1899
+ D, [2018-11-20T20:33:03.952457 #64094] DEBUG -- :  (0.0ms) commit transaction
1900
+ I, [2018-11-20T20:33:03.991698 #64094] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:33:03 +0800
1901
+ I, [2018-11-20T20:33:03.993809 #64094] INFO -- : Processing by DummyController#crash as HTML
1902
+ I, [2018-11-20T20:33:03.994144 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1903
+ F, [2018-11-20T20:33:04.004176 #64094] FATAL -- :
1904
+ F, [2018-11-20T20:33:04.009482 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1905
+ F, [2018-11-20T20:33:04.009548 #64094] FATAL -- :
1906
+ F, [2018-11-20T20:33:04.009581 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1907
+ I, [2018-11-20T20:33:04.012113 #64094] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:33:04 +0800
1908
+ I, [2018-11-20T20:33:04.012943 #64094] INFO -- : Processing by DummyController#crash as HTML
1909
+ I, [2018-11-20T20:33:04.013237 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1910
+ F, [2018-11-20T20:33:04.018356 #64094] FATAL -- :
1911
+ F, [2018-11-20T20:33:04.022381 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1912
+ F, [2018-11-20T20:33:04.022416 #64094] FATAL -- :
1913
+ F, [2018-11-20T20:33:04.022444 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1914
+ I, [2018-11-20T20:33:04.024362 #64094] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:33:04 +0800
1915
+ I, [2018-11-20T20:33:04.025101 #64094] INFO -- : Processing by DummyController#crash as HTML
1916
+ I, [2018-11-20T20:33:04.025366 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1917
+ F, [2018-11-20T20:33:04.030409 #64094] FATAL -- :
1918
+ F, [2018-11-20T20:33:04.034321 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1919
+ F, [2018-11-20T20:33:04.034349 #64094] FATAL -- :
1920
+ F, [2018-11-20T20:33:04.034373 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1921
+ I, [2018-11-20T20:33:04.036306 #64094] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:33:04 +0800
1922
+ I, [2018-11-20T20:33:04.036924 #64094] INFO -- : Processing by DummyController#crash as HTML
1923
+ I, [2018-11-20T20:33:04.037183 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1924
+ F, [2018-11-20T20:33:04.044809 #64094] FATAL -- :
1925
+ F, [2018-11-20T20:33:04.049554 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1926
+ F, [2018-11-20T20:33:04.049605 #64094] FATAL -- :
1927
+ F, [2018-11-20T20:33:04.049635 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1928
+ I, [2018-11-20T20:33:04.052208 #64094] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:33:04 +0800
1929
+ I, [2018-11-20T20:33:04.052922 #64094] INFO -- : Processing by DummyController#crash as HTML
1930
+ I, [2018-11-20T20:33:04.053239 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1931
+ F, [2018-11-20T20:33:04.059746 #64094] FATAL -- :
1932
+ F, [2018-11-20T20:33:04.066384 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1933
+ F, [2018-11-20T20:33:04.066417 #64094] FATAL -- :
1934
+ F, [2018-11-20T20:33:04.066442 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1935
+ I, [2018-11-20T20:33:04.068230 #64094] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:33:04 +0800
1936
+ I, [2018-11-20T20:33:04.068880 #64094] INFO -- : Processing by DummyController#crash as HTML
1937
+ I, [2018-11-20T20:33:04.069186 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1938
+ F, [2018-11-20T20:33:04.075110 #64094] FATAL -- :
1939
+ F, [2018-11-20T20:33:04.078946 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1940
+ F, [2018-11-20T20:33:04.078988 #64094] FATAL -- :
1941
+ F, [2018-11-20T20:33:04.079015 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1942
+ I, [2018-11-20T20:33:04.080867 #64094] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:33:04 +0800
1943
+ I, [2018-11-20T20:33:04.081511 #64094] INFO -- : Processing by DummyController#crash as HTML
1944
+ I, [2018-11-20T20:33:04.081787 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1945
+ F, [2018-11-20T20:33:04.086484 #64094] FATAL -- :
1946
+ F, [2018-11-20T20:33:04.090761 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1947
+ F, [2018-11-20T20:33:04.090802 #64094] FATAL -- :
1948
+ F, [2018-11-20T20:33:04.090829 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1949
+ I, [2018-11-20T20:33:04.092582 #64094] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:33:04 +0800
1950
+ I, [2018-11-20T20:33:04.093201 #64094] INFO -- : Processing by DummyController#crash as HTML
1951
+ I, [2018-11-20T20:33:04.093492 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1952
+ F, [2018-11-20T20:33:04.101430 #64094] FATAL -- :
1953
+ F, [2018-11-20T20:33:04.101478 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1954
+ F, [2018-11-20T20:33:04.101502 #64094] FATAL -- :
1955
+ F, [2018-11-20T20:33:04.101524 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1956
+ I, [2018-11-20T20:33:04.103333 #64094] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:33:04 +0800
1957
+ I, [2018-11-20T20:33:04.104282 #64094] INFO -- : Processing by DummyController#crash as HTML
1958
+ I, [2018-11-20T20:33:04.104914 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1959
+ F, [2018-11-20T20:33:04.110246 #64094] FATAL -- :
1960
+ F, [2018-11-20T20:33:04.113978 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1961
+ F, [2018-11-20T20:33:04.114009 #64094] FATAL -- :
1962
+ F, [2018-11-20T20:33:04.114034 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1963
+ I, [2018-11-20T20:33:04.115984 #64094] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:33:04 +0800
1964
+ I, [2018-11-20T20:33:04.116575 #64094] INFO -- : Processing by DummyController#crash as HTML
1965
+ I, [2018-11-20T20:33:04.116835 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1966
+ F, [2018-11-20T20:33:04.123320 #64094] FATAL -- :
1967
+ F, [2018-11-20T20:33:04.126640 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
1968
+ F, [2018-11-20T20:33:04.126672 #64094] FATAL -- :
1969
+ F, [2018-11-20T20:33:04.126719 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
1970
+ I, [2018-11-20T20:33:04.128464 #64094] INFO -- : Started GET "/" for 127.0.0.1 at 2018-11-20 20:33:04 +0800
1971
+ I, [2018-11-20T20:33:04.129054 #64094] INFO -- : Processing by DummyController#index as HTML
1972
+ I, [2018-11-20T20:33:04.131436 #64094] INFO -- : Rendering dummy/index.html.erb within layouts/application
1973
+ I, [2018-11-20T20:33:04.132021 #64094] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.5ms)
1974
+ I, [2018-11-20T20:33:04.132329 #64094] INFO -- : Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
1975
+ I, [2018-11-20T20:33:04.133777 #64094] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:33:04 +0800
1976
+ I, [2018-11-20T20:33:04.134352 #64094] INFO -- : Processing by DummyController#active_job as HTML
1977
+ I, [2018-11-20T20:33:04.135168 #64094] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
1978
+ I, [2018-11-20T20:33:04.136936 #64094] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.2ms)
1979
+ I, [2018-11-20T20:33:04.139391 #64094] INFO -- : Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
1980
+ I, [2018-11-20T20:33:06.146412 #64094] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:33:06 +0800
1981
+ I, [2018-11-20T20:33:06.147563 #64094] INFO -- : Processing by DummyController#active_job as HTML
1982
+ I, [2018-11-20T20:33:06.148757 #64094] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
1983
+ I, [2018-11-20T20:33:06.149168 #64094] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.3ms)
1984
+ I, [2018-11-20T20:33:06.149577 #64094] INFO -- : Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
1985
+ I, [2018-11-20T20:33:08.155111 #64094] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:33:08 +0800
1986
+ I, [2018-11-20T20:33:08.156160 #64094] INFO -- : Processing by DummyController#active_job as HTML
1987
+ I, [2018-11-20T20:33:08.157235 #64094] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
1988
+ I, [2018-11-20T20:33:08.157577 #64094] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.3ms)
1989
+ I, [2018-11-20T20:33:08.157945 #64094] INFO -- : Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1990
+ I, [2018-11-20T20:33:10.165839 #64094] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-20 20:33:10 +0800
1991
+ I, [2018-11-20T20:33:10.167206 #64094] INFO -- : Processing by DummyController#resque as HTML
1992
+ I, [2018-11-20T20:33:10.179760 #64094] INFO -- : Rendering dummy/resque.html.erb within layouts/application
1993
+ I, [2018-11-20T20:33:10.180058 #64094] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
1994
+ I, [2018-11-20T20:33:10.180323 #64094] INFO -- : Completed 200 OK in 13ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1995
+ I, [2018-11-20T20:33:10.182673 #64094] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-20 20:33:10 +0800
1996
+ I, [2018-11-20T20:33:10.183393 #64094] INFO -- : Processing by DummyController#resque as HTML
1997
+ I, [2018-11-20T20:33:10.184399 #64094] INFO -- : Rendering dummy/resque.html.erb within layouts/application
1998
+ I, [2018-11-20T20:33:10.184626 #64094] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
1999
+ I, [2018-11-20T20:33:10.184927 #64094] INFO -- : Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2000
+ I, [2018-11-20T20:33:10.186539 #64094] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2018-11-20 20:33:10 +0800
2001
+ I, [2018-11-20T20:33:10.187307 #64094] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
2002
+ D, [2018-11-20T20:33:10.187599 #64094] DEBUG -- :  (0.1ms) begin transaction
2003
+ D, [2018-11-20T20:33:10.190733 #64094] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
2004
+ D, [2018-11-20T20:33:10.191115 #64094] DEBUG -- :  (0.0ms) rollback transaction
2005
+ I, [2018-11-20T20:33:10.198954 #64094] INFO -- : Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.5ms)
2006
+ F, [2018-11-20T20:33:10.216281 #64094] FATAL -- :
2007
+ F, [2018-11-20T20:33:10.223005 #64094] FATAL -- : AirbrakeTestError (after_rollback):
2008
+ F, [2018-11-20T20:33:10.223053 #64094] FATAL -- :
2009
+ F, [2018-11-20T20:33:10.223081 #64094] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
2010
+ lib/airbrake/rack/middleware.rb:54:in `call'
2011
+ I, [2018-11-20T20:33:12.226223 #64094] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2018-11-20 20:33:12 +0800
2012
+ I, [2018-11-20T20:33:12.227161 #64094] INFO -- : Processing by DummyController#active_record_after_commit as HTML
2013
+ D, [2018-11-20T20:33:12.227607 #64094] DEBUG -- :  (0.1ms) begin transaction
2014
+ D, [2018-11-20T20:33:12.228124 #64094] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
2015
+ D, [2018-11-20T20:33:12.228336 #64094] DEBUG -- :  (0.0ms) commit transaction
2016
+ I, [2018-11-20T20:33:12.232818 #64094] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms)
2017
+ F, [2018-11-20T20:33:12.238103 #64094] FATAL -- :
2018
+ F, [2018-11-20T20:33:12.247439 #64094] FATAL -- : AirbrakeTestError (after_commit):
2019
+ F, [2018-11-20T20:33:12.247508 #64094] FATAL -- :
2020
+ F, [2018-11-20T20:33:12.247536 #64094] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
2021
+ lib/airbrake/rack/middleware.rb:54:in `call'
2022
+ I, [2018-11-20T20:33:14.255356 #64094] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2023
+ I, [2018-11-20T20:33:14.256572 #64094] INFO -- : Processing by DummyController#crash as HTML
2024
+ I, [2018-11-20T20:33:14.256640 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2025
+ I, [2018-11-20T20:33:14.256997 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2026
+ F, [2018-11-20T20:33:14.262863 #64094] FATAL -- :
2027
+ F, [2018-11-20T20:33:14.268972 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2028
+ F, [2018-11-20T20:33:14.269027 #64094] FATAL -- :
2029
+ F, [2018-11-20T20:33:14.269071 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2030
+ I, [2018-11-20T20:33:14.271509 #64094] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2031
+ I, [2018-11-20T20:33:14.272387 #64094] INFO -- : Processing by DummyController#crash as HTML
2032
+ I, [2018-11-20T20:33:14.272435 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2033
+ I, [2018-11-20T20:33:14.272725 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2034
+ F, [2018-11-20T20:33:14.277690 #64094] FATAL -- :
2035
+ F, [2018-11-20T20:33:14.281243 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2036
+ F, [2018-11-20T20:33:14.281291 #64094] FATAL -- :
2037
+ F, [2018-11-20T20:33:14.281316 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2038
+ I, [2018-11-20T20:33:14.282921 #64094] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2039
+ I, [2018-11-20T20:33:14.283621 #64094] INFO -- : Processing by DummyController#crash as HTML
2040
+ I, [2018-11-20T20:33:14.283661 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2041
+ I, [2018-11-20T20:33:14.283886 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2042
+ F, [2018-11-20T20:33:14.288246 #64094] FATAL -- :
2043
+ F, [2018-11-20T20:33:14.292739 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2044
+ F, [2018-11-20T20:33:14.292792 #64094] FATAL -- :
2045
+ F, [2018-11-20T20:33:14.292818 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2046
+ I, [2018-11-20T20:33:14.296359 #64094] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2047
+ I, [2018-11-20T20:33:14.297346 #64094] INFO -- : Processing by DummyController#crash as HTML
2048
+ I, [2018-11-20T20:33:14.297390 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2049
+ I, [2018-11-20T20:33:14.297672 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2050
+ F, [2018-11-20T20:33:14.301957 #64094] FATAL -- :
2051
+ F, [2018-11-20T20:33:14.306045 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2052
+ F, [2018-11-20T20:33:14.306097 #64094] FATAL -- :
2053
+ F, [2018-11-20T20:33:14.306122 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2054
+ I, [2018-11-20T20:33:14.308140 #64094] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2055
+ I, [2018-11-20T20:33:14.308866 #64094] INFO -- : Processing by DummyController#crash as HTML
2056
+ I, [2018-11-20T20:33:14.308906 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2057
+ I, [2018-11-20T20:33:14.309141 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2058
+ F, [2018-11-20T20:33:14.313883 #64094] FATAL -- :
2059
+ F, [2018-11-20T20:33:14.313942 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2060
+ F, [2018-11-20T20:33:14.320484 #64094] FATAL -- :
2061
+ F, [2018-11-20T20:33:14.320524 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2062
+ I, [2018-11-20T20:33:14.322208 #64094] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2063
+ I, [2018-11-20T20:33:14.322872 #64094] INFO -- : Processing by DummyController#crash as HTML
2064
+ I, [2018-11-20T20:33:14.322924 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2065
+ I, [2018-11-20T20:33:14.323155 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2066
+ F, [2018-11-20T20:33:14.327556 #64094] FATAL -- :
2067
+ F, [2018-11-20T20:33:14.331833 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2068
+ F, [2018-11-20T20:33:14.331868 #64094] FATAL -- :
2069
+ F, [2018-11-20T20:33:14.331894 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2070
+ I, [2018-11-20T20:33:14.333640 #64094] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2071
+ I, [2018-11-20T20:33:14.334398 #64094] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2072
+ I, [2018-11-20T20:33:14.334438 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2073
+ I, [2018-11-20T20:33:14.339003 #64094] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2074
+ I, [2018-11-20T20:33:14.343699 #64094] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
2075
+ I, [2018-11-20T20:33:14.344059 #64094] INFO -- : Completed 200 OK in 10ms (Views: 5.4ms | ActiveRecord: 0.0ms)
2076
+ I, [2018-11-20T20:33:14.346220 #64094] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2077
+ I, [2018-11-20T20:33:14.346884 #64094] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2078
+ I, [2018-11-20T20:33:14.346929 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2079
+ I, [2018-11-20T20:33:14.351109 #64094] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2080
+ I, [2018-11-20T20:33:14.351360 #64094] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2081
+ I, [2018-11-20T20:33:14.351624 #64094] INFO -- : Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2082
+ I, [2018-11-20T20:33:14.470337 #64094] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2083
+ I, [2018-11-20T20:33:14.471571 #64094] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2084
+ I, [2018-11-20T20:33:14.471637 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2085
+ I, [2018-11-20T20:33:14.483668 #64094] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2086
+ I, [2018-11-20T20:33:14.483969 #64094] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2087
+ I, [2018-11-20T20:33:14.484325 #64094] INFO -- : Completed 200 OK in 13ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2088
+ I, [2018-11-20T20:33:14.486827 #64094] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2089
+ I, [2018-11-20T20:33:14.487855 #64094] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2090
+ I, [2018-11-20T20:33:14.487909 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2091
+ I, [2018-11-20T20:33:14.492387 #64094] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2092
+ I, [2018-11-20T20:33:14.492663 #64094] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2093
+ I, [2018-11-20T20:33:14.492948 #64094] INFO -- : Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2094
+ I, [2018-11-20T20:33:14.598192 #64094] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2095
+ I, [2018-11-20T20:33:14.599595 #64094] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2096
+ I, [2018-11-20T20:33:14.599694 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2097
+ I, [2018-11-20T20:33:14.610350 #64094] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2098
+ I, [2018-11-20T20:33:14.610804 #64094] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
2099
+ I, [2018-11-20T20:33:14.611437 #64094] INFO -- : Completed 200 OK in 12ms (Views: 1.4ms | ActiveRecord: 0.0ms)
2100
+ I, [2018-11-20T20:33:14.614179 #64094] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2101
+ I, [2018-11-20T20:33:14.615039 #64094] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2102
+ I, [2018-11-20T20:33:14.615078 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2103
+ I, [2018-11-20T20:33:14.619682 #64094] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2104
+ I, [2018-11-20T20:33:14.623567 #64094] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2105
+ I, [2018-11-20T20:33:14.623837 #64094] INFO -- : Completed 200 OK in 9ms (Views: 4.5ms | ActiveRecord: 0.0ms)
2106
+ I, [2018-11-20T20:33:14.626124 #64094] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2107
+ I, [2018-11-20T20:33:14.626859 #64094] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2108
+ I, [2018-11-20T20:33:14.626902 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2109
+ I, [2018-11-20T20:33:14.638026 #64094] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2110
+ I, [2018-11-20T20:33:14.638276 #64094] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2111
+ I, [2018-11-20T20:33:14.638526 #64094] INFO -- : Completed 200 OK in 12ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2112
+ I, [2018-11-20T20:33:14.640559 #64094] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2113
+ I, [2018-11-20T20:33:14.641240 #64094] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2114
+ I, [2018-11-20T20:33:14.641279 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2115
+ I, [2018-11-20T20:33:14.651307 #64094] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2116
+ I, [2018-11-20T20:33:14.651629 #64094] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2117
+ I, [2018-11-20T20:33:14.651946 #64094] INFO -- : Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms)
2118
+ I, [2018-11-20T20:33:14.654561 #64094] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2119
+ I, [2018-11-20T20:33:14.655385 #64094] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2120
+ I, [2018-11-20T20:33:14.655425 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2121
+ I, [2018-11-20T20:33:14.664143 #64094] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2122
+ I, [2018-11-20T20:33:14.664369 #64094] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2123
+ I, [2018-11-20T20:33:14.664632 #64094] INFO -- : Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2124
+ I, [2018-11-20T20:33:14.666690 #64094] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2125
+ I, [2018-11-20T20:33:14.667390 #64094] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2126
+ I, [2018-11-20T20:33:14.667429 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2127
+ I, [2018-11-20T20:33:14.678031 #64094] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2128
+ I, [2018-11-20T20:33:14.679056 #64094] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.7ms)
2129
+ I, [2018-11-20T20:33:14.679798 #64094] INFO -- : Completed 200 OK in 12ms (Views: 2.7ms | ActiveRecord: 0.0ms)
2130
+ I, [2018-11-20T20:33:14.683051 #64094] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2131
+ I, [2018-11-20T20:33:14.684182 #64094] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2132
+ I, [2018-11-20T20:33:14.684241 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2133
+ I, [2018-11-20T20:33:14.696065 #64094] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2134
+ I, [2018-11-20T20:33:14.696313 #64094] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2135
+ I, [2018-11-20T20:33:14.696577 #64094] INFO -- : Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2136
+ I, [2018-11-20T20:33:14.698644 #64094] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2137
+ I, [2018-11-20T20:33:14.699355 #64094] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2138
+ I, [2018-11-20T20:33:14.699395 #64094] INFO -- : Parameters: {"foo"=>"bar"}
2139
+ I, [2018-11-20T20:33:14.708196 #64094] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2140
+ I, [2018-11-20T20:33:14.708498 #64094] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2141
+ I, [2018-11-20T20:33:14.708811 #64094] INFO -- : Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
2142
+ I, [2018-11-20T20:33:14.713388 #64094] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:33:14 +0800
2143
+ I, [2018-11-20T20:33:14.714202 #64094] INFO -- : Processing by DummyController#crash as HTML
2144
+ I, [2018-11-20T20:33:14.714472 #64094] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2145
+ F, [2018-11-20T20:33:14.719165 #64094] FATAL -- :
2146
+ F, [2018-11-20T20:33:14.722589 #64094] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2147
+ F, [2018-11-20T20:33:14.722628 #64094] FATAL -- :
2148
+ F, [2018-11-20T20:33:14.722654 #64094] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2149
+ I, [2018-11-20T20:33:16.729800 #64094] INFO -- : Started HEAD "/index" for 127.0.0.1 at 2018-11-20 20:33:16 +0800
2150
+ F, [2018-11-20T20:33:16.731361 #64094] FATAL -- :
2151
+ F, [2018-11-20T20:33:16.731445 #64094] FATAL -- : ActionController::RoutingError (No route matches [HEAD] "/index"):
2152
+ F, [2018-11-20T20:33:16.731477 #64094] FATAL -- :
2153
+ F, [2018-11-20T20:33:16.731514 #64094] FATAL -- : actionpack (5.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
2154
+ actionpack (5.1.6) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
2155
+ railties (5.1.6) lib/rails/rack/logger.rb:36:in `call_app'
2156
+ railties (5.1.6) lib/rails/rack/logger.rb:26:in `call'
2157
+ actionpack (5.1.6) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
2158
+ actionpack (5.1.6) lib/action_dispatch/middleware/request_id.rb:25:in `call'
2159
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
2160
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
2161
+ activesupport (5.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
2162
+ actionpack (5.1.6) lib/action_dispatch/middleware/executor.rb:12:in `call'
2163
+ actionpack (5.1.6) lib/action_dispatch/middleware/static.rb:125:in `call'
2164
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
2165
+ railties (5.1.6) lib/rails/engine.rb:522:in `call'
2166
+ rack-test (0.6.3) lib/rack/mock_session.rb:30:in `request'
2167
+ rack-test (0.6.3) lib/rack/test.rb:244:in `process_request'
2168
+ rack-test (0.6.3) lib/rack/test.rb:112:in `head'
2169
+ spec/integration/rails/rails_spec.rb:318:in `block (3 levels) in <top (required)>'
2170
+ rspec-core (3.8.0) lib/rspec/core/example.rb:254:in `instance_exec'
2171
+ rspec-core (3.8.0) lib/rspec/core/example.rb:254:in `block in run'
2172
+ rspec-core (3.8.0) lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'
2173
+ rspec-core (3.8.0) lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'
2174
+ rspec-core (3.8.0) lib/rspec/core/hooks.rb:464:in `block in run'
2175
+ rspec-core (3.8.0) lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'
2176
+ rspec-core (3.8.0) lib/rspec/core/example.rb:342:in `call'
2177
+ rspec-wait (0.0.9) lib/rspec/wait.rb:46:in `block (2 levels) in <top (required)>'
2178
+ rspec-core (3.8.0) lib/rspec/core/example.rb:447:in `instance_exec'
2179
+ rspec-core (3.8.0) lib/rspec/core/example.rb:447:in `instance_exec'
2180
+ rspec-core (3.8.0) lib/rspec/core/hooks.rb:373:in `execute_with'
2181
+ rspec-core (3.8.0) lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'
2182
+ rspec-core (3.8.0) lib/rspec/core/example.rb:342:in `call'
2183
+ rspec-core (3.8.0) lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'
2184
+ rspec-core (3.8.0) lib/rspec/core/hooks.rb:464:in `run'
2185
+ rspec-core (3.8.0) lib/rspec/core/example.rb:457:in `with_around_example_hooks'
2186
+ rspec-core (3.8.0) lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'
2187
+ rspec-core (3.8.0) lib/rspec/core/example.rb:251:in `run'
2188
+ rspec-core (3.8.0) lib/rspec/core/example_group.rb:629:in `block in run_examples'
2189
+ rspec-core (3.8.0) lib/rspec/core/example_group.rb:625:in `map'
2190
+ rspec-core (3.8.0) lib/rspec/core/example_group.rb:625:in `run_examples'
2191
+ rspec-core (3.8.0) lib/rspec/core/example_group.rb:591:in `run'
2192
+ rspec-core (3.8.0) lib/rspec/core/example_group.rb:592:in `block in run'
2193
+ rspec-core (3.8.0) lib/rspec/core/example_group.rb:592:in `map'
2194
+ rspec-core (3.8.0) lib/rspec/core/example_group.rb:592:in `run'
2195
+ rspec-core (3.8.0) lib/rspec/core/runner.rb:116:in `block (3 levels) in run_specs'
2196
+ rspec-core (3.8.0) lib/rspec/core/runner.rb:116:in `map'
2197
+ rspec-core (3.8.0) lib/rspec/core/runner.rb:116:in `block (2 levels) in run_specs'
2198
+ rspec-core (3.8.0) lib/rspec/core/configuration.rb:1989:in `with_suite_hooks'
2199
+ rspec-core (3.8.0) lib/rspec/core/runner.rb:111:in `block in run_specs'
2200
+ rspec-core (3.8.0) lib/rspec/core/reporter.rb:74:in `report'
2201
+ rspec-core (3.8.0) lib/rspec/core/runner.rb:110:in `run_specs'
2202
+ rspec-core (3.8.0) lib/rspec/core/runner.rb:87:in `run'
2203
+ rspec-core (3.8.0) lib/rspec/core/runner.rb:71:in `run'
2204
+ rspec-core (3.8.0) lib/rspec/core/runner.rb:45:in `invoke'
2205
+ rspec-core (3.8.0) exe/rspec:4:in `<top (required)>'
2206
+ /Users/kyrylo/.gem/ruby/2.4.2/bin/rspec:23:in `load'
2207
+ /Users/kyrylo/.gem/ruby/2.4.2/bin/rspec:23:in `<top (required)>'
2208
+ bundler (1.17.1) lib/bundler/cli/exec.rb:74:in `load'
2209
+ bundler (1.17.1) lib/bundler/cli/exec.rb:74:in `kernel_load'
2210
+ bundler (1.17.1) lib/bundler/cli/exec.rb:28:in `run'
2211
+ bundler (1.17.1) lib/bundler/cli.rb:463:in `exec'
2212
+ bundler (1.17.1) lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
2213
+ bundler (1.17.1) lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
2214
+ bundler (1.17.1) lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
2215
+ bundler (1.17.1) lib/bundler/cli.rb:27:in `dispatch'
2216
+ bundler (1.17.1) lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
2217
+ bundler (1.17.1) lib/bundler/cli.rb:18:in `start'
2218
+ bundler (1.17.1) exe/bundle:30:in `block in <top (required)>'
2219
+ bundler (1.17.1) lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'
2220
+ bundler (1.17.1) exe/bundle:22:in `<top (required)>'
2221
+ /Users/kyrylo/.gem/ruby/2.4.2/bin/bundle:23:in `load'
2222
+ /Users/kyrylo/.gem/ruby/2.4.2/bin/bundle:23:in `<main>'
2223
+ I, [2018-11-20T20:33:21.744902 #64094] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-20 20:33:21 +0800
2224
+ I, [2018-11-20T20:33:21.746237 #64094] INFO -- : Processing by DummyController#delayed_job as HTML
2225
+ I, [2018-11-20T20:33:21.769863 #64094] INFO -- : Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.4ms)
2226
+ F, [2018-11-20T20:33:21.774851 #64094] FATAL -- :
2227
+ F, [2018-11-20T20:33:21.774892 #64094] FATAL -- : AirbrakeTestError (delayed_job error):
2228
+ F, [2018-11-20T20:33:21.774920 #64094] FATAL -- :
2229
+ F, [2018-11-20T20:33:21.778202 #64094] FATAL -- : lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
2230
+ lib/airbrake/rack/middleware.rb:54:in `call'
2231
+ I, [2018-11-20T20:33:25.785960 #64094] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-20 20:33:25 +0800
2232
+ I, [2018-11-20T20:33:25.787269 #64094] INFO -- : Processing by DummyController#delayed_job as HTML
2233
+ I, [2018-11-20T20:33:25.788315 #64094] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
2234
+ F, [2018-11-20T20:33:25.789623 #64094] FATAL -- :
2235
+ F, [2018-11-20T20:33:25.789674 #64094] FATAL -- : AirbrakeTestError (delayed_job error):
2236
+ F, [2018-11-20T20:33:25.789706 #64094] FATAL -- :
2237
+ F, [2018-11-20T20:33:25.789739 #64094] FATAL -- : lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
2238
+ lib/airbrake/rack/middleware.rb:54:in `call'
2239
+ D, [2018-11-20T20:34:46.393537 #64115] DEBUG -- :  (0.9ms) SELECT sqlite_version(*)
2240
+ D, [2018-11-20T20:34:46.393973 #64115] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
2241
+ D, [2018-11-20T20:34:46.396551 #64115] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
2242
+ D, [2018-11-20T20:34:46.397148 #64115] 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)
2243
+ D, [2018-11-20T20:34:46.397684 #64115] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
2244
+ D, [2018-11-20T20:34:46.399247 #64115] DEBUG -- :  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2245
+ D, [2018-11-20T20:34:46.408227 #64115] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2246
+ D, [2018-11-20T20:34:46.411320 #64115] DEBUG -- :  (0.0ms) begin transaction
2247
+ D, [2018-11-20T20:34:46.412325 #64115] DEBUG -- : SQL (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-11-20 12:34:46.411606"], ["updated_at", "2018-11-20 12:34:46.411606"]]
2248
+ D, [2018-11-20T20:34:46.412557 #64115] DEBUG -- :  (0.0ms) commit transaction
2249
+ I, [2018-11-20T20:34:46.452976 #64115] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2018-11-20 20:34:46 +0800
2250
+ I, [2018-11-20T20:34:46.455676 #64115] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
2251
+ D, [2018-11-20T20:34:46.456099 #64115] DEBUG -- :  (0.1ms) begin transaction
2252
+ D, [2018-11-20T20:34:46.459707 #64115] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
2253
+ D, [2018-11-20T20:34:46.460097 #64115] DEBUG -- :  (0.1ms) rollback transaction
2254
+ I, [2018-11-20T20:34:46.470418 #64115] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.8ms)
2255
+ F, [2018-11-20T20:34:46.496232 #64115] FATAL -- :
2256
+ F, [2018-11-20T20:34:46.505396 #64115] FATAL -- : AirbrakeTestError (after_rollback):
2257
+ F, [2018-11-20T20:34:46.505474 #64115] FATAL -- :
2258
+ F, [2018-11-20T20:34:46.505506 #64115] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
2259
+ lib/airbrake/rack/middleware.rb:54:in `call'
2260
+ I, [2018-11-20T20:34:48.511099 #64115] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2018-11-20 20:34:48 +0800
2261
+ I, [2018-11-20T20:34:48.512229 #64115] INFO -- : Processing by DummyController#active_record_after_commit as HTML
2262
+ D, [2018-11-20T20:34:48.512765 #64115] DEBUG -- :  (0.1ms) begin transaction
2263
+ D, [2018-11-20T20:34:48.513433 #64115] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
2264
+ D, [2018-11-20T20:34:48.513722 #64115] DEBUG -- :  (0.0ms) commit transaction
2265
+ I, [2018-11-20T20:34:48.519064 #64115] INFO -- : Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms)
2266
+ F, [2018-11-20T20:34:48.531741 #64115] FATAL -- :
2267
+ F, [2018-11-20T20:34:48.535789 #64115] FATAL -- : AirbrakeTestError (after_commit):
2268
+ F, [2018-11-20T20:34:48.535820 #64115] FATAL -- :
2269
+ F, [2018-11-20T20:34:48.535845 #64115] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
2270
+ lib/airbrake/rack/middleware.rb:54:in `call'
2271
+ I, [2018-11-20T20:34:50.543819 #64115] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-20 20:34:50 +0800
2272
+ I, [2018-11-20T20:34:50.544906 #64115] INFO -- : Processing by DummyController#delayed_job as HTML
2273
+ I, [2018-11-20T20:34:50.559823 #64115] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.5ms)
2274
+ F, [2018-11-20T20:34:50.568329 #64115] FATAL -- :
2275
+ F, [2018-11-20T20:34:50.572460 #64115] FATAL -- : AirbrakeTestError (delayed_job error):
2276
+ F, [2018-11-20T20:34:50.572515 #64115] FATAL -- :
2277
+ F, [2018-11-20T20:34:50.572543 #64115] FATAL -- : lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
2278
+ lib/airbrake/rack/middleware.rb:54:in `call'
2279
+ I, [2018-11-20T20:34:54.578439 #64115] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-20 20:34:54 +0800
2280
+ I, [2018-11-20T20:34:54.579695 #64115] INFO -- : Processing by DummyController#delayed_job as HTML
2281
+ I, [2018-11-20T20:34:54.580692 #64115] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
2282
+ F, [2018-11-20T20:34:54.581948 #64115] FATAL -- :
2283
+ F, [2018-11-20T20:34:54.582028 #64115] FATAL -- : AirbrakeTestError (delayed_job error):
2284
+ F, [2018-11-20T20:34:54.582076 #64115] FATAL -- :
2285
+ F, [2018-11-20T20:34:54.582108 #64115] FATAL -- : lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
2286
+ lib/airbrake/rack/middleware.rb:54:in `call'
2287
+ I, [2018-11-20T20:34:56.587659 #64115] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2018-11-20 20:34:56 +0800
2288
+ I, [2018-11-20T20:34:56.595606 #64115] INFO -- : Processing by DummyController#crash as HTML
2289
+ I, [2018-11-20T20:34:56.596002 #64115] INFO -- : Completed 0 in 0ms (ActiveRecord: 0.0ms)
2290
+ F, [2018-11-20T20:34:56.600797 #64115] FATAL -- :
2291
+ F, [2018-11-20T20:34:56.604481 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2292
+ F, [2018-11-20T20:34:56.604518 #64115] FATAL -- :
2293
+ F, [2018-11-20T20:34:56.604556 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2294
+ I, [2018-11-20T20:35:01.617909 #64115] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:35:01 +0800
2295
+ I, [2018-11-20T20:35:01.619284 #64115] INFO -- : Processing by DummyController#crash as HTML
2296
+ I, [2018-11-20T20:35:01.619830 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2297
+ F, [2018-11-20T20:35:01.625882 #64115] FATAL -- :
2298
+ F, [2018-11-20T20:35:01.630075 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2299
+ F, [2018-11-20T20:35:01.630118 #64115] FATAL -- :
2300
+ F, [2018-11-20T20:35:01.630175 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2301
+ I, [2018-11-20T20:35:03.638535 #64115] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:35:03 +0800
2302
+ I, [2018-11-20T20:35:03.639656 #64115] INFO -- : Processing by DummyController#crash as HTML
2303
+ I, [2018-11-20T20:35:03.640054 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2304
+ F, [2018-11-20T20:35:03.649242 #64115] FATAL -- :
2305
+ F, [2018-11-20T20:35:03.654899 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2306
+ F, [2018-11-20T20:35:03.654955 #64115] FATAL -- :
2307
+ F, [2018-11-20T20:35:03.654983 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2308
+ I, [2018-11-20T20:35:03.657452 #64115] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:35:03 +0800
2309
+ I, [2018-11-20T20:35:03.658408 #64115] INFO -- : Processing by DummyController#crash as HTML
2310
+ I, [2018-11-20T20:35:03.658757 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2311
+ F, [2018-11-20T20:35:03.664097 #64115] FATAL -- :
2312
+ F, [2018-11-20T20:35:03.669639 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2313
+ F, [2018-11-20T20:35:03.669703 #64115] FATAL -- :
2314
+ F, [2018-11-20T20:35:03.669780 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2315
+ I, [2018-11-20T20:35:03.673090 #64115] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:35:03 +0800
2316
+ I, [2018-11-20T20:35:03.674200 #64115] INFO -- : Processing by DummyController#crash as HTML
2317
+ I, [2018-11-20T20:35:03.674509 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2318
+ F, [2018-11-20T20:35:03.683932 #64115] FATAL -- :
2319
+ F, [2018-11-20T20:35:03.695636 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2320
+ F, [2018-11-20T20:35:03.695690 #64115] FATAL -- :
2321
+ F, [2018-11-20T20:35:03.695719 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2322
+ I, [2018-11-20T20:35:03.698885 #64115] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:35:03 +0800
2323
+ I, [2018-11-20T20:35:03.699986 #64115] INFO -- : Processing by DummyController#crash as HTML
2324
+ I, [2018-11-20T20:35:03.700273 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2325
+ F, [2018-11-20T20:35:03.709181 #64115] FATAL -- :
2326
+ F, [2018-11-20T20:35:03.725994 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2327
+ F, [2018-11-20T20:35:03.726061 #64115] FATAL -- :
2328
+ F, [2018-11-20T20:35:03.726090 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2329
+ I, [2018-11-20T20:35:03.728423 #64115] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:35:03 +0800
2330
+ I, [2018-11-20T20:35:03.729231 #64115] INFO -- : Processing by DummyController#crash as HTML
2331
+ I, [2018-11-20T20:35:03.729499 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2332
+ F, [2018-11-20T20:35:03.734437 #64115] FATAL -- :
2333
+ F, [2018-11-20T20:35:03.734593 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2334
+ F, [2018-11-20T20:35:03.738533 #64115] FATAL -- :
2335
+ F, [2018-11-20T20:35:03.738575 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2336
+ I, [2018-11-20T20:35:03.740213 #64115] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:35:03 +0800
2337
+ I, [2018-11-20T20:35:03.740780 #64115] INFO -- : Processing by DummyController#crash as HTML
2338
+ I, [2018-11-20T20:35:03.741078 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2339
+ F, [2018-11-20T20:35:03.745956 #64115] FATAL -- :
2340
+ F, [2018-11-20T20:35:03.750562 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2341
+ F, [2018-11-20T20:35:03.750607 #64115] FATAL -- :
2342
+ F, [2018-11-20T20:35:03.750634 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2343
+ I, [2018-11-20T20:35:03.753034 #64115] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:35:03 +0800
2344
+ I, [2018-11-20T20:35:03.753835 #64115] INFO -- : Processing by DummyController#crash as HTML
2345
+ I, [2018-11-20T20:35:03.754107 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2346
+ F, [2018-11-20T20:35:03.758986 #64115] FATAL -- :
2347
+ F, [2018-11-20T20:35:03.763102 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2348
+ F, [2018-11-20T20:35:03.763153 #64115] FATAL -- :
2349
+ F, [2018-11-20T20:35:03.763181 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2350
+ I, [2018-11-20T20:35:03.764920 #64115] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:35:03 +0800
2351
+ I, [2018-11-20T20:35:03.765527 #64115] INFO -- : Processing by DummyController#crash as HTML
2352
+ I, [2018-11-20T20:35:03.765781 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2353
+ F, [2018-11-20T20:35:03.770742 #64115] FATAL -- :
2354
+ F, [2018-11-20T20:35:03.777921 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2355
+ F, [2018-11-20T20:35:03.778013 #64115] FATAL -- :
2356
+ F, [2018-11-20T20:35:03.778045 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2357
+ I, [2018-11-20T20:35:03.780533 #64115] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:35:03 +0800
2358
+ I, [2018-11-20T20:35:03.781439 #64115] INFO -- : Processing by DummyController#active_job as HTML
2359
+ I, [2018-11-20T20:35:03.784240 #64115] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
2360
+ I, [2018-11-20T20:35:03.786939 #64115] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.7ms)
2361
+ I, [2018-11-20T20:35:03.788587 #64115] INFO -- : Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
2362
+ I, [2018-11-20T20:35:05.793116 #64115] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:35:05 +0800
2363
+ I, [2018-11-20T20:35:05.793972 #64115] INFO -- : Processing by DummyController#active_job as HTML
2364
+ I, [2018-11-20T20:35:05.794877 #64115] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
2365
+ I, [2018-11-20T20:35:05.795191 #64115] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.2ms)
2366
+ I, [2018-11-20T20:35:05.796920 #64115] INFO -- : Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
2367
+ I, [2018-11-20T20:35:07.805153 #64115] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:35:07 +0800
2368
+ I, [2018-11-20T20:35:07.805915 #64115] INFO -- : Processing by DummyController#active_job as HTML
2369
+ I, [2018-11-20T20:35:07.806737 #64115] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
2370
+ I, [2018-11-20T20:35:07.807411 #64115] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.2ms)
2371
+ I, [2018-11-20T20:35:07.807691 #64115] INFO -- : Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
2372
+ I, [2018-11-20T20:35:09.812420 #64115] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:35:09 +0800
2373
+ I, [2018-11-20T20:35:09.813526 #64115] INFO -- : Processing by DummyController#crash as HTML
2374
+ I, [2018-11-20T20:35:09.813877 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2375
+ F, [2018-11-20T20:35:09.819180 #64115] FATAL -- :
2376
+ F, [2018-11-20T20:35:09.823946 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2377
+ F, [2018-11-20T20:35:09.823986 #64115] FATAL -- :
2378
+ F, [2018-11-20T20:35:09.824011 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2379
+ I, [2018-11-20T20:35:09.826352 #64115] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:09 +0800
2380
+ I, [2018-11-20T20:35:09.827284 #64115] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2381
+ I, [2018-11-20T20:35:09.827324 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2382
+ I, [2018-11-20T20:35:09.836632 #64115] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2383
+ I, [2018-11-20T20:35:09.836932 #64115] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2384
+ I, [2018-11-20T20:35:09.837251 #64115] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
2385
+ I, [2018-11-20T20:35:09.839745 #64115] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:09 +0800
2386
+ I, [2018-11-20T20:35:09.840666 #64115] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2387
+ I, [2018-11-20T20:35:09.840732 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2388
+ I, [2018-11-20T20:35:09.853300 #64115] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2389
+ I, [2018-11-20T20:35:09.853623 #64115] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2390
+ I, [2018-11-20T20:35:09.853907 #64115] INFO -- : Completed 200 OK in 13ms (Views: 1.0ms | ActiveRecord: 0.0ms)
2391
+ I, [2018-11-20T20:35:09.857152 #64115] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:09 +0800
2392
+ I, [2018-11-20T20:35:09.858375 #64115] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2393
+ I, [2018-11-20T20:35:09.858433 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2394
+ I, [2018-11-20T20:35:09.867106 #64115] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2395
+ I, [2018-11-20T20:35:09.867395 #64115] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2396
+ I, [2018-11-20T20:35:09.867752 #64115] INFO -- : Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
2397
+ I, [2018-11-20T20:35:09.870393 #64115] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:09 +0800
2398
+ I, [2018-11-20T20:35:09.871186 #64115] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2399
+ I, [2018-11-20T20:35:09.871229 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2400
+ I, [2018-11-20T20:35:09.880396 #64115] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2401
+ I, [2018-11-20T20:35:09.880658 #64115] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2402
+ I, [2018-11-20T20:35:09.880936 #64115] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2403
+ I, [2018-11-20T20:35:09.883291 #64115] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:09 +0800
2404
+ I, [2018-11-20T20:35:09.884080 #64115] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2405
+ I, [2018-11-20T20:35:09.884130 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2406
+ I, [2018-11-20T20:35:09.895009 #64115] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2407
+ I, [2018-11-20T20:35:09.895286 #64115] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2408
+ I, [2018-11-20T20:35:09.895529 #64115] INFO -- : Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2409
+ I, [2018-11-20T20:35:09.897554 #64115] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:09 +0800
2410
+ I, [2018-11-20T20:35:09.898301 #64115] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2411
+ I, [2018-11-20T20:35:09.898342 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2412
+ I, [2018-11-20T20:35:09.907079 #64115] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2413
+ I, [2018-11-20T20:35:09.907305 #64115] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2414
+ I, [2018-11-20T20:35:09.907619 #64115] INFO -- : Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2415
+ I, [2018-11-20T20:35:09.910162 #64115] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:09 +0800
2416
+ I, [2018-11-20T20:35:09.911553 #64115] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2417
+ I, [2018-11-20T20:35:09.911599 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2418
+ I, [2018-11-20T20:35:09.920657 #64115] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2419
+ I, [2018-11-20T20:35:09.920979 #64115] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2420
+ I, [2018-11-20T20:35:09.921320 #64115] INFO -- : Completed 200 OK in 10ms (Views: 1.2ms | ActiveRecord: 0.0ms)
2421
+ I, [2018-11-20T20:35:09.923499 #64115] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:09 +0800
2422
+ I, [2018-11-20T20:35:09.924342 #64115] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2423
+ I, [2018-11-20T20:35:09.924386 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2424
+ I, [2018-11-20T20:35:09.929120 #64115] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2425
+ I, [2018-11-20T20:35:09.934132 #64115] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2426
+ I, [2018-11-20T20:35:09.934467 #64115] INFO -- : Completed 200 OK in 10ms (Views: 5.6ms | ActiveRecord: 0.0ms)
2427
+ I, [2018-11-20T20:35:09.937070 #64115] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:09 +0800
2428
+ I, [2018-11-20T20:35:09.937864 #64115] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2429
+ I, [2018-11-20T20:35:09.937920 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2430
+ I, [2018-11-20T20:35:09.944044 #64115] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2431
+ I, [2018-11-20T20:35:09.944352 #64115] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2432
+ I, [2018-11-20T20:35:09.951257 #64115] INFO -- : Completed 200 OK in 13ms (Views: 7.7ms | ActiveRecord: 0.0ms)
2433
+ I, [2018-11-20T20:35:09.953636 #64115] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:09 +0800
2434
+ I, [2018-11-20T20:35:09.954343 #64115] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2435
+ I, [2018-11-20T20:35:09.954387 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2436
+ I, [2018-11-20T20:35:09.958636 #64115] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2437
+ I, [2018-11-20T20:35:09.958872 #64115] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2438
+ I, [2018-11-20T20:35:09.959151 #64115] INFO -- : Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2439
+ I, [2018-11-20T20:35:10.064589 #64115] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:10 +0800
2440
+ I, [2018-11-20T20:35:10.065753 #64115] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2441
+ I, [2018-11-20T20:35:10.065829 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2442
+ I, [2018-11-20T20:35:10.075687 #64115] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2443
+ I, [2018-11-20T20:35:10.076007 #64115] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2444
+ I, [2018-11-20T20:35:10.076329 #64115] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
2445
+ I, [2018-11-20T20:35:10.078868 #64115] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:10 +0800
2446
+ I, [2018-11-20T20:35:10.079720 #64115] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2447
+ I, [2018-11-20T20:35:10.079763 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2448
+ I, [2018-11-20T20:35:10.084359 #64115] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2449
+ I, [2018-11-20T20:35:10.091320 #64115] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2450
+ I, [2018-11-20T20:35:10.091615 #64115] INFO -- : Completed 200 OK in 12ms (Views: 7.6ms | ActiveRecord: 0.0ms)
2451
+ I, [2018-11-20T20:35:10.094014 #64115] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:10 +0800
2452
+ I, [2018-11-20T20:35:10.094752 #64115] INFO -- : Processing by DummyController#crash as HTML
2453
+ I, [2018-11-20T20:35:10.094797 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2454
+ I, [2018-11-20T20:35:10.095054 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2455
+ F, [2018-11-20T20:35:10.099608 #64115] FATAL -- :
2456
+ F, [2018-11-20T20:35:10.104664 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2457
+ F, [2018-11-20T20:35:10.104721 #64115] FATAL -- :
2458
+ F, [2018-11-20T20:35:10.104749 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2459
+ I, [2018-11-20T20:35:10.106877 #64115] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:10 +0800
2460
+ I, [2018-11-20T20:35:10.107731 #64115] INFO -- : Processing by DummyController#crash as HTML
2461
+ I, [2018-11-20T20:35:10.107772 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2462
+ I, [2018-11-20T20:35:10.108061 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2463
+ F, [2018-11-20T20:35:10.112416 #64115] FATAL -- :
2464
+ F, [2018-11-20T20:35:10.112465 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2465
+ F, [2018-11-20T20:35:10.112491 #64115] FATAL -- :
2466
+ F, [2018-11-20T20:35:10.116805 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2467
+ I, [2018-11-20T20:35:10.118702 #64115] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:10 +0800
2468
+ I, [2018-11-20T20:35:10.119450 #64115] INFO -- : Processing by DummyController#crash as HTML
2469
+ I, [2018-11-20T20:35:10.119491 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2470
+ I, [2018-11-20T20:35:10.119721 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2471
+ F, [2018-11-20T20:35:10.124278 #64115] FATAL -- :
2472
+ F, [2018-11-20T20:35:10.129590 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2473
+ F, [2018-11-20T20:35:10.129640 #64115] FATAL -- :
2474
+ F, [2018-11-20T20:35:10.129670 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2475
+ I, [2018-11-20T20:35:10.131910 #64115] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:10 +0800
2476
+ I, [2018-11-20T20:35:10.132820 #64115] INFO -- : Processing by DummyController#crash as HTML
2477
+ I, [2018-11-20T20:35:10.132865 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2478
+ I, [2018-11-20T20:35:10.133140 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2479
+ F, [2018-11-20T20:35:10.140361 #64115] FATAL -- :
2480
+ F, [2018-11-20T20:35:10.146715 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2481
+ F, [2018-11-20T20:35:10.146794 #64115] FATAL -- :
2482
+ F, [2018-11-20T20:35:10.146836 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2483
+ I, [2018-11-20T20:35:10.150635 #64115] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:10 +0800
2484
+ I, [2018-11-20T20:35:10.152036 #64115] INFO -- : Processing by DummyController#crash as HTML
2485
+ I, [2018-11-20T20:35:10.152099 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2486
+ I, [2018-11-20T20:35:10.152579 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2487
+ F, [2018-11-20T20:35:10.157897 #64115] FATAL -- :
2488
+ F, [2018-11-20T20:35:10.164371 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2489
+ F, [2018-11-20T20:35:10.164414 #64115] FATAL -- :
2490
+ F, [2018-11-20T20:35:10.164441 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2491
+ I, [2018-11-20T20:35:10.168296 #64115] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:35:10 +0800
2492
+ I, [2018-11-20T20:35:10.170168 #64115] INFO -- : Processing by DummyController#crash as HTML
2493
+ I, [2018-11-20T20:35:10.170239 #64115] INFO -- : Parameters: {"foo"=>"bar"}
2494
+ I, [2018-11-20T20:35:10.170606 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2495
+ F, [2018-11-20T20:35:10.198605 #64115] FATAL -- :
2496
+ F, [2018-11-20T20:35:10.198664 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2497
+ F, [2018-11-20T20:35:10.198695 #64115] FATAL -- :
2498
+ F, [2018-11-20T20:35:10.198721 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2499
+ I, [2018-11-20T20:35:10.203101 #64115] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-20 20:35:10 +0800
2500
+ I, [2018-11-20T20:35:10.204294 #64115] INFO -- : Processing by DummyController#resque as HTML
2501
+ I, [2018-11-20T20:35:10.206265 #64115] INFO -- : Rendering dummy/resque.html.erb within layouts/application
2502
+ I, [2018-11-20T20:35:10.206528 #64115] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
2503
+ I, [2018-11-20T20:35:10.206813 #64115] INFO -- : Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
2504
+ I, [2018-11-20T20:35:10.209826 #64115] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-20 20:35:10 +0800
2505
+ I, [2018-11-20T20:35:10.210458 #64115] INFO -- : Processing by DummyController#resque as HTML
2506
+ I, [2018-11-20T20:35:10.228074 #64115] INFO -- : Rendering dummy/resque.html.erb within layouts/application
2507
+ I, [2018-11-20T20:35:10.228366 #64115] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
2508
+ I, [2018-11-20T20:35:10.228701 #64115] INFO -- : Completed 200 OK in 18ms (Views: 1.0ms | ActiveRecord: 0.0ms)
2509
+ I, [2018-11-20T20:35:10.231609 #64115] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:35:10 +0800
2510
+ I, [2018-11-20T20:35:10.232357 #64115] INFO -- : Processing by DummyController#crash as HTML
2511
+ I, [2018-11-20T20:35:10.232630 #64115] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2512
+ F, [2018-11-20T20:35:10.237823 #64115] FATAL -- :
2513
+ F, [2018-11-20T20:35:10.241655 #64115] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2514
+ F, [2018-11-20T20:35:10.241719 #64115] FATAL -- :
2515
+ F, [2018-11-20T20:35:10.241749 #64115] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2516
+ I, [2018-11-20T20:35:10.243765 #64115] INFO -- : Started GET "/" for 127.0.0.1 at 2018-11-20 20:35:10 +0800
2517
+ I, [2018-11-20T20:35:10.244372 #64115] INFO -- : Processing by DummyController#index as HTML
2518
+ I, [2018-11-20T20:35:10.244994 #64115] INFO -- : Rendering dummy/index.html.erb within layouts/application
2519
+ I, [2018-11-20T20:35:10.245238 #64115] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.2ms)
2520
+ I, [2018-11-20T20:35:10.245499 #64115] INFO -- : Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2521
+ D, [2018-11-20T20:37:22.563906 #64146] DEBUG -- :  (0.8ms) SELECT sqlite_version(*)
2522
+ D, [2018-11-20T20:37:22.564276 #64146] DEBUG -- :  (0.2ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
2523
+ D, [2018-11-20T20:37:22.566499 #64146] DEBUG -- :  (0.0ms) DROP TABLE IF EXISTS "delayed_jobs"
2524
+ D, [2018-11-20T20:37:22.566935 #64146] 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)
2525
+ D, [2018-11-20T20:37:22.567366 #64146] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
2526
+ D, [2018-11-20T20:37:22.568656 #64146] DEBUG -- :  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2527
+ D, [2018-11-20T20:37:22.576404 #64146] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2528
+ D, [2018-11-20T20:37:22.579549 #64146] DEBUG -- :  (0.0ms) begin transaction
2529
+ D, [2018-11-20T20:37:22.580413 #64146] DEBUG -- : SQL (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-11-20 12:37:22.579837"], ["updated_at", "2018-11-20 12:37:22.579837"]]
2530
+ D, [2018-11-20T20:37:22.580592 #64146] DEBUG -- :  (0.0ms) commit transaction
2531
+ I, [2018-11-20T20:37:22.621221 #64146] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:37:22 +0800
2532
+ I, [2018-11-20T20:37:22.622975 #64146] INFO -- : Processing by DummyController#active_job as HTML
2533
+ I, [2018-11-20T20:37:22.630042 #64146] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
2534
+ I, [2018-11-20T20:37:22.630912 #64146] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.7ms)
2535
+ I, [2018-11-20T20:37:22.631923 #64146] INFO -- : Completed 200 OK in 9ms (Views: 6.6ms | ActiveRecord: 0.0ms)
2536
+ I, [2018-11-20T20:37:24.637173 #64146] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:37:24 +0800
2537
+ I, [2018-11-20T20:37:24.640847 #64146] INFO -- : Processing by DummyController#active_job as HTML
2538
+ I, [2018-11-20T20:37:24.641739 #64146] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
2539
+ I, [2018-11-20T20:37:24.643393 #64146] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.3ms)
2540
+ I, [2018-11-20T20:37:24.645656 #64146] INFO -- : Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
2541
+ I, [2018-11-20T20:37:26.653383 #64146] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:37:26 +0800
2542
+ I, [2018-11-20T20:37:26.654308 #64146] INFO -- : Processing by DummyController#active_job as HTML
2543
+ I, [2018-11-20T20:37:26.655364 #64146] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
2544
+ I, [2018-11-20T20:37:26.656186 #64146] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.3ms)
2545
+ I, [2018-11-20T20:37:26.656561 #64146] INFO -- : Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
2546
+ I, [2018-11-20T20:37:28.662797 #64146] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2547
+ I, [2018-11-20T20:37:28.664191 #64146] INFO -- : Processing by DummyController#crash as HTML
2548
+ I, [2018-11-20T20:37:28.664569 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2549
+ F, [2018-11-20T20:37:28.679939 #64146] FATAL -- :
2550
+ F, [2018-11-20T20:37:28.680008 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2551
+ F, [2018-11-20T20:37:28.680037 #64146] FATAL -- :
2552
+ F, [2018-11-20T20:37:28.680064 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2553
+ I, [2018-11-20T20:37:28.682353 #64146] INFO -- : Started GET "/" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2554
+ I, [2018-11-20T20:37:28.683089 #64146] INFO -- : Processing by DummyController#index as HTML
2555
+ I, [2018-11-20T20:37:28.683785 #64146] INFO -- : Rendering dummy/index.html.erb within layouts/application
2556
+ I, [2018-11-20T20:37:28.684042 #64146] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.2ms)
2557
+ I, [2018-11-20T20:37:28.684353 #64146] INFO -- : Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2558
+ I, [2018-11-20T20:37:28.686617 #64146] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2559
+ I, [2018-11-20T20:37:28.687474 #64146] INFO -- : Processing by DummyController#crash as HTML
2560
+ I, [2018-11-20T20:37:28.687763 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2561
+ F, [2018-11-20T20:37:28.692295 #64146] FATAL -- :
2562
+ F, [2018-11-20T20:37:28.697610 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2563
+ F, [2018-11-20T20:37:28.697670 #64146] FATAL -- :
2564
+ F, [2018-11-20T20:37:28.697707 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2565
+ I, [2018-11-20T20:37:28.699989 #64146] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2566
+ I, [2018-11-20T20:37:28.700886 #64146] INFO -- : Processing by DummyController#crash as HTML
2567
+ I, [2018-11-20T20:37:28.701203 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2568
+ F, [2018-11-20T20:37:28.706233 #64146] FATAL -- :
2569
+ F, [2018-11-20T20:37:28.713043 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2570
+ F, [2018-11-20T20:37:28.713096 #64146] FATAL -- :
2571
+ F, [2018-11-20T20:37:28.713125 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2572
+ I, [2018-11-20T20:37:28.716163 #64146] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2573
+ I, [2018-11-20T20:37:28.717212 #64146] INFO -- : Processing by DummyController#crash as HTML
2574
+ I, [2018-11-20T20:37:28.717729 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2575
+ F, [2018-11-20T20:37:28.722697 #64146] FATAL -- :
2576
+ F, [2018-11-20T20:37:28.722761 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2577
+ F, [2018-11-20T20:37:28.726933 #64146] FATAL -- :
2578
+ F, [2018-11-20T20:37:28.726977 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2579
+ I, [2018-11-20T20:37:28.729061 #64146] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2580
+ I, [2018-11-20T20:37:28.729819 #64146] INFO -- : Processing by DummyController#crash as HTML
2581
+ I, [2018-11-20T20:37:28.730107 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2582
+ F, [2018-11-20T20:37:28.734836 #64146] FATAL -- :
2583
+ F, [2018-11-20T20:37:28.740950 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2584
+ F, [2018-11-20T20:37:28.741262 #64146] FATAL -- :
2585
+ F, [2018-11-20T20:37:28.741388 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2586
+ I, [2018-11-20T20:37:28.746343 #64146] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2587
+ I, [2018-11-20T20:37:28.747252 #64146] INFO -- : Processing by DummyController#crash as HTML
2588
+ I, [2018-11-20T20:37:28.747600 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2589
+ F, [2018-11-20T20:37:28.752958 #64146] FATAL -- :
2590
+ F, [2018-11-20T20:37:28.757410 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2591
+ F, [2018-11-20T20:37:28.757505 #64146] FATAL -- :
2592
+ F, [2018-11-20T20:37:28.757551 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2593
+ I, [2018-11-20T20:37:28.761279 #64146] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2594
+ I, [2018-11-20T20:37:28.763411 #64146] INFO -- : Processing by DummyController#crash as HTML
2595
+ I, [2018-11-20T20:37:28.764437 #64146] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
2596
+ F, [2018-11-20T20:37:28.769997 #64146] FATAL -- :
2597
+ F, [2018-11-20T20:37:28.775765 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2598
+ F, [2018-11-20T20:37:28.775794 #64146] FATAL -- :
2599
+ F, [2018-11-20T20:37:28.775819 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2600
+ I, [2018-11-20T20:37:28.777790 #64146] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2601
+ I, [2018-11-20T20:37:28.778649 #64146] INFO -- : Processing by DummyController#crash as HTML
2602
+ I, [2018-11-20T20:37:28.779138 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2603
+ F, [2018-11-20T20:37:28.785488 #64146] FATAL -- :
2604
+ F, [2018-11-20T20:37:28.789184 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2605
+ F, [2018-11-20T20:37:28.789216 #64146] FATAL -- :
2606
+ F, [2018-11-20T20:37:28.789241 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2607
+ I, [2018-11-20T20:37:28.790965 #64146] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2608
+ I, [2018-11-20T20:37:28.791591 #64146] INFO -- : Processing by DummyController#crash as HTML
2609
+ I, [2018-11-20T20:37:28.791832 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2610
+ F, [2018-11-20T20:37:28.797408 #64146] FATAL -- :
2611
+ F, [2018-11-20T20:37:28.801180 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2612
+ F, [2018-11-20T20:37:28.801212 #64146] FATAL -- :
2613
+ F, [2018-11-20T20:37:28.801238 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2614
+ I, [2018-11-20T20:37:28.804103 #64146] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2615
+ I, [2018-11-20T20:37:28.805030 #64146] INFO -- : Processing by DummyController#crash as HTML
2616
+ I, [2018-11-20T20:37:28.805284 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2617
+ F, [2018-11-20T20:37:28.810568 #64146] FATAL -- :
2618
+ F, [2018-11-20T20:37:28.814286 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2619
+ F, [2018-11-20T20:37:28.814326 #64146] FATAL -- :
2620
+ F, [2018-11-20T20:37:28.814354 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2621
+ I, [2018-11-20T20:37:28.816347 #64146] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2622
+ I, [2018-11-20T20:37:28.817251 #64146] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2623
+ I, [2018-11-20T20:37:28.817299 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2624
+ I, [2018-11-20T20:37:28.826570 #64146] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2625
+ I, [2018-11-20T20:37:28.826897 #64146] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2626
+ I, [2018-11-20T20:37:28.827199 #64146] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
2627
+ I, [2018-11-20T20:37:28.829841 #64146] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2628
+ I, [2018-11-20T20:37:28.830594 #64146] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2629
+ I, [2018-11-20T20:37:28.830633 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2630
+ I, [2018-11-20T20:37:28.838698 #64146] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2631
+ I, [2018-11-20T20:37:28.838950 #64146] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2632
+ I, [2018-11-20T20:37:28.839247 #64146] INFO -- : Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2633
+ I, [2018-11-20T20:37:28.841262 #64146] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2634
+ I, [2018-11-20T20:37:28.841943 #64146] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2635
+ I, [2018-11-20T20:37:28.841982 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2636
+ I, [2018-11-20T20:37:28.851098 #64146] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2637
+ I, [2018-11-20T20:37:28.851413 #64146] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2638
+ I, [2018-11-20T20:37:28.851727 #64146] INFO -- : Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 0.0ms)
2639
+ I, [2018-11-20T20:37:28.853734 #64146] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2640
+ I, [2018-11-20T20:37:28.854425 #64146] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2641
+ I, [2018-11-20T20:37:28.854468 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2642
+ I, [2018-11-20T20:37:28.863327 #64146] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2643
+ I, [2018-11-20T20:37:28.863582 #64146] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2644
+ I, [2018-11-20T20:37:28.863866 #64146] INFO -- : Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
2645
+ I, [2018-11-20T20:37:28.865987 #64146] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2646
+ I, [2018-11-20T20:37:28.866733 #64146] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2647
+ I, [2018-11-20T20:37:28.866778 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2648
+ I, [2018-11-20T20:37:28.876065 #64146] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2649
+ I, [2018-11-20T20:37:28.876341 #64146] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2650
+ I, [2018-11-20T20:37:28.876672 #64146] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2651
+ I, [2018-11-20T20:37:28.879106 #64146] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2652
+ I, [2018-11-20T20:37:28.879864 #64146] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2653
+ I, [2018-11-20T20:37:28.879904 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2654
+ I, [2018-11-20T20:37:28.887718 #64146] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2655
+ I, [2018-11-20T20:37:28.887934 #64146] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2656
+ I, [2018-11-20T20:37:28.888203 #64146] INFO -- : Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2657
+ I, [2018-11-20T20:37:28.890415 #64146] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2658
+ I, [2018-11-20T20:37:28.891094 #64146] INFO -- : Processing by DummyController#crash as HTML
2659
+ I, [2018-11-20T20:37:28.891132 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2660
+ I, [2018-11-20T20:37:28.891362 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2661
+ F, [2018-11-20T20:37:28.895689 #64146] FATAL -- :
2662
+ F, [2018-11-20T20:37:28.899547 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2663
+ F, [2018-11-20T20:37:28.899580 #64146] FATAL -- :
2664
+ F, [2018-11-20T20:37:28.899605 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2665
+ I, [2018-11-20T20:37:28.901551 #64146] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2666
+ I, [2018-11-20T20:37:28.902259 #64146] INFO -- : Processing by DummyController#crash as HTML
2667
+ I, [2018-11-20T20:37:28.902298 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2668
+ I, [2018-11-20T20:37:28.902543 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2669
+ F, [2018-11-20T20:37:28.906555 #64146] FATAL -- :
2670
+ F, [2018-11-20T20:37:28.906592 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2671
+ F, [2018-11-20T20:37:28.906618 #64146] FATAL -- :
2672
+ F, [2018-11-20T20:37:28.910648 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2673
+ I, [2018-11-20T20:37:28.914486 #64146] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2674
+ I, [2018-11-20T20:37:28.915220 #64146] INFO -- : Processing by DummyController#crash as HTML
2675
+ I, [2018-11-20T20:37:28.915260 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2676
+ I, [2018-11-20T20:37:28.915509 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2677
+ F, [2018-11-20T20:37:28.919884 #64146] FATAL -- :
2678
+ F, [2018-11-20T20:37:28.923465 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2679
+ F, [2018-11-20T20:37:28.923536 #64146] FATAL -- :
2680
+ F, [2018-11-20T20:37:28.923564 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2681
+ I, [2018-11-20T20:37:28.925195 #64146] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2682
+ I, [2018-11-20T20:37:28.925941 #64146] INFO -- : Processing by DummyController#crash as HTML
2683
+ I, [2018-11-20T20:37:28.925984 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2684
+ I, [2018-11-20T20:37:28.926220 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2685
+ F, [2018-11-20T20:37:28.930735 #64146] FATAL -- :
2686
+ F, [2018-11-20T20:37:28.934690 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2687
+ F, [2018-11-20T20:37:28.934724 #64146] FATAL -- :
2688
+ F, [2018-11-20T20:37:28.934747 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2689
+ I, [2018-11-20T20:37:28.936446 #64146] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2690
+ I, [2018-11-20T20:37:28.937128 #64146] INFO -- : Processing by DummyController#crash as HTML
2691
+ I, [2018-11-20T20:37:28.937167 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2692
+ I, [2018-11-20T20:37:28.937433 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2693
+ F, [2018-11-20T20:37:28.941562 #64146] FATAL -- :
2694
+ F, [2018-11-20T20:37:28.941600 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2695
+ F, [2018-11-20T20:37:28.941628 #64146] FATAL -- :
2696
+ F, [2018-11-20T20:37:28.946145 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2697
+ I, [2018-11-20T20:37:28.948117 #64146] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2698
+ I, [2018-11-20T20:37:28.948999 #64146] INFO -- : Processing by DummyController#crash as HTML
2699
+ I, [2018-11-20T20:37:28.949052 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2700
+ I, [2018-11-20T20:37:28.949328 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2701
+ F, [2018-11-20T20:37:28.954133 #64146] FATAL -- :
2702
+ F, [2018-11-20T20:37:28.959230 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2703
+ F, [2018-11-20T20:37:28.959268 #64146] FATAL -- :
2704
+ F, [2018-11-20T20:37:28.959293 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2705
+ I, [2018-11-20T20:37:28.961339 #64146] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2706
+ I, [2018-11-20T20:37:28.962245 #64146] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2707
+ I, [2018-11-20T20:37:28.962315 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2708
+ I, [2018-11-20T20:37:28.966729 #64146] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2709
+ I, [2018-11-20T20:37:28.970809 #64146] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2710
+ I, [2018-11-20T20:37:28.971101 #64146] INFO -- : Completed 200 OK in 9ms (Views: 4.7ms | ActiveRecord: 0.0ms)
2711
+ I, [2018-11-20T20:37:28.972977 #64146] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:28 +0800
2712
+ I, [2018-11-20T20:37:28.973637 #64146] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2713
+ I, [2018-11-20T20:37:28.973677 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2714
+ I, [2018-11-20T20:37:28.977913 #64146] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2715
+ I, [2018-11-20T20:37:28.978146 #64146] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2716
+ I, [2018-11-20T20:37:28.978545 #64146] INFO -- : Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2717
+ I, [2018-11-20T20:37:29.099128 #64146] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:29 +0800
2718
+ I, [2018-11-20T20:37:29.100546 #64146] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2719
+ I, [2018-11-20T20:37:29.100638 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2720
+ I, [2018-11-20T20:37:29.113276 #64146] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2721
+ I, [2018-11-20T20:37:29.113589 #64146] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2722
+ I, [2018-11-20T20:37:29.113935 #64146] INFO -- : Completed 200 OK in 13ms (Views: 1.0ms | ActiveRecord: 0.0ms)
2723
+ I, [2018-11-20T20:37:29.116388 #64146] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:29 +0800
2724
+ I, [2018-11-20T20:37:29.117245 #64146] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2725
+ I, [2018-11-20T20:37:29.117283 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2726
+ I, [2018-11-20T20:37:29.121682 #64146] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2727
+ I, [2018-11-20T20:37:29.121922 #64146] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2728
+ I, [2018-11-20T20:37:29.122175 #64146] INFO -- : Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2729
+ I, [2018-11-20T20:37:29.230130 #64146] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:29 +0800
2730
+ I, [2018-11-20T20:37:29.231764 #64146] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2731
+ I, [2018-11-20T20:37:29.231821 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2732
+ I, [2018-11-20T20:37:29.241885 #64146] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2733
+ I, [2018-11-20T20:37:29.242189 #64146] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2734
+ I, [2018-11-20T20:37:29.242494 #64146] INFO -- : Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms)
2735
+ I, [2018-11-20T20:37:29.244883 #64146] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:37:29 +0800
2736
+ I, [2018-11-20T20:37:29.245614 #64146] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2737
+ I, [2018-11-20T20:37:29.245658 #64146] INFO -- : Parameters: {"foo"=>"bar"}
2738
+ I, [2018-11-20T20:37:29.250050 #64146] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2739
+ I, [2018-11-20T20:37:29.257483 #64146] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2740
+ I, [2018-11-20T20:37:29.257867 #64146] INFO -- : Completed 200 OK in 12ms (Views: 8.1ms | ActiveRecord: 0.0ms)
2741
+ I, [2018-11-20T20:37:29.261232 #64146] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-20 20:37:29 +0800
2742
+ I, [2018-11-20T20:37:29.263000 #64146] INFO -- : Processing by DummyController#delayed_job as HTML
2743
+ I, [2018-11-20T20:37:29.279613 #64146] INFO -- : Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.5ms)
2744
+ F, [2018-11-20T20:37:29.299154 #64146] FATAL -- :
2745
+ F, [2018-11-20T20:37:29.311665 #64146] FATAL -- : AirbrakeTestError (delayed_job error):
2746
+ F, [2018-11-20T20:37:29.311709 #64146] FATAL -- :
2747
+ F, [2018-11-20T20:37:29.311737 #64146] FATAL -- : lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
2748
+ lib/airbrake/rack/middleware.rb:54:in `call'
2749
+ I, [2018-11-20T20:37:33.323230 #64146] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-20 20:37:33 +0800
2750
+ I, [2018-11-20T20:37:33.324846 #64146] INFO -- : Processing by DummyController#delayed_job as HTML
2751
+ I, [2018-11-20T20:37:33.325762 #64146] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
2752
+ F, [2018-11-20T20:37:33.327963 #64146] FATAL -- :
2753
+ F, [2018-11-20T20:37:33.328014 #64146] FATAL -- : AirbrakeTestError (delayed_job error):
2754
+ F, [2018-11-20T20:37:33.328046 #64146] FATAL -- :
2755
+ F, [2018-11-20T20:37:33.328078 #64146] FATAL -- : lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
2756
+ lib/airbrake/rack/middleware.rb:54:in `call'
2757
+ I, [2018-11-20T20:37:35.337643 #64146] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:37:35 +0800
2758
+ I, [2018-11-20T20:37:35.339248 #64146] INFO -- : Processing by DummyController#crash as HTML
2759
+ I, [2018-11-20T20:37:35.339599 #64146] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2760
+ F, [2018-11-20T20:37:35.349357 #64146] FATAL -- :
2761
+ F, [2018-11-20T20:37:35.349593 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2762
+ F, [2018-11-20T20:37:35.359553 #64146] FATAL -- :
2763
+ F, [2018-11-20T20:37:35.359599 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2764
+ I, [2018-11-20T20:37:37.363815 #64146] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2018-11-20 20:37:37 +0800
2765
+ I, [2018-11-20T20:37:37.368856 #64146] INFO -- : Processing by DummyController#crash as HTML
2766
+ I, [2018-11-20T20:37:37.369233 #64146] INFO -- : Completed 0 in 0ms (ActiveRecord: 0.0ms)
2767
+ F, [2018-11-20T20:37:37.373419 #64146] FATAL -- :
2768
+ F, [2018-11-20T20:37:37.373459 #64146] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2769
+ F, [2018-11-20T20:37:37.373485 #64146] FATAL -- :
2770
+ F, [2018-11-20T20:37:37.377401 #64146] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2771
+ I, [2018-11-20T20:37:42.393787 #64146] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2018-11-20 20:37:42 +0800
2772
+ I, [2018-11-20T20:37:42.395114 #64146] INFO -- : Processing by DummyController#active_record_after_commit as HTML
2773
+ D, [2018-11-20T20:37:42.398263 #64146] DEBUG -- :  (0.0ms) begin transaction
2774
+ D, [2018-11-20T20:37:42.398969 #64146] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
2775
+ D, [2018-11-20T20:37:42.399225 #64146] DEBUG -- :  (0.0ms) commit transaction
2776
+ I, [2018-11-20T20:37:42.410803 #64146] INFO -- : Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.5ms)
2777
+ F, [2018-11-20T20:37:42.416668 #64146] FATAL -- :
2778
+ F, [2018-11-20T20:37:42.420915 #64146] FATAL -- : AirbrakeTestError (after_commit):
2779
+ F, [2018-11-20T20:37:42.420982 #64146] FATAL -- :
2780
+ F, [2018-11-20T20:37:42.421010 #64146] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
2781
+ lib/airbrake/rack/middleware.rb:54:in `call'
2782
+ I, [2018-11-20T20:37:44.429725 #64146] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2018-11-20 20:37:44 +0800
2783
+ I, [2018-11-20T20:37:44.430770 #64146] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
2784
+ D, [2018-11-20T20:37:44.431114 #64146] DEBUG -- :  (0.1ms) begin transaction
2785
+ D, [2018-11-20T20:37:44.431835 #64146] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
2786
+ D, [2018-11-20T20:37:44.432098 #64146] DEBUG -- :  (0.0ms) rollback transaction
2787
+ I, [2018-11-20T20:37:44.441020 #64146] INFO -- : Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms)
2788
+ F, [2018-11-20T20:37:44.457858 #64146] FATAL -- :
2789
+ F, [2018-11-20T20:37:44.466710 #64146] FATAL -- : AirbrakeTestError (after_rollback):
2790
+ F, [2018-11-20T20:37:44.466758 #64146] FATAL -- :
2791
+ F, [2018-11-20T20:37:44.466785 #64146] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
2792
+ lib/airbrake/rack/middleware.rb:54:in `call'
2793
+ I, [2018-11-20T20:37:46.474621 #64146] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-20 20:37:46 +0800
2794
+ I, [2018-11-20T20:37:46.475649 #64146] INFO -- : Processing by DummyController#resque as HTML
2795
+ I, [2018-11-20T20:37:46.486495 #64146] INFO -- : Rendering dummy/resque.html.erb within layouts/application
2796
+ I, [2018-11-20T20:37:46.486859 #64146] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.3ms)
2797
+ I, [2018-11-20T20:37:46.487200 #64146] INFO -- : Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms)
2798
+ I, [2018-11-20T20:37:46.489736 #64146] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-20 20:37:46 +0800
2799
+ I, [2018-11-20T20:37:46.490470 #64146] INFO -- : Processing by DummyController#resque as HTML
2800
+ I, [2018-11-20T20:37:46.491519 #64146] INFO -- : Rendering dummy/resque.html.erb within layouts/application
2801
+ I, [2018-11-20T20:37:46.491770 #64146] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
2802
+ I, [2018-11-20T20:37:46.492042 #64146] INFO -- : Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2803
+ D, [2018-11-20T20:56:06.653004 #64819] DEBUG -- :  (0.9ms) SELECT sqlite_version(*)
2804
+ D, [2018-11-20T20:56:06.653390 #64819] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
2805
+ D, [2018-11-20T20:56:06.655855 #64819] DEBUG -- :  (0.0ms) DROP TABLE IF EXISTS "delayed_jobs"
2806
+ D, [2018-11-20T20:56:06.656297 #64819] 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)
2807
+ D, [2018-11-20T20:56:06.656732 #64819] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
2808
+ D, [2018-11-20T20:56:06.657976 #64819] DEBUG -- :  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2809
+ D, [2018-11-20T20:56:06.666253 #64819] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2810
+ D, [2018-11-20T20:56:06.669143 #64819] DEBUG -- :  (0.0ms) begin transaction
2811
+ D, [2018-11-20T20:56:06.670009 #64819] DEBUG -- : SQL (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-11-20 12:56:06.669412"], ["updated_at", "2018-11-20 12:56:06.669412"]]
2812
+ D, [2018-11-20T20:56:06.670182 #64819] DEBUG -- :  (0.0ms) commit transaction
2813
+ I, [2018-11-20T20:56:06.705661 #64819] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-20 20:56:06 +0800
2814
+ I, [2018-11-20T20:56:06.707464 #64819] INFO -- : Processing by DummyController#delayed_job as HTML
2815
+ I, [2018-11-20T20:56:06.726049 #64819] INFO -- : Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.4ms)
2816
+ F, [2018-11-20T20:56:06.742167 #64819] FATAL -- :
2817
+ F, [2018-11-20T20:56:06.745553 #64819] FATAL -- : AirbrakeTestError (delayed_job error):
2818
+ F, [2018-11-20T20:56:06.745593 #64819] FATAL -- :
2819
+ F, [2018-11-20T20:56:06.745625 #64819] FATAL -- : lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
2820
+ lib/airbrake/rack/middleware.rb:54:in `call'
2821
+ I, [2018-11-20T20:56:10.753309 #64819] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-20 20:56:10 +0800
2822
+ I, [2018-11-20T20:56:10.754830 #64819] INFO -- : Processing by DummyController#delayed_job as HTML
2823
+ I, [2018-11-20T20:56:10.756109 #64819] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
2824
+ F, [2018-11-20T20:56:10.757505 #64819] FATAL -- :
2825
+ F, [2018-11-20T20:56:10.757576 #64819] FATAL -- : AirbrakeTestError (delayed_job error):
2826
+ F, [2018-11-20T20:56:10.757608 #64819] FATAL -- :
2827
+ F, [2018-11-20T20:56:10.757637 #64819] FATAL -- : lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
2828
+ lib/airbrake/rack/middleware.rb:54:in `call'
2829
+ I, [2018-11-20T20:56:12.765760 #64819] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-20 20:56:12 +0800
2830
+ I, [2018-11-20T20:56:12.767024 #64819] INFO -- : Processing by DummyController#resque as HTML
2831
+ I, [2018-11-20T20:56:12.770710 #64819] INFO -- : Rendering dummy/resque.html.erb within layouts/application
2832
+ I, [2018-11-20T20:56:12.771573 #64819] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.7ms)
2833
+ I, [2018-11-20T20:56:12.771965 #64819] INFO -- : Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
2834
+ I, [2018-11-20T20:56:12.774321 #64819] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-20 20:56:12 +0800
2835
+ I, [2018-11-20T20:56:12.775160 #64819] INFO -- : Processing by DummyController#resque as HTML
2836
+ I, [2018-11-20T20:56:12.784063 #64819] INFO -- : Rendering dummy/resque.html.erb within layouts/application
2837
+ I, [2018-11-20T20:56:12.784373 #64819] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
2838
+ I, [2018-11-20T20:56:12.784655 #64819] INFO -- : Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2839
+ I, [2018-11-20T20:56:12.787222 #64819] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:56:12 +0800
2840
+ I, [2018-11-20T20:56:12.787997 #64819] INFO -- : Processing by DummyController#crash as HTML
2841
+ I, [2018-11-20T20:56:12.788295 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2842
+ F, [2018-11-20T20:56:12.792976 #64819] FATAL -- :
2843
+ F, [2018-11-20T20:56:12.796916 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2844
+ F, [2018-11-20T20:56:12.796954 #64819] FATAL -- :
2845
+ F, [2018-11-20T20:56:12.796980 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2846
+ I, [2018-11-20T20:56:12.799098 #64819] INFO -- : Started GET "/" for 127.0.0.1 at 2018-11-20 20:56:12 +0800
2847
+ I, [2018-11-20T20:56:12.799856 #64819] INFO -- : Processing by DummyController#index as HTML
2848
+ I, [2018-11-20T20:56:12.800593 #64819] INFO -- : Rendering dummy/index.html.erb within layouts/application
2849
+ I, [2018-11-20T20:56:12.800850 #64819] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.2ms)
2850
+ I, [2018-11-20T20:56:12.801144 #64819] INFO -- : Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2851
+ I, [2018-11-20T20:56:12.802967 #64819] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:56:12 +0800
2852
+ I, [2018-11-20T20:56:12.803662 #64819] INFO -- : Processing by DummyController#crash as HTML
2853
+ I, [2018-11-20T20:56:12.803933 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2854
+ F, [2018-11-20T20:56:12.809221 #64819] FATAL -- :
2855
+ F, [2018-11-20T20:56:12.816071 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2856
+ F, [2018-11-20T20:56:12.816117 #64819] FATAL -- :
2857
+ F, [2018-11-20T20:56:12.816143 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2858
+ I, [2018-11-20T20:56:12.818222 #64819] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:56:12 +0800
2859
+ I, [2018-11-20T20:56:12.819044 #64819] INFO -- : Processing by DummyController#crash as HTML
2860
+ I, [2018-11-20T20:56:12.819327 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2861
+ F, [2018-11-20T20:56:12.824347 #64819] FATAL -- :
2862
+ F, [2018-11-20T20:56:12.829047 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2863
+ F, [2018-11-20T20:56:12.829107 #64819] FATAL -- :
2864
+ F, [2018-11-20T20:56:12.829137 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2865
+ I, [2018-11-20T20:56:12.831042 #64819] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:56:12 +0800
2866
+ I, [2018-11-20T20:56:12.831740 #64819] INFO -- : Processing by DummyController#crash as HTML
2867
+ I, [2018-11-20T20:56:12.832017 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2868
+ F, [2018-11-20T20:56:12.836549 #64819] FATAL -- :
2869
+ F, [2018-11-20T20:56:12.840743 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2870
+ F, [2018-11-20T20:56:12.840793 #64819] FATAL -- :
2871
+ F, [2018-11-20T20:56:12.840818 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2872
+ I, [2018-11-20T20:56:12.842824 #64819] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:56:12 +0800
2873
+ I, [2018-11-20T20:56:12.843530 #64819] INFO -- : Processing by DummyController#crash as HTML
2874
+ I, [2018-11-20T20:56:12.843823 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2875
+ F, [2018-11-20T20:56:12.848355 #64819] FATAL -- :
2876
+ F, [2018-11-20T20:56:12.848394 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2877
+ F, [2018-11-20T20:56:12.848418 #64819] FATAL -- :
2878
+ F, [2018-11-20T20:56:12.848441 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2879
+ I, [2018-11-20T20:56:12.966250 #64819] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:56:12 +0800
2880
+ I, [2018-11-20T20:56:12.967458 #64819] INFO -- : Processing by DummyController#crash as HTML
2881
+ I, [2018-11-20T20:56:12.967830 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2882
+ F, [2018-11-20T20:56:12.979286 #64819] FATAL -- :
2883
+ F, [2018-11-20T20:56:12.979345 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2884
+ F, [2018-11-20T20:56:12.979371 #64819] FATAL -- :
2885
+ F, [2018-11-20T20:56:12.979395 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2886
+ I, [2018-11-20T20:56:12.983916 #64819] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:56:12 +0800
2887
+ I, [2018-11-20T20:56:12.984598 #64819] INFO -- : Processing by DummyController#crash as HTML
2888
+ I, [2018-11-20T20:56:12.984862 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2889
+ F, [2018-11-20T20:56:12.989568 #64819] FATAL -- :
2890
+ F, [2018-11-20T20:56:12.993909 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2891
+ F, [2018-11-20T20:56:12.993955 #64819] FATAL -- :
2892
+ F, [2018-11-20T20:56:12.993980 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2893
+ I, [2018-11-20T20:56:12.996050 #64819] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:56:12 +0800
2894
+ I, [2018-11-20T20:56:12.996995 #64819] INFO -- : Processing by DummyController#crash as HTML
2895
+ I, [2018-11-20T20:56:12.997270 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2896
+ F, [2018-11-20T20:56:13.001808 #64819] FATAL -- :
2897
+ F, [2018-11-20T20:56:13.005867 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2898
+ F, [2018-11-20T20:56:13.005921 #64819] FATAL -- :
2899
+ F, [2018-11-20T20:56:13.005950 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2900
+ I, [2018-11-20T20:56:13.008298 #64819] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2901
+ I, [2018-11-20T20:56:13.009173 #64819] INFO -- : Processing by DummyController#crash as HTML
2902
+ I, [2018-11-20T20:56:13.009561 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2903
+ F, [2018-11-20T20:56:13.014772 #64819] FATAL -- :
2904
+ F, [2018-11-20T20:56:13.014813 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2905
+ F, [2018-11-20T20:56:13.014839 #64819] FATAL -- :
2906
+ F, [2018-11-20T20:56:13.018663 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2907
+ I, [2018-11-20T20:56:13.020933 #64819] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2908
+ I, [2018-11-20T20:56:13.021863 #64819] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2909
+ I, [2018-11-20T20:56:13.021916 #64819] INFO -- : Parameters: {"foo"=>"bar"}
2910
+ I, [2018-11-20T20:56:13.026834 #64819] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2911
+ I, [2018-11-20T20:56:13.031712 #64819] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
2912
+ I, [2018-11-20T20:56:13.032032 #64819] INFO -- : Completed 200 OK in 10ms (Views: 5.5ms | ActiveRecord: 0.0ms)
2913
+ I, [2018-11-20T20:56:13.034492 #64819] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2914
+ I, [2018-11-20T20:56:13.035300 #64819] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2915
+ I, [2018-11-20T20:56:13.035340 #64819] INFO -- : Parameters: {"foo"=>"bar"}
2916
+ I, [2018-11-20T20:56:13.040433 #64819] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2917
+ I, [2018-11-20T20:56:13.047373 #64819] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
2918
+ I, [2018-11-20T20:56:13.047690 #64819] INFO -- : Completed 200 OK in 12ms (Views: 7.7ms | ActiveRecord: 0.0ms)
2919
+ I, [2018-11-20T20:56:13.050052 #64819] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2920
+ I, [2018-11-20T20:56:13.050806 #64819] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2921
+ I, [2018-11-20T20:56:13.050845 #64819] INFO -- : Parameters: {"foo"=>"bar"}
2922
+ I, [2018-11-20T20:56:13.055344 #64819] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2923
+ I, [2018-11-20T20:56:13.060070 #64819] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
2924
+ I, [2018-11-20T20:56:13.060442 #64819] INFO -- : Completed 200 OK in 9ms (Views: 5.3ms | ActiveRecord: 0.0ms)
2925
+ I, [2018-11-20T20:56:13.062823 #64819] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2926
+ I, [2018-11-20T20:56:13.063632 #64819] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2927
+ I, [2018-11-20T20:56:13.063672 #64819] INFO -- : Parameters: {"foo"=>"bar"}
2928
+ I, [2018-11-20T20:56:13.068173 #64819] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2929
+ I, [2018-11-20T20:56:13.068429 #64819] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2930
+ I, [2018-11-20T20:56:13.068692 #64819] INFO -- : Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2931
+ I, [2018-11-20T20:56:13.175528 #64819] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2932
+ I, [2018-11-20T20:56:13.176965 #64819] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2933
+ I, [2018-11-20T20:56:13.177023 #64819] INFO -- : Parameters: {"foo"=>"bar"}
2934
+ I, [2018-11-20T20:56:13.187677 #64819] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2935
+ I, [2018-11-20T20:56:13.188011 #64819] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2936
+ I, [2018-11-20T20:56:13.188366 #64819] INFO -- : Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms)
2937
+ I, [2018-11-20T20:56:13.191050 #64819] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2938
+ I, [2018-11-20T20:56:13.191963 #64819] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
2939
+ I, [2018-11-20T20:56:13.192003 #64819] INFO -- : Parameters: {"foo"=>"bar"}
2940
+ I, [2018-11-20T20:56:13.196227 #64819] INFO -- : Rendering dummy/notify_airbrake_helper.html.erb within layouts/application
2941
+ I, [2018-11-20T20:56:13.201018 #64819] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
2942
+ I, [2018-11-20T20:56:13.201325 #64819] INFO -- : Completed 200 OK in 9ms (Views: 5.4ms | ActiveRecord: 0.0ms)
2943
+ I, [2018-11-20T20:56:13.203854 #64819] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2944
+ I, [2018-11-20T20:56:13.204672 #64819] INFO -- : Processing by DummyController#crash as HTML
2945
+ I, [2018-11-20T20:56:13.204712 #64819] INFO -- : Parameters: {"foo"=>"bar"}
2946
+ I, [2018-11-20T20:56:13.204966 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2947
+ F, [2018-11-20T20:56:13.211867 #64819] FATAL -- :
2948
+ F, [2018-11-20T20:56:13.216088 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2949
+ F, [2018-11-20T20:56:13.216125 #64819] FATAL -- :
2950
+ F, [2018-11-20T20:56:13.216150 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2951
+ I, [2018-11-20T20:56:13.218149 #64819] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2952
+ I, [2018-11-20T20:56:13.218999 #64819] INFO -- : Processing by DummyController#crash as HTML
2953
+ I, [2018-11-20T20:56:13.219038 #64819] INFO -- : Parameters: {"foo"=>"bar"}
2954
+ I, [2018-11-20T20:56:13.219287 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2955
+ F, [2018-11-20T20:56:13.223790 #64819] FATAL -- :
2956
+ F, [2018-11-20T20:56:13.228139 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2957
+ F, [2018-11-20T20:56:13.228185 #64819] FATAL -- :
2958
+ F, [2018-11-20T20:56:13.228210 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2959
+ I, [2018-11-20T20:56:13.230124 #64819] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2960
+ I, [2018-11-20T20:56:13.231016 #64819] INFO -- : Processing by DummyController#crash as HTML
2961
+ I, [2018-11-20T20:56:13.231055 #64819] INFO -- : Parameters: {"foo"=>"bar"}
2962
+ I, [2018-11-20T20:56:13.231312 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2963
+ F, [2018-11-20T20:56:13.235599 #64819] FATAL -- :
2964
+ F, [2018-11-20T20:56:13.241443 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2965
+ F, [2018-11-20T20:56:13.241493 #64819] FATAL -- :
2966
+ F, [2018-11-20T20:56:13.241519 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2967
+ I, [2018-11-20T20:56:13.243516 #64819] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2968
+ I, [2018-11-20T20:56:13.244370 #64819] INFO -- : Processing by DummyController#crash as HTML
2969
+ I, [2018-11-20T20:56:13.244409 #64819] INFO -- : Parameters: {"foo"=>"bar"}
2970
+ I, [2018-11-20T20:56:13.244670 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2971
+ F, [2018-11-20T20:56:13.249033 #64819] FATAL -- :
2972
+ F, [2018-11-20T20:56:13.249071 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2973
+ F, [2018-11-20T20:56:13.249096 #64819] FATAL -- :
2974
+ F, [2018-11-20T20:56:13.249119 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2975
+ I, [2018-11-20T20:56:13.355885 #64819] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2976
+ I, [2018-11-20T20:56:13.357077 #64819] INFO -- : Processing by DummyController#crash as HTML
2977
+ I, [2018-11-20T20:56:13.357149 #64819] INFO -- : Parameters: {"foo"=>"bar"}
2978
+ I, [2018-11-20T20:56:13.357503 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2979
+ F, [2018-11-20T20:56:13.369935 #64819] FATAL -- :
2980
+ F, [2018-11-20T20:56:13.369992 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2981
+ F, [2018-11-20T20:56:13.370015 #64819] FATAL -- :
2982
+ F, [2018-11-20T20:56:13.370037 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2983
+ I, [2018-11-20T20:56:13.372232 #64819] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2984
+ I, [2018-11-20T20:56:13.373337 #64819] INFO -- : Processing by DummyController#crash as HTML
2985
+ I, [2018-11-20T20:56:13.373395 #64819] INFO -- : Parameters: {"foo"=>"bar"}
2986
+ I, [2018-11-20T20:56:13.373689 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
2987
+ F, [2018-11-20T20:56:13.377978 #64819] FATAL -- :
2988
+ F, [2018-11-20T20:56:13.378016 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
2989
+ F, [2018-11-20T20:56:13.378041 #64819] FATAL -- :
2990
+ F, [2018-11-20T20:56:13.378066 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
2991
+ I, [2018-11-20T20:56:13.384457 #64819] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2992
+ I, [2018-11-20T20:56:13.385362 #64819] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2993
+ I, [2018-11-20T20:56:13.385399 #64819] INFO -- : Parameters: {"foo"=>"bar"}
2994
+ I, [2018-11-20T20:56:13.394293 #64819] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
2995
+ I, [2018-11-20T20:56:13.394653 #64819] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
2996
+ I, [2018-11-20T20:56:13.394949 #64819] INFO -- : Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
2997
+ I, [2018-11-20T20:56:13.397688 #64819] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
2998
+ I, [2018-11-20T20:56:13.398513 #64819] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
2999
+ I, [2018-11-20T20:56:13.398552 #64819] INFO -- : Parameters: {"foo"=>"bar"}
3000
+ I, [2018-11-20T20:56:13.407441 #64819] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
3001
+ I, [2018-11-20T20:56:13.407763 #64819] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
3002
+ I, [2018-11-20T20:56:13.408044 #64819] INFO -- : Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
3003
+ I, [2018-11-20T20:56:13.410418 #64819] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
3004
+ I, [2018-11-20T20:56:13.411268 #64819] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
3005
+ I, [2018-11-20T20:56:13.411306 #64819] INFO -- : Parameters: {"foo"=>"bar"}
3006
+ I, [2018-11-20T20:56:13.420208 #64819] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
3007
+ I, [2018-11-20T20:56:13.420527 #64819] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
3008
+ I, [2018-11-20T20:56:13.420801 #64819] INFO -- : Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
3009
+ I, [2018-11-20T20:56:13.423557 #64819] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
3010
+ I, [2018-11-20T20:56:13.424510 #64819] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
3011
+ I, [2018-11-20T20:56:13.424558 #64819] INFO -- : Parameters: {"foo"=>"bar"}
3012
+ I, [2018-11-20T20:56:13.435337 #64819] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
3013
+ I, [2018-11-20T20:56:13.435628 #64819] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
3014
+ I, [2018-11-20T20:56:13.435933 #64819] INFO -- : Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 0.0ms)
3015
+ I, [2018-11-20T20:56:13.438379 #64819] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
3016
+ I, [2018-11-20T20:56:13.439306 #64819] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
3017
+ I, [2018-11-20T20:56:13.439357 #64819] INFO -- : Parameters: {"foo"=>"bar"}
3018
+ I, [2018-11-20T20:56:13.448958 #64819] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
3019
+ I, [2018-11-20T20:56:13.449239 #64819] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
3020
+ I, [2018-11-20T20:56:13.449510 #64819] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
3021
+ I, [2018-11-20T20:56:13.451705 #64819] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
3022
+ I, [2018-11-20T20:56:13.452484 #64819] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
3023
+ I, [2018-11-20T20:56:13.452522 #64819] INFO -- : Parameters: {"foo"=>"bar"}
3024
+ I, [2018-11-20T20:56:13.461491 #64819] INFO -- : Rendering dummy/notify_airbrake_sync_helper.html.erb within layouts/application
3025
+ I, [2018-11-20T20:56:13.461796 #64819] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
3026
+ I, [2018-11-20T20:56:13.462112 #64819] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
3027
+ I, [2018-11-20T20:56:13.465787 #64819] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
3028
+ I, [2018-11-20T20:56:13.466758 #64819] INFO -- : Processing by DummyController#crash as HTML
3029
+ I, [2018-11-20T20:56:13.467022 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
3030
+ F, [2018-11-20T20:56:13.471770 #64819] FATAL -- :
3031
+ F, [2018-11-20T20:56:13.475877 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
3032
+ F, [2018-11-20T20:56:13.475925 #64819] FATAL -- :
3033
+ F, [2018-11-20T20:56:13.475960 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
3034
+ I, [2018-11-20T20:56:13.478433 #64819] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-20 20:56:13 +0800
3035
+ I, [2018-11-20T20:56:13.479116 #64819] INFO -- : Processing by DummyController#crash as HTML
3036
+ I, [2018-11-20T20:56:13.479358 #64819] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
3037
+ F, [2018-11-20T20:56:13.483754 #64819] FATAL -- :
3038
+ F, [2018-11-20T20:56:13.483797 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
3039
+ F, [2018-11-20T20:56:13.483820 #64819] FATAL -- :
3040
+ F, [2018-11-20T20:56:13.489261 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
3041
+ I, [2018-11-20T20:56:15.499423 #64819] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2018-11-20 20:56:15 +0800
3042
+ I, [2018-11-20T20:56:15.505482 #64819] INFO -- : Processing by DummyController#crash as HTML
3043
+ I, [2018-11-20T20:56:15.505944 #64819] INFO -- : Completed 0 in 0ms (ActiveRecord: 0.0ms)
3044
+ F, [2018-11-20T20:56:15.510971 #64819] FATAL -- :
3045
+ F, [2018-11-20T20:56:15.514357 #64819] FATAL -- : AirbrakeTestError (AirbrakeTestError):
3046
+ F, [2018-11-20T20:56:15.514393 #64819] FATAL -- :
3047
+ F, [2018-11-20T20:56:15.514415 #64819] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
3048
+ I, [2018-11-20T20:56:17.524225 #64819] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:56:17 +0800
3049
+ I, [2018-11-20T20:56:17.525272 #64819] INFO -- : Processing by DummyController#active_job as HTML
3050
+ I, [2018-11-20T20:56:17.526594 #64819] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
3051
+ I, [2018-11-20T20:56:17.526985 #64819] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.3ms)
3052
+ I, [2018-11-20T20:56:17.527315 #64819] INFO -- : Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
3053
+ I, [2018-11-20T20:56:19.536081 #64819] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:56:19 +0800
3054
+ I, [2018-11-20T20:56:19.537258 #64819] INFO -- : Processing by DummyController#active_job as HTML
3055
+ I, [2018-11-20T20:56:19.538337 #64819] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
3056
+ I, [2018-11-20T20:56:19.538689 #64819] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.3ms)
3057
+ I, [2018-11-20T20:56:19.539079 #64819] INFO -- : Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
3058
+ I, [2018-11-20T20:56:21.547139 #64819] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-20 20:56:21 +0800
3059
+ I, [2018-11-20T20:56:21.548085 #64819] INFO -- : Processing by DummyController#active_job as HTML
3060
+ I, [2018-11-20T20:56:21.549165 #64819] INFO -- : Rendering dummy/active_job.html.erb within layouts/application
3061
+ I, [2018-11-20T20:56:21.549506 #64819] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.3ms)
3062
+ I, [2018-11-20T20:56:21.549891 #64819] INFO -- : Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
3063
+ I, [2018-11-20T20:56:23.553533 #64819] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2018-11-20 20:56:23 +0800
3064
+ I, [2018-11-20T20:56:23.554584 #64819] INFO -- : Processing by DummyController#active_record_after_commit as HTML
3065
+ D, [2018-11-20T20:56:23.557557 #64819] DEBUG -- :  (0.0ms) begin transaction
3066
+ D, [2018-11-20T20:56:23.558267 #64819] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
3067
+ D, [2018-11-20T20:56:23.558512 #64819] DEBUG -- :  (0.0ms) commit transaction
3068
+ I, [2018-11-20T20:56:23.562863 #64819] INFO -- : Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.5ms)
3069
+ F, [2018-11-20T20:56:23.575696 #64819] FATAL -- :
3070
+ F, [2018-11-20T20:56:23.579587 #64819] FATAL -- : AirbrakeTestError (after_commit):
3071
+ F, [2018-11-20T20:56:23.579623 #64819] FATAL -- :
3072
+ F, [2018-11-20T20:56:23.579649 #64819] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
3073
+ lib/airbrake/rack/middleware.rb:54:in `call'
3074
+ I, [2018-11-20T20:56:25.583574 #64819] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2018-11-20 20:56:25 +0800
3075
+ I, [2018-11-20T20:56:25.584674 #64819] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
3076
+ D, [2018-11-20T20:56:25.585040 #64819] DEBUG -- :  (0.1ms) begin transaction
3077
+ D, [2018-11-20T20:56:25.585930 #64819] DEBUG -- : SQL (0.2ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
3078
+ D, [2018-11-20T20:56:25.586540 #64819] DEBUG -- :  (0.1ms) rollback transaction
3079
+ I, [2018-11-20T20:56:25.597433 #64819] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.3ms)
3080
+ F, [2018-11-20T20:56:25.614105 #64819] FATAL -- :
3081
+ F, [2018-11-20T20:56:25.614202 #64819] FATAL -- : AirbrakeTestError (after_rollback):
3082
+ F, [2018-11-20T20:56:25.622739 #64819] FATAL -- :
3083
+ F, [2018-11-20T20:56:25.622819 #64819] FATAL -- : lib/airbrake/rails/active_record.rb:25:in `run_callbacks'
3084
+ lib/airbrake/rack/middleware.rb:54:in `call'
3085
+ D, [2018-11-20T20:57:06.973432 #64858] DEBUG -- :  (0.8ms) SELECT sqlite_version(*)
3086
+ D, [2018-11-20T20:57:06.973959 #64858] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
3087
+ D, [2018-11-20T20:57:06.976175 #64858] DEBUG -- :  (0.0ms) DROP TABLE IF EXISTS "delayed_jobs"
3088
+ D, [2018-11-20T20:57:06.976614 #64858] 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)
3089
+ D, [2018-11-20T20:57:06.977065 #64858] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
3090
+ D, [2018-11-20T20:57:06.978390 #64858] DEBUG -- :  (0.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3091
+ D, [2018-11-20T20:57:06.986810 #64858] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3092
+ D, [2018-11-20T20:57:06.989831 #64858] DEBUG -- :  (0.0ms) begin transaction
3093
+ D, [2018-11-20T20:57:06.990704 #64858] DEBUG -- : SQL (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-11-20 12:57:06.990116"], ["updated_at", "2018-11-20 12:57:06.990116"]]
3094
+ D, [2018-11-20T20:57:06.990897 #64858] DEBUG -- :  (0.0ms) commit transaction
3095
+ I, [2018-11-20T20:57:07.025898 #64858] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2018-11-20 20:57:07 +0800
3096
+ I, [2018-11-20T20:57:07.031759 #64858] INFO -- : Processing by DummyController#crash as HTML
3097
+ I, [2018-11-20T20:57:07.035990 #64858] INFO -- : Completed 0 in 4ms (ActiveRecord: 0.0ms)
3098
+ F, [2018-11-20T20:57:07.047390 #64858] FATAL -- :
3099
+ F, [2018-11-20T20:57:07.052170 #64858] FATAL -- : AirbrakeTestError (AirbrakeTestError):
3100
+ F, [2018-11-20T20:57:07.052251 #64858] FATAL -- :
3101
+ F, [2018-11-20T20:57:07.052298 #64858] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
3102
+ D, [2018-11-20T20:57:43.616902 #64873] DEBUG -- :  (0.9ms) SELECT sqlite_version(*)
3103
+ D, [2018-11-20T20:57:43.617315 #64873] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
3104
+ D, [2018-11-20T20:57:43.619727 #64873] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
3105
+ D, [2018-11-20T20:57:43.620210 #64873] 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)
3106
+ D, [2018-11-20T20:57:43.620661 #64873] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
3107
+ D, [2018-11-20T20:57:43.621930 #64873] DEBUG -- :  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3108
+ D, [2018-11-20T20:57:43.630390 #64873] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3109
+ D, [2018-11-20T20:57:43.633703 #64873] DEBUG -- :  (0.0ms) begin transaction
3110
+ D, [2018-11-20T20:57:43.634653 #64873] DEBUG -- : SQL (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-11-20 12:57:43.634014"], ["updated_at", "2018-11-20 12:57:43.634014"]]
3111
+ D, [2018-11-20T20:57:43.634848 #64873] DEBUG -- :  (0.0ms) commit transaction
3112
+ I, [2018-11-20T20:57:43.674372 #64873] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2018-11-20 20:57:43 +0800
3113
+ I, [2018-11-20T20:57:43.679634 #64873] INFO -- : Processing by DummyController#crash as HTML
3114
+ F, [2018-11-20T20:57:43.703955 #64873] FATAL -- :
3115
+ F, [2018-11-20T20:57:43.713284 #64873] FATAL -- : RSpec::Mocks::MockExpectationError (#<ActionDispatch::ExceptionWrapper (class)> received :status_code_for_exception with unexpected arguments
3116
+ expected: (AirbrakeTestError)
3117
+ got: ("AirbrakeTestError")
3118
+ Diff:
3119
+ @@ -1,2 +1,2 @@
3120
+ -[AirbrakeTestError]
3121
+ +["AirbrakeTestError"]
3122
+ ):
3123
+ F, [2018-11-20T20:57:43.713410 #64873] FATAL -- :
3124
+ F, [2018-11-20T20:57:43.713500 #64873] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
3125
+ D, [2018-11-20T20:58:09.539118 #64885] DEBUG -- :  (0.8ms) SELECT sqlite_version(*)
3126
+ D, [2018-11-20T20:58:09.539511 #64885] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
3127
+ D, [2018-11-20T20:58:09.541947 #64885] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
3128
+ D, [2018-11-20T20:58:09.542583 #64885] 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)
3129
+ D, [2018-11-20T20:58:09.543044 #64885] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
3130
+ D, [2018-11-20T20:58:09.544344 #64885] DEBUG -- :  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3131
+ D, [2018-11-20T20:58:09.552882 #64885] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3132
+ D, [2018-11-20T20:58:09.555686 #64885] DEBUG -- :  (0.0ms) begin transaction
3133
+ D, [2018-11-20T20:58:09.556572 #64885] DEBUG -- : SQL (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-11-20 12:58:09.555978"], ["updated_at", "2018-11-20 12:58:09.555978"]]
3134
+ D, [2018-11-20T20:58:09.556760 #64885] DEBUG -- :  (0.0ms) commit transaction
3135
+ I, [2018-11-20T20:58:09.596004 #64885] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2018-11-20 20:58:09 +0800
3136
+ I, [2018-11-20T20:58:09.601428 #64885] INFO -- : Processing by DummyController#crash as HTML
3137
+ F, [2018-11-20T20:58:09.626584 #64885] FATAL -- :
3138
+ F, [2018-11-20T20:58:09.633965 #64885] FATAL -- : RSpec::Mocks::MockExpectationError (#<ActionDispatch::ExceptionWrapper (class)> received :status_code_for_exception with unexpected arguments
3139
+ expected: (AirbrakeTestError)
3140
+ got: ("AirbrakeTestError")
3141
+ Diff:
3142
+ @@ -1,2 +1,2 @@
3143
+ -[AirbrakeTestError]
3144
+ +["AirbrakeTestError"]
3145
+ 
3146
+ Please stub a default value first if message might be received with other args as well.
3147
+ ):
3148
+ F, [2018-11-20T20:58:09.634042 #64885] FATAL -- :
3149
+ F, [2018-11-20T20:58:09.634072 #64885] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'
3150
+ D, [2018-11-20T20:58:25.491212 #64898] DEBUG -- :  (0.8ms) SELECT sqlite_version(*)
3151
+ D, [2018-11-20T20:58:25.491668 #64898] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar)
3152
+ D, [2018-11-20T20:58:25.494265 #64898] DEBUG -- :  (0.1ms) DROP TABLE IF EXISTS "delayed_jobs"
3153
+ D, [2018-11-20T20:58:25.494798 #64898] 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)
3154
+ D, [2018-11-20T20:58:25.495277 #64898] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
3155
+ D, [2018-11-20T20:58:25.496700 #64898] DEBUG -- :  (0.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3156
+ D, [2018-11-20T20:58:25.506010 #64898] DEBUG -- : ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3157
+ D, [2018-11-20T20:58:25.509064 #64898] DEBUG -- :  (0.0ms) begin transaction
3158
+ D, [2018-11-20T20:58:25.509971 #64898] DEBUG -- : SQL (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-11-20 12:58:25.509332"], ["updated_at", "2018-11-20 12:58:25.509332"]]
3159
+ D, [2018-11-20T20:58:25.510189 #64898] DEBUG -- :  (0.0ms) commit transaction
3160
+ I, [2018-11-20T20:58:25.545216 #64898] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2018-11-20 20:58:25 +0800
3161
+ I, [2018-11-20T20:58:25.553855 #64898] INFO -- : Processing by DummyController#crash as HTML
3162
+ I, [2018-11-20T20:58:25.554291 #64898] INFO -- : Completed 0 in 0ms (ActiveRecord: 0.0ms)
3163
+ F, [2018-11-20T20:58:25.565632 #64898] FATAL -- :
3164
+ F, [2018-11-20T20:58:25.570313 #64898] FATAL -- : AirbrakeTestError (AirbrakeTestError):
3165
+ F, [2018-11-20T20:58:25.570376 #64898] FATAL -- :
3166
+ F, [2018-11-20T20:58:25.570412 #64898] FATAL -- : lib/airbrake/rack/middleware.rb:54:in `call'