airbrake 8.3.1 → 8.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/airbrake/rails/action_controller_performance_breakdown_subscriber.rb +15 -4
- data/lib/airbrake/version.rb +1 -1
- data/spec/apps/rails/dummy_app.rb +8 -1
- data/spec/apps/rails/logs/32.log +898 -0
- data/spec/apps/rails/logs/42.log +478 -0
- data/spec/apps/rails/logs/52.log +67 -0
- data/spec/integration/rails/rails_spec.rb +3 -6
- data/spec/unit/rails/action_controller_performance_breakdown_subscriber_spec.rb +52 -8
- metadata +2 -2
data/spec/apps/rails/logs/42.log
CHANGED
@@ -1008,3 +1008,481 @@ AirbrakeTestError (active_job error):
|
|
1008
1008
|
lib/airbrake/rack/middleware.rb:21:in `call'
|
1009
1009
|
|
1010
1010
|
|
1011
|
+
D, [2019-03-12T18:04:22.459239 #85633] DEBUG -- : [1m[36m (3.8ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1012
|
+
D, [2019-03-12T18:04:22.463762 #85633] DEBUG -- : [1m[35m (0.1ms)[0m CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
|
1013
|
+
D, [2019-03-12T18:04:22.464082 #85633] DEBUG -- : [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1014
|
+
D, [2019-03-12T18:04:22.464507 #85633] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1015
|
+
I, [2019-03-12T18:04:22.694889 #85633] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:22 +0200
|
1016
|
+
I, [2019-03-12T18:04:22.705274 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1017
|
+
I, [2019-03-12T18:04:22.705341 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1018
|
+
D, [2019-03-12T18:04:22.712741 #85633] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1019
|
+
D, [2019-03-12T18:04:22.716252 #85633] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1020
|
+
D, [2019-03-12T18:04:22.717632 #85633] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1021
|
+
I, [2019-03-12T18:04:22.719051 #85633] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.4ms)
|
1022
|
+
F, [2019-03-12T18:04:22.725243 #85633] FATAL -- :
|
1023
|
+
AirbrakeTestError (after_commit):
|
1024
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1025
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1026
|
+
|
1027
|
+
|
1028
|
+
I, [2019-03-12T18:04:24.736968 #85633] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:24 +0200
|
1029
|
+
I, [2019-03-12T18:04:24.737931 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1030
|
+
I, [2019-03-12T18:04:24.737986 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1031
|
+
D, [2019-03-12T18:04:24.738484 #85633] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
1032
|
+
D, [2019-03-12T18:04:24.740054 #85633] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
1033
|
+
D, [2019-03-12T18:04:24.741449 #85633] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
1034
|
+
I, [2019-03-12T18:04:24.742758 #85633] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
1035
|
+
F, [2019-03-12T18:04:24.752683 #85633] FATAL -- :
|
1036
|
+
AirbrakeTestError (after_commit):
|
1037
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1038
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1039
|
+
|
1040
|
+
|
1041
|
+
I, [2019-03-12T18:04:26.758541 #85633] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:26 +0200
|
1042
|
+
I, [2019-03-12T18:04:26.759332 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1043
|
+
I, [2019-03-12T18:04:26.759387 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1044
|
+
D, [2019-03-12T18:04:26.759746 #85633] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1045
|
+
D, [2019-03-12T18:04:26.761108 #85633] DEBUG -- : [1m[35mSQL (0.0ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1046
|
+
D, [2019-03-12T18:04:26.762249 #85633] DEBUG -- : [1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
1047
|
+
I, [2019-03-12T18:04:26.763407 #85633] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
|
1048
|
+
F, [2019-03-12T18:04:26.773672 #85633] FATAL -- :
|
1049
|
+
AirbrakeTestError (after_commit):
|
1050
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1051
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1052
|
+
|
1053
|
+
|
1054
|
+
I, [2019-03-12T18:04:28.781023 #85633] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:28 +0200
|
1055
|
+
I, [2019-03-12T18:04:28.783314 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1056
|
+
I, [2019-03-12T18:04:28.783397 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1057
|
+
D, [2019-03-12T18:04:28.783891 #85633] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
1058
|
+
D, [2019-03-12T18:04:28.785553 #85633] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
1059
|
+
D, [2019-03-12T18:04:28.787078 #85633] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
1060
|
+
I, [2019-03-12T18:04:28.788457 #85633] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
1061
|
+
F, [2019-03-12T18:04:28.801519 #85633] FATAL -- :
|
1062
|
+
AirbrakeTestError (after_commit):
|
1063
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1064
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1065
|
+
|
1066
|
+
|
1067
|
+
I, [2019-03-12T18:04:30.807685 #85633] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:30 +0200
|
1068
|
+
I, [2019-03-12T18:04:30.808716 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1069
|
+
I, [2019-03-12T18:04:30.808773 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1070
|
+
D, [2019-03-12T18:04:30.809189 #85633] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1071
|
+
D, [2019-03-12T18:04:30.810795 #85633] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1072
|
+
D, [2019-03-12T18:04:30.812185 #85633] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1073
|
+
I, [2019-03-12T18:04:30.813447 #85633] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
|
1074
|
+
F, [2019-03-12T18:04:30.823155 #85633] FATAL -- :
|
1075
|
+
AirbrakeTestError (after_commit):
|
1076
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1077
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1078
|
+
|
1079
|
+
|
1080
|
+
I, [2019-03-12T18:04:32.827186 #85633] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:32 +0200
|
1081
|
+
I, [2019-03-12T18:04:32.829932 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1082
|
+
I, [2019-03-12T18:04:32.829998 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1083
|
+
D, [2019-03-12T18:04:32.830423 #85633] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
1084
|
+
D, [2019-03-12T18:04:32.832124 #85633] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
1085
|
+
D, [2019-03-12T18:04:32.833542 #85633] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
1086
|
+
I, [2019-03-12T18:04:32.834790 #85633] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
|
1087
|
+
F, [2019-03-12T18:04:32.840175 #85633] FATAL -- :
|
1088
|
+
AirbrakeTestError (after_commit):
|
1089
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1090
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1091
|
+
|
1092
|
+
|
1093
|
+
I, [2019-03-12T18:04:34.850084 #85633] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:34 +0200
|
1094
|
+
I, [2019-03-12T18:04:34.851441 #85633] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1095
|
+
I, [2019-03-12T18:04:34.851542 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1096
|
+
I, [2019-03-12T18:04:34.869288 #85633] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.2ms)
|
1097
|
+
I, [2019-03-12T18:04:34.869730 #85633] INFO -- : Completed 200 OK in 18ms (Views: 8.9ms | ActiveRecord: 0.0ms)
|
1098
|
+
I, [2019-03-12T18:04:36.875918 #85633] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:36 +0200
|
1099
|
+
I, [2019-03-12T18:04:36.876787 #85633] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1100
|
+
I, [2019-03-12T18:04:36.876841 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1101
|
+
I, [2019-03-12T18:04:36.886347 #85633] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1102
|
+
I, [2019-03-12T18:04:36.886670 #85633] INFO -- : Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1103
|
+
I, [2019-03-12T18:04:38.894359 #85633] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:38 +0200
|
1104
|
+
I, [2019-03-12T18:04:38.895349 #85633] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1105
|
+
I, [2019-03-12T18:04:38.895410 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1106
|
+
I, [2019-03-12T18:04:38.904746 #85633] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1107
|
+
I, [2019-03-12T18:04:38.905031 #85633] INFO -- : Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1108
|
+
I, [2019-03-12T18:04:40.911095 #85633] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:40 +0200
|
1109
|
+
I, [2019-03-12T18:04:40.912056 #85633] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1110
|
+
I, [2019-03-12T18:04:40.912107 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1111
|
+
I, [2019-03-12T18:04:40.922946 #85633] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1112
|
+
I, [2019-03-12T18:04:40.923237 #85633] INFO -- : Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1113
|
+
I, [2019-03-12T18:04:42.929904 #85633] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:42 +0200
|
1114
|
+
I, [2019-03-12T18:04:42.930702 #85633] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1115
|
+
I, [2019-03-12T18:04:42.930748 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1116
|
+
I, [2019-03-12T18:04:42.940069 #85633] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1117
|
+
I, [2019-03-12T18:04:42.940405 #85633] INFO -- : Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1118
|
+
I, [2019-03-12T18:04:44.944553 #85633] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:44 +0200
|
1119
|
+
I, [2019-03-12T18:04:44.945488 #85633] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1120
|
+
I, [2019-03-12T18:04:44.945564 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1121
|
+
I, [2019-03-12T18:04:44.955347 #85633] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1122
|
+
I, [2019-03-12T18:04:44.955597 #85633] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1123
|
+
I, [2019-03-12T18:04:46.961501 #85633] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:46 +0200
|
1124
|
+
I, [2019-03-12T18:04:46.962407 #85633] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1125
|
+
I, [2019-03-12T18:04:46.962456 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1126
|
+
I, [2019-03-12T18:04:46.970894 #85633] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1127
|
+
I, [2019-03-12T18:04:46.971232 #85633] INFO -- : Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1128
|
+
I, [2019-03-12T18:04:48.978513 #85633] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:48 +0200
|
1129
|
+
I, [2019-03-12T18:04:48.979364 #85633] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1130
|
+
I, [2019-03-12T18:04:48.979416 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1131
|
+
I, [2019-03-12T18:04:48.988333 #85633] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1132
|
+
I, [2019-03-12T18:04:48.988748 #85633] INFO -- : Completed 200 OK in 9ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
1133
|
+
I, [2019-03-12T18:04:50.994662 #85633] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:50 +0200
|
1134
|
+
I, [2019-03-12T18:04:50.995765 #85633] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1135
|
+
I, [2019-03-12T18:04:50.995878 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1136
|
+
I, [2019-03-12T18:04:51.004907 #85633] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1137
|
+
I, [2019-03-12T18:04:51.005198 #85633] INFO -- : Completed 200 OK in 9ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
1138
|
+
I, [2019-03-12T18:04:53.011291 #85633] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:53 +0200
|
1139
|
+
I, [2019-03-12T18:04:53.012475 #85633] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1140
|
+
I, [2019-03-12T18:04:53.012550 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1141
|
+
I, [2019-03-12T18:04:53.022227 #85633] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1142
|
+
I, [2019-03-12T18:04:53.022513 #85633] INFO -- : Completed 200 OK in 10ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
1143
|
+
I, [2019-03-12T18:04:55.029638 #85633] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:55 +0200
|
1144
|
+
I, [2019-03-12T18:04:55.030751 #85633] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1145
|
+
I, [2019-03-12T18:04:55.030823 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1146
|
+
I, [2019-03-12T18:04:55.041605 #85633] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1147
|
+
I, [2019-03-12T18:04:55.041901 #85633] INFO -- : Completed 200 OK in 11ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
1148
|
+
I, [2019-03-12T18:04:57.047480 #85633] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-12 18:04:57 +0200
|
1149
|
+
I, [2019-03-12T18:04:57.048518 #85633] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1150
|
+
I, [2019-03-12T18:04:57.048587 #85633] INFO -- : Parameters: {"foo"=>"bar"}
|
1151
|
+
I, [2019-03-12T18:04:57.058027 #85633] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1152
|
+
I, [2019-03-12T18:04:57.058309 #85633] INFO -- : Completed 200 OK in 10ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
1153
|
+
I, [2019-03-12T18:04:59.064782 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:04:59 +0200
|
1154
|
+
I, [2019-03-12T18:04:59.065704 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1155
|
+
D, [2019-03-12T18:04:59.066189 #85633] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1156
|
+
D, [2019-03-12T18:04:59.067905 #85633] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1157
|
+
D, [2019-03-12T18:04:59.069395 #85633] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1158
|
+
I, [2019-03-12T18:04:59.070554 #85633] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
1159
|
+
F, [2019-03-12T18:04:59.071937 #85633] FATAL -- :
|
1160
|
+
AirbrakeTestError (after_commit):
|
1161
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1162
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1163
|
+
|
1164
|
+
|
1165
|
+
I, [2019-03-12T18:04:59.073362 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:04:59 +0200
|
1166
|
+
I, [2019-03-12T18:04:59.073935 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1167
|
+
D, [2019-03-12T18:04:59.074264 #85633] DEBUG -- : [1m[35m (0.0ms)[0m begin transaction
|
1168
|
+
D, [2019-03-12T18:04:59.074701 #85633] DEBUG -- : [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
1169
|
+
D, [2019-03-12T18:04:59.074929 #85633] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
1170
|
+
I, [2019-03-12T18:04:59.075223 #85633] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
|
1171
|
+
F, [2019-03-12T18:04:59.076348 #85633] FATAL -- :
|
1172
|
+
AirbrakeTestError (after_commit):
|
1173
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1174
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1175
|
+
|
1176
|
+
|
1177
|
+
I, [2019-03-12T18:04:59.077216 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:04:59 +0200
|
1178
|
+
I, [2019-03-12T18:04:59.077771 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1179
|
+
D, [2019-03-12T18:04:59.078057 #85633] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1180
|
+
D, [2019-03-12T18:04:59.079226 #85633] DEBUG -- : [1m[35mSQL (0.0ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1181
|
+
D, [2019-03-12T18:04:59.080353 #85633] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1182
|
+
I, [2019-03-12T18:04:59.081756 #85633] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
|
1183
|
+
F, [2019-03-12T18:04:59.091610 #85633] FATAL -- :
|
1184
|
+
AirbrakeTestError (after_commit):
|
1185
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1186
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1187
|
+
|
1188
|
+
|
1189
|
+
I, [2019-03-12T18:05:01.094122 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:01 +0200
|
1190
|
+
I, [2019-03-12T18:05:01.094887 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1191
|
+
D, [2019-03-12T18:05:01.095304 #85633] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
1192
|
+
D, [2019-03-12T18:05:01.096878 #85633] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
1193
|
+
D, [2019-03-12T18:05:01.098294 #85633] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
1194
|
+
I, [2019-03-12T18:05:01.099579 #85633] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
|
1195
|
+
F, [2019-03-12T18:05:01.101047 #85633] FATAL -- :
|
1196
|
+
AirbrakeTestError (after_commit):
|
1197
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1198
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1199
|
+
|
1200
|
+
|
1201
|
+
I, [2019-03-12T18:05:01.102730 #85633] INFO -- : Started GET "/" for 127.0.0.1 at 2019-03-12 18:05:01 +0200
|
1202
|
+
I, [2019-03-12T18:05:01.103346 #85633] INFO -- : Processing by DummyController#index as HTML
|
1203
|
+
I, [2019-03-12T18:05:01.104118 #85633] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.2ms)
|
1204
|
+
I, [2019-03-12T18:05:01.104372 #85633] INFO -- : Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1205
|
+
I, [2019-03-12T18:05:01.105389 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:01 +0200
|
1206
|
+
I, [2019-03-12T18:05:01.105761 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1207
|
+
D, [2019-03-12T18:05:01.106124 #85633] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1208
|
+
D, [2019-03-12T18:05:01.107355 #85633] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1209
|
+
D, [2019-03-12T18:05:01.108434 #85633] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1210
|
+
I, [2019-03-12T18:05:01.109448 #85633] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
|
1211
|
+
F, [2019-03-12T18:05:01.110754 #85633] FATAL -- :
|
1212
|
+
AirbrakeTestError (after_commit):
|
1213
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1214
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1215
|
+
|
1216
|
+
|
1217
|
+
I, [2019-03-12T18:05:01.112047 #85633] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2019-03-12 18:05:01 +0200
|
1218
|
+
I, [2019-03-12T18:05:01.116350 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1219
|
+
D, [2019-03-12T18:05:01.116916 #85633] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
1220
|
+
D, [2019-03-12T18:05:01.118576 #85633] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
1221
|
+
D, [2019-03-12T18:05:01.120049 #85633] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
1222
|
+
I, [2019-03-12T18:05:01.121316 #85633] INFO -- : Completed 0 in 5ms (ActiveRecord: 0.2ms)
|
1223
|
+
F, [2019-03-12T18:05:01.122535 #85633] FATAL -- :
|
1224
|
+
AirbrakeTestError (after_commit):
|
1225
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1226
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1227
|
+
|
1228
|
+
|
1229
|
+
I, [2019-03-12T18:05:01.123741 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:01 +0200
|
1230
|
+
I, [2019-03-12T18:05:01.124299 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1231
|
+
D, [2019-03-12T18:05:01.124572 #85633] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1232
|
+
D, [2019-03-12T18:05:01.125719 #85633] DEBUG -- : [1m[35mSQL (0.0ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1233
|
+
D, [2019-03-12T18:05:01.126798 #85633] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1234
|
+
I, [2019-03-12T18:05:01.127856 #85633] INFO -- : Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms)
|
1235
|
+
F, [2019-03-12T18:05:01.129073 #85633] FATAL -- :
|
1236
|
+
AirbrakeTestError (after_commit):
|
1237
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1238
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1239
|
+
|
1240
|
+
|
1241
|
+
I, [2019-03-12T18:05:01.131165 #85633] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:01 +0200
|
1242
|
+
I, [2019-03-12T18:05:01.132083 #85633] INFO -- : Processing by DummyController#crash as HTML
|
1243
|
+
D, [2019-03-12T18:05:01.132424 #85633] DEBUG -- : [1m[35m (0.0ms)[0m begin transaction
|
1244
|
+
D, [2019-03-12T18:05:01.133714 #85633] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
1245
|
+
D, [2019-03-12T18:05:01.135040 #85633] DEBUG -- : [1m[35m (0.1ms)[0m commit transaction
|
1246
|
+
I, [2019-03-12T18:05:01.136421 #85633] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
|
1247
|
+
F, [2019-03-12T18:05:01.146466 #85633] FATAL -- :
|
1248
|
+
AirbrakeTestError (after_commit):
|
1249
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1250
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1251
|
+
|
1252
|
+
|
1253
|
+
D, [2019-03-12T18:05:07.999659 #85656] DEBUG -- : [1m[36m (0.6ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1254
|
+
D, [2019-03-12T18:05:08.003400 #85656] DEBUG -- : [1m[35m (0.1ms)[0m CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
|
1255
|
+
D, [2019-03-12T18:05:08.003672 #85656] DEBUG -- : [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1256
|
+
D, [2019-03-12T18:05:08.004032 #85656] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1257
|
+
I, [2019-03-12T18:05:08.233583 #85656] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2019-03-12 18:05:08 +0200
|
1258
|
+
I, [2019-03-12T18:05:08.237098 #85656] INFO -- : Processing by DummyController#crash as HTML
|
1259
|
+
D, [2019-03-12T18:05:08.244903 #85656] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1260
|
+
D, [2019-03-12T18:05:08.248015 #85656] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1261
|
+
D, [2019-03-12T18:05:08.249320 #85656] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1262
|
+
I, [2019-03-12T18:05:08.250588 #85656] INFO -- : Completed 0 in 13ms (ActiveRecord: 0.4ms)
|
1263
|
+
F, [2019-03-12T18:05:08.252149 #85656] FATAL -- :
|
1264
|
+
AirbrakeTestError (after_commit):
|
1265
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1266
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1267
|
+
|
1268
|
+
|
1269
|
+
I, [2019-03-12T18:05:08.253812 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:08 +0200
|
1270
|
+
I, [2019-03-12T18:05:08.254568 #85656] INFO -- : Processing by DummyController#crash as HTML
|
1271
|
+
D, [2019-03-12T18:05:08.254981 #85656] DEBUG -- : [1m[35m (0.0ms)[0m begin transaction
|
1272
|
+
D, [2019-03-12T18:05:08.256347 #85656] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
1273
|
+
D, [2019-03-12T18:05:08.257522 #85656] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
1274
|
+
I, [2019-03-12T18:05:08.258661 #85656] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
|
1275
|
+
F, [2019-03-12T18:05:08.260000 #85656] FATAL -- :
|
1276
|
+
AirbrakeTestError (after_commit):
|
1277
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1278
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1279
|
+
|
1280
|
+
|
1281
|
+
I, [2019-03-12T18:05:08.261244 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:08 +0200
|
1282
|
+
I, [2019-03-12T18:05:08.261788 #85656] INFO -- : Processing by DummyController#crash as HTML
|
1283
|
+
D, [2019-03-12T18:05:08.262054 #85656] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1284
|
+
D, [2019-03-12T18:05:08.263432 #85656] DEBUG -- : [1m[35mSQL (0.0ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1285
|
+
D, [2019-03-12T18:05:08.264745 #85656] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1286
|
+
I, [2019-03-12T18:05:08.265874 #85656] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
|
1287
|
+
F, [2019-03-12T18:05:08.267208 #85656] FATAL -- :
|
1288
|
+
AirbrakeTestError (after_commit):
|
1289
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1290
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1291
|
+
|
1292
|
+
|
1293
|
+
I, [2019-03-12T18:05:08.268296 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:08 +0200
|
1294
|
+
I, [2019-03-12T18:05:08.268769 #85656] INFO -- : Processing by DummyController#crash as HTML
|
1295
|
+
D, [2019-03-12T18:05:08.269051 #85656] DEBUG -- : [1m[35m (0.0ms)[0m begin transaction
|
1296
|
+
D, [2019-03-12T18:05:08.269507 #85656] DEBUG -- : [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
1297
|
+
D, [2019-03-12T18:05:08.269739 #85656] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
1298
|
+
I, [2019-03-12T18:05:08.270076 #85656] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
|
1299
|
+
F, [2019-03-12T18:05:08.271342 #85656] FATAL -- :
|
1300
|
+
AirbrakeTestError (after_commit):
|
1301
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1302
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1303
|
+
|
1304
|
+
|
1305
|
+
I, [2019-03-12T18:05:08.272600 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:08 +0200
|
1306
|
+
I, [2019-03-12T18:05:08.273266 #85656] INFO -- : Processing by DummyController#crash as HTML
|
1307
|
+
D, [2019-03-12T18:05:08.273643 #85656] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1308
|
+
D, [2019-03-12T18:05:08.275484 #85656] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1309
|
+
D, [2019-03-12T18:05:08.277239 #85656] DEBUG -- : [1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
1310
|
+
I, [2019-03-12T18:05:08.278705 #85656] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
1311
|
+
F, [2019-03-12T18:05:08.280109 #85656] FATAL -- :
|
1312
|
+
AirbrakeTestError (after_commit):
|
1313
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1314
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1315
|
+
|
1316
|
+
|
1317
|
+
I, [2019-03-12T18:05:08.281697 #85656] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-12 18:05:08 +0200
|
1318
|
+
I, [2019-03-12T18:05:08.282293 #85656] INFO -- : Processing by DummyController#active_job as HTML
|
1319
|
+
I, [2019-03-12T18:05:08.287683 #85656] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
|
1320
|
+
F, [2019-03-12T18:05:08.289605 #85656] FATAL -- :
|
1321
|
+
AirbrakeTestError (active_job error):
|
1322
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1323
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1324
|
+
|
1325
|
+
|
1326
|
+
I, [2019-03-12T18:05:10.296102 #85656] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-12 18:05:10 +0200
|
1327
|
+
I, [2019-03-12T18:05:10.296939 #85656] INFO -- : Processing by DummyController#active_job as HTML
|
1328
|
+
I, [2019-03-12T18:05:10.298440 #85656] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
|
1329
|
+
F, [2019-03-12T18:05:10.299860 #85656] FATAL -- :
|
1330
|
+
AirbrakeTestError (active_job error):
|
1331
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1332
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1333
|
+
|
1334
|
+
|
1335
|
+
I, [2019-03-12T18:05:12.305550 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:12 +0200
|
1336
|
+
I, [2019-03-12T18:05:12.306463 #85656] INFO -- : Processing by DummyController#crash as HTML
|
1337
|
+
D, [2019-03-12T18:05:12.306900 #85656] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
1338
|
+
D, [2019-03-12T18:05:12.308528 #85656] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
1339
|
+
D, [2019-03-12T18:05:12.309907 #85656] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
1340
|
+
I, [2019-03-12T18:05:12.311200 #85656] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
1341
|
+
F, [2019-03-12T18:05:12.327137 #85656] FATAL -- :
|
1342
|
+
AirbrakeTestError (after_commit):
|
1343
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1344
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1345
|
+
|
1346
|
+
|
1347
|
+
I, [2019-03-12T18:05:14.339549 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:14 +0200
|
1348
|
+
I, [2019-03-12T18:05:14.340215 #85656] INFO -- : Processing by DummyController#crash as HTML
|
1349
|
+
D, [2019-03-12T18:05:14.340776 #85656] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1350
|
+
D, [2019-03-12T18:05:14.342088 #85656] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1351
|
+
D, [2019-03-12T18:05:14.343355 #85656] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1352
|
+
I, [2019-03-12T18:05:14.344591 #85656] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
|
1353
|
+
F, [2019-03-12T18:05:14.354525 #85656] FATAL -- :
|
1354
|
+
AirbrakeTestError (after_commit):
|
1355
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1356
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1357
|
+
|
1358
|
+
|
1359
|
+
I, [2019-03-12T18:05:16.359670 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:16 +0200
|
1360
|
+
I, [2019-03-12T18:05:16.360459 #85656] INFO -- : Processing by DummyController#crash as HTML
|
1361
|
+
D, [2019-03-12T18:05:16.360937 #85656] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
1362
|
+
D, [2019-03-12T18:05:16.362912 #85656] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
1363
|
+
D, [2019-03-12T18:05:16.364741 #85656] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
1364
|
+
I, [2019-03-12T18:05:16.366129 #85656] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms)
|
1365
|
+
F, [2019-03-12T18:05:16.379052 #85656] FATAL -- :
|
1366
|
+
AirbrakeTestError (after_commit):
|
1367
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1368
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1369
|
+
|
1370
|
+
|
1371
|
+
I, [2019-03-12T18:05:18.383335 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:18 +0200
|
1372
|
+
I, [2019-03-12T18:05:18.386605 #85656] INFO -- : Processing by DummyController#crash as HTML
|
1373
|
+
D, [2019-03-12T18:05:18.387338 #85656] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1374
|
+
D, [2019-03-12T18:05:18.389170 #85656] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1375
|
+
D, [2019-03-12T18:05:18.390436 #85656] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1376
|
+
I, [2019-03-12T18:05:18.391641 #85656] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
1377
|
+
F, [2019-03-12T18:05:18.401859 #85656] FATAL -- :
|
1378
|
+
AirbrakeTestError (after_commit):
|
1379
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1380
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1381
|
+
|
1382
|
+
|
1383
|
+
I, [2019-03-12T18:05:20.405485 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:20 +0200
|
1384
|
+
I, [2019-03-12T18:05:20.406310 #85656] INFO -- : Processing by DummyController#crash as HTML
|
1385
|
+
D, [2019-03-12T18:05:20.406744 #85656] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
1386
|
+
D, [2019-03-12T18:05:20.408328 #85656] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
1387
|
+
D, [2019-03-12T18:05:20.409704 #85656] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
1388
|
+
I, [2019-03-12T18:05:20.410981 #85656] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
|
1389
|
+
F, [2019-03-12T18:05:20.420990 #85656] FATAL -- :
|
1390
|
+
AirbrakeTestError (after_commit):
|
1391
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1392
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1393
|
+
|
1394
|
+
|
1395
|
+
I, [2019-03-12T18:05:22.428997 #85656] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:05:22 +0200
|
1396
|
+
I, [2019-03-12T18:05:22.430017 #85656] INFO -- : Processing by DummyController#crash as HTML
|
1397
|
+
D, [2019-03-12T18:05:22.430663 #85656] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1398
|
+
D, [2019-03-12T18:05:22.432534 #85656] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1399
|
+
D, [2019-03-12T18:05:22.434177 #85656] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1400
|
+
I, [2019-03-12T18:05:22.435491 #85656] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
1401
|
+
F, [2019-03-12T18:05:22.445793 #85656] FATAL -- :
|
1402
|
+
AirbrakeTestError (after_commit):
|
1403
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1404
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1405
|
+
|
1406
|
+
|
1407
|
+
D, [2019-03-12T18:06:45.281203 #85687] DEBUG -- : [1m[36m (0.5ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1408
|
+
D, [2019-03-12T18:06:45.284963 #85687] DEBUG -- : [1m[35m (0.1ms)[0m CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
|
1409
|
+
D, [2019-03-12T18:06:45.285240 #85687] DEBUG -- : [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1410
|
+
D, [2019-03-12T18:06:45.285554 #85687] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1411
|
+
I, [2019-03-12T18:06:45.328469 #85687] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:06:45 +0200
|
1412
|
+
I, [2019-03-12T18:06:45.331182 #85687] INFO -- : Processing by DummyController#crash as HTML
|
1413
|
+
D, [2019-03-12T18:06:45.340328 #85687] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1414
|
+
D, [2019-03-12T18:06:45.344590 #85687] DEBUG -- : [1m[35mSQL (0.2ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1415
|
+
D, [2019-03-12T18:06:45.346819 #85687] DEBUG -- : [1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
1416
|
+
I, [2019-03-12T18:06:45.348582 #85687] INFO -- : Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.6ms)
|
1417
|
+
D, [2019-03-12T18:07:21.497476 #85702] DEBUG -- : [1m[36m (0.5ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1418
|
+
D, [2019-03-12T18:07:21.500339 #85702] DEBUG -- : [1m[35m (0.2ms)[0m CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
|
1419
|
+
D, [2019-03-12T18:07:21.500604 #85702] DEBUG -- : [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1420
|
+
D, [2019-03-12T18:07:21.500962 #85702] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1421
|
+
I, [2019-03-12T18:07:21.541379 #85702] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:07:21 +0200
|
1422
|
+
I, [2019-03-12T18:07:21.543537 #85702] INFO -- : Processing by DummyController#crash as HTML
|
1423
|
+
D, [2019-03-12T18:07:21.550607 #85702] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1424
|
+
D, [2019-03-12T18:07:21.553640 #85702] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1425
|
+
D, [2019-03-12T18:07:21.555268 #85702] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1426
|
+
I, [2019-03-12T18:07:21.556668 #85702] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.4ms)
|
1427
|
+
F, [2019-03-12T18:09:12.389876 #85702] FATAL -- :
|
1428
|
+
AirbrakeTestError (after_commit):
|
1429
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1430
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1431
|
+
|
1432
|
+
|
1433
|
+
D, [2019-03-12T18:19:53.982607 #86195] DEBUG -- : [1m[36m (0.5ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1434
|
+
D, [2019-03-12T18:19:53.985365 #86195] DEBUG -- : [1m[35m (0.1ms)[0m CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
|
1435
|
+
D, [2019-03-12T18:19:53.985588 #86195] DEBUG -- : [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1436
|
+
D, [2019-03-12T18:19:53.985909 #86195] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1437
|
+
I, [2019-03-12T18:19:54.022454 #86195] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-12 18:19:54 +0200
|
1438
|
+
I, [2019-03-12T18:19:54.025053 #86195] INFO -- : Processing by DummyController#crash as HTML
|
1439
|
+
D, [2019-03-12T18:19:54.032387 #86195] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1440
|
+
D, [2019-03-12T18:19:54.035784 #86195] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
1441
|
+
D, [2019-03-12T18:19:54.037088 #86195] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1442
|
+
I, [2019-03-12T18:19:54.038463 #86195] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.4ms)
|
1443
|
+
F, [2019-03-12T18:19:54.040591 #86195] FATAL -- :
|
1444
|
+
AirbrakeTestError (after_commit):
|
1445
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1446
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1447
|
+
|
1448
|
+
|
1449
|
+
D, [2019-03-12T19:42:00.312215 #88758] DEBUG -- : [1m[36m (0.5ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1450
|
+
D, [2019-03-12T19:42:00.316296 #88758] DEBUG -- : [1m[35m (0.1ms)[0m CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
|
1451
|
+
D, [2019-03-12T19:42:00.316555 #88758] DEBUG -- : [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1452
|
+
D, [2019-03-12T19:42:00.316902 #88758] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1453
|
+
I, [2019-03-12T19:42:00.358196 #88758] INFO -- : Started GET "/breakdown" for 127.0.0.1 at 2019-03-12 19:42:00 +0200
|
1454
|
+
I, [2019-03-12T19:42:00.360336 #88758] INFO -- : Processing by DummyController#breakdown as HTML
|
1455
|
+
D, [2019-03-12T19:42:00.367794 #88758] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1456
|
+
D, [2019-03-12T19:42:00.372050 #88758] DEBUG -- : [1m[35mSQL (0.2ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "breakdown"]]
|
1457
|
+
D, [2019-03-12T19:42:00.373805 #88758] DEBUG -- : [1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
1458
|
+
I, [2019-03-12T19:42:00.375433 #88758] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.5ms)
|
1459
|
+
F, [2019-03-12T19:42:00.399161 #88758] FATAL -- :
|
1460
|
+
RSpec::Mocks::MockExpectationError (Airbrake received :notify_performance_breakdown with unexpected arguments
|
1461
|
+
expected: (hash_including(:route=>"/breakdown(.:format)", :method=>"GET", :response_type=>:html, :groups=>{:db=>...chers::BuiltIn::BeAnInstanceOf:0x00007f96cfcab008 @expected=Float, @matcher_name=:an_instance_of>>}))
|
1462
|
+
got: ({:groups=>{:db=>0.47600000000000003}, :method=>"GET", :response_type=>:html, :route=>"/breakdown(.:format)", :start_time=>2019-03-12 19:42:00.360432000 +0200})
|
1463
|
+
Diff:[0m
|
1464
|
+
[0m[34m@@ -1,2 +1,6 @@
|
1465
|
+
[0m[31m-["hash_including(:route=>\"/breakdown(.:format)\", :method=>\"GET\", :response_type=>:html, :groups=>{:db=>#<RSpec::Matchers::AliasedMatcher:0x00007f96cfcab288 @description_block=#<Proc:0x00007f96cfa71350@/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-expectations-3.8.2/lib/rspec/matchers/dsl.rb:31 (lambda)>, @base_matcher=#<RSpec::Matchers::BuiltIn::BeAnInstanceOf:0x00007f96cfcab918 @expected=Float, @matcher_name=:an_instance_of>>, :view=>#<RSpec::Matchers::AliasedMatcher:0x00007f96cfcaae28 @description_block=#<Proc:0x00007f96cfa71350@/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-expectations-3.8.2/lib/rspec/matchers/dsl.rb:31 (lambda)>, @base_matcher=#<RSpec::Matchers::BuiltIn::BeAnInstanceOf:0x00007f96cfcab008 @expected=Float, @matcher_name=:an_instance_of>>})"]
|
1466
|
+
[0m[32m+[{:groups=>{:db=>0.47600000000000003},
|
1467
|
+
[0m[32m+ :method=>"GET",
|
1468
|
+
[0m[32m+ :response_type=>:html,
|
1469
|
+
[0m[32m+ :route=>"/breakdown(.:format)",
|
1470
|
+
[0m[32m+ :start_time=>2019-03-12 19:42:00.360432000 +0200}]
|
1471
|
+
[0m):
|
1472
|
+
lib/airbrake/rails/action_controller_performance_breakdown_subscriber.rb:15:in `block in call'
|
1473
|
+
lib/airbrake/rails/action_controller_performance_breakdown_subscriber.rb:12:in `each'
|
1474
|
+
lib/airbrake/rails/action_controller_performance_breakdown_subscriber.rb:12:in `call'
|
1475
|
+
lib/airbrake/rack/middleware.rb:33:in `call!'
|
1476
|
+
lib/airbrake/rack/middleware.rb:21:in `call'
|
1477
|
+
|
1478
|
+
|
1479
|
+
D, [2019-03-12T19:42:21.717321 #88770] DEBUG -- : [1m[36m (0.4ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1480
|
+
D, [2019-03-12T19:42:21.719989 #88770] DEBUG -- : [1m[35m (0.1ms)[0m CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
|
1481
|
+
D, [2019-03-12T19:42:21.720199 #88770] DEBUG -- : [1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1482
|
+
D, [2019-03-12T19:42:21.720517 #88770] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1483
|
+
I, [2019-03-12T19:42:21.759670 #88770] INFO -- : Started GET "/breakdown" for 127.0.0.1 at 2019-03-12 19:42:21 +0200
|
1484
|
+
I, [2019-03-12T19:42:21.761721 #88770] INFO -- : Processing by DummyController#breakdown as HTML
|
1485
|
+
D, [2019-03-12T19:42:21.769514 #88770] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1486
|
+
D, [2019-03-12T19:42:21.772945 #88770] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "breakdown"]]
|
1487
|
+
D, [2019-03-12T19:42:21.774538 #88770] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
1488
|
+
I, [2019-03-12T19:42:21.776062 #88770] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.4ms)
|