airbrake 8.1.4 → 8.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/airbrake/logger.rb +3 -3
- data/lib/airbrake/rack/context_filter.rb +16 -13
- data/lib/airbrake/rack/middleware.rb +19 -63
- data/lib/airbrake/rails.rb +8 -0
- data/lib/airbrake/rails/action_controller.rb +8 -8
- data/lib/airbrake/rails/action_controller_notify_subscriber.rb +11 -12
- data/lib/airbrake/rails/action_controller_route_subscriber.rb +5 -0
- data/lib/airbrake/rails/active_job.rb +6 -5
- data/lib/airbrake/rails/active_record_subscriber.rb +30 -12
- data/lib/airbrake/rake.rb +10 -9
- data/lib/airbrake/rake/tasks.rb +1 -1
- data/lib/airbrake/version.rb +1 -1
- data/spec/apps/rails/dummy_task.rake +0 -5
- data/spec/apps/rails/logs/32.log +652 -27267
- data/spec/apps/rails/logs/42.log +597 -1717
- data/spec/apps/rails/logs/52.log +5237 -1
- data/spec/integration/rack/rack_spec.rb +5 -26
- data/spec/integration/rails/rails_spec.rb +135 -200
- data/spec/integration/rails/rake_spec.rb +66 -141
- data/spec/integration/shared_examples/rack_examples.rb +72 -101
- data/spec/integration/sinatra/sinatra_spec.rb +9 -55
- data/spec/spec_helper.rb +8 -3
- data/spec/support/matchers/a_notice_with.rb +29 -0
- data/spec/unit/logger_spec.rb +3 -13
- data/spec/unit/rack/middleware_spec.rb +16 -61
- data/spec/unit/rake/tasks_spec.rb +2 -2
- data/spec/unit/shoryuken_spec.rb +0 -17
- data/spec/unit/sidekiq/retryable_jobs_filter_spec.rb +1 -1
- data/spec/unit/sidekiq_spec.rb +0 -15
- metadata +20 -10
- data/spec/apps/rails/logs/51.log +0 -3166
- data/spec/apps/sinatra/composite_app/sinatra_app1.rb +0 -11
- data/spec/apps/sinatra/composite_app/sinatra_app2.rb +0 -11
data/spec/apps/rails/logs/42.log
CHANGED
@@ -1,1753 +1,633 @@
|
|
1
|
-
# Logfile created on
|
2
|
-
D, [
|
3
|
-
D, [
|
4
|
-
D, [
|
5
|
-
D, [
|
6
|
-
I, [
|
7
|
-
I, [
|
8
|
-
I, [
|
9
|
-
I, [
|
10
|
-
|
11
|
-
|
12
|
-
D, [
|
13
|
-
D, [
|
14
|
-
|
15
|
-
I, [
|
16
|
-
|
17
|
-
I, [2018-11-15T01:08:19.611091 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
18
|
-
F, [2018-11-15T01:08:19.616870 #503] FATAL -- :
|
19
|
-
AirbrakeTestError (AirbrakeTestError):
|
20
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
21
|
-
|
22
|
-
|
23
|
-
I, [2018-11-15T01:08:19.624280 #503] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
24
|
-
I, [2018-11-15T01:08:19.624975 #503] INFO -- : Processing by DummyController#crash as HTML
|
25
|
-
I, [2018-11-15T01:08:19.625015 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
26
|
-
I, [2018-11-15T01:08:19.625273 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
27
|
-
F, [2018-11-15T01:08:19.630086 #503] FATAL -- :
|
28
|
-
AirbrakeTestError (AirbrakeTestError):
|
29
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
30
|
-
|
31
|
-
|
32
|
-
I, [2018-11-15T01:08:19.635748 #503] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
33
|
-
I, [2018-11-15T01:08:19.636609 #503] INFO -- : Processing by DummyController#crash as HTML
|
34
|
-
I, [2018-11-15T01:08:19.636668 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
35
|
-
I, [2018-11-15T01:08:19.637102 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
36
|
-
F, [2018-11-15T01:08:19.643366 #503] FATAL -- :
|
37
|
-
AirbrakeTestError (AirbrakeTestError):
|
38
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
39
|
-
|
40
|
-
|
41
|
-
I, [2018-11-15T01:08:19.650862 #503] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
42
|
-
I, [2018-11-15T01:08:19.651937 #503] INFO -- : Processing by DummyController#crash as HTML
|
43
|
-
I, [2018-11-15T01:08:19.652058 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
44
|
-
I, [2018-11-15T01:08:19.652743 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
45
|
-
F, [2018-11-15T01:08:19.664129 #503] FATAL -- :
|
46
|
-
AirbrakeTestError (AirbrakeTestError):
|
47
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
48
|
-
|
49
|
-
|
50
|
-
I, [2018-11-15T01:08:19.674707 #503] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
51
|
-
I, [2018-11-15T01:08:19.675487 #503] INFO -- : Processing by DummyController#crash as HTML
|
52
|
-
I, [2018-11-15T01:08:19.675532 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
53
|
-
I, [2018-11-15T01:08:19.675838 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
54
|
-
F, [2018-11-15T01:08:19.680940 #503] FATAL -- :
|
55
|
-
AirbrakeTestError (AirbrakeTestError):
|
56
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
57
|
-
|
58
|
-
|
59
|
-
I, [2018-11-15T01:08:19.799712 #503] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
60
|
-
I, [2018-11-15T01:08:19.800582 #503] INFO -- : Processing by DummyController#crash as HTML
|
61
|
-
I, [2018-11-15T01:08:19.800633 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
62
|
-
I, [2018-11-15T01:08:19.800956 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
63
|
-
F, [2018-11-15T01:08:19.810297 #503] FATAL -- :
|
64
|
-
AirbrakeTestError (AirbrakeTestError):
|
65
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
66
|
-
|
67
|
-
|
68
|
-
I, [2018-11-15T01:08:19.812212 #503] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
69
|
-
I, [2018-11-15T01:08:19.812919 #503] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
70
|
-
I, [2018-11-15T01:08:19.812956 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
71
|
-
I, [2018-11-15T01:08:19.832692 #503] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.3ms)
|
72
|
-
I, [2018-11-15T01:08:19.833090 #503] INFO -- : Completed 200 OK in 20ms (Views: 10.6ms | ActiveRecord: 0.0ms)
|
73
|
-
I, [2018-11-15T01:08:19.836036 #503] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
74
|
-
I, [2018-11-15T01:08:19.836815 #503] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
75
|
-
I, [2018-11-15T01:08:19.836858 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
76
|
-
I, [2018-11-15T01:08:19.846325 #503] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
77
|
-
I, [2018-11-15T01:08:19.846593 #503] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
78
|
-
I, [2018-11-15T01:08:19.849050 #503] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
79
|
-
I, [2018-11-15T01:08:19.850021 #503] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
80
|
-
I, [2018-11-15T01:08:19.850096 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
81
|
-
I, [2018-11-15T01:08:19.863258 #503] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
82
|
-
I, [2018-11-15T01:08:19.863550 #503] INFO -- : Completed 200 OK in 13ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
83
|
-
I, [2018-11-15T01:08:19.865674 #503] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
84
|
-
I, [2018-11-15T01:08:19.866448 #503] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
85
|
-
I, [2018-11-15T01:08:19.866496 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
86
|
-
I, [2018-11-15T01:08:19.875719 #503] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
87
|
-
I, [2018-11-15T01:08:19.875942 #503] INFO -- : Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
88
|
-
I, [2018-11-15T01:08:19.877759 #503] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
89
|
-
I, [2018-11-15T01:08:19.878264 #503] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
90
|
-
I, [2018-11-15T01:08:19.878301 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
91
|
-
I, [2018-11-15T01:08:19.887719 #503] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
92
|
-
I, [2018-11-15T01:08:19.887982 #503] INFO -- : Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
93
|
-
I, [2018-11-15T01:08:19.889854 #503] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
94
|
-
I, [2018-11-15T01:08:19.890398 #503] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
95
|
-
I, [2018-11-15T01:08:19.890438 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
96
|
-
I, [2018-11-15T01:08:19.899270 #503] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
97
|
-
I, [2018-11-15T01:08:19.899549 #503] INFO -- : Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
98
|
-
I, [2018-11-15T01:08:19.901925 #503] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
99
|
-
I, [2018-11-15T01:08:19.902498 #503] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
100
|
-
I, [2018-11-15T01:08:19.902548 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
101
|
-
I, [2018-11-15T01:08:19.912231 #503] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.1ms)
|
102
|
-
I, [2018-11-15T01:08:19.912531 #503] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
103
|
-
I, [2018-11-15T01:08:19.914487 #503] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
104
|
-
I, [2018-11-15T01:08:19.915123 #503] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
105
|
-
I, [2018-11-15T01:08:19.915166 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
106
|
-
I, [2018-11-15T01:08:19.919886 #503] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
107
|
-
I, [2018-11-15T01:08:19.920354 #503] INFO -- : Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
108
|
-
I, [2018-11-15T01:08:19.928129 #503] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
109
|
-
I, [2018-11-15T01:08:19.928715 #503] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
110
|
-
I, [2018-11-15T01:08:19.928756 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
111
|
-
I, [2018-11-15T01:08:19.933541 #503] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
112
|
-
I, [2018-11-15T01:08:19.938169 #503] INFO -- : Completed 200 OK in 9ms (Views: 5.1ms | ActiveRecord: 0.0ms)
|
113
|
-
I, [2018-11-15T01:08:19.940175 #503] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:19 +0800
|
114
|
-
I, [2018-11-15T01:08:19.940717 #503] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
115
|
-
I, [2018-11-15T01:08:19.940757 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
116
|
-
I, [2018-11-15T01:08:19.945345 #503] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.1ms)
|
117
|
-
I, [2018-11-15T01:08:19.945579 #503] INFO -- : Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
118
|
-
I, [2018-11-15T01:08:20.053730 #503] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
119
|
-
I, [2018-11-15T01:08:20.054885 #503] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
120
|
-
I, [2018-11-15T01:08:20.054940 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
121
|
-
I, [2018-11-15T01:08:20.066584 #503] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
122
|
-
I, [2018-11-15T01:08:20.066923 #503] INFO -- : Completed 200 OK in 12ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
123
|
-
I, [2018-11-15T01:08:20.069632 #503] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
124
|
-
I, [2018-11-15T01:08:20.070906 #503] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
125
|
-
I, [2018-11-15T01:08:20.070968 #503] INFO -- : Parameters: {"foo"=>"bar"}
|
126
|
-
I, [2018-11-15T01:08:20.075589 #503] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
127
|
-
I, [2018-11-15T01:08:20.075834 #503] INFO -- : Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
128
|
-
I, [2018-11-15T01:08:20.082576 #503] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
129
|
-
I, [2018-11-15T01:08:20.083225 #503] INFO -- : Processing by DummyController#crash as HTML
|
130
|
-
I, [2018-11-15T01:08:20.083494 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
131
|
-
F, [2018-11-15T01:08:20.089216 #503] FATAL -- :
|
132
|
-
AirbrakeTestError (AirbrakeTestError):
|
133
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
134
|
-
|
135
|
-
|
136
|
-
I, [2018-11-15T01:08:20.096304 #503] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
137
|
-
I, [2018-11-15T01:08:20.097075 #503] INFO -- : Processing by DummyController#crash as HTML
|
138
|
-
I, [2018-11-15T01:08:20.097365 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
139
|
-
F, [2018-11-15T01:08:20.102642 #503] FATAL -- :
|
140
|
-
AirbrakeTestError (AirbrakeTestError):
|
141
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
142
|
-
|
143
|
-
|
144
|
-
I, [2018-11-15T01:08:20.110949 #503] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
145
|
-
I, [2018-11-15T01:08:20.111401 #503] INFO -- : Processing by DummyController#crash as HTML
|
146
|
-
I, [2018-11-15T01:08:20.111623 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
147
|
-
F, [2018-11-15T01:08:20.116633 #503] FATAL -- :
|
148
|
-
AirbrakeTestError (AirbrakeTestError):
|
149
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
150
|
-
|
151
|
-
|
152
|
-
I, [2018-11-15T01:08:20.123029 #503] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
153
|
-
I, [2018-11-15T01:08:20.123496 #503] INFO -- : Processing by DummyController#crash as HTML
|
154
|
-
I, [2018-11-15T01:08:20.123794 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
155
|
-
F, [2018-11-15T01:08:20.128372 #503] FATAL -- :
|
156
|
-
AirbrakeTestError (AirbrakeTestError):
|
157
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
158
|
-
|
159
|
-
|
160
|
-
I, [2018-11-15T01:08:20.134438 #503] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
161
|
-
I, [2018-11-15T01:08:20.134969 #503] INFO -- : Processing by DummyController#crash as HTML
|
162
|
-
I, [2018-11-15T01:08:20.135221 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
163
|
-
F, [2018-11-15T01:08:20.140113 #503] FATAL -- :
|
164
|
-
AirbrakeTestError (AirbrakeTestError):
|
165
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
166
|
-
|
167
|
-
|
168
|
-
I, [2018-11-15T01:08:20.145527 #503] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
169
|
-
I, [2018-11-15T01:08:20.145948 #503] INFO -- : Processing by DummyController#crash as HTML
|
170
|
-
I, [2018-11-15T01:08:20.146233 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
171
|
-
F, [2018-11-15T01:08:20.151051 #503] FATAL -- :
|
172
|
-
AirbrakeTestError (AirbrakeTestError):
|
173
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
174
|
-
|
175
|
-
|
176
|
-
I, [2018-11-15T01:08:20.257946 #503] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
177
|
-
I, [2018-11-15T01:08:20.258730 #503] INFO -- : Processing by DummyController#crash as HTML
|
178
|
-
I, [2018-11-15T01:08:20.259054 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
179
|
-
F, [2018-11-15T01:08:20.270305 #503] FATAL -- :
|
180
|
-
AirbrakeTestError (AirbrakeTestError):
|
181
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
182
|
-
|
183
|
-
|
184
|
-
I, [2018-11-15T01:08:20.272595 #503] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
185
|
-
I, [2018-11-15T01:08:20.273260 #503] INFO -- : Processing by DummyController#crash as HTML
|
186
|
-
I, [2018-11-15T01:08:20.273568 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
187
|
-
F, [2018-11-15T01:08:20.278461 #503] FATAL -- :
|
188
|
-
AirbrakeTestError (AirbrakeTestError):
|
189
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
190
|
-
|
191
|
-
|
192
|
-
I, [2018-11-15T01:08:20.383461 #503] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
193
|
-
I, [2018-11-15T01:08:20.384523 #503] INFO -- : Processing by DummyController#crash as HTML
|
194
|
-
I, [2018-11-15T01:08:20.384853 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
195
|
-
F, [2018-11-15T01:08:20.393915 #503] FATAL -- :
|
196
|
-
AirbrakeTestError (AirbrakeTestError):
|
197
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
198
|
-
|
199
|
-
|
200
|
-
I, [2018-11-15T01:08:20.395992 #503] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
201
|
-
I, [2018-11-15T01:08:20.396561 #503] INFO -- : Processing by DummyController#active_record_after_commit as HTML
|
202
|
-
D, [2018-11-15T01:08:20.403032 #503] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
203
|
-
D, [2018-11-15T01:08:20.405963 #503] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
|
204
|
-
D, [2018-11-15T01:08:20.406190 #503] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
205
|
-
I, [2018-11-15T01:08:20.406516 #503] INFO -- : Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.4ms)
|
206
|
-
F, [2018-11-15T01:08:20.411577 #503] FATAL -- :
|
1
|
+
# Logfile created on 2019-03-01 20:58:22 +0200 by logger.rb/56815
|
2
|
+
D, [2019-03-01T20:58:22.524263 #27573] DEBUG -- : [1m[36m (0.6ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
3
|
+
D, [2019-03-01T20:58:22.528379 #27573] 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)
|
4
|
+
D, [2019-03-01T20:58:22.529140 #27573] DEBUG -- : [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
5
|
+
D, [2019-03-01T20:58:22.529471 #27573] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
6
|
+
I, [2019-03-01T20:58:22.569124 #27573] INFO -- : Started GET "/resque" for 127.0.0.1 at 2019-03-01 20:58:22 +0200
|
7
|
+
I, [2019-03-01T20:58:22.571104 #27573] INFO -- : Processing by DummyController#resque as HTML
|
8
|
+
I, [2019-03-01T20:58:22.577084 #27573] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.9ms)
|
9
|
+
I, [2019-03-01T20:58:22.577457 #27573] INFO -- : Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
10
|
+
I, [2019-03-01T20:58:22.579819 #27573] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:58:22 +0200
|
11
|
+
I, [2019-03-01T20:58:22.580770 #27573] INFO -- : Processing by DummyController#crash as HTML
|
12
|
+
D, [2019-03-01T20:58:22.588611 #27573] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13
|
+
D, [2019-03-01T20:58:22.592284 #27573] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
14
|
+
D, [2019-03-01T20:58:22.593733 #27573] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
15
|
+
I, [2019-03-01T20:58:22.595112 #27573] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.5ms)
|
16
|
+
F, [2019-03-01T20:58:22.609490 #27573] FATAL -- :
|
207
17
|
AirbrakeTestError (after_commit):
|
208
|
-
lib/airbrake/rack/middleware.rb:
|
209
|
-
|
210
|
-
|
211
|
-
I, [2018-11-15T01:08:20.516351 #503] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
212
|
-
I, [2018-11-15T01:08:20.517436 #503] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
|
213
|
-
D, [2018-11-15T01:08:20.517730 #503] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
214
|
-
D, [2018-11-15T01:08:20.518396 #503] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "Bango"]]
|
215
|
-
D, [2018-11-15T01:08:20.518659 #503] DEBUG -- : [1m[35m (0.0ms)[0m rollback transaction
|
216
|
-
I, [2018-11-15T01:08:20.519075 #503] INFO -- : Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)
|
217
|
-
F, [2018-11-15T01:08:20.536761 #503] FATAL -- :
|
218
|
-
AirbrakeTestError (after_rollback):
|
219
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
220
|
-
|
221
|
-
|
222
|
-
I, [2018-11-15T01:08:20.539076 #503] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
223
|
-
I, [2018-11-15T01:08:20.539757 #503] INFO -- : Processing by DummyController#resque as HTML
|
224
|
-
I, [2018-11-15T01:08:20.541322 #503] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
|
225
|
-
I, [2018-11-15T01:08:20.541568 #503] INFO -- : Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
226
|
-
I, [2018-11-15T01:08:20.543106 #503] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
227
|
-
I, [2018-11-15T01:08:20.543468 #503] INFO -- : Processing by DummyController#resque as HTML
|
228
|
-
I, [2018-11-15T01:08:20.553963 #503] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
|
229
|
-
I, [2018-11-15T01:08:20.554289 #503] INFO -- : Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
230
|
-
I, [2018-11-15T01:08:20.558467 #503] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-15 01:08:20 +0800
|
231
|
-
I, [2018-11-15T01:08:20.559013 #503] INFO -- : Processing by DummyController#active_job as HTML
|
232
|
-
I, [2018-11-15T01:08:20.572782 #503] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)
|
233
|
-
F, [2018-11-15T01:08:20.584576 #503] FATAL -- :
|
234
|
-
AirbrakeTestError (active_job error):
|
235
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
18
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
19
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
236
20
|
|
237
21
|
|
238
|
-
I, [
|
239
|
-
I, [
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
22
|
+
I, [2019-03-01T20:58:24.622999 #27573] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:58:24 +0200
|
23
|
+
I, [2019-03-01T20:58:24.623785 #27573] INFO -- : Processing by DummyController#crash as HTML
|
24
|
+
D, [2019-03-01T20:58:24.624314 #27573] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
25
|
+
D, [2019-03-01T20:58:24.626042 #27573] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
26
|
+
D, [2019-03-01T20:58:24.627543 #27573] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
27
|
+
I, [2019-03-01T20:58:24.628850 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
28
|
+
F, [2019-03-01T20:58:24.630369 #27573] FATAL -- :
|
29
|
+
AirbrakeTestError (after_commit):
|
30
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
31
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
32
|
+
|
33
|
+
|
34
|
+
I, [2019-03-01T20:58:24.631470 #27573] INFO -- : Started GET "/" for 127.0.0.1 at 2019-03-01 20:58:24 +0200
|
35
|
+
I, [2019-03-01T20:58:24.632062 #27573] INFO -- : Processing by DummyController#index as HTML
|
36
|
+
I, [2019-03-01T20:58:24.632823 #27573] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.2ms)
|
37
|
+
I, [2019-03-01T20:58:24.633105 #27573] INFO -- : Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
38
|
+
I, [2019-03-01T20:58:24.634235 #27573] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2019-03-01 20:58:24 +0200
|
39
|
+
I, [2019-03-01T20:58:24.634703 #27573] INFO -- : Processing by DummyController#active_record_after_commit as HTML
|
40
|
+
D, [2019-03-01T20:58:24.635028 #27573] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
41
|
+
D, [2019-03-01T20:58:24.636296 #27573] DEBUG -- : [1m[35mSQL (0.0ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
|
42
|
+
D, [2019-03-01T20:58:24.638050 #27573] DEBUG -- : [1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
43
|
+
I, [2019-03-01T20:58:24.639401 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
|
44
|
+
F, [2019-03-01T20:58:24.659937 #27573] FATAL -- :
|
45
|
+
RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
|
46
|
+
expected: (an instance of AirbrakeTestError)
|
47
|
+
got: (#<Airbrake::Notice:0x00007fe1d7e445b0 @config=#<Airbrake::Config:0x00007fe1d63cc778 @proxy={}, @queue...ath=nil, @ip=nil, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d7e541b8 @max_size=10000>>)
|
48
|
+
Diff:[0m
|
49
|
+
[0m[34m@@ -1,2 +1,2 @@
|
50
|
+
[0m[31m-["an instance of AirbrakeTestError"]
|
51
|
+
[0m[32m+[#<Airbrake::Notice:0x00007fe1d7e445b0 @config=#<Airbrake::Config:0x00007fe1d63cc778 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007fe1d63cc6b0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d63cc660 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d63cc610 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/dev/null", @dev=#<File:/dev/null>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d63cc598>>>, @project_id=113743, @project_key="fd04e13d806a90f96614ad8e529b2822", @host="https://api.airbrake.io", @ignore_environments=[], @timeout=nil, @blacklist_keys=[], @whitelist_keys=[], @root_directory="/Users/kyrylo/Code/airbrake/airbrake/gemfiles", @versions={}, @performance_stats=false, @performance_stats_flush_period=1, @app_version="1.2.3", @endpoint=#<URI::HTTPS https://api.airbrake.io/api/v3/projects/113743/notices>>, @payload={:errors=>[{:type=>"AirbrakeTestError", :message=>"after_commit", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>48, :function=>"raise_error_after_commit"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>432, :function=>"block in make_lambda"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>263, :function=>"block in simple"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>506, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>506, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>506, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>92, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_commit_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>314, :function=>"committed!"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>89, :function=>"commit_records"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>153, :function=>"commit"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>175, :function=>"commit_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>194, :function=>"within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>213, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>220, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>348, :function=>"with_transaction_returning_status"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>286, :function=>"block in save"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>301, :function=>"rollback_active_record_state!"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>285, :function=>"save"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/persistence.rb", :line=>34, :function=>"create"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>123, :function=>"active_record_after_commit"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/implicit_render.rb", :line=>4, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>198, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rendering.rb", :line=>10, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>20, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_process_action_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>19, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rescue.rb", :line=>29, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications/instrumenter.rb", :line=>20, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/params_wrapper.rb", :line=>250, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/railties/controller_runtime.rb", :line=>18, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>137, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/rendering.rb", :line=>30, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>196, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rack_delegation.rb", :line=>13, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>237, :function=>"block in action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>74, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>43, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>43, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>817, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/etag.rb", :line=>24, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/conditionalget.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/head.rb", :line=>13, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/params_parser.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/flash.rb", :line=>260, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>225, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>220, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/cookies.rb", :line=>560, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/query_cache.rb", :line=>36, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>52, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>40, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb", :line=>653, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>29, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_call_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/reloader.rb", :line=>73, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/remote_ip.rb", :line=>78, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/show_exceptions.rb", :line=>30, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/request_id.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/methodoverride.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/runtime.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/lock.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/static.rb", :line=>120, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/sendfile.rb", :line=>113, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/engine.rb", :line=>518, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/application.rb", :line=>165, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>107, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}], :context=>{:version=>"1.2.3", :rootDirectory=>"/Users/kyrylo/Code/airbrake/airbrake/gemfiles", :hostname=>"Kyrylos-MacBook-Pro.local", :severity=>"error", :os=>"x86_64-darwin16", :language=>"ruby/2.4.2", :notifier=>{:name=>"airbrake-ruby", :version=>"4.1.0", :url=>"https://github.com/airbrake/airbrake-ruby"}}, :environment=>{:program_name=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec"}, :session=>{}, :params=>{}}, @stash={:exception=>#<AirbrakeTestError: after_commit>, :rack_request=>#<ActionDispatch::Request:0x00007fe1d7e54190 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007fe1d66f4b58>, "rack.errors"=>#<StringIO:0x00007fe1d66f4bf8>, "rack.multithread"=>false, "rack.multiprocess"=>true, "rack.run_once"=>false, "REQUEST_METHOD"=>"GET", "SERVER_NAME"=>"example.org", "SERVER_PORT"=>"80", "QUERY_STRING"=>"", "PATH_INFO"=>"/active_record_after_commit", "rack.url_scheme"=>"http", "HTTPS"=>"off", "SCRIPT_NAME"=>"", "CONTENT_LENGTH"=>"0", "rack.test"=>true, "REMOTE_ADDR"=>"127.0.0.1", "HTTP_HOST"=>"example.org", "HTTP_COOKIE"=>"", "ORIGINAL_FULLPATH"=>"/active_record_after_commit", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007fe1d6384630>, "action_dispatch.parameter_filter"=>[], "action_dispatch.redirect_filter"=>[], "action_dispatch.secret_token"=>"ni6aeph6aeriBiphesh8omahv6cohpue5Quah5ceiMohtuvei8", "action_dispatch.secret_key_base"=>"62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", "action_dispatch.show_exceptions"=>true, "action_dispatch.show_detailed_exceptions"=>false, "action_dispatch.logger"=>#<Logger:0x00007fe1d6534c50 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d6534c00 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d6534bb0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d6534b60>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007fe1d7d0c8a0 @filters=[#<Proc:0x00007fe1d7d0c788@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:14>, #<Proc:0x00007fe1d7d0c760@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:15>, #<Proc:0x00007fe1d7d0c738@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007fe1d8833f08@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:29>], @silencers=[#<Proc:0x00007fe1d8833ee0@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:19>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007fe1d8833d00 @key_generator=#<ActiveSupport::KeyGenerator:0x00007fe1d8833d50 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<ThreadSafe::Cache:0x00007fe1d8833c88 @backend={"encrypted cookie64"=>"\x1D\x0Ecc\x81\xCE\xD3\xBE\x16\b\xA4 \xBE\xB0\xAF\b\xCA\xAFtlV\xA7jQ\x06\xEFV\x88\xC3\xE6~\xA0+\xEC1\xE5M]N\x9B\xDB\x9C\xB84\x16\x8C\xC3\xB5m\x19\x82\x03\xB4\xCF\xEE \x81H\xB7P4l\xD15", "signed encrypted cookie64"=>"b\x8D\xD9M,1\xBFB\xEB\x83\xA8%\x18\xFCj\x82\xD6>N\x94-\xDB\xE5\xB1}Uj\xE5u\xFB\x916\x15\xD2\xEE\xD2\x1C\xEC`\xA7\xB1\xCC\x9D\x12\xC6\x9B\x7F\a4>\xE2\xC04N\xFD\x84\xEEV~\x11\xFB\x85\xEE\xE7"}, @default_proc=nil>>, "action_dispatch.http_auth_salt"=>"http authentication", "action_dispatch.signed_cookie_salt"=>"signed cookie", "action_dispatch.encrypted_cookie_salt"=>"encrypted cookie", "action_dispatch.encrypted_signed_cookie_salt"=>"signed encrypted cookie", "action_dispatch.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "ROUTES_70303969190680_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"51874ba9-d20d-4629-bd3d-c671206f0555", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007fe1d52d6810 @env={...}, @check_ip=true, @proxies=[#<IPAddr: IPv4:127.0.0.1/255.255.255.255>, #<IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff>, #<IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000>, #<IPAddr: IPv4:10.0.0.0/255.0.0.0>, #<IPAddr: IPv4:172.16.0.0/255.240.0.0>, #<IPAddr: IPv4:192.168.0.0/255.255.0.0>]>, "rack.session"=>#<ActionDispatch::Request::Session:0x7fe1d52d5a78 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007fe1d52d59b0 @by=#<ActionDispatch::Session::CookieStore:0x00007fe1d51cbec0 @app=#<ActionDispatch::Flash:0x00007fe1d51d89b8 @app=#<ActionDispatch::ParamsParser:0x00007fe1d51d8300 @app=#<Rack::Head:0x00007fe1d51d8378 @app=#<Rack::ConditionalGet:0x00007fe1d51d83a0 @app=#<Rack::ETag:0x00007fe1d51d8418 @app=#<Warden::Manager:0x00007fe1d51d8d50 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007fe1d6384630>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>, @parsers={#<Mime::Type:0x00007fe1d7afc358 @synonyms=["text/x-json", "application/jsonrequest"], @symbol=:json, @string="application/json", @hash=2728071936037194047>=>:json}>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @env={...}, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "warden"=>Warden::Proxy:70303960444040 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, "action_dispatch.request.path_parameters"=>{:controller=>"dummy", :action=>"active_record_after_commit"}, "action_controller.instance"=>#<DummyController:0x00007fe1d52d7828 @_action_has_layout=true, @_routes=nil, @_headers={"Content-Type"=>"text/html"}, @_status=200, @_request=#<ActionDispatch::Request:0x00007fe1d66ffee0 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"active_record_after_commit"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/active_record_after_commit", @ip=nil, @uuid=nil>, @_response=#<ActionDispatch::Response:0x00007fe1d66ffeb8 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d66ffdf0>, @stream=#<ActionDispatch::Response::Buffer:0x00007fe1d66ffd78 @response=#<ActionDispatch::Response:0x00007fe1d66ffeb8 ...>, @buf=[], @closed=false>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff"}, @status=200, @sending_file=false, @blank=false, @cv=#<MonitorMixin::ConditionVariable:0x00007fe1d66ffd50 @monitor=#<ActionDispatch::Response:0x00007fe1d66ffeb8 ...>, @cond=#<Thread::ConditionVariable:0x00007fe1d66ffd28>>, @committed=false, @sending=false, @sent=false, @content_type=nil, @charset=nil, @cache_control={}, @etag=nil, @request=#<ActionDispatch::Request:0x00007fe1d66ffee0 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"active_record_after_commit"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/active_record_after_commit", @ip=nil, @uuid=nil>>, @_env={...}, @_lookup_context=#<ActionView::LookupContext:0x00007fe1d66ffad0 @details_key=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}, @skip_default_locale=false, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @view_paths=#<ActionView::PathSet:0x00007fe1d66ffa58 @paths=[#<ActionView::FixtureResolver:0x00007fe1d7c57590 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x00007fe1d7c57568 @data=#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7c57540 @backend={#<ActionView::LookupContext::DetailsKey:0x00007fe1d73d8540 @hash=3190372293335980833>=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ed90 @backend={"resque"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ecc8 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ebd8 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4eae8 @backend={[]=>[dummy/resque.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "application"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4d0f8 @backend={"layouts"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4d008 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4cf18 @backend={[]=>[layouts/application.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "index"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7700 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7610 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7520 @backend={[]=>[dummy/index.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d68@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:48 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d40@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:49 (lambda)>>>, @hash={"layouts/application.html.erb"=>"<%= yield %>", "dummy/index.html.erb"=>"Hello from index", "dummy/notify_airbrake_helper.html.erb"=>"notify_airbrake_helper", "dummy/notify_airbrake_sync_helper.html.erb"=>"notify_airbrake_helper_sync", "dummy/active_record_after_commit.html.erb"=>"active_record_after_commit", "dummy/active_record_after_rollback.html.erb"=>"active_record_after_rollback", "dummy/active_job.html.erb"=>"active_job", "dummy/resque.html.erb"=>"resque", "dummy/delayed_job.html.erb"=>"delayed_job"}>]>>, @_action_name="active_record_after_commit", @_response_body=nil>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"controller"=>"dummy", "action"=>"active_record_after_commit"}, "action_dispatch.request.formats"=>[#<Mime::Type:0x00007fe1d7b06da8 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-4483466561594436380>]}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d7e541b8 @max_size=10000>>]
|
52
|
+
[0m):
|
53
|
+
lib/airbrake/rack/middleware.rb:84:in `notify_airbrake'
|
54
|
+
lib/airbrake/rack/middleware.rb:54:in `rescue in call!'
|
55
|
+
lib/airbrake/rack/middleware.rb:59:in `call!'
|
56
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
57
|
+
|
58
|
+
|
59
|
+
I, [2019-03-01T20:58:24.665326 #27573] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2019-03-01 20:58:24 +0200
|
60
|
+
I, [2019-03-01T20:58:24.666022 #27573] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
|
61
|
+
D, [2019-03-01T20:58:24.666288 #27573] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
62
|
+
D, [2019-03-01T20:58:24.667740 #27573] DEBUG -- : [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "Bango"]]
|
63
|
+
D, [2019-03-01T20:58:24.670129 #27573] DEBUG -- : [1m[35m (0.0ms)[0m rollback transaction
|
64
|
+
I, [2019-03-01T20:58:24.671490 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
65
|
+
F, [2019-03-01T20:58:24.691383 #27573] FATAL -- :
|
66
|
+
RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
|
67
|
+
expected: (an instance of AirbrakeTestError)
|
68
|
+
got: (#<Airbrake::Notice:0x00007fe1d60b9b58 @config=#<Airbrake::Config:0x00007fe1d63cc778 @proxy={}, @queue...ath=nil, @ip=nil, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d7ebf2b0 @max_size=10000>>)
|
69
|
+
Diff:[0m
|
70
|
+
[0m[34m@@ -1,2 +1,2 @@
|
71
|
+
[0m[31m-["an instance of AirbrakeTestError"]
|
72
|
+
[0m[32m+[#<Airbrake::Notice:0x00007fe1d60b9b58 @config=#<Airbrake::Config:0x00007fe1d63cc778 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007fe1d63cc6b0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d63cc660 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d63cc610 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/dev/null", @dev=#<File:/dev/null>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d63cc598>>>, @project_id=113743, @project_key="fd04e13d806a90f96614ad8e529b2822", @host="https://api.airbrake.io", @ignore_environments=[], @timeout=nil, @blacklist_keys=[], @whitelist_keys=[], @root_directory="/Users/kyrylo/Code/airbrake/airbrake/gemfiles", @versions={}, @performance_stats=false, @performance_stats_flush_period=1, @app_version="1.2.3", @endpoint=#<URI::HTTPS https://api.airbrake.io/api/v3/projects/113743/notices>>, @payload={:errors=>[{:type=>"AirbrakeTestError", :message=>"after_rollback", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>52, :function=>"raise_error_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>432, :function=>"block in make_lambda"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>263, :function=>"block in simple"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>506, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>506, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>506, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>92, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_rollback_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>322, :function=>"rolledback!"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>69, :function=>"rollback_records"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>147, :function=>"rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>179, :function=>"rollback_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>186, :function=>"rescue in within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>201, :function=>"within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>213, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>220, :function=>"transaction"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>127, :function=>"active_record_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/implicit_render.rb", :line=>4, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>198, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rendering.rb", :line=>10, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>20, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_process_action_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>19, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rescue.rb", :line=>29, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications/instrumenter.rb", :line=>20, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/params_wrapper.rb", :line=>250, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/railties/controller_runtime.rb", :line=>18, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>137, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/rendering.rb", :line=>30, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>196, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rack_delegation.rb", :line=>13, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>237, :function=>"block in action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>74, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>43, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>43, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>817, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/etag.rb", :line=>24, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/conditionalget.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/head.rb", :line=>13, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/params_parser.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/flash.rb", :line=>260, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>225, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>220, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/cookies.rb", :line=>560, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/query_cache.rb", :line=>36, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>52, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>40, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb", :line=>653, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>29, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_call_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/reloader.rb", :line=>73, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/remote_ip.rb", :line=>78, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/show_exceptions.rb", :line=>30, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/request_id.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/methodoverride.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/runtime.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/lock.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/static.rb", :line=>120, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/sendfile.rb", :line=>113, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/engine.rb", :line=>518, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/application.rb", :line=>165, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>117, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}, {:type=>"ActiveRecord::Rollback", :message=>"ActiveRecord::Rollback", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>129, :function=>"block in active_record_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>213, :function=>"block in transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb", :line=>184, :function=>"within_new_transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/database_statements.rb", :line=>213, :function=>"transaction"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/transactions.rb", :line=>220, :function=>"transaction"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>127, :function=>"active_record_after_rollback"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/implicit_render.rb", :line=>4, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>198, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rendering.rb", :line=>10, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>20, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_process_action_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>19, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rescue.rb", :line=>29, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications/instrumenter.rb", :line=>20, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/params_wrapper.rb", :line=>250, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/railties/controller_runtime.rb", :line=>18, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>137, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/rendering.rb", :line=>30, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>196, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rack_delegation.rb", :line=>13, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>237, :function=>"block in action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>74, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>43, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>43, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>817, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/etag.rb", :line=>24, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/conditionalget.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/head.rb", :line=>13, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/params_parser.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/flash.rb", :line=>260, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>225, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>220, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/cookies.rb", :line=>560, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/query_cache.rb", :line=>36, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>52, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>40, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb", :line=>653, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>29, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_call_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/reloader.rb", :line=>73, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/remote_ip.rb", :line=>78, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/show_exceptions.rb", :line=>30, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/request_id.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/methodoverride.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/runtime.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/lock.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/static.rb", :line=>120, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/sendfile.rb", :line=>113, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/engine.rb", :line=>518, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/application.rb", :line=>165, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>117, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}], :context=>{:version=>"1.2.3", :rootDirectory=>"/Users/kyrylo/Code/airbrake/airbrake/gemfiles", :hostname=>"Kyrylos-MacBook-Pro.local", :severity=>"error", :os=>"x86_64-darwin16", :language=>"ruby/2.4.2", :notifier=>{:name=>"airbrake-ruby", :version=>"4.1.0", :url=>"https://github.com/airbrake/airbrake-ruby"}}, :environment=>{:program_name=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec"}, :session=>{}, :params=>{}}, @stash={:exception=>#<AirbrakeTestError: after_rollback>, :rack_request=>#<ActionDispatch::Request:0x00007fe1d7ebf288 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007fe1d88bc448>, "rack.errors"=>#<StringIO:0x00007fe1d88bc4e8>, "rack.multithread"=>false, "rack.multiprocess"=>true, "rack.run_once"=>false, "REQUEST_METHOD"=>"GET", "SERVER_NAME"=>"example.org", "SERVER_PORT"=>"80", "QUERY_STRING"=>"", "PATH_INFO"=>"/active_record_after_rollback", "rack.url_scheme"=>"http", "HTTPS"=>"off", "SCRIPT_NAME"=>"", "CONTENT_LENGTH"=>"0", "rack.test"=>true, "REMOTE_ADDR"=>"127.0.0.1", "HTTP_HOST"=>"example.org", "HTTP_COOKIE"=>"", "ORIGINAL_FULLPATH"=>"/active_record_after_rollback", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007fe1d6384630>, "action_dispatch.parameter_filter"=>[], "action_dispatch.redirect_filter"=>[], "action_dispatch.secret_token"=>"ni6aeph6aeriBiphesh8omahv6cohpue5Quah5ceiMohtuvei8", "action_dispatch.secret_key_base"=>"62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", "action_dispatch.show_exceptions"=>true, "action_dispatch.show_detailed_exceptions"=>false, "action_dispatch.logger"=>#<Logger:0x00007fe1d6534c50 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d6534c00 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d6534bb0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d6534b60>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007fe1d7d0c8a0 @filters=[#<Proc:0x00007fe1d7d0c788@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:14>, #<Proc:0x00007fe1d7d0c760@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:15>, #<Proc:0x00007fe1d7d0c738@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007fe1d8833f08@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:29>], @silencers=[#<Proc:0x00007fe1d8833ee0@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:19>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007fe1d8833d00 @key_generator=#<ActiveSupport::KeyGenerator:0x00007fe1d8833d50 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<ThreadSafe::Cache:0x00007fe1d8833c88 @backend={"encrypted cookie64"=>"\x1D\x0Ecc\x81\xCE\xD3\xBE\x16\b\xA4 \xBE\xB0\xAF\b\xCA\xAFtlV\xA7jQ\x06\xEFV\x88\xC3\xE6~\xA0+\xEC1\xE5M]N\x9B\xDB\x9C\xB84\x16\x8C\xC3\xB5m\x19\x82\x03\xB4\xCF\xEE \x81H\xB7P4l\xD15", "signed encrypted cookie64"=>"b\x8D\xD9M,1\xBFB\xEB\x83\xA8%\x18\xFCj\x82\xD6>N\x94-\xDB\xE5\xB1}Uj\xE5u\xFB\x916\x15\xD2\xEE\xD2\x1C\xEC`\xA7\xB1\xCC\x9D\x12\xC6\x9B\x7F\a4>\xE2\xC04N\xFD\x84\xEEV~\x11\xFB\x85\xEE\xE7"}, @default_proc=nil>>, "action_dispatch.http_auth_salt"=>"http authentication", "action_dispatch.signed_cookie_salt"=>"signed cookie", "action_dispatch.encrypted_cookie_salt"=>"encrypted cookie", "action_dispatch.encrypted_signed_cookie_salt"=>"signed encrypted cookie", "action_dispatch.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "ROUTES_70303969190680_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"4365058e-eb37-4a78-8298-25a320e02c3e", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007fe1d7e9fbb8 @env={...}, @check_ip=true, @proxies=[#<IPAddr: IPv4:127.0.0.1/255.255.255.255>, #<IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff>, #<IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000>, #<IPAddr: IPv4:10.0.0.0/255.0.0.0>, #<IPAddr: IPv4:172.16.0.0/255.240.0.0>, #<IPAddr: IPv4:192.168.0.0/255.255.0.0>]>, "rack.session"=>#<ActionDispatch::Request::Session:0x7fe1d7e9f618 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007fe1d7e9f5c8 @by=#<ActionDispatch::Session::CookieStore:0x00007fe1d51cbec0 @app=#<ActionDispatch::Flash:0x00007fe1d51d89b8 @app=#<ActionDispatch::ParamsParser:0x00007fe1d51d8300 @app=#<Rack::Head:0x00007fe1d51d8378 @app=#<Rack::ConditionalGet:0x00007fe1d51d83a0 @app=#<Rack::ETag:0x00007fe1d51d8418 @app=#<Warden::Manager:0x00007fe1d51d8d50 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007fe1d6384630>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>, @parsers={#<Mime::Type:0x00007fe1d7afc358 @synonyms=["text/x-json", "application/jsonrequest"], @symbol=:json, @string="application/json", @hash=2728071936037194047>=>:json}>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @env={...}, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "warden"=>Warden::Proxy:70303983401620 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, "action_dispatch.request.path_parameters"=>{:controller=>"dummy", :action=>"active_record_after_rollback"}, "action_controller.instance"=>#<DummyController:0x00007fe1d7e9e2b8 @_action_has_layout=true, @_routes=nil, @_headers={"Content-Type"=>"text/html"}, @_status=200, @_request=#<ActionDispatch::Request:0x00007fe1d7e9e1c8 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"active_record_after_rollback"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/active_record_after_rollback", @ip=nil, @uuid=nil>, @_response=#<ActionDispatch::Response:0x00007fe1d7e9e1a0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d7e9e0d8>, @stream=#<ActionDispatch::Response::Buffer:0x00007fe1d7e9e060 @response=#<ActionDispatch::Response:0x00007fe1d7e9e1a0 ...>, @buf=[], @closed=false>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff"}, @status=200, @sending_file=false, @blank=false, @cv=#<MonitorMixin::ConditionVariable:0x00007fe1d7e9e038 @monitor=#<ActionDispatch::Response:0x00007fe1d7e9e1a0 ...>, @cond=#<Thread::ConditionVariable:0x00007fe1d7e9e010>>, @committed=false, @sending=false, @sent=false, @content_type=nil, @charset=nil, @cache_control={}, @etag=nil, @request=#<ActionDispatch::Request:0x00007fe1d7e9e1c8 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"active_record_after_rollback"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/active_record_after_rollback", @ip=nil, @uuid=nil>>, @_env={...}, @_lookup_context=#<ActionView::LookupContext:0x00007fe1d7e9ddb8 @details_key=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}, @skip_default_locale=false, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @view_paths=#<ActionView::PathSet:0x00007fe1d7e9dd40 @paths=[#<ActionView::FixtureResolver:0x00007fe1d7c57590 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x00007fe1d7c57568 @data=#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7c57540 @backend={#<ActionView::LookupContext::DetailsKey:0x00007fe1d73d8540 @hash=3190372293335980833>=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ed90 @backend={"resque"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ecc8 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ebd8 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4eae8 @backend={[]=>[dummy/resque.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "application"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4d0f8 @backend={"layouts"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4d008 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4cf18 @backend={[]=>[layouts/application.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "index"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7700 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7610 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7520 @backend={[]=>[dummy/index.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d68@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:48 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d40@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:49 (lambda)>>>, @hash={"layouts/application.html.erb"=>"<%= yield %>", "dummy/index.html.erb"=>"Hello from index", "dummy/notify_airbrake_helper.html.erb"=>"notify_airbrake_helper", "dummy/notify_airbrake_sync_helper.html.erb"=>"notify_airbrake_helper_sync", "dummy/active_record_after_commit.html.erb"=>"active_record_after_commit", "dummy/active_record_after_rollback.html.erb"=>"active_record_after_rollback", "dummy/active_job.html.erb"=>"active_job", "dummy/resque.html.erb"=>"resque", "dummy/delayed_job.html.erb"=>"delayed_job"}>]>>, @_action_name="active_record_after_rollback", @_response_body=nil>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"controller"=>"dummy", "action"=>"active_record_after_rollback"}, "action_dispatch.request.formats"=>[#<Mime::Type:0x00007fe1d7b06da8 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-4483466561594436380>]}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d7ebf2b0 @max_size=10000>>]
|
73
|
+
[0m):
|
74
|
+
lib/airbrake/rack/middleware.rb:84:in `notify_airbrake'
|
75
|
+
lib/airbrake/rack/middleware.rb:54:in `rescue in call!'
|
76
|
+
lib/airbrake/rack/middleware.rb:59:in `call!'
|
77
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
78
|
+
|
79
|
+
|
80
|
+
I, [2019-03-01T20:58:24.698422 #27573] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:58:24 +0200
|
81
|
+
I, [2019-03-01T20:58:24.699095 #27573] INFO -- : Processing by DummyController#crash as HTML
|
82
|
+
D, [2019-03-01T20:58:24.699450 #27573] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
83
|
+
D, [2019-03-01T20:58:24.700806 #27573] DEBUG -- : [1m[35mSQL (0.0ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
84
|
+
D, [2019-03-01T20:58:24.702054 #27573] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
85
|
+
I, [2019-03-01T20:58:24.703201 #27573] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
|
86
|
+
F, [2019-03-01T20:58:24.704695 #27573] FATAL -- :
|
87
|
+
AirbrakeTestError (after_commit):
|
88
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
89
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
90
|
+
|
91
|
+
|
92
|
+
I, [2019-03-01T20:58:24.705932 #27573] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:24 +0200
|
93
|
+
I, [2019-03-01T20:58:24.706799 #27573] INFO -- : Processing by DummyController#crash as HTML
|
94
|
+
I, [2019-03-01T20:58:24.706849 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
95
|
+
D, [2019-03-01T20:58:24.707260 #27573] DEBUG -- : [1m[35m (0.0ms)[0m begin transaction
|
96
|
+
D, [2019-03-01T20:58:24.708728 #27573] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
97
|
+
D, [2019-03-01T20:58:24.710238 #27573] DEBUG -- : [1m[35m (0.1ms)[0m commit transaction
|
98
|
+
I, [2019-03-01T20:58:24.711612 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
99
|
+
F, [2019-03-01T20:58:24.717451 #27573] FATAL -- :
|
100
|
+
AirbrakeTestError (after_commit):
|
101
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
102
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
103
|
+
|
104
|
+
|
105
|
+
I, [2019-03-01T20:58:26.725689 #27573] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:26 +0200
|
106
|
+
I, [2019-03-01T20:58:26.726650 #27573] INFO -- : Processing by DummyController#crash as HTML
|
107
|
+
I, [2019-03-01T20:58:26.726706 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
108
|
+
D, [2019-03-01T20:58:26.727190 #27573] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
109
|
+
D, [2019-03-01T20:58:26.728855 #27573] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
110
|
+
D, [2019-03-01T20:58:26.730503 #27573] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
111
|
+
I, [2019-03-01T20:58:26.731835 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
|
112
|
+
F, [2019-03-01T20:58:26.742647 #27573] FATAL -- :
|
113
|
+
AirbrakeTestError (after_commit):
|
114
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
115
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
116
|
+
|
117
|
+
|
118
|
+
I, [2019-03-01T20:58:28.745072 #27573] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:28 +0200
|
119
|
+
I, [2019-03-01T20:58:28.745896 #27573] INFO -- : Processing by DummyController#crash as HTML
|
120
|
+
I, [2019-03-01T20:58:28.745943 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
121
|
+
D, [2019-03-01T20:58:28.746328 #27573] DEBUG -- : [1m[35m (0.0ms)[0m begin transaction
|
122
|
+
D, [2019-03-01T20:58:28.748128 #27573] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
123
|
+
D, [2019-03-01T20:58:28.749830 #27573] DEBUG -- : [1m[35m (0.1ms)[0m commit transaction
|
124
|
+
I, [2019-03-01T20:58:28.751226 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
125
|
+
F, [2019-03-01T20:58:28.764026 #27573] FATAL -- :
|
126
|
+
AirbrakeTestError (after_commit):
|
127
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
128
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
129
|
+
|
130
|
+
|
131
|
+
I, [2019-03-01T20:58:30.768517 #27573] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:30 +0200
|
132
|
+
I, [2019-03-01T20:58:30.769439 #27573] INFO -- : Processing by DummyController#crash as HTML
|
133
|
+
I, [2019-03-01T20:58:30.769519 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
134
|
+
D, [2019-03-01T20:58:30.769962 #27573] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
135
|
+
D, [2019-03-01T20:58:30.771605 #27573] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
136
|
+
D, [2019-03-01T20:58:30.773134 #27573] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
137
|
+
I, [2019-03-01T20:58:30.774502 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
138
|
+
F, [2019-03-01T20:58:30.786938 #27573] FATAL -- :
|
139
|
+
AirbrakeTestError (after_commit):
|
140
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
141
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
142
|
+
|
143
|
+
|
144
|
+
I, [2019-03-01T20:58:32.791776 #27573] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:32 +0200
|
145
|
+
I, [2019-03-01T20:58:32.792758 #27573] INFO -- : Processing by DummyController#crash as HTML
|
146
|
+
I, [2019-03-01T20:58:32.792807 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
147
|
+
D, [2019-03-01T20:58:32.793203 #27573] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
148
|
+
D, [2019-03-01T20:58:32.794948 #27573] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
149
|
+
D, [2019-03-01T20:58:32.796381 #27573] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
150
|
+
I, [2019-03-01T20:58:32.797800 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
|
151
|
+
F, [2019-03-01T20:58:32.803996 #27573] FATAL -- :
|
152
|
+
AirbrakeTestError (after_commit):
|
153
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
154
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
155
|
+
|
156
|
+
|
157
|
+
I, [2019-03-01T20:58:34.814648 #27573] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:34 +0200
|
158
|
+
I, [2019-03-01T20:58:34.815760 #27573] INFO -- : Processing by DummyController#crash as HTML
|
159
|
+
I, [2019-03-01T20:58:34.815820 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
160
|
+
D, [2019-03-01T20:58:34.816256 #27573] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
161
|
+
D, [2019-03-01T20:58:34.818099 #27573] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
162
|
+
D, [2019-03-01T20:58:34.819784 #27573] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
163
|
+
I, [2019-03-01T20:58:34.821111 #27573] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
164
|
+
F, [2019-03-01T20:58:34.831751 #27573] FATAL -- :
|
165
|
+
AirbrakeTestError (after_commit):
|
166
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
167
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
168
|
+
|
169
|
+
|
170
|
+
I, [2019-03-01T20:58:36.839142 #27573] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:36 +0200
|
171
|
+
I, [2019-03-01T20:58:36.840093 #27573] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
172
|
+
I, [2019-03-01T20:58:36.840145 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
173
|
+
I, [2019-03-01T20:58:36.850448 #27573] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
174
|
+
I, [2019-03-01T20:58:36.850758 #27573] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
175
|
+
I, [2019-03-01T20:58:38.858209 #27573] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:38 +0200
|
176
|
+
I, [2019-03-01T20:58:38.859401 #27573] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
177
|
+
I, [2019-03-01T20:58:38.859464 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
178
|
+
I, [2019-03-01T20:58:38.870645 #27573] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
179
|
+
I, [2019-03-01T20:58:38.870921 #27573] INFO -- : Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
180
|
+
I, [2019-03-01T20:58:40.877641 #27573] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:40 +0200
|
181
|
+
I, [2019-03-01T20:58:40.878646 #27573] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
182
|
+
I, [2019-03-01T20:58:40.878702 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
183
|
+
I, [2019-03-01T20:58:40.888663 #27573] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
184
|
+
I, [2019-03-01T20:58:40.888976 #27573] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
185
|
+
I, [2019-03-01T20:58:42.894796 #27573] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:42 +0200
|
186
|
+
I, [2019-03-01T20:58:42.895813 #27573] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
187
|
+
I, [2019-03-01T20:58:42.895871 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
188
|
+
I, [2019-03-01T20:58:42.908155 #27573] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
189
|
+
I, [2019-03-01T20:58:42.908450 #27573] INFO -- : Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
190
|
+
I, [2019-03-01T20:58:44.911810 #27573] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:44 +0200
|
191
|
+
I, [2019-03-01T20:58:44.912683 #27573] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
192
|
+
I, [2019-03-01T20:58:44.912766 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
193
|
+
I, [2019-03-01T20:58:44.922491 #27573] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
194
|
+
I, [2019-03-01T20:58:44.922829 #27573] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
195
|
+
I, [2019-03-01T20:58:46.928707 #27573] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:46 +0200
|
196
|
+
I, [2019-03-01T20:58:46.929538 #27573] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
197
|
+
I, [2019-03-01T20:58:46.929584 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
198
|
+
I, [2019-03-01T20:58:46.939708 #27573] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
199
|
+
I, [2019-03-01T20:58:46.939996 #27573] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
200
|
+
I, [2019-03-01T20:58:48.946337 #27573] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:48 +0200
|
201
|
+
I, [2019-03-01T20:58:48.947363 #27573] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
202
|
+
I, [2019-03-01T20:58:48.947421 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
203
|
+
I, [2019-03-01T20:58:48.957833 #27573] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
204
|
+
I, [2019-03-01T20:58:48.958133 #27573] INFO -- : Completed 200 OK in 11ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
205
|
+
I, [2019-03-01T20:58:50.962992 #27573] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:50 +0200
|
206
|
+
I, [2019-03-01T20:58:50.963830 #27573] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
207
|
+
I, [2019-03-01T20:58:50.963889 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
208
|
+
I, [2019-03-01T20:58:50.974121 #27573] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
|
209
|
+
I, [2019-03-01T20:58:50.974402 #27573] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
210
|
+
I, [2019-03-01T20:58:52.977512 #27573] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:52 +0200
|
211
|
+
I, [2019-03-01T20:58:52.978418 #27573] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
212
|
+
I, [2019-03-01T20:58:52.978472 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
213
|
+
I, [2019-03-01T20:58:52.989146 #27573] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
214
|
+
I, [2019-03-01T20:58:52.989442 #27573] INFO -- : Completed 200 OK in 11ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
215
|
+
I, [2019-03-01T20:58:54.996841 #27573] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:54 +0200
|
216
|
+
I, [2019-03-01T20:58:54.998082 #27573] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
217
|
+
I, [2019-03-01T20:58:54.998166 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
218
|
+
I, [2019-03-01T20:58:55.012260 #27573] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
219
|
+
I, [2019-03-01T20:58:55.012550 #27573] INFO -- : Completed 200 OK in 14ms (Views: 8.3ms | ActiveRecord: 0.0ms)
|
220
|
+
I, [2019-03-01T20:58:57.018684 #27573] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:57 +0200
|
221
|
+
I, [2019-03-01T20:58:57.019589 #27573] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
222
|
+
I, [2019-03-01T20:58:57.019646 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
223
|
+
I, [2019-03-01T20:58:57.030052 #27573] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
224
|
+
I, [2019-03-01T20:58:57.030352 #27573] INFO -- : Completed 200 OK in 11ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
225
|
+
I, [2019-03-01T20:58:59.037369 #27573] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:58:59 +0200
|
226
|
+
I, [2019-03-01T20:58:59.038161 #27573] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
227
|
+
I, [2019-03-01T20:58:59.038207 #27573] INFO -- : Parameters: {"foo"=>"bar"}
|
228
|
+
I, [2019-03-01T20:58:59.048010 #27573] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
|
229
|
+
I, [2019-03-01T20:58:59.048367 #27573] INFO -- : Completed 200 OK in 10ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
230
|
+
I, [2019-03-01T20:59:01.055789 #27573] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2019-03-01 20:59:01 +0200
|
231
|
+
I, [2019-03-01T20:59:01.060737 #27573] INFO -- : Processing by DummyController#crash as HTML
|
232
|
+
D, [2019-03-01T20:59:01.061305 #27573] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
233
|
+
D, [2019-03-01T20:59:01.062975 #27573] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
234
|
+
D, [2019-03-01T20:59:01.064530 #27573] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
235
|
+
I, [2019-03-01T20:59:01.065873 #27573] INFO -- : Completed 0 in 5ms (ActiveRecord: 0.2ms)
|
236
|
+
F, [2019-03-01T20:59:01.067428 #27573] FATAL -- :
|
237
|
+
AirbrakeTestError (after_commit):
|
238
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
239
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
244
240
|
|
245
241
|
|
246
|
-
I, [
|
247
|
-
I, [
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
I, [2018-11-15T01:08:26.645025 #503] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:08:26 +0800
|
255
|
-
I, [2018-11-15T01:08:26.646043 #503] INFO -- : Processing by DummyController#crash as HTML
|
256
|
-
I, [2018-11-15T01:08:26.646576 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
257
|
-
F, [2018-11-15T01:08:26.660162 #503] FATAL -- :
|
258
|
-
AirbrakeTestError (AirbrakeTestError):
|
259
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
260
|
-
|
261
|
-
|
262
|
-
I, [2018-11-15T01:08:26.662419 #503] INFO -- : Started GET "/" for 127.0.0.1 at 2018-11-15 01:08:26 +0800
|
263
|
-
I, [2018-11-15T01:08:26.663125 #503] INFO -- : Processing by DummyController#index as HTML
|
264
|
-
I, [2018-11-15T01:08:26.664087 #503] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.3ms)
|
265
|
-
I, [2018-11-15T01:08:26.664399 #503] INFO -- : Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
266
|
-
I, [2018-11-15T01:08:26.666025 #503] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-15 01:08:26 +0800
|
267
|
-
I, [2018-11-15T01:08:26.666557 #503] INFO -- : Processing by DummyController#delayed_job as HTML
|
268
|
-
I, [2018-11-15T01:08:26.677634 #503] INFO -- : Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms)
|
269
|
-
F, [2018-11-15T01:08:26.687589 #503] FATAL -- :
|
270
|
-
AirbrakeTestError (delayed_job error):
|
271
|
-
lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
|
272
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
273
|
-
|
274
|
-
|
275
|
-
I, [2018-11-15T01:08:30.702189 #503] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-15 01:08:30 +0800
|
276
|
-
I, [2018-11-15T01:08:30.703056 #503] INFO -- : Processing by DummyController#delayed_job as HTML
|
277
|
-
I, [2018-11-15T01:08:30.704345 #503] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
|
278
|
-
F, [2018-11-15T01:08:30.705855 #503] FATAL -- :
|
279
|
-
AirbrakeTestError (delayed_job error):
|
280
|
-
lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
|
281
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
282
|
-
|
283
|
-
|
284
|
-
I, [2018-11-15T01:08:32.714265 #503] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:08:32 +0800
|
285
|
-
I, [2018-11-15T01:08:32.715139 #503] INFO -- : Processing by DummyController#crash as HTML
|
286
|
-
I, [2018-11-15T01:08:32.715463 #503] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
287
|
-
F, [2018-11-15T01:08:32.721483 #503] FATAL -- :
|
288
|
-
AirbrakeTestError (AirbrakeTestError):
|
289
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
290
|
-
|
291
|
-
|
292
|
-
D, [2018-11-15T01:09:19.311194 #525] DEBUG -- : [1m[36m (0.5ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
293
|
-
D, [2018-11-15T01:09:19.313652 #525] 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)
|
294
|
-
D, [2018-11-15T01:09:19.313871 #525] DEBUG -- : [1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
295
|
-
D, [2018-11-15T01:09:19.314175 #525] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
296
|
-
I, [2018-11-15T01:09:19.347636 #525] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:09:19 +0800
|
297
|
-
I, [2018-11-15T01:09:19.349421 #525] INFO -- : Processing by DummyController#crash as HTML
|
298
|
-
I, [2018-11-15T01:09:19.349729 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
299
|
-
F, [2018-11-15T01:09:19.365144 #525] FATAL -- :
|
300
|
-
AirbrakeTestError (AirbrakeTestError):
|
301
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
302
|
-
|
303
|
-
|
304
|
-
I, [2018-11-15T01:09:21.378221 #525] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
305
|
-
I, [2018-11-15T01:09:21.379208 #525] INFO -- : Processing by DummyController#crash as HTML
|
306
|
-
I, [2018-11-15T01:09:21.379266 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
307
|
-
I, [2018-11-15T01:09:21.379654 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
308
|
-
F, [2018-11-15T01:09:21.386049 #525] FATAL -- :
|
309
|
-
AirbrakeTestError (AirbrakeTestError):
|
310
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
311
|
-
|
312
|
-
|
313
|
-
I, [2018-11-15T01:09:21.392271 #525] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
314
|
-
I, [2018-11-15T01:09:21.393103 #525] INFO -- : Processing by DummyController#crash as HTML
|
315
|
-
I, [2018-11-15T01:09:21.393155 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
316
|
-
I, [2018-11-15T01:09:21.393449 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
317
|
-
F, [2018-11-15T01:09:21.399244 #525] FATAL -- :
|
318
|
-
AirbrakeTestError (AirbrakeTestError):
|
319
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
320
|
-
|
321
|
-
|
322
|
-
I, [2018-11-15T01:09:21.409179 #525] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
323
|
-
I, [2018-11-15T01:09:21.409947 #525] INFO -- : Processing by DummyController#crash as HTML
|
324
|
-
I, [2018-11-15T01:09:21.409987 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
325
|
-
I, [2018-11-15T01:09:21.410235 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
326
|
-
F, [2018-11-15T01:09:21.415720 #525] FATAL -- :
|
327
|
-
AirbrakeTestError (AirbrakeTestError):
|
328
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
329
|
-
|
330
|
-
|
331
|
-
I, [2018-11-15T01:09:21.421352 #525] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
332
|
-
I, [2018-11-15T01:09:21.422075 #525] INFO -- : Processing by DummyController#crash as HTML
|
333
|
-
I, [2018-11-15T01:09:21.422113 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
334
|
-
I, [2018-11-15T01:09:21.422363 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
335
|
-
F, [2018-11-15T01:09:21.427920 #525] FATAL -- :
|
336
|
-
AirbrakeTestError (AirbrakeTestError):
|
337
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
338
|
-
|
339
|
-
|
340
|
-
I, [2018-11-15T01:09:21.434403 #525] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
341
|
-
I, [2018-11-15T01:09:21.435106 #525] INFO -- : Processing by DummyController#crash as HTML
|
342
|
-
I, [2018-11-15T01:09:21.435145 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
343
|
-
I, [2018-11-15T01:09:21.435405 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
344
|
-
F, [2018-11-15T01:09:21.440496 #525] FATAL -- :
|
345
|
-
AirbrakeTestError (AirbrakeTestError):
|
346
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
347
|
-
|
348
|
-
|
349
|
-
I, [2018-11-15T01:09:21.559394 #525] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
350
|
-
I, [2018-11-15T01:09:21.560635 #525] INFO -- : Processing by DummyController#crash as HTML
|
351
|
-
I, [2018-11-15T01:09:21.560689 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
352
|
-
I, [2018-11-15T01:09:21.561058 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
353
|
-
F, [2018-11-15T01:09:21.571968 #525] FATAL -- :
|
354
|
-
AirbrakeTestError (AirbrakeTestError):
|
355
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
356
|
-
|
357
|
-
|
358
|
-
I, [2018-11-15T01:09:21.574034 #525] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
359
|
-
I, [2018-11-15T01:09:21.574823 #525] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
360
|
-
I, [2018-11-15T01:09:21.574869 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
361
|
-
I, [2018-11-15T01:09:21.584400 #525] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.8ms)
|
362
|
-
I, [2018-11-15T01:09:21.588949 #525] INFO -- : Completed 200 OK in 14ms (Views: 9.5ms | ActiveRecord: 0.0ms)
|
363
|
-
I, [2018-11-15T01:09:21.591469 #525] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
364
|
-
I, [2018-11-15T01:09:21.592242 #525] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
365
|
-
I, [2018-11-15T01:09:21.592293 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
366
|
-
I, [2018-11-15T01:09:21.600186 #525] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
367
|
-
I, [2018-11-15T01:09:21.605079 #525] INFO -- : Completed 200 OK in 13ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
368
|
-
I, [2018-11-15T01:09:21.607703 #525] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
369
|
-
I, [2018-11-15T01:09:21.608517 #525] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
370
|
-
I, [2018-11-15T01:09:21.608574 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
371
|
-
I, [2018-11-15T01:09:21.613930 #525] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
372
|
-
I, [2018-11-15T01:09:21.618467 #525] INFO -- : Completed 200 OK in 10ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
373
|
-
I, [2018-11-15T01:09:21.620474 #525] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
374
|
-
I, [2018-11-15T01:09:21.621101 #525] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
375
|
-
I, [2018-11-15T01:09:21.621138 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
376
|
-
I, [2018-11-15T01:09:21.626026 #525] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
|
377
|
-
I, [2018-11-15T01:09:21.630592 #525] INFO -- : Completed 200 OK in 9ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
378
|
-
I, [2018-11-15T01:09:21.632911 #525] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
379
|
-
I, [2018-11-15T01:09:21.633686 #525] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
380
|
-
I, [2018-11-15T01:09:21.633727 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
381
|
-
I, [2018-11-15T01:09:21.638715 #525] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
382
|
-
I, [2018-11-15T01:09:21.638986 #525] INFO -- : Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
383
|
-
I, [2018-11-15T01:09:21.745352 #525] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
384
|
-
I, [2018-11-15T01:09:21.746598 #525] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
385
|
-
I, [2018-11-15T01:09:21.746682 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
386
|
-
I, [2018-11-15T01:09:21.759412 #525] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
387
|
-
I, [2018-11-15T01:09:21.759752 #525] INFO -- : Completed 200 OK in 13ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
388
|
-
I, [2018-11-15T01:09:21.762534 #525] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
389
|
-
I, [2018-11-15T01:09:21.763307 #525] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
390
|
-
I, [2018-11-15T01:09:21.763346 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
391
|
-
I, [2018-11-15T01:09:21.772266 #525] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
392
|
-
I, [2018-11-15T01:09:21.772564 #525] INFO -- : Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
393
|
-
I, [2018-11-15T01:09:21.777046 #525] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
394
|
-
I, [2018-11-15T01:09:21.777998 #525] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
395
|
-
I, [2018-11-15T01:09:21.778065 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
396
|
-
I, [2018-11-15T01:09:21.786500 #525] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
397
|
-
I, [2018-11-15T01:09:21.786781 #525] INFO -- : Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
398
|
-
I, [2018-11-15T01:09:21.789089 #525] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
399
|
-
I, [2018-11-15T01:09:21.789744 #525] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
400
|
-
I, [2018-11-15T01:09:21.789781 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
401
|
-
I, [2018-11-15T01:09:21.798863 #525] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
402
|
-
I, [2018-11-15T01:09:21.799150 #525] INFO -- : Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
403
|
-
I, [2018-11-15T01:09:21.801623 #525] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
404
|
-
I, [2018-11-15T01:09:21.802311 #525] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
405
|
-
I, [2018-11-15T01:09:21.802350 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
406
|
-
I, [2018-11-15T01:09:21.811361 #525] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.3ms)
|
407
|
-
I, [2018-11-15T01:09:21.811828 #525] INFO -- : Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
408
|
-
I, [2018-11-15T01:09:21.814863 #525] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
409
|
-
I, [2018-11-15T01:09:21.815622 #525] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
410
|
-
I, [2018-11-15T01:09:21.815663 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
411
|
-
I, [2018-11-15T01:09:21.824657 #525] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
412
|
-
I, [2018-11-15T01:09:21.824955 #525] INFO -- : Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
413
|
-
I, [2018-11-15T01:09:21.827003 #525] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
414
|
-
I, [2018-11-15T01:09:21.827568 #525] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
415
|
-
I, [2018-11-15T01:09:21.827612 #525] INFO -- : Parameters: {"foo"=>"bar"}
|
416
|
-
I, [2018-11-15T01:09:21.837520 #525] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
417
|
-
I, [2018-11-15T01:09:21.837821 #525] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
418
|
-
I, [2018-11-15T01:09:21.840984 #525] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
419
|
-
I, [2018-11-15T01:09:21.841795 #525] INFO -- : Processing by DummyController#crash as HTML
|
420
|
-
I, [2018-11-15T01:09:21.842095 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
421
|
-
F, [2018-11-15T01:09:21.847476 #525] FATAL -- :
|
422
|
-
AirbrakeTestError (AirbrakeTestError):
|
423
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
424
|
-
|
425
|
-
|
426
|
-
I, [2018-11-15T01:09:21.855504 #525] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
427
|
-
I, [2018-11-15T01:09:21.856145 #525] INFO -- : Processing by DummyController#resque as HTML
|
428
|
-
I, [2018-11-15T01:09:21.857715 #525] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
|
429
|
-
I, [2018-11-15T01:09:21.857980 #525] INFO -- : Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
430
|
-
I, [2018-11-15T01:09:21.859256 #525] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
431
|
-
I, [2018-11-15T01:09:21.859654 #525] INFO -- : Processing by DummyController#resque as HTML
|
432
|
-
I, [2018-11-15T01:09:21.869101 #525] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
|
433
|
-
I, [2018-11-15T01:09:21.869416 #525] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
434
|
-
I, [2018-11-15T01:09:21.871608 #525] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
435
|
-
I, [2018-11-15T01:09:21.872151 #525] INFO -- : Processing by DummyController#crash as HTML
|
436
|
-
I, [2018-11-15T01:09:21.872422 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
437
|
-
F, [2018-11-15T01:09:21.877012 #525] FATAL -- :
|
438
|
-
AirbrakeTestError (AirbrakeTestError):
|
439
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
440
|
-
|
441
|
-
|
442
|
-
I, [2018-11-15T01:09:21.980704 #525] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
443
|
-
I, [2018-11-15T01:09:21.981660 #525] INFO -- : Processing by DummyController#crash as HTML
|
444
|
-
I, [2018-11-15T01:09:21.982022 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
445
|
-
F, [2018-11-15T01:09:21.993045 #525] FATAL -- :
|
446
|
-
AirbrakeTestError (AirbrakeTestError):
|
447
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
448
|
-
|
449
|
-
|
450
|
-
I, [2018-11-15T01:09:21.995541 #525] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:09:21 +0800
|
451
|
-
I, [2018-11-15T01:09:21.996161 #525] INFO -- : Processing by DummyController#crash as HTML
|
452
|
-
I, [2018-11-15T01:09:21.996425 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
453
|
-
F, [2018-11-15T01:09:22.000927 #525] FATAL -- :
|
454
|
-
AirbrakeTestError (AirbrakeTestError):
|
455
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
456
|
-
|
457
|
-
|
458
|
-
I, [2018-11-15T01:09:22.108322 #525] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:09:22 +0800
|
459
|
-
I, [2018-11-15T01:09:22.109127 #525] INFO -- : Processing by DummyController#crash as HTML
|
460
|
-
I, [2018-11-15T01:09:22.109659 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
461
|
-
F, [2018-11-15T01:09:22.121776 #525] FATAL -- :
|
462
|
-
AirbrakeTestError (AirbrakeTestError):
|
463
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
464
|
-
|
465
|
-
|
466
|
-
I, [2018-11-15T01:09:22.123457 #525] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:09:22 +0800
|
467
|
-
I, [2018-11-15T01:09:22.123943 #525] INFO -- : Processing by DummyController#crash as HTML
|
468
|
-
I, [2018-11-15T01:09:22.124231 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
469
|
-
F, [2018-11-15T01:09:22.132555 #525] FATAL -- :
|
470
|
-
AirbrakeTestError (AirbrakeTestError):
|
471
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
472
|
-
|
473
|
-
|
474
|
-
I, [2018-11-15T01:09:22.138384 #525] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:09:22 +0800
|
475
|
-
I, [2018-11-15T01:09:22.138882 #525] INFO -- : Processing by DummyController#crash as HTML
|
476
|
-
I, [2018-11-15T01:09:22.139182 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
477
|
-
F, [2018-11-15T01:09:22.144611 #525] FATAL -- :
|
478
|
-
AirbrakeTestError (AirbrakeTestError):
|
479
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
480
|
-
|
481
|
-
|
482
|
-
I, [2018-11-15T01:09:22.150579 #525] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:09:22 +0800
|
483
|
-
I, [2018-11-15T01:09:22.151141 #525] INFO -- : Processing by DummyController#crash as HTML
|
484
|
-
I, [2018-11-15T01:09:22.151410 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
485
|
-
F, [2018-11-15T01:09:22.156185 #525] FATAL -- :
|
486
|
-
AirbrakeTestError (AirbrakeTestError):
|
487
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
488
|
-
|
489
|
-
|
490
|
-
I, [2018-11-15T01:09:22.162631 #525] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:09:22 +0800
|
491
|
-
I, [2018-11-15T01:09:22.163223 #525] INFO -- : Processing by DummyController#crash as HTML
|
492
|
-
I, [2018-11-15T01:09:22.163479 #525] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
493
|
-
F, [2018-11-15T01:09:22.168603 #525] FATAL -- :
|
494
|
-
AirbrakeTestError (AirbrakeTestError):
|
495
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
496
|
-
|
497
|
-
|
498
|
-
I, [2018-11-15T01:09:22.276342 #525] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2018-11-15 01:09:22 +0800
|
499
|
-
I, [2018-11-15T01:09:22.277216 #525] INFO -- : Processing by DummyController#active_record_after_commit as HTML
|
500
|
-
D, [2018-11-15T01:09:22.282701 #525] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
501
|
-
D, [2018-11-15T01:09:22.284806 #525] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
|
502
|
-
D, [2018-11-15T01:09:22.285045 #525] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
503
|
-
I, [2018-11-15T01:09:22.285389 #525] INFO -- : Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.8ms)
|
504
|
-
F, [2018-11-15T01:09:22.295653 #525] FATAL -- :
|
242
|
+
I, [2019-03-01T20:59:01.068803 #27573] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:01 +0200
|
243
|
+
I, [2019-03-01T20:59:01.069473 #27573] INFO -- : Processing by DummyController#crash as HTML
|
244
|
+
D, [2019-03-01T20:59:01.069867 #27573] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
245
|
+
D, [2019-03-01T20:59:01.071466 #27573] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
246
|
+
D, [2019-03-01T20:59:01.072682 #27573] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
247
|
+
I, [2019-03-01T20:59:01.073822 #27573] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
|
248
|
+
F, [2019-03-01T20:59:01.075233 #27573] FATAL -- :
|
505
249
|
AirbrakeTestError (after_commit):
|
506
|
-
lib/airbrake/rack/middleware.rb:
|
507
|
-
|
508
|
-
|
509
|
-
I, [2018-11-15T01:09:22.297626 #525] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2018-11-15 01:09:22 +0800
|
510
|
-
I, [2018-11-15T01:09:22.298281 #525] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
|
511
|
-
D, [2018-11-15T01:09:22.298483 #525] DEBUG -- : [1m[35m (0.0ms)[0m begin transaction
|
512
|
-
D, [2018-11-15T01:09:22.299003 #525] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "Bango"]]
|
513
|
-
D, [2018-11-15T01:09:22.299196 #525] DEBUG -- : [1m[35m (0.0ms)[0m rollback transaction
|
514
|
-
I, [2018-11-15T01:09:22.299519 #525] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
|
515
|
-
F, [2018-11-15T01:09:22.311779 #525] FATAL -- :
|
516
|
-
AirbrakeTestError (after_rollback):
|
517
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
518
|
-
|
519
|
-
|
520
|
-
I, [2018-11-15T01:09:22.321749 #525] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-15 01:09:22 +0800
|
521
|
-
I, [2018-11-15T01:09:22.322437 #525] INFO -- : Processing by DummyController#delayed_job as HTML
|
522
|
-
I, [2018-11-15T01:09:22.335403 #525] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.2ms)
|
523
|
-
F, [2018-11-15T01:09:22.344491 #525] FATAL -- :
|
524
|
-
AirbrakeTestError (delayed_job error):
|
525
|
-
lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
|
526
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
527
|
-
|
528
|
-
|
529
|
-
I, [2018-11-15T01:09:26.358717 #525] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-15 01:09:26 +0800
|
530
|
-
I, [2018-11-15T01:09:26.359869 #525] INFO -- : Processing by DummyController#delayed_job as HTML
|
531
|
-
I, [2018-11-15T01:09:26.361316 #525] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
|
532
|
-
F, [2018-11-15T01:09:26.363179 #525] FATAL -- :
|
533
|
-
AirbrakeTestError (delayed_job error):
|
534
|
-
lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
|
535
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
536
|
-
|
537
|
-
|
538
|
-
I, [2018-11-15T01:09:28.369969 #525] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-15 01:09:28 +0800
|
539
|
-
I, [2018-11-15T01:09:28.370943 #525] INFO -- : Processing by DummyController#active_job as HTML
|
540
|
-
I, [2018-11-15T01:09:28.384443 #525] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)
|
541
|
-
F, [2018-11-15T01:09:28.397830 #525] FATAL -- :
|
542
|
-
AirbrakeTestError (active_job error):
|
543
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
250
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
251
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
544
252
|
|
545
253
|
|
546
|
-
I, [
|
547
|
-
I, [
|
548
|
-
|
549
|
-
|
254
|
+
I, [2019-03-01T20:59:01.076201 #27573] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:01 +0200
|
255
|
+
I, [2019-03-01T20:59:01.076887 #27573] INFO -- : Processing by DummyController#crash as HTML
|
256
|
+
D, [2019-03-01T20:59:01.077202 #27573] DEBUG -- : [1m[35m (0.0ms)[0m begin transaction
|
257
|
+
D, [2019-03-01T20:59:01.078455 #27573] DEBUG -- : [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
258
|
+
D, [2019-03-01T20:59:01.079634 #27573] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
259
|
+
I, [2019-03-01T20:59:01.080781 #27573] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
|
260
|
+
F, [2019-03-01T20:59:01.090498 #27573] FATAL -- :
|
261
|
+
AirbrakeTestError (after_commit):
|
262
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
263
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
264
|
+
|
265
|
+
|
266
|
+
I, [2019-03-01T20:59:03.094670 #27573] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2019-03-01 20:59:03 +0200
|
267
|
+
I, [2019-03-01T20:59:03.095422 #27573] INFO -- : Processing by DummyController#delayed_job as HTML
|
268
|
+
I, [2019-03-01T20:59:03.104852 #27573] INFO -- : Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms)
|
269
|
+
F, [2019-03-01T20:59:03.114206 #27573] FATAL -- :
|
270
|
+
RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
|
271
|
+
expected: (anything, hash_including("handler"=>"--- !ruby/struct:BangoJob\nbingo: bingo\nbongo: bongo\n"))
|
272
|
+
got: (#<Airbrake::Notice:0x00007fe1d64fe010 @config=#<Airbrake::Config:0x00007fe1d63cc778 @proxy={}, @queue...ath=nil, @ip=nil, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d64be870 @max_size=10000>>)
|
273
|
+
Diff:[0m
|
274
|
+
[0m[34m@@ -1,3 +1,2 @@
|
275
|
+
[0m[31m-["anything",
|
276
|
+
[0m[31m- "hash_including(\"handler\"=>\"--- !ruby/struct:BangoJob\\nbingo: bingo\\nbongo: bongo\\n\")"]
|
277
|
+
[0m[32m+[#<Airbrake::Notice:0x00007fe1d64fe010 @config=#<Airbrake::Config:0x00007fe1d63cc778 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007fe1d63cc6b0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d63cc660 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d63cc610 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/dev/null", @dev=#<File:/dev/null>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d63cc598>>>, @project_id=113743, @project_key="fd04e13d806a90f96614ad8e529b2822", @host="https://api.airbrake.io", @ignore_environments=[], @timeout=nil, @blacklist_keys=[], @whitelist_keys=[], @root_directory="/Users/kyrylo/Code/airbrake/airbrake/gemfiles", @versions={}, @performance_stats=false, @performance_stats_flush_period=1, @app_version="1.2.3", @endpoint=#<URI::HTTPS https://api.airbrake.io/api/v3/projects/113743/notices>>, @payload={:errors=>[{:type=>"AirbrakeTestError", :message=>"delayed_job error", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>86, :function=>"perform"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>81, :function=>"block in invoke_job"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/delayed_job.rb", :line=>10, :function=>"block (2 levels) in <class:Airbrake>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>79, :function=>"block (2 levels) in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>79, :function=>"block in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>78, :function=>"invoke_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>19, :function=>"block (2 levels) in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>17, :function=>"block in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>16, :function=>"tap"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>16, :function=>"enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>12, :function=>"enqueue"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>142, :function=>"delayed_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/implicit_render.rb", :line=>4, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>198, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rendering.rb", :line=>10, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>20, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_process_action_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>19, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rescue.rb", :line=>29, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications/instrumenter.rb", :line=>20, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/params_wrapper.rb", :line=>250, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/railties/controller_runtime.rb", :line=>18, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>137, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/rendering.rb", :line=>30, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>196, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rack_delegation.rb", :line=>13, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>237, :function=>"block in action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>74, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>43, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>43, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>817, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/etag.rb", :line=>24, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/conditionalget.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/head.rb", :line=>13, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/params_parser.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/flash.rb", :line=>260, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>225, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>220, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/cookies.rb", :line=>560, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/query_cache.rb", :line=>36, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>52, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>40, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb", :line=>653, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>29, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_call_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/reloader.rb", :line=>73, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/remote_ip.rb", :line=>78, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/show_exceptions.rb", :line=>30, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/request_id.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/methodoverride.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/runtime.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/lock.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/static.rb", :line=>120, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/sendfile.rb", :line=>113, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/engine.rb", :line=>518, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/application.rb", :line=>165, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>194, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}], :context=>{:version=>"1.2.3", :rootDirectory=>"/Users/kyrylo/Code/airbrake/airbrake/gemfiles", :hostname=>"Kyrylos-MacBook-Pro.local", :severity=>"error", :os=>"x86_64-darwin16", :language=>"ruby/2.4.2", :notifier=>{:name=>"airbrake-ruby", :version=>"4.1.0", :url=>"https://github.com/airbrake/airbrake-ruby"}}, :environment=>{:program_name=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec"}, :session=>{}, :params=>{}}, @stash={:exception=>#<AirbrakeTestError: delayed_job error>, :rack_request=>#<ActionDispatch::Request:0x00007fe1d64be820 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007fe1d7453308>, "rack.errors"=>#<StringIO:0x00007fe1d74533f8>, "rack.multithread"=>false, "rack.multiprocess"=>true, "rack.run_once"=>false, "REQUEST_METHOD"=>"GET", "SERVER_NAME"=>"example.org", "SERVER_PORT"=>"80", "QUERY_STRING"=>"", "PATH_INFO"=>"/delayed_job", "rack.url_scheme"=>"http", "HTTPS"=>"off", "SCRIPT_NAME"=>"", "CONTENT_LENGTH"=>"0", "rack.test"=>true, "REMOTE_ADDR"=>"127.0.0.1", "HTTP_HOST"=>"example.org", "HTTP_COOKIE"=>"", "ORIGINAL_FULLPATH"=>"/delayed_job", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007fe1d6384630>, "action_dispatch.parameter_filter"=>[], "action_dispatch.redirect_filter"=>[], "action_dispatch.secret_token"=>"ni6aeph6aeriBiphesh8omahv6cohpue5Quah5ceiMohtuvei8", "action_dispatch.secret_key_base"=>"62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", "action_dispatch.show_exceptions"=>true, "action_dispatch.show_detailed_exceptions"=>false, "action_dispatch.logger"=>#<Logger:0x00007fe1d6534c50 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe1d6534c00 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe1d6534bb0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d6534b60>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007fe1d7d0c8a0 @filters=[#<Proc:0x00007fe1d7d0c788@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:14>, #<Proc:0x00007fe1d7d0c760@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:15>, #<Proc:0x00007fe1d7d0c738@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007fe1d8833f08@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:29>], @silencers=[#<Proc:0x00007fe1d8833ee0@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:19>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007fe1d8833d00 @key_generator=#<ActiveSupport::KeyGenerator:0x00007fe1d8833d50 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<ThreadSafe::Cache:0x00007fe1d8833c88 @backend={"encrypted cookie64"=>"\x1D\x0Ecc\x81\xCE\xD3\xBE\x16\b\xA4 \xBE\xB0\xAF\b\xCA\xAFtlV\xA7jQ\x06\xEFV\x88\xC3\xE6~\xA0+\xEC1\xE5M]N\x9B\xDB\x9C\xB84\x16\x8C\xC3\xB5m\x19\x82\x03\xB4\xCF\xEE \x81H\xB7P4l\xD15", "signed encrypted cookie64"=>"b\x8D\xD9M,1\xBFB\xEB\x83\xA8%\x18\xFCj\x82\xD6>N\x94-\xDB\xE5\xB1}Uj\xE5u\xFB\x916\x15\xD2\xEE\xD2\x1C\xEC`\xA7\xB1\xCC\x9D\x12\xC6\x9B\x7F\a4>\xE2\xC04N\xFD\x84\xEEV~\x11\xFB\x85\xEE\xE7"}, @default_proc=nil>>, "action_dispatch.http_auth_salt"=>"http authentication", "action_dispatch.signed_cookie_salt"=>"signed cookie", "action_dispatch.encrypted_cookie_salt"=>"encrypted cookie", "action_dispatch.encrypted_signed_cookie_salt"=>"signed encrypted cookie", "action_dispatch.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "ROUTES_70303969190680_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"fc6f3c9b-1dc1-4bd3-9655-f5c5a26d9299", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007fe1d7450ba8 @env={...}, @check_ip=true, @proxies=[#<IPAddr: IPv4:127.0.0.1/255.255.255.255>, #<IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff>, #<IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000>, #<IPAddr: IPv4:10.0.0.0/255.0.0.0>, #<IPAddr: IPv4:172.16.0.0/255.240.0.0>, #<IPAddr: IPv4:192.168.0.0/255.255.0.0>]>, "rack.session"=>#<ActionDispatch::Request::Session:0x7fe1d744bb58 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007fe1d744bab8 @by=#<ActionDispatch::Session::CookieStore:0x00007fe1d51cbec0 @app=#<ActionDispatch::Flash:0x00007fe1d51d89b8 @app=#<ActionDispatch::ParamsParser:0x00007fe1d51d8300 @app=#<Rack::Head:0x00007fe1d51d8378 @app=#<Rack::ConditionalGet:0x00007fe1d51d83a0 @app=#<Rack::ETag:0x00007fe1d51d8418 @app=#<Warden::Manager:0x00007fe1d51d8d50 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007fe1d6384630>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>, @parsers={#<Mime::Type:0x00007fe1d7afc358 @synonyms=["text/x-json", "application/jsonrequest"], @symbol=:json, @string="application/json", @hash=2728071936037194047>=>:json}>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @env={...}, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "warden"=>Warden::Proxy:70303977987220 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, "action_dispatch.request.path_parameters"=>{:controller=>"dummy", :action=>"delayed_job"}, "action_controller.instance"=>#<DummyController:0x00007fe1d7449e20 @_action_has_layout=true, @_routes=nil, @_headers={"Content-Type"=>"text/html"}, @_status=200, @_request=#<ActionDispatch::Request:0x00007fe1d7449d30 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"delayed_job"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/delayed_job", @ip=nil, @uuid=nil>, @_response=#<ActionDispatch::Response:0x00007fe1d7449d08 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007fe1d7449c18>, @stream=#<ActionDispatch::Response::Buffer:0x00007fe1d7449b78 @response=#<ActionDispatch::Response:0x00007fe1d7449d08 ...>, @buf=[], @closed=false>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff"}, @status=200, @sending_file=false, @blank=false, @cv=#<MonitorMixin::ConditionVariable:0x00007fe1d7449b50 @monitor=#<ActionDispatch::Response:0x00007fe1d7449d08 ...>, @cond=#<Thread::ConditionVariable:0x00007fe1d7449b28>>, @committed=false, @sending=false, @sent=false, @content_type=nil, @charset=nil, @cache_control={}, @etag=nil, @request=#<ActionDispatch::Request:0x00007fe1d7449d30 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"delayed_job"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/delayed_job", @ip=nil, @uuid=nil>>, @_env={...}, @_lookup_context=#<ActionView::LookupContext:0x00007fe1d7449628 @details_key=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}, @skip_default_locale=false, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @view_paths=#<ActionView::PathSet:0x00007fe1d74495b0 @paths=[#<ActionView::FixtureResolver:0x00007fe1d7c57590 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x00007fe1d7c57568 @data=#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7c57540 @backend={#<ActionView::LookupContext::DetailsKey:0x00007fe1d73d8540 @hash=3190372293335980833>=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ed90 @backend={"resque"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ecc8 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4ebd8 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4eae8 @backend={[]=>[dummy/resque.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "application"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4d0f8 @backend={"layouts"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4d008 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7d4cf18 @backend={[]=>[layouts/application.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "index"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7700 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7610 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d66e7520 @backend={[]=>[dummy/index.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "notify_airbrake_sync_helper"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7cc5ea0 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7cc5d38 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d7cc5a18 @backend={[]=>[dummy/notify_airbrake_sync_helper.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "notify_airbrake_helper"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d54010f0 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d5400fb0 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007fe1d5400ec0 @backend={[]=>[dummy/notify_airbrake_helper.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007fe1d5805db8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d90@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d68@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:48 (lambda)>>}, @default_proc=#<Proc:0x00007fe1d5805d40@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:49 (lambda)>>>, @hash={"layouts/application.html.erb"=>"<%= yield %>", "dummy/index.html.erb"=>"Hello from index", "dummy/notify_airbrake_helper.html.erb"=>"notify_airbrake_helper", "dummy/notify_airbrake_sync_helper.html.erb"=>"notify_airbrake_helper_sync", "dummy/active_record_after_commit.html.erb"=>"active_record_after_commit", "dummy/active_record_after_rollback.html.erb"=>"active_record_after_rollback", "dummy/active_job.html.erb"=>"active_job", "dummy/resque.html.erb"=>"resque", "dummy/delayed_job.html.erb"=>"delayed_job"}>]>>, @_action_name="delayed_job", @_response_body=nil>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"controller"=>"dummy", "action"=>"delayed_job"}, "action_dispatch.request.formats"=>[#<Mime::Type:0x00007fe1d7b06da8 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=-4483466561594436380>]}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007fe1d64be870 @max_size=10000>>]
|
278
|
+
[0m):
|
279
|
+
lib/airbrake/rack/middleware.rb:84:in `notify_airbrake'
|
280
|
+
lib/airbrake/rack/middleware.rb:54:in `rescue in call!'
|
281
|
+
lib/airbrake/rack/middleware.rb:59:in `call!'
|
282
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
283
|
+
|
284
|
+
|
285
|
+
I, [2019-03-01T20:59:03.116027 #27573] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-01 20:59:03 +0200
|
286
|
+
I, [2019-03-01T20:59:03.116909 #27573] INFO -- : Processing by DummyController#active_job as HTML
|
287
|
+
I, [2019-03-01T20:59:03.124857 #27573] INFO -- : Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)
|
288
|
+
F, [2019-03-01T20:59:03.126669 #27573] FATAL -- :
|
550
289
|
AirbrakeTestError (active_job error):
|
551
|
-
lib/airbrake/rack/middleware.rb:
|
290
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
291
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
552
292
|
|
553
293
|
|
554
|
-
I, [
|
555
|
-
I, [
|
556
|
-
I, [
|
557
|
-
F, [
|
294
|
+
I, [2019-03-01T20:59:05.130415 #27573] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-01 20:59:05 +0200
|
295
|
+
I, [2019-03-01T20:59:05.131268 #27573] INFO -- : Processing by DummyController#active_job as HTML
|
296
|
+
I, [2019-03-01T20:59:05.133232 #27573] INFO -- : Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
|
297
|
+
F, [2019-03-01T20:59:05.134740 #27573] FATAL -- :
|
558
298
|
AirbrakeTestError (active_job error):
|
559
|
-
lib/airbrake/rack/middleware.rb:
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
I, [
|
568
|
-
I, [
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
D, [2018-11-15T01:10:46.557372 #551] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
578
|
-
I, [2018-11-15T01:10:46.591439 #551] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:10:46 +0800
|
579
|
-
I, [2018-11-15T01:10:46.593352 #551] INFO -- : Processing by DummyController#crash as HTML
|
580
|
-
I, [2018-11-15T01:10:46.593700 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
581
|
-
F, [2018-11-15T01:10:46.607012 #551] FATAL -- :
|
582
|
-
AirbrakeTestError (AirbrakeTestError):
|
583
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
584
|
-
|
585
|
-
|
586
|
-
I, [2018-11-15T01:10:51.624917 #551] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:10:51 +0800
|
587
|
-
I, [2018-11-15T01:10:51.626024 #551] INFO -- : Processing by DummyController#crash as HTML
|
588
|
-
I, [2018-11-15T01:10:51.626695 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
589
|
-
F, [2018-11-15T01:10:51.641357 #551] FATAL -- :
|
590
|
-
AirbrakeTestError (AirbrakeTestError):
|
591
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
592
|
-
|
593
|
-
|
594
|
-
I, [2018-11-15T01:10:51.643204 #551] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:10:51 +0800
|
595
|
-
I, [2018-11-15T01:10:51.643762 #551] INFO -- : Processing by DummyController#crash as HTML
|
596
|
-
I, [2018-11-15T01:10:51.644052 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
597
|
-
F, [2018-11-15T01:10:51.649480 #551] FATAL -- :
|
598
|
-
AirbrakeTestError (AirbrakeTestError):
|
599
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
600
|
-
|
601
|
-
|
602
|
-
I, [2018-11-15T01:10:51.655970 #551] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:10:51 +0800
|
603
|
-
I, [2018-11-15T01:10:51.656586 #551] INFO -- : Processing by DummyController#crash as HTML
|
604
|
-
I, [2018-11-15T01:10:51.656895 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
605
|
-
F, [2018-11-15T01:10:51.662395 #551] FATAL -- :
|
606
|
-
AirbrakeTestError (AirbrakeTestError):
|
607
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
608
|
-
|
609
|
-
|
610
|
-
I, [2018-11-15T01:10:51.669405 #551] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:10:51 +0800
|
611
|
-
I, [2018-11-15T01:10:51.670136 #551] INFO -- : Processing by DummyController#crash as HTML
|
612
|
-
I, [2018-11-15T01:10:51.670521 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
613
|
-
F, [2018-11-15T01:10:51.676700 #551] FATAL -- :
|
614
|
-
AirbrakeTestError (AirbrakeTestError):
|
615
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
616
|
-
|
617
|
-
|
618
|
-
I, [2018-11-15T01:10:51.682971 #551] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:10:51 +0800
|
619
|
-
I, [2018-11-15T01:10:51.683573 #551] INFO -- : Processing by DummyController#crash as HTML
|
620
|
-
I, [2018-11-15T01:10:51.683845 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
621
|
-
F, [2018-11-15T01:10:51.688991 #551] FATAL -- :
|
622
|
-
AirbrakeTestError (AirbrakeTestError):
|
623
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
624
|
-
|
625
|
-
|
626
|
-
I, [2018-11-15T01:10:51.794346 #551] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:10:51 +0800
|
627
|
-
I, [2018-11-15T01:10:51.795340 #551] INFO -- : Processing by DummyController#crash as HTML
|
628
|
-
I, [2018-11-15T01:10:51.795744 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
629
|
-
F, [2018-11-15T01:10:51.806517 #551] FATAL -- :
|
630
|
-
AirbrakeTestError (AirbrakeTestError):
|
631
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
632
|
-
|
633
|
-
|
634
|
-
I, [2018-11-15T01:10:51.808553 #551] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:10:51 +0800
|
635
|
-
I, [2018-11-15T01:10:51.809296 #551] INFO -- : Processing by DummyController#crash as HTML
|
636
|
-
I, [2018-11-15T01:10:51.809582 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
637
|
-
F, [2018-11-15T01:10:51.815500 #551] FATAL -- :
|
638
|
-
AirbrakeTestError (AirbrakeTestError):
|
639
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
640
|
-
|
641
|
-
|
642
|
-
I, [2018-11-15T01:10:51.823952 #551] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:10:51 +0800
|
643
|
-
I, [2018-11-15T01:10:51.824690 #551] INFO -- : Processing by DummyController#crash as HTML
|
644
|
-
I, [2018-11-15T01:10:51.824953 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
645
|
-
F, [2018-11-15T01:10:51.830901 #551] FATAL -- :
|
646
|
-
AirbrakeTestError (AirbrakeTestError):
|
647
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
648
|
-
|
649
|
-
|
650
|
-
I, [2018-11-15T01:10:51.836689 #551] INFO -- : Started GET "/" for 127.0.0.1 at 2018-11-15 01:10:51 +0800
|
651
|
-
I, [2018-11-15T01:10:51.837257 #551] INFO -- : Processing by DummyController#index as HTML
|
652
|
-
I, [2018-11-15T01:10:51.842054 #551] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.8ms)
|
653
|
-
I, [2018-11-15T01:10:51.842388 #551] INFO -- : Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
654
|
-
I, [2018-11-15T01:10:51.844238 #551] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:10:51 +0800
|
655
|
-
I, [2018-11-15T01:10:51.844910 #551] INFO -- : Processing by DummyController#crash as HTML
|
656
|
-
I, [2018-11-15T01:10:51.845231 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
657
|
-
F, [2018-11-15T01:10:51.849942 #551] FATAL -- :
|
658
|
-
AirbrakeTestError (AirbrakeTestError):
|
659
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
660
|
-
|
661
|
-
|
662
|
-
I, [2018-11-15T01:10:51.855942 #551] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-15 01:10:51 +0800
|
663
|
-
I, [2018-11-15T01:10:51.856551 #551] INFO -- : Processing by DummyController#active_job as HTML
|
664
|
-
I, [2018-11-15T01:10:51.866409 #551] INFO -- : Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)
|
665
|
-
F, [2018-11-15T01:10:51.878777 #551] FATAL -- :
|
666
|
-
AirbrakeTestError (active_job error):
|
667
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
299
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
300
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
301
|
+
|
302
|
+
|
303
|
+
D, [2019-03-01T20:59:13.057853 #27606] DEBUG -- : [1m[36m (0.6ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
304
|
+
D, [2019-03-01T20:59:13.061039 #27606] 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)
|
305
|
+
D, [2019-03-01T20:59:13.061245 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
306
|
+
D, [2019-03-01T20:59:13.061541 #27606] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
307
|
+
I, [2019-03-01T20:59:13.087998 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:13 +0200
|
308
|
+
I, [2019-03-01T20:59:13.090012 #27606] INFO -- : Processing by DummyController#crash as HTML
|
309
|
+
D, [2019-03-01T20:59:13.097563 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
310
|
+
D, [2019-03-01T20:59:13.100539 #27606] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
311
|
+
D, [2019-03-01T20:59:13.101933 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
312
|
+
I, [2019-03-01T20:59:13.103324 #27606] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.4ms)
|
313
|
+
F, [2019-03-01T20:59:13.117576 #27606] FATAL -- :
|
314
|
+
AirbrakeTestError (after_commit):
|
315
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
316
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
668
317
|
|
669
318
|
|
670
|
-
I, [
|
671
|
-
I, [
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
319
|
+
I, [2019-03-01T20:59:15.128392 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:15 +0200
|
320
|
+
I, [2019-03-01T20:59:15.129228 #27606] INFO -- : Processing by DummyController#crash as HTML
|
321
|
+
D, [2019-03-01T20:59:15.129743 #27606] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
322
|
+
D, [2019-03-01T20:59:15.131595 #27606] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
323
|
+
D, [2019-03-01T20:59:15.133122 #27606] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
324
|
+
I, [2019-03-01T20:59:15.134524 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
325
|
+
F, [2019-03-01T20:59:15.145291 #27606] FATAL -- :
|
326
|
+
AirbrakeTestError (after_commit):
|
327
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
328
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
676
329
|
|
677
330
|
|
678
|
-
I, [
|
679
|
-
I, [
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
I, [2018-11-15T01:10:57.932721 #551] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-15 01:10:57 +0800
|
687
|
-
I, [2018-11-15T01:10:57.933744 #551] INFO -- : Processing by DummyController#delayed_job as HTML
|
688
|
-
I, [2018-11-15T01:10:57.955533 #551] INFO -- : Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.4ms)
|
689
|
-
F, [2018-11-15T01:10:57.961292 #551] FATAL -- :
|
690
|
-
AirbrakeTestError (delayed_job error):
|
691
|
-
lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
|
692
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
693
|
-
|
694
|
-
|
695
|
-
I, [2018-11-15T01:11:01.976691 #551] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-15 01:11:01 +0800
|
696
|
-
I, [2018-11-15T01:11:01.977985 #551] INFO -- : Processing by DummyController#delayed_job as HTML
|
697
|
-
I, [2018-11-15T01:11:01.979693 #551] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
|
698
|
-
F, [2018-11-15T01:11:01.981449 #551] FATAL -- :
|
699
|
-
AirbrakeTestError (delayed_job error):
|
700
|
-
lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
|
701
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
702
|
-
|
703
|
-
|
704
|
-
I, [2018-11-15T01:11:03.990668 #551] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2018-11-15 01:11:03 +0800
|
705
|
-
I, [2018-11-15T01:11:03.991371 #551] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
|
706
|
-
D, [2018-11-15T01:11:03.991637 #551] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
707
|
-
D, [2018-11-15T01:11:03.995366 #551] DEBUG -- : [1m[35mSQL (0.2ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
|
708
|
-
D, [2018-11-15T01:11:03.996088 #551] DEBUG -- : [1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
709
|
-
I, [2018-11-15T01:11:03.996472 #551] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.4ms)
|
710
|
-
F, [2018-11-15T01:11:04.006194 #551] FATAL -- :
|
711
|
-
AirbrakeTestError (after_rollback):
|
712
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
713
|
-
|
714
|
-
|
715
|
-
I, [2018-11-15T01:11:04.018847 #551] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
716
|
-
I, [2018-11-15T01:11:04.019609 #551] INFO -- : Processing by DummyController#active_record_after_commit as HTML
|
717
|
-
D, [2018-11-15T01:11:04.020075 #551] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
718
|
-
D, [2018-11-15T01:11:04.020525 #551] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "Bingo"]]
|
719
|
-
D, [2018-11-15T01:11:04.020788 #551] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
720
|
-
I, [2018-11-15T01:11:04.021165 #551] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
|
721
|
-
F, [2018-11-15T01:11:04.027663 #551] FATAL -- :
|
331
|
+
I, [2019-03-01T20:59:17.151324 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:17 +0200
|
332
|
+
I, [2019-03-01T20:59:17.152007 #27606] INFO -- : Processing by DummyController#crash as HTML
|
333
|
+
D, [2019-03-01T20:59:17.152388 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
334
|
+
D, [2019-03-01T20:59:17.154008 #27606] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
335
|
+
D, [2019-03-01T20:59:17.155365 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
336
|
+
I, [2019-03-01T20:59:17.156743 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
|
337
|
+
F, [2019-03-01T20:59:17.168353 #27606] FATAL -- :
|
722
338
|
AirbrakeTestError (after_commit):
|
723
|
-
lib/airbrake/rack/middleware.rb:
|
724
|
-
|
725
|
-
|
726
|
-
I, [2018-11-15T01:11:04.034279 #551] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
727
|
-
I, [2018-11-15T01:11:04.035027 #551] INFO -- : Processing by DummyController#crash as HTML
|
728
|
-
I, [2018-11-15T01:11:04.035074 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
729
|
-
I, [2018-11-15T01:11:04.035378 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
730
|
-
F, [2018-11-15T01:11:04.041316 #551] FATAL -- :
|
731
|
-
AirbrakeTestError (AirbrakeTestError):
|
732
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
733
|
-
|
734
|
-
|
735
|
-
I, [2018-11-15T01:11:04.047975 #551] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
736
|
-
I, [2018-11-15T01:11:04.048619 #551] INFO -- : Processing by DummyController#crash as HTML
|
737
|
-
I, [2018-11-15T01:11:04.048656 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
738
|
-
I, [2018-11-15T01:11:04.048903 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
739
|
-
F, [2018-11-15T01:11:04.053481 #551] FATAL -- :
|
740
|
-
AirbrakeTestError (AirbrakeTestError):
|
741
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
742
|
-
|
743
|
-
|
744
|
-
I, [2018-11-15T01:11:04.059484 #551] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
745
|
-
I, [2018-11-15T01:11:04.060057 #551] INFO -- : Processing by DummyController#crash as HTML
|
746
|
-
I, [2018-11-15T01:11:04.060096 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
747
|
-
I, [2018-11-15T01:11:04.060311 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
748
|
-
F, [2018-11-15T01:11:04.066137 #551] FATAL -- :
|
749
|
-
AirbrakeTestError (AirbrakeTestError):
|
750
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
751
|
-
|
752
|
-
|
753
|
-
I, [2018-11-15T01:11:04.072564 #551] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
754
|
-
I, [2018-11-15T01:11:04.073146 #551] INFO -- : Processing by DummyController#crash as HTML
|
755
|
-
I, [2018-11-15T01:11:04.073187 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
756
|
-
I, [2018-11-15T01:11:04.073432 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
757
|
-
F, [2018-11-15T01:11:04.079018 #551] FATAL -- :
|
758
|
-
AirbrakeTestError (AirbrakeTestError):
|
759
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
760
|
-
|
761
|
-
|
762
|
-
I, [2018-11-15T01:11:04.086530 #551] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
763
|
-
I, [2018-11-15T01:11:04.087076 #551] INFO -- : Processing by DummyController#crash as HTML
|
764
|
-
I, [2018-11-15T01:11:04.087118 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
765
|
-
I, [2018-11-15T01:11:04.087348 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
766
|
-
F, [2018-11-15T01:11:04.091998 #551] FATAL -- :
|
767
|
-
AirbrakeTestError (AirbrakeTestError):
|
768
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
769
|
-
|
770
|
-
|
771
|
-
I, [2018-11-15T01:11:04.197381 #551] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
772
|
-
I, [2018-11-15T01:11:04.198370 #551] INFO -- : Processing by DummyController#crash as HTML
|
773
|
-
I, [2018-11-15T01:11:04.198426 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
774
|
-
I, [2018-11-15T01:11:04.198780 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
775
|
-
F, [2018-11-15T01:11:04.209703 #551] FATAL -- :
|
776
|
-
AirbrakeTestError (AirbrakeTestError):
|
777
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
778
|
-
|
779
|
-
|
780
|
-
I, [2018-11-15T01:11:04.212085 #551] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
781
|
-
I, [2018-11-15T01:11:04.213388 #551] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
782
|
-
I, [2018-11-15T01:11:04.213455 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
783
|
-
I, [2018-11-15T01:11:04.222982 #551] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
784
|
-
I, [2018-11-15T01:11:04.223251 #551] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
785
|
-
I, [2018-11-15T01:11:04.225378 #551] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
786
|
-
I, [2018-11-15T01:11:04.225874 #551] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
787
|
-
I, [2018-11-15T01:11:04.225910 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
788
|
-
I, [2018-11-15T01:11:04.235851 #551] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
789
|
-
I, [2018-11-15T01:11:04.236180 #551] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
790
|
-
I, [2018-11-15T01:11:04.238572 #551] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
791
|
-
I, [2018-11-15T01:11:04.239310 #551] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
792
|
-
I, [2018-11-15T01:11:04.239365 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
793
|
-
I, [2018-11-15T01:11:04.249751 #551] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
794
|
-
I, [2018-11-15T01:11:04.250008 #551] INFO -- : Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
795
|
-
I, [2018-11-15T01:11:04.252088 #551] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
796
|
-
I, [2018-11-15T01:11:04.252773 #551] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
797
|
-
I, [2018-11-15T01:11:04.252822 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
798
|
-
I, [2018-11-15T01:11:04.264483 #551] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
799
|
-
I, [2018-11-15T01:11:04.264783 #551] INFO -- : Completed 200 OK in 12ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
800
|
-
I, [2018-11-15T01:11:04.267070 #551] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
801
|
-
I, [2018-11-15T01:11:04.267754 #551] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
802
|
-
I, [2018-11-15T01:11:04.267793 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
803
|
-
I, [2018-11-15T01:11:04.279086 #551] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.3ms)
|
804
|
-
I, [2018-11-15T01:11:04.279415 #551] INFO -- : Completed 200 OK in 12ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
805
|
-
I, [2018-11-15T01:11:04.281547 #551] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
806
|
-
I, [2018-11-15T01:11:04.282165 #551] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
807
|
-
I, [2018-11-15T01:11:04.282213 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
808
|
-
I, [2018-11-15T01:11:04.292270 #551] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
809
|
-
I, [2018-11-15T01:11:04.292556 #551] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
810
|
-
I, [2018-11-15T01:11:04.295001 #551] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
811
|
-
I, [2018-11-15T01:11:04.295723 #551] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
812
|
-
I, [2018-11-15T01:11:04.295768 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
813
|
-
I, [2018-11-15T01:11:04.300641 #551] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
814
|
-
I, [2018-11-15T01:11:04.305613 #551] INFO -- : Completed 200 OK in 10ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
815
|
-
I, [2018-11-15T01:11:04.308023 #551] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
816
|
-
I, [2018-11-15T01:11:04.308796 #551] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
817
|
-
I, [2018-11-15T01:11:04.308867 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
818
|
-
I, [2018-11-15T01:11:04.318834 #551] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
819
|
-
I, [2018-11-15T01:11:04.319127 #551] INFO -- : Completed 200 OK in 10ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
820
|
-
I, [2018-11-15T01:11:04.321158 #551] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
821
|
-
I, [2018-11-15T01:11:04.321767 #551] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
822
|
-
I, [2018-11-15T01:11:04.321817 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
823
|
-
I, [2018-11-15T01:11:04.327544 #551] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
824
|
-
I, [2018-11-15T01:11:04.334518 #551] INFO -- : Completed 200 OK in 13ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
825
|
-
I, [2018-11-15T01:11:04.336756 #551] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
826
|
-
I, [2018-11-15T01:11:04.337401 #551] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
827
|
-
I, [2018-11-15T01:11:04.337455 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
828
|
-
I, [2018-11-15T01:11:04.343065 #551] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
829
|
-
I, [2018-11-15T01:11:04.348086 #551] INFO -- : Completed 200 OK in 11ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
830
|
-
I, [2018-11-15T01:11:04.349989 #551] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
831
|
-
I, [2018-11-15T01:11:04.350551 #551] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
832
|
-
I, [2018-11-15T01:11:04.350589 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
833
|
-
I, [2018-11-15T01:11:04.355755 #551] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
834
|
-
I, [2018-11-15T01:11:04.361288 #551] INFO -- : Completed 200 OK in 11ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
835
|
-
I, [2018-11-15T01:11:04.363319 #551] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
836
|
-
I, [2018-11-15T01:11:04.363928 #551] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
837
|
-
I, [2018-11-15T01:11:04.363966 #551] INFO -- : Parameters: {"foo"=>"bar"}
|
838
|
-
I, [2018-11-15T01:11:04.368711 #551] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
839
|
-
I, [2018-11-15T01:11:04.374466 #551] INFO -- : Completed 200 OK in 10ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
840
|
-
I, [2018-11-15T01:11:04.377639 #551] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
841
|
-
I, [2018-11-15T01:11:04.378599 #551] INFO -- : Processing by DummyController#crash as HTML
|
842
|
-
I, [2018-11-15T01:11:04.378977 #551] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
843
|
-
F, [2018-11-15T01:11:04.384099 #551] FATAL -- :
|
844
|
-
AirbrakeTestError (AirbrakeTestError):
|
845
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
846
|
-
|
847
|
-
|
848
|
-
I, [2018-11-15T01:11:04.390339 #551] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
849
|
-
I, [2018-11-15T01:11:04.390920 #551] INFO -- : Processing by DummyController#resque as HTML
|
850
|
-
I, [2018-11-15T01:11:04.393033 #551] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.3ms)
|
851
|
-
I, [2018-11-15T01:11:04.393430 #551] INFO -- : Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
852
|
-
I, [2018-11-15T01:11:04.395185 #551] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-15 01:11:04 +0800
|
853
|
-
I, [2018-11-15T01:11:04.395796 #551] INFO -- : Processing by DummyController#resque as HTML
|
854
|
-
I, [2018-11-15T01:11:04.408161 #551] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
|
855
|
-
I, [2018-11-15T01:11:04.408633 #551] INFO -- : Completed 200 OK in 13ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
856
|
-
D, [2018-11-15T01:11:37.805530 #570] DEBUG -- : [1m[36m (0.5ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
857
|
-
D, [2018-11-15T01:11:37.808329 #570] 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)
|
858
|
-
D, [2018-11-15T01:11:37.808575 #570] DEBUG -- : [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
859
|
-
D, [2018-11-15T01:11:37.808992 #570] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
860
|
-
I, [2018-11-15T01:11:37.845425 #570] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:11:37 +0800
|
861
|
-
I, [2018-11-15T01:11:37.847388 #570] INFO -- : Processing by DummyController#crash as HTML
|
862
|
-
I, [2018-11-15T01:11:37.847713 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
863
|
-
F, [2018-11-15T01:11:37.861984 #570] FATAL -- :
|
864
|
-
AirbrakeTestError (AirbrakeTestError):
|
865
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
866
|
-
|
867
|
-
|
868
|
-
I, [2018-11-15T01:11:37.869324 #570] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-15 01:11:37 +0800
|
869
|
-
I, [2018-11-15T01:11:37.870113 #570] INFO -- : Processing by DummyController#resque as HTML
|
870
|
-
I, [2018-11-15T01:11:37.876558 #570] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.8ms)
|
871
|
-
I, [2018-11-15T01:11:37.876884 #570] INFO -- : Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
872
|
-
I, [2018-11-15T01:11:37.878514 #570] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-15 01:11:37 +0800
|
873
|
-
I, [2018-11-15T01:11:37.878971 #570] INFO -- : Processing by DummyController#resque as HTML
|
874
|
-
I, [2018-11-15T01:11:37.894981 #570] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
|
875
|
-
I, [2018-11-15T01:11:37.895341 #570] INFO -- : Completed 200 OK in 16ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
876
|
-
I, [2018-11-15T01:11:37.897580 #570] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-15 01:11:37 +0800
|
877
|
-
I, [2018-11-15T01:11:37.898193 #570] INFO -- : Processing by DummyController#active_job as HTML
|
878
|
-
I, [2018-11-15T01:11:37.908902 #570] INFO -- : Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms)
|
879
|
-
F, [2018-11-15T01:11:37.920982 #570] FATAL -- :
|
880
|
-
AirbrakeTestError (active_job error):
|
881
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
339
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
340
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
882
341
|
|
883
342
|
|
884
|
-
I, [
|
885
|
-
I, [
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
343
|
+
I, [2019-03-01T20:59:19.173914 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:19 +0200
|
344
|
+
I, [2019-03-01T20:59:19.174664 #27606] INFO -- : Processing by DummyController#crash as HTML
|
345
|
+
D, [2019-03-01T20:59:19.175088 #27606] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
346
|
+
D, [2019-03-01T20:59:19.176756 #27606] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
347
|
+
D, [2019-03-01T20:59:19.178181 #27606] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
348
|
+
I, [2019-03-01T20:59:19.179707 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
349
|
+
F, [2019-03-01T20:59:19.194105 #27606] FATAL -- :
|
350
|
+
AirbrakeTestError (after_commit):
|
351
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
352
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
890
353
|
|
891
354
|
|
892
|
-
I, [
|
893
|
-
I, [
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
I, [2018-11-15T01:11:43.970644 #570] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2018-11-15 01:11:43 +0800
|
901
|
-
I, [2018-11-15T01:11:43.971760 #570] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
|
902
|
-
D, [2018-11-15T01:11:43.972131 #570] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
903
|
-
D, [2018-11-15T01:11:43.979023 #570] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
|
904
|
-
D, [2018-11-15T01:11:43.979347 #570] DEBUG -- : [1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
905
|
-
I, [2018-11-15T01:11:43.979738 #570] INFO -- : Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.4ms)
|
906
|
-
F, [2018-11-15T01:11:43.992239 #570] FATAL -- :
|
907
|
-
AirbrakeTestError (after_rollback):
|
908
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
909
|
-
|
910
|
-
|
911
|
-
I, [2018-11-15T01:11:44.000621 #570] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2018-11-15 01:11:44 +0800
|
912
|
-
I, [2018-11-15T01:11:44.001279 #570] INFO -- : Processing by DummyController#active_record_after_commit as HTML
|
913
|
-
D, [2018-11-15T01:11:44.001664 #570] DEBUG -- : [1m[35m (0.0ms)[0m begin transaction
|
914
|
-
D, [2018-11-15T01:11:44.002089 #570] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "Bingo"]]
|
915
|
-
D, [2018-11-15T01:11:44.002324 #570] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
916
|
-
I, [2018-11-15T01:11:44.002629 #570] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
|
917
|
-
F, [2018-11-15T01:11:44.008263 #570] FATAL -- :
|
355
|
+
I, [2019-03-01T20:59:21.201230 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:21 +0200
|
356
|
+
I, [2019-03-01T20:59:21.201976 #27606] INFO -- : Processing by DummyController#crash as HTML
|
357
|
+
D, [2019-03-01T20:59:21.202456 #27606] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
358
|
+
D, [2019-03-01T20:59:21.204371 #27606] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
359
|
+
D, [2019-03-01T20:59:21.206266 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
360
|
+
I, [2019-03-01T20:59:21.207868 #27606] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms)
|
361
|
+
F, [2019-03-01T20:59:21.219323 #27606] FATAL -- :
|
918
362
|
AirbrakeTestError (after_commit):
|
919
|
-
lib/airbrake/rack/middleware.rb:
|
920
|
-
|
921
|
-
|
922
|
-
I, [2018-11-15T01:11:44.015002 #570] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:11:44 +0800
|
923
|
-
I, [2018-11-15T01:11:44.015624 #570] INFO -- : Processing by DummyController#crash as HTML
|
924
|
-
I, [2018-11-15T01:11:44.015902 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
925
|
-
F, [2018-11-15T01:11:44.020923 #570] FATAL -- :
|
926
|
-
AirbrakeTestError (AirbrakeTestError):
|
927
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
928
|
-
|
929
|
-
|
930
|
-
I, [2018-11-15T01:11:46.025311 #570] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-15 01:11:46 +0800
|
931
|
-
I, [2018-11-15T01:11:46.026138 #570] INFO -- : Processing by DummyController#delayed_job as HTML
|
932
|
-
I, [2018-11-15T01:11:46.038746 #570] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.2ms)
|
933
|
-
F, [2018-11-15T01:11:46.048253 #570] FATAL -- :
|
934
|
-
AirbrakeTestError (delayed_job error):
|
935
|
-
lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
|
936
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
937
|
-
|
938
|
-
|
939
|
-
I, [2018-11-15T01:11:50.066181 #570] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-15 01:11:50 +0800
|
940
|
-
I, [2018-11-15T01:11:50.067129 #570] INFO -- : Processing by DummyController#delayed_job as HTML
|
941
|
-
I, [2018-11-15T01:11:50.068401 #570] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
|
942
|
-
F, [2018-11-15T01:11:50.069926 #570] FATAL -- :
|
943
|
-
AirbrakeTestError (delayed_job error):
|
944
|
-
lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
|
945
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
946
|
-
|
947
|
-
|
948
|
-
I, [2018-11-15T01:11:52.074649 #570] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
949
|
-
I, [2018-11-15T01:11:52.075689 #570] INFO -- : Processing by DummyController#crash as HTML
|
950
|
-
I, [2018-11-15T01:11:52.076126 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
951
|
-
F, [2018-11-15T01:11:52.085708 #570] FATAL -- :
|
952
|
-
AirbrakeTestError (AirbrakeTestError):
|
953
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
954
|
-
|
955
|
-
|
956
|
-
I, [2018-11-15T01:11:52.087913 #570] INFO -- : Started GET "/" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
957
|
-
I, [2018-11-15T01:11:52.088517 #570] INFO -- : Processing by DummyController#index as HTML
|
958
|
-
I, [2018-11-15T01:11:52.089223 #570] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.2ms)
|
959
|
-
I, [2018-11-15T01:11:52.089472 #570] INFO -- : Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
960
|
-
I, [2018-11-15T01:11:52.091314 #570] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
961
|
-
I, [2018-11-15T01:11:52.092000 #570] INFO -- : Processing by DummyController#crash as HTML
|
962
|
-
I, [2018-11-15T01:11:52.092269 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
963
|
-
F, [2018-11-15T01:11:52.097254 #570] FATAL -- :
|
964
|
-
AirbrakeTestError (AirbrakeTestError):
|
965
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
966
|
-
|
967
|
-
|
968
|
-
I, [2018-11-15T01:11:52.103390 #570] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
969
|
-
I, [2018-11-15T01:11:52.104007 #570] INFO -- : Processing by DummyController#crash as HTML
|
970
|
-
I, [2018-11-15T01:11:52.104298 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
971
|
-
F, [2018-11-15T01:11:52.109216 #570] FATAL -- :
|
972
|
-
AirbrakeTestError (AirbrakeTestError):
|
973
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
974
|
-
|
975
|
-
|
976
|
-
I, [2018-11-15T01:11:52.223852 #570] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
977
|
-
I, [2018-11-15T01:11:52.224875 #570] INFO -- : Processing by DummyController#crash as HTML
|
978
|
-
I, [2018-11-15T01:11:52.225279 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
979
|
-
F, [2018-11-15T01:11:52.238184 #570] FATAL -- :
|
980
|
-
AirbrakeTestError (AirbrakeTestError):
|
981
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
982
|
-
|
983
|
-
|
984
|
-
I, [2018-11-15T01:11:52.239995 #570] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
985
|
-
I, [2018-11-15T01:11:52.240570 #570] INFO -- : Processing by DummyController#crash as HTML
|
986
|
-
I, [2018-11-15T01:11:52.240859 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
987
|
-
F, [2018-11-15T01:11:52.247964 #570] FATAL -- :
|
988
|
-
AirbrakeTestError (AirbrakeTestError):
|
989
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
990
|
-
|
991
|
-
|
992
|
-
I, [2018-11-15T01:11:52.254536 #570] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
993
|
-
I, [2018-11-15T01:11:52.255102 #570] INFO -- : Processing by DummyController#crash as HTML
|
994
|
-
I, [2018-11-15T01:11:52.255361 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
995
|
-
F, [2018-11-15T01:11:52.260242 #570] FATAL -- :
|
996
|
-
AirbrakeTestError (AirbrakeTestError):
|
997
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
998
|
-
|
999
|
-
|
1000
|
-
I, [2018-11-15T01:11:52.267085 #570] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1001
|
-
I, [2018-11-15T01:11:52.267740 #570] INFO -- : Processing by DummyController#crash as HTML
|
1002
|
-
I, [2018-11-15T01:11:52.268040 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1003
|
-
F, [2018-11-15T01:11:52.273610 #570] FATAL -- :
|
1004
|
-
AirbrakeTestError (AirbrakeTestError):
|
1005
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1006
|
-
|
1007
|
-
|
1008
|
-
I, [2018-11-15T01:11:52.279888 #570] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1009
|
-
I, [2018-11-15T01:11:52.280502 #570] INFO -- : Processing by DummyController#crash as HTML
|
1010
|
-
I, [2018-11-15T01:11:52.280778 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1011
|
-
F, [2018-11-15T01:11:52.285851 #570] FATAL -- :
|
1012
|
-
AirbrakeTestError (AirbrakeTestError):
|
1013
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1014
|
-
|
1015
|
-
|
1016
|
-
I, [2018-11-15T01:11:52.291966 #570] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1017
|
-
I, [2018-11-15T01:11:52.292679 #570] INFO -- : Processing by DummyController#crash as HTML
|
1018
|
-
I, [2018-11-15T01:11:52.292964 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1019
|
-
F, [2018-11-15T01:11:52.298366 #570] FATAL -- :
|
1020
|
-
AirbrakeTestError (AirbrakeTestError):
|
1021
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1022
|
-
|
1023
|
-
|
1024
|
-
I, [2018-11-15T01:11:52.305348 #570] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1025
|
-
I, [2018-11-15T01:11:52.306130 #570] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1026
|
-
I, [2018-11-15T01:11:52.306172 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1027
|
-
I, [2018-11-15T01:11:52.317785 #570] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1028
|
-
I, [2018-11-15T01:11:52.318084 #570] INFO -- : Completed 200 OK in 12ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1029
|
-
I, [2018-11-15T01:11:52.320754 #570] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1030
|
-
I, [2018-11-15T01:11:52.321442 #570] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1031
|
-
I, [2018-11-15T01:11:52.321481 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1032
|
-
I, [2018-11-15T01:11:52.330804 #570] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1033
|
-
I, [2018-11-15T01:11:52.331055 #570] INFO -- : Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1034
|
-
I, [2018-11-15T01:11:52.332907 #570] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1035
|
-
I, [2018-11-15T01:11:52.333431 #570] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1036
|
-
I, [2018-11-15T01:11:52.333471 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1037
|
-
I, [2018-11-15T01:11:52.343546 #570] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1038
|
-
I, [2018-11-15T01:11:52.343809 #570] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1039
|
-
I, [2018-11-15T01:11:52.346186 #570] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1040
|
-
I, [2018-11-15T01:11:52.346938 #570] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1041
|
-
I, [2018-11-15T01:11:52.346977 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1042
|
-
I, [2018-11-15T01:11:52.358068 #570] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1043
|
-
I, [2018-11-15T01:11:52.358340 #570] INFO -- : Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1044
|
-
I, [2018-11-15T01:11:52.360480 #570] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1045
|
-
I, [2018-11-15T01:11:52.361168 #570] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1046
|
-
I, [2018-11-15T01:11:52.361210 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1047
|
-
I, [2018-11-15T01:11:52.370351 #570] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1048
|
-
I, [2018-11-15T01:11:52.370731 #570] INFO -- : Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1049
|
-
I, [2018-11-15T01:11:52.373268 #570] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1050
|
-
I, [2018-11-15T01:11:52.373856 #570] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1051
|
-
I, [2018-11-15T01:11:52.373896 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1052
|
-
I, [2018-11-15T01:11:52.385650 #570] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.3ms)
|
1053
|
-
I, [2018-11-15T01:11:52.386109 #570] INFO -- : Completed 200 OK in 12ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1054
|
-
I, [2018-11-15T01:11:52.388815 #570] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1055
|
-
I, [2018-11-15T01:11:52.389573 #570] INFO -- : Processing by DummyController#crash as HTML
|
1056
|
-
I, [2018-11-15T01:11:52.389614 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1057
|
-
I, [2018-11-15T01:11:52.389834 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1058
|
-
F, [2018-11-15T01:11:52.395012 #570] FATAL -- :
|
1059
|
-
AirbrakeTestError (AirbrakeTestError):
|
1060
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1061
|
-
|
1062
|
-
|
1063
|
-
I, [2018-11-15T01:11:52.400710 #570] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1064
|
-
I, [2018-11-15T01:11:52.401349 #570] INFO -- : Processing by DummyController#crash as HTML
|
1065
|
-
I, [2018-11-15T01:11:52.401398 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1066
|
-
I, [2018-11-15T01:11:52.401661 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1067
|
-
F, [2018-11-15T01:11:52.408016 #570] FATAL -- :
|
1068
|
-
AirbrakeTestError (AirbrakeTestError):
|
1069
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1070
|
-
|
1071
|
-
|
1072
|
-
I, [2018-11-15T01:11:52.415293 #570] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1073
|
-
I, [2018-11-15T01:11:52.415963 #570] INFO -- : Processing by DummyController#crash as HTML
|
1074
|
-
I, [2018-11-15T01:11:52.416009 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1075
|
-
I, [2018-11-15T01:11:52.416268 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1076
|
-
F, [2018-11-15T01:11:52.422533 #570] FATAL -- :
|
1077
|
-
AirbrakeTestError (AirbrakeTestError):
|
1078
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1079
|
-
|
1080
|
-
|
1081
|
-
I, [2018-11-15T01:11:52.430249 #570] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1082
|
-
I, [2018-11-15T01:11:52.431057 #570] INFO -- : Processing by DummyController#crash as HTML
|
1083
|
-
I, [2018-11-15T01:11:52.431110 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1084
|
-
I, [2018-11-15T01:11:52.431419 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1085
|
-
F, [2018-11-15T01:11:52.438630 #570] FATAL -- :
|
1086
|
-
AirbrakeTestError (AirbrakeTestError):
|
1087
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1088
|
-
|
1089
|
-
|
1090
|
-
I, [2018-11-15T01:11:52.446139 #570] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1091
|
-
I, [2018-11-15T01:11:52.446955 #570] INFO -- : Processing by DummyController#crash as HTML
|
1092
|
-
I, [2018-11-15T01:11:52.447008 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1093
|
-
I, [2018-11-15T01:11:52.447291 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1094
|
-
F, [2018-11-15T01:11:52.460799 #570] FATAL -- :
|
1095
|
-
AirbrakeTestError (AirbrakeTestError):
|
1096
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1097
|
-
|
1098
|
-
|
1099
|
-
I, [2018-11-15T01:11:52.463952 #570] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1100
|
-
I, [2018-11-15T01:11:52.464653 #570] INFO -- : Processing by DummyController#crash as HTML
|
1101
|
-
I, [2018-11-15T01:11:52.464721 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1102
|
-
I, [2018-11-15T01:11:52.465002 #570] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1103
|
-
F, [2018-11-15T01:11:52.471106 #570] FATAL -- :
|
1104
|
-
AirbrakeTestError (AirbrakeTestError):
|
1105
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1106
|
-
|
1107
|
-
|
1108
|
-
I, [2018-11-15T01:11:52.478771 #570] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1109
|
-
I, [2018-11-15T01:11:52.479881 #570] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1110
|
-
I, [2018-11-15T01:11:52.479932 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1111
|
-
I, [2018-11-15T01:11:52.485612 #570] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
|
1112
|
-
I, [2018-11-15T01:11:52.490659 #570] INFO -- : Completed 200 OK in 11ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
1113
|
-
I, [2018-11-15T01:11:52.493459 #570] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1114
|
-
I, [2018-11-15T01:11:52.494394 #570] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1115
|
-
I, [2018-11-15T01:11:52.494527 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1116
|
-
I, [2018-11-15T01:11:52.500470 #570] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1117
|
-
I, [2018-11-15T01:11:52.506161 #570] INFO -- : Completed 200 OK in 11ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
1118
|
-
I, [2018-11-15T01:11:52.508952 #570] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1119
|
-
I, [2018-11-15T01:11:52.510382 #570] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1120
|
-
I, [2018-11-15T01:11:52.510464 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1121
|
-
I, [2018-11-15T01:11:52.520345 #570] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1122
|
-
I, [2018-11-15T01:11:52.526798 #570] INFO -- : Completed 200 OK in 16ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
1123
|
-
I, [2018-11-15T01:11:52.530760 #570] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1124
|
-
I, [2018-11-15T01:11:52.532151 #570] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1125
|
-
I, [2018-11-15T01:11:52.532210 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1126
|
-
I, [2018-11-15T01:11:52.539422 #570] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1127
|
-
I, [2018-11-15T01:11:52.547562 #570] INFO -- : Completed 200 OK in 15ms (Views: 8.9ms | ActiveRecord: 0.0ms)
|
1128
|
-
I, [2018-11-15T01:11:52.549791 #570] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1129
|
-
I, [2018-11-15T01:11:52.550433 #570] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1130
|
-
I, [2018-11-15T01:11:52.550477 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1131
|
-
I, [2018-11-15T01:11:52.560299 #570] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1132
|
-
I, [2018-11-15T01:11:52.560810 #570] INFO -- : Completed 200 OK in 10ms (Views: 5.1ms | ActiveRecord: 0.0ms)
|
1133
|
-
I, [2018-11-15T01:11:52.563833 #570] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-15 01:11:52 +0800
|
1134
|
-
I, [2018-11-15T01:11:52.564447 #570] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1135
|
-
I, [2018-11-15T01:11:52.564491 #570] INFO -- : Parameters: {"foo"=>"bar"}
|
1136
|
-
I, [2018-11-15T01:11:52.569877 #570] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1137
|
-
I, [2018-11-15T01:11:52.574533 #570] INFO -- : Completed 200 OK in 10ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
1138
|
-
D, [2018-11-16T20:35:49.951333 #20722] DEBUG -- : [1m[36m (3.2ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1139
|
-
D, [2018-11-16T20:35:49.955561 #20722] 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)
|
1140
|
-
D, [2018-11-16T20:35:49.956001 #20722] DEBUG -- : [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1141
|
-
D, [2018-11-16T20:35:49.956395 #20722] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1142
|
-
I, [2018-11-16T20:35:50.005087 #20722] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1143
|
-
I, [2018-11-16T20:35:50.007454 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1144
|
-
I, [2018-11-16T20:35:50.007825 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1145
|
-
F, [2018-11-16T20:35:50.022384 #20722] FATAL -- :
|
1146
|
-
AirbrakeTestError (AirbrakeTestError):
|
1147
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1148
|
-
|
1149
|
-
|
1150
|
-
I, [2018-11-16T20:35:50.029584 #20722] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1151
|
-
I, [2018-11-16T20:35:50.030654 #20722] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1152
|
-
I, [2018-11-16T20:35:50.030718 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1153
|
-
I, [2018-11-16T20:35:50.046165 #20722] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.1ms)
|
1154
|
-
I, [2018-11-16T20:35:50.046619 #20722] INFO -- : Completed 200 OK in 16ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
1155
|
-
I, [2018-11-16T20:35:50.049297 #20722] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1156
|
-
I, [2018-11-16T20:35:50.050029 #20722] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1157
|
-
I, [2018-11-16T20:35:50.050075 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1158
|
-
I, [2018-11-16T20:35:50.059932 #20722] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1159
|
-
I, [2018-11-16T20:35:50.060217 #20722] INFO -- : Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1160
|
-
I, [2018-11-16T20:35:50.062217 #20722] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1161
|
-
I, [2018-11-16T20:35:50.062954 #20722] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1162
|
-
I, [2018-11-16T20:35:50.063005 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1163
|
-
I, [2018-11-16T20:35:50.074410 #20722] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.3ms)
|
1164
|
-
I, [2018-11-16T20:35:50.074986 #20722] INFO -- : Completed 200 OK in 12ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
1165
|
-
I, [2018-11-16T20:35:50.078157 #20722] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1166
|
-
I, [2018-11-16T20:35:50.079101 #20722] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1167
|
-
I, [2018-11-16T20:35:50.079151 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1168
|
-
I, [2018-11-16T20:35:50.091155 #20722] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1169
|
-
I, [2018-11-16T20:35:50.091404 #20722] INFO -- : Completed 200 OK in 12ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1170
|
-
I, [2018-11-16T20:35:50.093380 #20722] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1171
|
-
I, [2018-11-16T20:35:50.093934 #20722] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1172
|
-
I, [2018-11-16T20:35:50.093974 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1173
|
-
I, [2018-11-16T20:35:50.102596 #20722] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1174
|
-
I, [2018-11-16T20:35:50.102858 #20722] INFO -- : Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1175
|
-
I, [2018-11-16T20:35:50.105618 #20722] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1176
|
-
I, [2018-11-16T20:35:50.106641 #20722] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1177
|
-
I, [2018-11-16T20:35:50.106694 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1178
|
-
I, [2018-11-16T20:35:50.116513 #20722] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1179
|
-
I, [2018-11-16T20:35:50.116811 #20722] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1180
|
-
I, [2018-11-16T20:35:50.119071 #20722] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1181
|
-
I, [2018-11-16T20:35:50.119626 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1182
|
-
I, [2018-11-16T20:35:50.119669 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1183
|
-
I, [2018-11-16T20:35:50.119890 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1184
|
-
F, [2018-11-16T20:35:50.125546 #20722] FATAL -- :
|
1185
|
-
AirbrakeTestError (AirbrakeTestError):
|
1186
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1187
|
-
|
1188
|
-
|
1189
|
-
I, [2018-11-16T20:35:50.131976 #20722] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1190
|
-
I, [2018-11-16T20:35:50.132727 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1191
|
-
I, [2018-11-16T20:35:50.132788 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1192
|
-
I, [2018-11-16T20:35:50.133068 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1193
|
-
F, [2018-11-16T20:35:50.138692 #20722] FATAL -- :
|
1194
|
-
AirbrakeTestError (AirbrakeTestError):
|
1195
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1196
|
-
|
1197
|
-
|
1198
|
-
I, [2018-11-16T20:35:50.144576 #20722] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1199
|
-
I, [2018-11-16T20:35:50.145137 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1200
|
-
I, [2018-11-16T20:35:50.145183 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1201
|
-
I, [2018-11-16T20:35:50.145492 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1202
|
-
F, [2018-11-16T20:35:50.152411 #20722] FATAL -- :
|
1203
|
-
AirbrakeTestError (AirbrakeTestError):
|
1204
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1205
|
-
|
1206
|
-
|
1207
|
-
I, [2018-11-16T20:35:50.158230 #20722] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1208
|
-
I, [2018-11-16T20:35:50.158805 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1209
|
-
I, [2018-11-16T20:35:50.158847 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1210
|
-
I, [2018-11-16T20:35:50.159098 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1211
|
-
F, [2018-11-16T20:35:50.164238 #20722] FATAL -- :
|
1212
|
-
AirbrakeTestError (AirbrakeTestError):
|
1213
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1214
|
-
|
1215
|
-
|
1216
|
-
I, [2018-11-16T20:35:50.287222 #20722] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1217
|
-
I, [2018-11-16T20:35:50.288154 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1218
|
-
I, [2018-11-16T20:35:50.288223 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1219
|
-
I, [2018-11-16T20:35:50.288568 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1220
|
-
F, [2018-11-16T20:35:50.299335 #20722] FATAL -- :
|
1221
|
-
AirbrakeTestError (AirbrakeTestError):
|
1222
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1223
|
-
|
1224
|
-
|
1225
|
-
I, [2018-11-16T20:35:50.301376 #20722] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1226
|
-
I, [2018-11-16T20:35:50.302021 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1227
|
-
I, [2018-11-16T20:35:50.302061 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1228
|
-
I, [2018-11-16T20:35:50.302298 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1229
|
-
F, [2018-11-16T20:35:50.307331 #20722] FATAL -- :
|
1230
|
-
AirbrakeTestError (AirbrakeTestError):
|
1231
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1232
|
-
|
1233
|
-
|
1234
|
-
I, [2018-11-16T20:35:50.314226 #20722] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1235
|
-
I, [2018-11-16T20:35:50.315091 #20722] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1236
|
-
I, [2018-11-16T20:35:50.315142 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1237
|
-
I, [2018-11-16T20:35:50.321982 #20722] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
|
1238
|
-
I, [2018-11-16T20:35:50.329212 #20722] INFO -- : Completed 200 OK in 14ms (Views: 8.1ms | ActiveRecord: 0.0ms)
|
1239
|
-
I, [2018-11-16T20:35:50.331204 #20722] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1240
|
-
I, [2018-11-16T20:35:50.331809 #20722] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1241
|
-
I, [2018-11-16T20:35:50.331849 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1242
|
-
I, [2018-11-16T20:35:50.337262 #20722] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1243
|
-
I, [2018-11-16T20:35:50.342796 #20722] INFO -- : Completed 200 OK in 11ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
1244
|
-
I, [2018-11-16T20:35:50.345010 #20722] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1245
|
-
I, [2018-11-16T20:35:50.345680 #20722] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1246
|
-
I, [2018-11-16T20:35:50.345720 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1247
|
-
I, [2018-11-16T20:35:50.350869 #20722] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1248
|
-
I, [2018-11-16T20:35:50.355038 #20722] INFO -- : Completed 200 OK in 9ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
1249
|
-
I, [2018-11-16T20:35:50.357186 #20722] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1250
|
-
I, [2018-11-16T20:35:50.358058 #20722] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1251
|
-
I, [2018-11-16T20:35:50.358117 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1252
|
-
I, [2018-11-16T20:35:50.363604 #20722] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1253
|
-
I, [2018-11-16T20:35:50.368290 #20722] INFO -- : Completed 200 OK in 10ms (Views: 5.3ms | ActiveRecord: 0.0ms)
|
1254
|
-
I, [2018-11-16T20:35:50.370837 #20722] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1255
|
-
I, [2018-11-16T20:35:50.371608 #20722] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1256
|
-
I, [2018-11-16T20:35:50.371661 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1257
|
-
I, [2018-11-16T20:35:50.377537 #20722] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1258
|
-
I, [2018-11-16T20:35:50.382135 #20722] INFO -- : Completed 200 OK in 10ms (Views: 5.3ms | ActiveRecord: 0.0ms)
|
1259
|
-
I, [2018-11-16T20:35:50.384657 #20722] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1260
|
-
I, [2018-11-16T20:35:50.385370 #20722] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1261
|
-
I, [2018-11-16T20:35:50.385416 #20722] INFO -- : Parameters: {"foo"=>"bar"}
|
1262
|
-
I, [2018-11-16T20:35:50.392503 #20722] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1263
|
-
I, [2018-11-16T20:35:50.396530 #20722] INFO -- : Completed 200 OK in 11ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
1264
|
-
I, [2018-11-16T20:35:50.399980 #20722] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1265
|
-
I, [2018-11-16T20:35:50.400538 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1266
|
-
I, [2018-11-16T20:35:50.400809 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1267
|
-
F, [2018-11-16T20:35:50.405494 #20722] FATAL -- :
|
1268
|
-
AirbrakeTestError (AirbrakeTestError):
|
1269
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1270
|
-
|
1271
|
-
|
1272
|
-
I, [2018-11-16T20:35:50.412589 #20722] INFO -- : Started GET "/" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1273
|
-
I, [2018-11-16T20:35:50.413217 #20722] INFO -- : Processing by DummyController#index as HTML
|
1274
|
-
I, [2018-11-16T20:35:50.413954 #20722] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.2ms)
|
1275
|
-
I, [2018-11-16T20:35:50.414196 #20722] INFO -- : Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1276
|
-
I, [2018-11-16T20:35:50.415750 #20722] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1277
|
-
I, [2018-11-16T20:35:50.416201 #20722] INFO -- : Processing by DummyController#resque as HTML
|
1278
|
-
I, [2018-11-16T20:35:50.427872 #20722] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
|
1279
|
-
I, [2018-11-16T20:35:50.428118 #20722] INFO -- : Completed 200 OK in 12ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1280
|
-
I, [2018-11-16T20:35:50.429806 #20722] INFO -- : Started GET "/resque" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1281
|
-
I, [2018-11-16T20:35:50.430218 #20722] INFO -- : Processing by DummyController#resque as HTML
|
1282
|
-
I, [2018-11-16T20:35:50.431482 #20722] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.1ms)
|
1283
|
-
I, [2018-11-16T20:35:50.431790 #20722] INFO -- : Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
1284
|
-
I, [2018-11-16T20:35:50.433285 #20722] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1285
|
-
I, [2018-11-16T20:35:50.433815 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1286
|
-
I, [2018-11-16T20:35:50.434049 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1287
|
-
F, [2018-11-16T20:35:50.439031 #20722] FATAL -- :
|
1288
|
-
AirbrakeTestError (AirbrakeTestError):
|
1289
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1290
|
-
|
1291
|
-
|
1292
|
-
I, [2018-11-16T20:35:50.445359 #20722] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1293
|
-
I, [2018-11-16T20:35:50.445887 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1294
|
-
I, [2018-11-16T20:35:50.446117 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1295
|
-
F, [2018-11-16T20:35:50.451406 #20722] FATAL -- :
|
1296
|
-
AirbrakeTestError (AirbrakeTestError):
|
1297
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1298
|
-
|
1299
|
-
|
1300
|
-
I, [2018-11-16T20:35:50.461048 #20722] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1301
|
-
I, [2018-11-16T20:35:50.461623 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1302
|
-
I, [2018-11-16T20:35:50.461882 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1303
|
-
F, [2018-11-16T20:35:50.467029 #20722] FATAL -- :
|
1304
|
-
AirbrakeTestError (AirbrakeTestError):
|
1305
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1306
|
-
|
1307
|
-
|
1308
|
-
I, [2018-11-16T20:35:50.573489 #20722] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1309
|
-
I, [2018-11-16T20:35:50.574678 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1310
|
-
I, [2018-11-16T20:35:50.575085 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1311
|
-
F, [2018-11-16T20:35:50.586117 #20722] FATAL -- :
|
1312
|
-
AirbrakeTestError (AirbrakeTestError):
|
1313
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1314
|
-
|
1315
|
-
|
1316
|
-
I, [2018-11-16T20:35:50.587981 #20722] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1317
|
-
I, [2018-11-16T20:35:50.588817 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1318
|
-
I, [2018-11-16T20:35:50.589196 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1319
|
-
F, [2018-11-16T20:35:50.594836 #20722] FATAL -- :
|
1320
|
-
AirbrakeTestError (AirbrakeTestError):
|
1321
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1322
|
-
|
1323
|
-
|
1324
|
-
I, [2018-11-16T20:35:50.601055 #20722] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1325
|
-
I, [2018-11-16T20:35:50.601622 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1326
|
-
I, [2018-11-16T20:35:50.601894 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1327
|
-
F, [2018-11-16T20:35:50.606677 #20722] FATAL -- :
|
1328
|
-
AirbrakeTestError (AirbrakeTestError):
|
1329
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1330
|
-
|
1331
|
-
|
1332
|
-
I, [2018-11-16T20:35:50.613354 #20722] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1333
|
-
I, [2018-11-16T20:35:50.614081 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1334
|
-
I, [2018-11-16T20:35:50.614443 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1335
|
-
F, [2018-11-16T20:35:50.619339 #20722] FATAL -- :
|
1336
|
-
AirbrakeTestError (AirbrakeTestError):
|
1337
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1338
|
-
|
1339
|
-
|
1340
|
-
I, [2018-11-16T20:35:50.725833 #20722] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1341
|
-
I, [2018-11-16T20:35:50.726724 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1342
|
-
I, [2018-11-16T20:35:50.727172 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1343
|
-
F, [2018-11-16T20:35:50.740298 #20722] FATAL -- :
|
1344
|
-
AirbrakeTestError (AirbrakeTestError):
|
1345
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1346
|
-
|
1347
|
-
|
1348
|
-
I, [2018-11-16T20:35:50.742768 #20722] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2018-11-16 20:35:50 +0800
|
1349
|
-
I, [2018-11-16T20:35:50.743461 #20722] INFO -- : Processing by DummyController#active_job as HTML
|
1350
|
-
I, [2018-11-16T20:35:50.759907 #20722] INFO -- : Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)
|
1351
|
-
F, [2018-11-16T20:35:50.774019 #20722] FATAL -- :
|
1352
|
-
AirbrakeTestError (active_job error):
|
1353
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
363
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
364
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
1354
365
|
|
1355
366
|
|
1356
|
-
I, [
|
1357
|
-
I, [
|
1358
|
-
|
1359
|
-
|
1360
|
-
|
1361
|
-
|
367
|
+
I, [2019-03-01T20:59:23.225403 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:23 +0200
|
368
|
+
I, [2019-03-01T20:59:23.226017 #27606] INFO -- : Processing by DummyController#crash as HTML
|
369
|
+
D, [2019-03-01T20:59:23.226398 #27606] DEBUG -- : [1m[35m (0.0ms)[0m begin transaction
|
370
|
+
D, [2019-03-01T20:59:23.227929 #27606] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
371
|
+
D, [2019-03-01T20:59:23.229359 #27606] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
372
|
+
I, [2019-03-01T20:59:23.230704 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
|
373
|
+
F, [2019-03-01T20:59:23.237273 #27606] FATAL -- :
|
374
|
+
AirbrakeTestError (after_commit):
|
375
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
376
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
1362
377
|
|
1363
378
|
|
1364
|
-
I, [
|
1365
|
-
I, [
|
1366
|
-
|
1367
|
-
|
1368
|
-
|
1369
|
-
|
1370
|
-
|
1371
|
-
|
1372
|
-
I, [2018-11-16T20:35:56.830016 #20722] INFO -- : Started GET "/crash" for 127.0.0.1 at 2018-11-16 20:35:56 +0800
|
1373
|
-
I, [2018-11-16T20:35:56.831008 #20722] INFO -- : Processing by DummyController#crash as HTML
|
1374
|
-
I, [2018-11-16T20:35:56.831367 #20722] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1375
|
-
F, [2018-11-16T20:35:56.836340 #20722] FATAL -- :
|
1376
|
-
AirbrakeTestError (AirbrakeTestError):
|
1377
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1378
|
-
|
1379
|
-
|
1380
|
-
I, [2018-11-16T20:35:58.845918 #20722] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-16 20:35:58 +0800
|
1381
|
-
I, [2018-11-16T20:35:58.848557 #20722] INFO -- : Processing by DummyController#delayed_job as HTML
|
1382
|
-
I, [2018-11-16T20:35:58.863975 #20722] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.3ms)
|
1383
|
-
F, [2018-11-16T20:35:58.876212 #20722] FATAL -- :
|
1384
|
-
AirbrakeTestError (delayed_job error):
|
1385
|
-
lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
|
1386
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1387
|
-
|
1388
|
-
|
1389
|
-
I, [2018-11-16T20:36:02.891919 #20722] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2018-11-16 20:36:02 +0800
|
1390
|
-
I, [2018-11-16T20:36:02.892694 #20722] INFO -- : Processing by DummyController#delayed_job as HTML
|
1391
|
-
I, [2018-11-16T20:36:02.893705 #20722] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
|
1392
|
-
F, [2018-11-16T20:36:02.895002 #20722] FATAL -- :
|
1393
|
-
AirbrakeTestError (delayed_job error):
|
1394
|
-
lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
|
1395
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1396
|
-
|
1397
|
-
|
1398
|
-
I, [2018-11-16T20:36:04.900785 #20722] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2018-11-16 20:36:04 +0800
|
1399
|
-
I, [2018-11-16T20:36:04.901605 #20722] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
|
1400
|
-
D, [2018-11-16T20:36:04.901932 #20722] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1401
|
-
D, [2018-11-16T20:36:04.906586 #20722] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
|
1402
|
-
D, [2018-11-16T20:36:04.906920 #20722] DEBUG -- : [1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1403
|
-
I, [2018-11-16T20:36:04.907316 #20722] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.4ms)
|
1404
|
-
F, [2018-11-16T20:36:04.923539 #20722] FATAL -- :
|
1405
|
-
AirbrakeTestError (after_rollback):
|
1406
|
-
lib/airbrake/rack/middleware.rb:54:in `call'
|
1407
|
-
|
1408
|
-
|
1409
|
-
I, [2018-11-16T20:36:04.926265 #20722] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2018-11-16 20:36:04 +0800
|
1410
|
-
I, [2018-11-16T20:36:04.926987 #20722] INFO -- : Processing by DummyController#active_record_after_commit as HTML
|
1411
|
-
D, [2018-11-16T20:36:04.927359 #20722] DEBUG -- : [1m[35m (0.0ms)[0m begin transaction
|
1412
|
-
D, [2018-11-16T20:36:04.927837 #20722] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "Bingo"]]
|
1413
|
-
D, [2018-11-16T20:36:04.928034 #20722] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
1414
|
-
I, [2018-11-16T20:36:04.928386 #20722] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
|
1415
|
-
F, [2018-11-16T20:36:04.933760 #20722] FATAL -- :
|
379
|
+
I, [2019-03-01T20:59:25.255918 #27606] INFO -- : Started HEAD "/crash" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
|
380
|
+
I, [2019-03-01T20:59:25.258589 #27606] INFO -- : Processing by DummyController#crash as HTML
|
381
|
+
D, [2019-03-01T20:59:25.258986 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
382
|
+
D, [2019-03-01T20:59:25.260403 #27606] DEBUG -- : [1m[35mSQL (0.0ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
383
|
+
D, [2019-03-01T20:59:25.261696 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
384
|
+
I, [2019-03-01T20:59:25.262977 #27606] INFO -- : Completed 0 in 4ms (ActiveRecord: 0.1ms)
|
385
|
+
F, [2019-03-01T20:59:25.264608 #27606] FATAL -- :
|
1416
386
|
AirbrakeTestError (after_commit):
|
1417
|
-
lib/airbrake/rack/middleware.rb:
|
1418
|
-
|
1419
|
-
|
1420
|
-
D, [2019-02-12T12:15:52.917796 #63362] DEBUG -- : [1m[36m (0.5ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1421
|
-
D, [2019-02-12T12:15:52.922082 #63362] 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)
|
1422
|
-
D, [2019-02-12T12:15:52.922456 #63362] DEBUG -- : [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1423
|
-
D, [2019-02-12T12:15:52.923116 #63362] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1424
|
-
I, [2019-02-12T12:15:52.960801 #63362] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-02-12 12:15:52 +0200
|
1425
|
-
I, [2019-02-12T12:15:52.963569 #63362] INFO -- : Processing by DummyController#crash as HTML
|
1426
|
-
I, [2019-02-12T12:15:52.964037 #63362] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1427
|
-
F, [2019-02-12T12:15:52.980815 #63362] FATAL -- :
|
1428
|
-
AirbrakeTestError (AirbrakeTestError):
|
1429
|
-
lib/airbrake/rack/middleware.rb:82:in `call'
|
1430
|
-
|
1431
|
-
|
1432
|
-
I, [2019-02-12T12:15:52.987843 #63362] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:52 +0200
|
1433
|
-
I, [2019-02-12T12:15:52.988638 #63362] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1434
|
-
I, [2019-02-12T12:15:52.988691 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1435
|
-
I, [2019-02-12T12:15:53.004976 #63362] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.1ms)
|
1436
|
-
I, [2019-02-12T12:15:53.005287 #63362] INFO -- : Completed 200 OK in 16ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
1437
|
-
I, [2019-02-12T12:15:53.007891 #63362] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1438
|
-
I, [2019-02-12T12:15:53.008553 #63362] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1439
|
-
I, [2019-02-12T12:15:53.008597 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1440
|
-
I, [2019-02-12T12:15:53.018937 #63362] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1441
|
-
I, [2019-02-12T12:15:53.019268 #63362] INFO -- : Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1442
|
-
I, [2019-02-12T12:15:53.021721 #63362] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1443
|
-
I, [2019-02-12T12:15:53.022642 #63362] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1444
|
-
I, [2019-02-12T12:15:53.022692 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1445
|
-
I, [2019-02-12T12:15:53.034913 #63362] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1446
|
-
I, [2019-02-12T12:15:53.035302 #63362] INFO -- : Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1447
|
-
I, [2019-02-12T12:15:53.037460 #63362] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1448
|
-
I, [2019-02-12T12:15:53.038178 #63362] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1449
|
-
I, [2019-02-12T12:15:53.038229 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1450
|
-
I, [2019-02-12T12:15:53.047786 #63362] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1451
|
-
I, [2019-02-12T12:15:53.048142 #63362] INFO -- : Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1452
|
-
I, [2019-02-12T12:15:53.050589 #63362] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1453
|
-
I, [2019-02-12T12:15:53.051266 #63362] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1454
|
-
I, [2019-02-12T12:15:53.051305 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1455
|
-
I, [2019-02-12T12:15:53.061090 #63362] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1456
|
-
I, [2019-02-12T12:15:53.061384 #63362] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1457
|
-
I, [2019-02-12T12:15:53.063529 #63362] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1458
|
-
I, [2019-02-12T12:15:53.064141 #63362] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
1459
|
-
I, [2019-02-12T12:15:53.064185 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1460
|
-
I, [2019-02-12T12:15:53.074063 #63362] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
1461
|
-
I, [2019-02-12T12:15:53.074342 #63362] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1462
|
-
I, [2019-02-12T12:15:53.078046 #63362] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1463
|
-
I, [2019-02-12T12:15:53.078918 #63362] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1464
|
-
I, [2019-02-12T12:15:53.078964 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1465
|
-
I, [2019-02-12T12:15:53.084666 #63362] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1466
|
-
I, [2019-02-12T12:15:53.089575 #63362] INFO -- : Completed 200 OK in 11ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
1467
|
-
I, [2019-02-12T12:15:53.091679 #63362] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1468
|
-
I, [2019-02-12T12:15:53.092286 #63362] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1469
|
-
I, [2019-02-12T12:15:53.092327 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1470
|
-
I, [2019-02-12T12:15:53.097392 #63362] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1471
|
-
I, [2019-02-12T12:15:53.102482 #63362] INFO -- : Completed 200 OK in 10ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
1472
|
-
I, [2019-02-12T12:15:53.104822 #63362] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1473
|
-
I, [2019-02-12T12:15:53.105586 #63362] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1474
|
-
I, [2019-02-12T12:15:53.105640 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1475
|
-
I, [2019-02-12T12:15:53.111029 #63362] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1476
|
-
I, [2019-02-12T12:15:53.116445 #63362] INFO -- : Completed 200 OK in 11ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
1477
|
-
I, [2019-02-12T12:15:53.118823 #63362] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1478
|
-
I, [2019-02-12T12:15:53.119589 #63362] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1479
|
-
I, [2019-02-12T12:15:53.119637 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1480
|
-
I, [2019-02-12T12:15:53.125199 #63362] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1481
|
-
I, [2019-02-12T12:15:53.131569 #63362] INFO -- : Completed 200 OK in 12ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
1482
|
-
I, [2019-02-12T12:15:53.133897 #63362] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1483
|
-
I, [2019-02-12T12:15:53.134652 #63362] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1484
|
-
I, [2019-02-12T12:15:53.134699 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1485
|
-
I, [2019-02-12T12:15:53.144312 #63362] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
|
1486
|
-
I, [2019-02-12T12:15:53.144615 #63362] INFO -- : Completed 200 OK in 10ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
1487
|
-
I, [2019-02-12T12:15:53.147126 #63362] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1488
|
-
I, [2019-02-12T12:15:53.147930 #63362] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
1489
|
-
I, [2019-02-12T12:15:53.147980 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1490
|
-
I, [2019-02-12T12:15:53.152982 #63362] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
1491
|
-
I, [2019-02-12T12:15:53.157681 #63362] INFO -- : Completed 200 OK in 10ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
1492
|
-
I, [2019-02-12T12:15:53.159843 #63362] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1493
|
-
I, [2019-02-12T12:15:53.160420 #63362] INFO -- : Processing by DummyController#crash as HTML
|
1494
|
-
I, [2019-02-12T12:15:53.160463 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1495
|
-
I, [2019-02-12T12:15:53.160752 #63362] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1496
|
-
F, [2019-02-12T12:15:53.166062 #63362] FATAL -- :
|
1497
|
-
AirbrakeTestError (AirbrakeTestError):
|
1498
|
-
lib/airbrake/rack/middleware.rb:82:in `call'
|
1499
|
-
|
1500
|
-
|
1501
|
-
I, [2019-02-12T12:15:53.174173 #63362] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1502
|
-
I, [2019-02-12T12:15:53.174918 #63362] INFO -- : Processing by DummyController#crash as HTML
|
1503
|
-
I, [2019-02-12T12:15:53.174961 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1504
|
-
I, [2019-02-12T12:15:53.175252 #63362] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1505
|
-
F, [2019-02-12T12:15:53.180641 #63362] FATAL -- :
|
1506
|
-
AirbrakeTestError (AirbrakeTestError):
|
1507
|
-
lib/airbrake/rack/middleware.rb:82:in `call'
|
1508
|
-
|
1509
|
-
|
1510
|
-
I, [2019-02-12T12:15:53.187047 #63362] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1511
|
-
I, [2019-02-12T12:15:53.187723 #63362] INFO -- : Processing by DummyController#crash as HTML
|
1512
|
-
I, [2019-02-12T12:15:53.187766 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1513
|
-
I, [2019-02-12T12:15:53.188047 #63362] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1514
|
-
F, [2019-02-12T12:15:53.192925 #63362] FATAL -- :
|
1515
|
-
AirbrakeTestError (AirbrakeTestError):
|
1516
|
-
lib/airbrake/rack/middleware.rb:82:in `call'
|
1517
|
-
|
1518
|
-
|
1519
|
-
I, [2019-02-12T12:15:53.307855 #63362] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1520
|
-
I, [2019-02-12T12:15:53.309010 #63362] INFO -- : Processing by DummyController#crash as HTML
|
1521
|
-
I, [2019-02-12T12:15:53.309073 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1522
|
-
I, [2019-02-12T12:15:53.309467 #63362] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1523
|
-
F, [2019-02-12T12:15:53.321727 #63362] FATAL -- :
|
1524
|
-
AirbrakeTestError (AirbrakeTestError):
|
1525
|
-
lib/airbrake/rack/middleware.rb:82:in `call'
|
1526
|
-
|
1527
|
-
|
1528
|
-
I, [2019-02-12T12:15:53.323557 #63362] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1529
|
-
I, [2019-02-12T12:15:53.324359 #63362] INFO -- : Processing by DummyController#crash as HTML
|
1530
|
-
I, [2019-02-12T12:15:53.324408 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1531
|
-
I, [2019-02-12T12:15:53.324725 #63362] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1532
|
-
F, [2019-02-12T12:15:53.330000 #63362] FATAL -- :
|
1533
|
-
AirbrakeTestError (AirbrakeTestError):
|
1534
|
-
lib/airbrake/rack/middleware.rb:82:in `call'
|
1535
|
-
|
1536
|
-
|
1537
|
-
I, [2019-02-12T12:15:53.336262 #63362] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1538
|
-
I, [2019-02-12T12:15:53.336985 #63362] INFO -- : Processing by DummyController#crash as HTML
|
1539
|
-
I, [2019-02-12T12:15:53.337027 #63362] INFO -- : Parameters: {"foo"=>"bar"}
|
1540
|
-
I, [2019-02-12T12:15:53.337313 #63362] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
1541
|
-
F, [2019-02-12T12:15:53.342225 #63362] FATAL -- :
|
1542
|
-
AirbrakeTestError (AirbrakeTestError):
|
1543
|
-
lib/airbrake/rack/middleware.rb:82:in `call'
|
1544
|
-
|
1545
|
-
|
1546
|
-
I, [2019-02-12T12:15:53.348812 #63362] INFO -- : Started GET "/resque" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1547
|
-
I, [2019-02-12T12:15:53.349506 #63362] INFO -- : Processing by DummyController#resque as HTML
|
1548
|
-
I, [2019-02-12T12:15:53.360824 #63362] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
|
1549
|
-
I, [2019-02-12T12:15:53.361093 #63362] INFO -- : Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1550
|
-
I, [2019-02-12T12:15:53.363341 #63362] INFO -- : Started GET "/resque" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1551
|
-
I, [2019-02-12T12:15:53.363886 #63362] INFO -- : Processing by DummyController#resque as HTML
|
1552
|
-
I, [2019-02-12T12:15:53.365391 #63362] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
|
1553
|
-
I, [2019-02-12T12:15:53.365659 #63362] INFO -- : Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1554
|
-
I, [2019-02-12T12:15:53.367472 #63362] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-02-12 12:15:53 +0200
|
1555
|
-
I, [2019-02-12T12:15:53.368044 #63362] INFO -- : Processing by DummyController#active_job as HTML
|
1556
|
-
I, [2019-02-12T12:15:53.381584 #63362] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)
|
1557
|
-
F, [2019-02-12T12:15:53.393756 #63362] FATAL -- :
|
1558
|
-
AirbrakeTestError (active_job error):
|
1559
|
-
lib/airbrake/rack/middleware.rb:82:in `call'
|
387
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
388
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
389
|
+
|
1560
390
|
|
391
|
+
I, [2019-03-01T20:59:25.265922 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
|
392
|
+
I, [2019-03-01T20:59:25.266505 #27606] INFO -- : Processing by DummyController#crash as HTML
|
393
|
+
D, [2019-03-01T20:59:25.266901 #27606] DEBUG -- : [1m[35m (0.0ms)[0m begin transaction
|
394
|
+
D, [2019-03-01T20:59:25.268430 #27606] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
395
|
+
D, [2019-03-01T20:59:25.269741 #27606] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
396
|
+
I, [2019-03-01T20:59:25.270974 #27606] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
|
397
|
+
F, [2019-03-01T20:59:25.272625 #27606] FATAL -- :
|
398
|
+
AirbrakeTestError (after_commit):
|
399
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
400
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
1561
401
|
|
1562
|
-
|
1563
|
-
I, [2019-
|
1564
|
-
I, [2019-
|
1565
|
-
|
402
|
+
|
403
|
+
I, [2019-03-01T20:59:25.274531 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
|
404
|
+
I, [2019-03-01T20:59:25.275156 #27606] INFO -- : Processing by DummyController#crash as HTML
|
405
|
+
D, [2019-03-01T20:59:25.275514 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
406
|
+
D, [2019-03-01T20:59:25.277025 #27606] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
407
|
+
D, [2019-03-01T20:59:25.278339 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
408
|
+
I, [2019-03-01T20:59:25.279660 #27606] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
|
409
|
+
F, [2019-03-01T20:59:25.281262 #27606] FATAL -- :
|
410
|
+
AirbrakeTestError (after_commit):
|
411
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
412
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
413
|
+
|
414
|
+
|
415
|
+
I, [2019-03-01T20:59:25.282540 #27606] INFO -- : Started GET "/" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
|
416
|
+
I, [2019-03-01T20:59:25.283169 #27606] INFO -- : Processing by DummyController#index as HTML
|
417
|
+
I, [2019-03-01T20:59:25.289037 #27606] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.9ms)
|
418
|
+
I, [2019-03-01T20:59:25.289427 #27606] INFO -- : Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
419
|
+
I, [2019-03-01T20:59:25.291071 #27606] INFO -- : Started GET "/resque" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
|
420
|
+
I, [2019-03-01T20:59:25.291684 #27606] INFO -- : Processing by DummyController#resque as HTML
|
421
|
+
I, [2019-03-01T20:59:25.293251 #27606] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.1ms)
|
422
|
+
I, [2019-03-01T20:59:25.293510 #27606] INFO -- : Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
423
|
+
I, [2019-03-01T20:59:25.294502 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
|
424
|
+
I, [2019-03-01T20:59:25.295019 #27606] INFO -- : Processing by DummyController#crash as HTML
|
425
|
+
D, [2019-03-01T20:59:25.295383 #27606] DEBUG -- : [1m[35m (0.0ms)[0m begin transaction
|
426
|
+
D, [2019-03-01T20:59:25.296878 #27606] DEBUG -- : [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
427
|
+
D, [2019-03-01T20:59:25.298185 #27606] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
428
|
+
I, [2019-03-01T20:59:25.299430 #27606] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
|
429
|
+
F, [2019-03-01T20:59:25.301072 #27606] FATAL -- :
|
430
|
+
AirbrakeTestError (after_commit):
|
431
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
432
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
433
|
+
|
434
|
+
|
435
|
+
I, [2019-03-01T20:59:25.302233 #27606] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
|
436
|
+
I, [2019-03-01T20:59:25.302918 #27606] INFO -- : Processing by DummyController#delayed_job as HTML
|
437
|
+
I, [2019-03-01T20:59:25.312184 #27606] INFO -- : Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms)
|
438
|
+
F, [2019-03-01T20:59:25.335393 #27606] FATAL -- :
|
439
|
+
RSpec::Mocks::MockExpectationError (Airbrake received :notify with unexpected arguments
|
440
|
+
expected: (anything, hash_including("handler"=>"--- !ruby/struct:BangoJob\nbingo: bingo\nbongo: bongo\n"))
|
441
|
+
got: (#<Airbrake::Notice:0x00007f83abdd8688 @config=#<Airbrake::Config:0x00007f83accef928 @proxy={}, @queue...ath=nil, @ip=nil, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007f83abc9a140 @max_size=10000>>)
|
442
|
+
Diff:[0m
|
443
|
+
[0m[34m@@ -1,3 +1,2 @@
|
444
|
+
[0m[31m-["anything",
|
445
|
+
[0m[31m- "hash_including(\"handler\"=>\"--- !ruby/struct:BangoJob\\nbingo: bingo\\nbongo: bongo\\n\")"]
|
446
|
+
[0m[32m+[#<Airbrake::Notice:0x00007f83abdd8688 @config=#<Airbrake::Config:0x00007f83accef928 @proxy={}, @queue_size=100, @workers=5, @code_hunks=true, @logger=#<Logger:0x00007f83accef888 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f83accef838 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f83accef7e8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/dev/null", @dev=#<File:/dev/null>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f83accef770>>>, @project_id=113743, @project_key="fd04e13d806a90f96614ad8e529b2822", @host="https://api.airbrake.io", @ignore_environments=[], @timeout=nil, @blacklist_keys=[], @whitelist_keys=[], @root_directory="/Users/kyrylo/Code/airbrake/airbrake/gemfiles", @versions={}, @performance_stats=false, @performance_stats_flush_period=1, @app_version="1.2.3", @endpoint=#<URI::HTTPS https://api.airbrake.io/api/v3/projects/113743/notices>>, @payload={:errors=>[{:type=>"AirbrakeTestError", :message=>"delayed_job error", :backtrace=>[{:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>86, :function=>"perform"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>81, :function=>"block in invoke_job"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/delayed_job.rb", :line=>10, :function=>"block (2 levels) in <class:Airbrake>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>79, :function=>"block (2 levels) in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>79, :function=>"block in add"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>78, :function=>"invoke_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>19, :function=>"block (2 levels) in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>61, :function=>"block in initialize"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>66, :function=>"execute"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/lifecycle.rb", :line=>40, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>17, :function=>"block in enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>16, :function=>"tap"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>16, :function=>"enqueue_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/delayed_job-4.1.5/lib/delayed/backend/base.rb", :line=>12, :function=>"enqueue"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb", :line=>142, :function=>"delayed_job"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/implicit_render.rb", :line=>4, :function=>"send_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>198, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rendering.rb", :line=>10, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>20, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_process_action_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/callbacks.rb", :line=>19, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rescue.rb", :line=>29, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>32, :function=>"block in process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"block in instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications/instrumenter.rb", :line=>20, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/notifications.rb", :line=>164, :function=>"instrument"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/instrumentation.rb", :line=>30, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/params_wrapper.rb", :line=>250, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/railties/controller_runtime.rb", :line=>18, :function=>"process_action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/abstract_controller/base.rb", :line=>137, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/rendering.rb", :line=>30, :function=>"process"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>196, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal/rack_delegation.rb", :line=>13, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_controller/metal.rb", :line=>237, :function=>"block in action"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>74, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>43, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>43, :function=>"block in serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"each"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/journey/router.rb", :line=>30, :function=>"serve"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/routing/route_set.rb", :line=>817, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>36, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"catch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/warden-1.2.7/lib/warden/manager.rb", :line=>35, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/etag.rb", :line=>24, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/conditionalget.rb", :line=>25, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/head.rb", :line=>13, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/params_parser.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/flash.rb", :line=>260, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>225, :function=>"context"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/session/abstract/id.rb", :line=>220, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/cookies.rb", :line=>560, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/query_cache.rb", :line=>36, :function=>"call"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>52, :function=>"call!"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb", :line=>40, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb", :line=>653, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>29, :function=>"block in call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>88, :function=>"__run_callbacks__"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>778, :function=>"_run_call_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/callbacks.rb", :line=>81, :function=>"run_callbacks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/callbacks.rb", :line=>27, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/reloader.rb", :line=>73, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/remote_ip.rb", :line=>78, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/debug_exceptions.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/show_exceptions.rb", :line=>30, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>38, :function=>"call_app"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/rack/logger.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/request_id.rb", :line=>21, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/methodoverride.rb", :line=>22, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/runtime.rb", :line=>18, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/activesupport-4.2.11/lib/active_support/cache/strategy/local_cache_middleware.rb", :line=>28, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/lock.rb", :line=>17, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/actionpack-4.2.11/lib/action_dispatch/middleware/static.rb", :line=>120, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-1.6.11/lib/rack/sendfile.rb", :line=>113, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/engine.rb", :line=>518, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/application.rb", :line=>165, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/mock_session.rb", :line=>30, :function=>"request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>244, :function=>"process_request"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rack-test-0.6.3/lib/rack/test.rb", :line=>58, :function=>"get"}, {:file=>"/Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb", :line=>197, :function=>"block (3 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>254, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"block in with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"block in with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>604, :function=>"block in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-wait-0.0.9/lib/rspec/wait.rb", :line=>46, :function=>"block (2 levels) in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>447, :function=>"instance_exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>373, :function=>"execute_with"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>606, :function=>"block (2 levels) in run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>342, :function=>"call"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>607, :function=>"run_around_example_hooks_for"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/hooks.rb", :line=>464, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>457, :function=>"with_around_example_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>500, :function=>"with_around_and_singleton_context_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example.rb", :line=>251, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>629, :function=>"block in run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>625, :function=>"run_examples"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>591, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"block in run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/example_group.rb", :line=>592, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (3 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"map"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>116, :function=>"block (2 levels) in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb", :line=>1989, :function=>"with_suite_hooks"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>111, :function=>"block in run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/reporter.rb", :line=>74, :function=>"report"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>110, :function=>"run_specs"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>87, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>71, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/lib/rspec/core/runner.rb", :line=>45, :function=>"invoke"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/rspec-core-3.8.0/exe/rspec", :line=>4, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec", :line=>23, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>74, :function=>"kernel_load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli/exec.rb", :line=>28, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>463, :function=>"exec"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/command.rb", :line=>27, :function=>"run"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/invocation.rb", :line=>126, :function=>"invoke_command"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor.rb", :line=>387, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>27, :function=>"dispatch"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/vendor/thor/lib/thor/base.rb", :line=>466, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/cli.rb", :line=>18, :function=>"start"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>30, :function=>"block in <top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/lib/bundler/friendly_errors.rb", :line=>124, :function=>"with_friendly_errors"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/gems/bundler-1.17.1/exe/bundle", :line=>22, :function=>"<top (required)>"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"load"}, {:file=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/bundle", :line=>23, :function=>"<main>"}]}], :context=>{:version=>"1.2.3", :rootDirectory=>"/Users/kyrylo/Code/airbrake/airbrake/gemfiles", :hostname=>"Kyrylos-MacBook-Pro.local", :severity=>"error", :os=>"x86_64-darwin16", :language=>"ruby/2.4.2", :notifier=>{:name=>"airbrake-ruby", :version=>"4.1.0", :url=>"https://github.com/airbrake/airbrake-ruby"}}, :environment=>{:program_name=>"/Users/kyrylo/.gem/ruby/2.4.2/bin/rspec"}, :session=>{}, :params=>{}}, @stash={:exception=>#<AirbrakeTestError: delayed_job error>, :rack_request=>#<ActionDispatch::Request:0x00007f83abc99da8 @env={"rack.version"=>[1, 3], "rack.input"=>#<StringIO:0x00007f83ad1381b0>, "rack.errors"=>#<StringIO:0x00007f83ad138318>, "rack.multithread"=>false, "rack.multiprocess"=>true, "rack.run_once"=>false, "REQUEST_METHOD"=>"GET", "SERVER_NAME"=>"example.org", "SERVER_PORT"=>"80", "QUERY_STRING"=>"", "PATH_INFO"=>"/delayed_job", "rack.url_scheme"=>"http", "HTTPS"=>"off", "SCRIPT_NAME"=>"", "CONTENT_LENGTH"=>"0", "rack.test"=>true, "REMOTE_ADDR"=>"127.0.0.1", "HTTP_HOST"=>"example.org", "HTTP_COOKIE"=>"", "ORIGINAL_FULLPATH"=>"/delayed_job", "ORIGINAL_SCRIPT_NAME"=>"", "action_dispatch.routes"=>#<ActionDispatch::Routing::RouteSet:0x00007f83acb3ea48>, "action_dispatch.parameter_filter"=>[], "action_dispatch.redirect_filter"=>[], "action_dispatch.secret_token"=>"ni6aeph6aeriBiphesh8omahv6cohpue5Quah5ceiMohtuvei8", "action_dispatch.secret_key_base"=>"62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", "action_dispatch.show_exceptions"=>true, "action_dispatch.show_detailed_exceptions"=>false, "action_dispatch.logger"=>#<Logger:0x00007f83abf60780 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f83abf60730 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f83abf60690 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log", @dev=#<File:/Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/logs/42.log>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f83abf605c8>>>, "action_dispatch.backtrace_cleaner"=>#<Rails::BacktraceCleaner:0x00007f83ad2ee310 @filters=[#<Proc:0x00007f83ad2ee1f8@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:14>, #<Proc:0x00007f83ad2ee1d0@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:15>, #<Proc:0x00007f83ad2ee1a8@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:16>, #<Proc:0x00007f83ad2eda28@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:29>], @silencers=[#<Proc:0x00007f83ad2eda00@/Users/kyrylo/.gem/ruby/2.4.2/gems/railties-4.2.11/lib/rails/backtrace_cleaner.rb:19>], @root="/Users/kyrylo/Code/airbrake/airbrake/">, "action_dispatch.key_generator"=>#<ActiveSupport::CachingKeyGenerator:0x00007f83ad2ed898 @key_generator=#<ActiveSupport::KeyGenerator:0x00007f83ad2ed8c0 @secret="62773890cad9d9d584b57320f8612f8f7378a90aadcabc6ee", @iterations=1000>, @cache_keys=#<ThreadSafe::Cache:0x00007f83ad2ed870 @backend={"encrypted cookie64"=>"\x1D\x0Ecc\x81\xCE\xD3\xBE\x16\b\xA4 \xBE\xB0\xAF\b\xCA\xAFtlV\xA7jQ\x06\xEFV\x88\xC3\xE6~\xA0+\xEC1\xE5M]N\x9B\xDB\x9C\xB84\x16\x8C\xC3\xB5m\x19\x82\x03\xB4\xCF\xEE \x81H\xB7P4l\xD15", "signed encrypted cookie64"=>"b\x8D\xD9M,1\xBFB\xEB\x83\xA8%\x18\xFCj\x82\xD6>N\x94-\xDB\xE5\xB1}Uj\xE5u\xFB\x916\x15\xD2\xEE\xD2\x1C\xEC`\xA7\xB1\xCC\x9D\x12\xC6\x9B\x7F\a4>\xE2\xC04N\xFD\x84\xEEV~\x11\xFB\x85\xEE\xE7"}, @default_proc=nil>>, "action_dispatch.http_auth_salt"=>"http authentication", "action_dispatch.signed_cookie_salt"=>"signed cookie", "action_dispatch.encrypted_cookie_salt"=>"encrypted cookie", "action_dispatch.encrypted_signed_cookie_salt"=>"signed encrypted cookie", "action_dispatch.cookies_serializer"=>nil, "action_dispatch.cookies_digest"=>nil, "ROUTES_70101757457700_SCRIPT_NAME"=>"", "action_dispatch.request_id"=>"e47a8968-2831-4b42-aa5f-374a3c68fc47", "action_dispatch.remote_ip"=>#<ActionDispatch::RemoteIp::GetIp:0x00007f83ad12d008 @env={...}, @check_ip=true, @proxies=[#<IPAddr: IPv4:127.0.0.1/255.255.255.255>, #<IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff>, #<IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000>, #<IPAddr: IPv4:10.0.0.0/255.0.0.0>, #<IPAddr: IPv4:172.16.0.0/255.240.0.0>, #<IPAddr: IPv4:192.168.0.0/255.255.0.0>]>, "rack.session"=>#<ActionDispatch::Request::Session:0x7f83ad12c6d0 not yet loaded>, "rack.session.options"=>#<ActionDispatch::Request::Session::Options:0x00007f83ad12c680 @by=#<ActionDispatch::Session::CookieStore:0x00007f83ab0ec7a8 @app=#<ActionDispatch::Flash:0x00007f83ab0ec7d0 @app=#<ActionDispatch::ParamsParser:0x00007f83ab0ec8e8 @app=#<Rack::Head:0x00007f83ab0ec910 @app=#<Rack::ConditionalGet:0x00007f83ab0ec938 @app=#<Rack::ETag:0x00007f83ab0ec988 @app=#<Warden::Manager:0x00007f83ab0eca78 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, @app=#<ActionDispatch::Routing::RouteSet:0x00007f83acb3ea48>>, @cache_control="max-age=0, private, must-revalidate", @no_cache_control="no-cache">>>, @parsers={#<Mime::Type:0x00007f83abc01800 @synonyms=["text/x-json", "application/jsonrequest"], @symbol=:json, @string="application/json", @hash=4319262396860256399>=>:json}>>, @default_options={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}, @key="jiez4Mielu1AiHugog3shiiPhe3lai3faer", @cookie_only=true>, @env={...}, @delegate={:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :defer=>false, :renew=>false}>, "warden"=>Warden::Proxy:70101760565940 @config={:default_scope=>:default, :scope_defaults=>{}, :default_strategies=>{}, :intercept_401=>true}, "action_dispatch.request.path_parameters"=>{:controller=>"dummy", :action=>"delayed_job"}, "action_controller.instance"=>#<DummyController:0x00007f83ad12a498 @_action_has_layout=true, @_routes=nil, @_headers={"Content-Type"=>"text/html"}, @_status=200, @_request=#<ActionDispatch::Request:0x00007f83ad12a268 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"delayed_job"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/delayed_job", @ip=nil, @uuid=nil>, @_response=#<ActionDispatch::Response:0x00007f83ad12a240 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x00007f83ad129f98>, @stream=#<ActionDispatch::Response::Buffer:0x00007f83ad129f20 @response=#<ActionDispatch::Response:0x00007f83ad12a240 ...>, @buf=[], @closed=false>, @header={"X-Frame-Options"=>"SAMEORIGIN", "X-XSS-Protection"=>"1; mode=block", "X-Content-Type-Options"=>"nosniff"}, @status=200, @sending_file=false, @blank=false, @cv=#<MonitorMixin::ConditionVariable:0x00007f83ad129ed0 @monitor=#<ActionDispatch::Response:0x00007f83ad12a240 ...>, @cond=#<Thread::ConditionVariable:0x00007f83ad129ea8>>, @committed=false, @sending=false, @sent=false, @content_type=nil, @charset=nil, @cache_control={}, @etag=nil, @request=#<ActionDispatch::Request:0x00007f83ad12a268 @env={...}, @filtered_parameters={"controller"=>"dummy", "action"=>"delayed_job"}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method="GET", @remote_ip=nil, @original_fullpath=nil, @fullpath="/delayed_job", @ip=nil, @uuid=nil>>, @_env={...}, @_lookup_context=#<ActionView::LookupContext:0x00007f83ad129b10 @details_key=nil, @details={:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}, @skip_default_locale=false, @cache=true, @prefixes=["dummy"], @rendered_format=nil, @view_paths=#<ActionView::PathSet:0x00007f83ad129a48 @paths=[#<ActionView::FixtureResolver:0x00007f83abf63ae8 @pattern=":prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}", @cache=#<ActionView::Resolver::Cache:0x00007f83abf63ac0 @data=#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf63a98 @backend={#<ActionView::LookupContext::DetailsKey:0x00007f83abfa26a8 @hash=-469655471203594392>=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abfa0128 @backend={"index"=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf9b6c8 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf98e28 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf98b80 @backend={[]=>[dummy/index.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007f83abda26a0@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007f83abda2678@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "application"=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf90930 @backend={"layouts"=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf90750 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf904f8 @backend={[]=>[layouts/application.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007f83abda26a0@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007f83abda2678@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>, "resque"=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf195d8 @backend={"dummy"=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf194e8 @backend={false=>#<ActionView::Resolver::Cache::SmallCache:0x00007f83abf193f8 @backend={[]=>[dummy/resque.html.erb]}, @default_proc=nil>}, @default_proc=#<Proc:0x00007f83abda26a0@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:46 (lambda)>>}, @default_proc=#<Proc:0x00007f83abda2678@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:47 (lambda)>>}, @default_proc=#<Proc:0x00007f83abda25d8@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:48 (lambda)>>}, @default_proc=#<Proc:0x00007f83abda25b0@/Users/kyrylo/.gem/ruby/2.4.2/gems/actionview-4.2.11/lib/action_view/template/resolver.rb:49 (lambda)>>>, @hash={"layouts/application.html.erb"=>"<%= yield %>", "dummy/index.html.erb"=>"Hello from index", "dummy/notify_airbrake_helper.html.erb"=>"notify_airbrake_helper", "dummy/notify_airbrake_sync_helper.html.erb"=>"notify_airbrake_helper_sync", "dummy/active_record_after_commit.html.erb"=>"active_record_after_commit", "dummy/active_record_after_rollback.html.erb"=>"active_record_after_rollback", "dummy/active_job.html.erb"=>"active_job", "dummy/resque.html.erb"=>"resque", "dummy/delayed_job.html.erb"=>"delayed_job"}>]>>, @_action_name="delayed_job", @_response_body=nil>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"controller"=>"dummy", "action"=>"delayed_job"}, "action_dispatch.request.formats"=>[#<Mime::Type:0x00007f83ac97a2e8 @synonyms=["application/xhtml+xml"], @symbol=:html, @string="text/html", @hash=2954536967519040195>]}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil, @uuid=nil>}, @truncator=#<Airbrake::Truncator:0x00007f83abc9a140 @max_size=10000>>]
|
447
|
+
[0m):
|
448
|
+
lib/airbrake/rack/middleware.rb:84:in `notify_airbrake'
|
449
|
+
lib/airbrake/rack/middleware.rb:54:in `rescue in call!'
|
450
|
+
lib/airbrake/rack/middleware.rb:59:in `call!'
|
451
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
452
|
+
|
453
|
+
|
454
|
+
I, [2019-03-01T20:59:25.337345 #27606] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-01 20:59:25 +0200
|
455
|
+
I, [2019-03-01T20:59:25.338095 #27606] INFO -- : Processing by DummyController#active_job as HTML
|
456
|
+
I, [2019-03-01T20:59:25.342279 #27606] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
|
457
|
+
F, [2019-03-01T20:59:25.344042 #27606] FATAL -- :
|
1566
458
|
AirbrakeTestError (active_job error):
|
1567
|
-
lib/airbrake/rack/middleware.rb:
|
459
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
460
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
1568
461
|
|
1569
462
|
|
1570
|
-
I, [2019-
|
1571
|
-
I, [2019-
|
1572
|
-
I, [2019-
|
1573
|
-
F, [2019-
|
463
|
+
I, [2019-03-01T20:59:27.349566 #27606] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2019-03-01 20:59:27 +0200
|
464
|
+
I, [2019-03-01T20:59:27.350302 #27606] INFO -- : Processing by DummyController#active_job as HTML
|
465
|
+
I, [2019-03-01T20:59:27.351804 #27606] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
|
466
|
+
F, [2019-03-01T20:59:27.353177 #27606] FATAL -- :
|
1574
467
|
AirbrakeTestError (active_job error):
|
1575
|
-
lib/airbrake/rack/middleware.rb:
|
468
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
469
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
1576
470
|
|
1577
471
|
|
1578
|
-
I, [2019-
|
1579
|
-
I, [2019-
|
1580
|
-
D, [2019-
|
1581
|
-
D, [2019-
|
1582
|
-
D, [2019-
|
1583
|
-
I, [2019-
|
1584
|
-
F, [2019-
|
472
|
+
I, [2019-03-01T20:59:29.360810 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 20:59:29 +0200
|
473
|
+
I, [2019-03-01T20:59:29.361786 #27606] INFO -- : Processing by DummyController#crash as HTML
|
474
|
+
D, [2019-03-01T20:59:29.362217 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
475
|
+
D, [2019-03-01T20:59:29.363759 #27606] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
476
|
+
D, [2019-03-01T20:59:29.365061 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
477
|
+
I, [2019-03-01T20:59:29.366326 #27606] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
|
478
|
+
F, [2019-03-01T20:59:29.378285 #27606] FATAL -- :
|
479
|
+
AirbrakeTestError (after_commit):
|
480
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
481
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
482
|
+
|
483
|
+
|
484
|
+
I, [2019-03-01T20:59:31.386069 #27606] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:31 +0200
|
485
|
+
I, [2019-03-01T20:59:31.387043 #27606] INFO -- : Processing by DummyController#crash as HTML
|
486
|
+
I, [2019-03-01T20:59:31.387094 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
487
|
+
D, [2019-03-01T20:59:31.387499 #27606] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
488
|
+
D, [2019-03-01T20:59:31.389186 #27606] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
489
|
+
D, [2019-03-01T20:59:31.390637 #27606] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
490
|
+
I, [2019-03-01T20:59:31.391979 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
|
491
|
+
F, [2019-03-01T20:59:31.397924 #27606] FATAL -- :
|
492
|
+
AirbrakeTestError (after_commit):
|
493
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
494
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
495
|
+
|
496
|
+
|
497
|
+
I, [2019-03-01T20:59:33.407379 #27606] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:33 +0200
|
498
|
+
I, [2019-03-01T20:59:33.408380 #27606] INFO -- : Processing by DummyController#crash as HTML
|
499
|
+
I, [2019-03-01T20:59:33.408437 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
500
|
+
D, [2019-03-01T20:59:33.408912 #27606] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
501
|
+
D, [2019-03-01T20:59:33.410731 #27606] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
502
|
+
D, [2019-03-01T20:59:33.412363 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
503
|
+
I, [2019-03-01T20:59:33.413826 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
504
|
+
F, [2019-03-01T20:59:33.426035 #27606] FATAL -- :
|
505
|
+
AirbrakeTestError (after_commit):
|
506
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
507
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
508
|
+
|
509
|
+
|
510
|
+
I, [2019-03-01T20:59:35.433294 #27606] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:35 +0200
|
511
|
+
I, [2019-03-01T20:59:35.434224 #27606] INFO -- : Processing by DummyController#crash as HTML
|
512
|
+
I, [2019-03-01T20:59:35.434292 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
513
|
+
D, [2019-03-01T20:59:35.434732 #27606] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
514
|
+
D, [2019-03-01T20:59:35.436467 #27606] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
515
|
+
D, [2019-03-01T20:59:35.438039 #27606] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
516
|
+
I, [2019-03-01T20:59:35.439542 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
|
517
|
+
F, [2019-03-01T20:59:35.453584 #27606] FATAL -- :
|
518
|
+
AirbrakeTestError (after_commit):
|
519
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
520
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
521
|
+
|
522
|
+
|
523
|
+
I, [2019-03-01T20:59:37.458964 #27606] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:37 +0200
|
524
|
+
I, [2019-03-01T20:59:37.459990 #27606] INFO -- : Processing by DummyController#crash as HTML
|
525
|
+
I, [2019-03-01T20:59:37.460056 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
526
|
+
D, [2019-03-01T20:59:37.460500 #27606] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
527
|
+
D, [2019-03-01T20:59:37.462367 #27606] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
528
|
+
D, [2019-03-01T20:59:37.463969 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
529
|
+
I, [2019-03-01T20:59:37.465491 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
|
530
|
+
F, [2019-03-01T20:59:37.476994 #27606] FATAL -- :
|
1585
531
|
AirbrakeTestError (after_commit):
|
1586
|
-
lib/airbrake/rack/middleware.rb:
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
1590
|
-
I, [2019-
|
1591
|
-
|
1592
|
-
|
1593
|
-
D, [2019-
|
1594
|
-
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1603
|
-
I, [2019-
|
1604
|
-
I, [2019-
|
1605
|
-
I, [2019-
|
1606
|
-
|
1607
|
-
|
1608
|
-
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
1620
|
-
I, [2019-
|
1621
|
-
I, [2019-
|
1622
|
-
I, [2019-
|
1623
|
-
|
1624
|
-
|
1625
|
-
|
1626
|
-
|
1627
|
-
|
1628
|
-
I, [2019-
|
1629
|
-
I, [2019-
|
1630
|
-
I, [2019-
|
1631
|
-
|
1632
|
-
|
1633
|
-
|
1634
|
-
|
1635
|
-
|
1636
|
-
I, [2019-
|
1637
|
-
I, [2019-
|
1638
|
-
I, [2019-
|
1639
|
-
|
1640
|
-
|
1641
|
-
|
1642
|
-
|
1643
|
-
|
1644
|
-
I, [2019-
|
1645
|
-
I, [2019-
|
1646
|
-
I, [2019-
|
1647
|
-
|
1648
|
-
|
1649
|
-
|
1650
|
-
|
1651
|
-
|
1652
|
-
I, [2019-
|
1653
|
-
I, [2019-
|
1654
|
-
I, [2019-
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1660
|
-
I, [2019-
|
1661
|
-
I, [2019-
|
1662
|
-
I, [2019-
|
1663
|
-
|
1664
|
-
|
1665
|
-
|
1666
|
-
|
1667
|
-
|
1668
|
-
I, [2019-
|
1669
|
-
I, [2019-
|
1670
|
-
I, [2019-
|
1671
|
-
|
1672
|
-
|
1673
|
-
|
1674
|
-
|
1675
|
-
|
1676
|
-
I, [2019-
|
1677
|
-
I, [2019-
|
1678
|
-
|
1679
|
-
|
1680
|
-
|
1681
|
-
|
1682
|
-
|
1683
|
-
|
1684
|
-
|
1685
|
-
|
1686
|
-
|
1687
|
-
|
1688
|
-
AirbrakeTestError (AirbrakeTestError):
|
1689
|
-
lib/airbrake/rack/middleware.rb:82:in `call'
|
1690
|
-
|
1691
|
-
|
1692
|
-
I, [2019-02-12T12:16:03.783046 #63362] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2019-02-12 12:16:03 +0200
|
1693
|
-
I, [2019-02-12T12:16:03.783703 #63362] INFO -- : Processing by DummyController#delayed_job as HTML
|
1694
|
-
I, [2019-02-12T12:16:03.794357 #63362] INFO -- : Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms)
|
1695
|
-
F, [2019-02-12T12:16:03.803721 #63362] FATAL -- :
|
1696
|
-
AirbrakeTestError (delayed_job error):
|
1697
|
-
lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
|
1698
|
-
lib/airbrake/rack/middleware.rb:82:in `call'
|
1699
|
-
|
1700
|
-
|
1701
|
-
I, [2019-02-12T12:16:07.817413 #63362] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2019-02-12 12:16:07 +0200
|
1702
|
-
I, [2019-02-12T12:16:07.818486 #63362] INFO -- : Processing by DummyController#delayed_job as HTML
|
1703
|
-
I, [2019-02-12T12:16:07.819754 #63362] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
|
1704
|
-
F, [2019-02-12T12:16:07.821420 #63362] FATAL -- :
|
1705
|
-
AirbrakeTestError (delayed_job error):
|
1706
|
-
lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
|
1707
|
-
lib/airbrake/rack/middleware.rb:82:in `call'
|
1708
|
-
|
1709
|
-
|
1710
|
-
D, [2019-02-12T12:17:32.854359 #63382] DEBUG -- : [1m[36m (0.7ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1711
|
-
D, [2019-02-12T12:17:32.857873 #63382] 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)
|
1712
|
-
D, [2019-02-12T12:17:32.858249 #63382] DEBUG -- : [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1713
|
-
D, [2019-02-12T12:17:32.858834 #63382] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1714
|
-
D, [2019-02-12T12:27:50.994489 #63540] DEBUG -- : [1m[36m (0.5ms)[0m [1mCREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1715
|
-
D, [2019-02-12T12:27:51.004741 #63540] 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)
|
1716
|
-
D, [2019-02-12T12:27:51.005160 #63540] DEBUG -- : [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1717
|
-
D, [2019-02-12T12:27:51.006415 #63540] DEBUG -- : [1m[35m (0.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1718
|
-
D, [2019-02-12T12:56:43.697924 #65091] DEBUG -- : [1m[36m (7.2ms)[0m [1mCREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1719
|
-
D, [2019-02-12T12:56:43.718731 #65091] DEBUG -- : [1m[35m (1.9ms)[0m SELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"
|
1720
|
-
D, [2019-02-12T12:56:43.724222 #65091] DEBUG -- : [1m[36m (0.4ms)[0m [1mCREATE 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) [0m
|
1721
|
-
D, [2019-02-12T12:56:43.729394 #65091] DEBUG -- : [1m[35m (1.4ms)[0m SELECT sqlite_version(*)
|
1722
|
-
D, [2019-02-12T12:56:43.733195 #65091] DEBUG -- : [1m[36m (0.5ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"[0m
|
1723
|
-
D, [2019-02-12T12:56:43.740007 #65091] DEBUG -- : [1m[35m (1.3ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1724
|
-
D, [2019-02-12T13:00:45.777424 #65261] DEBUG -- : [1m[36m (5.3ms)[0m [1mCREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1725
|
-
D, [2019-02-12T13:00:45.796140 #65261] DEBUG -- : [1m[35m (1.9ms)[0m SELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"
|
1726
|
-
D, [2019-02-12T13:00:45.801466 #65261] DEBUG -- : [1m[36m (0.4ms)[0m [1mCREATE 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) [0m
|
1727
|
-
D, [2019-02-12T13:00:45.805627 #65261] DEBUG -- : [1m[35m (1.2ms)[0m SELECT sqlite_version(*)
|
1728
|
-
D, [2019-02-12T13:00:45.807932 #65261] DEBUG -- : [1m[36m (0.3ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"[0m
|
1729
|
-
D, [2019-02-12T13:00:45.812706 #65261] DEBUG -- : [1m[35m (0.8ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1730
|
-
D, [2019-02-12T13:05:40.286797 #65339] DEBUG -- : [1m[36m (5.3ms)[0m [1mCREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1731
|
-
D, [2019-02-12T13:05:40.303893 #65339] DEBUG -- : [1m[35m (1.8ms)[0m SELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"
|
1732
|
-
D, [2019-02-12T13:05:40.309054 #65339] DEBUG -- : [1m[36m (0.4ms)[0m [1mCREATE 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) [0m
|
1733
|
-
D, [2019-02-12T13:05:40.313761 #65339] DEBUG -- : [1m[35m (1.7ms)[0m SELECT sqlite_version(*)
|
1734
|
-
D, [2019-02-12T13:05:40.316277 #65339] DEBUG -- : [1m[36m (0.3ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"[0m
|
1735
|
-
D, [2019-02-12T13:05:40.321181 #65339] DEBUG -- : [1m[35m (0.7ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1736
|
-
D, [2019-02-12T13:06:28.637155 #65390] DEBUG -- : [1m[36m (5.6ms)[0m [1mCREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1737
|
-
D, [2019-02-12T13:06:28.654448 #65390] DEBUG -- : [1m[35m (1.6ms)[0m SELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"
|
1738
|
-
D, [2019-02-12T13:06:28.658863 #65390] DEBUG -- : [1m[36m (0.4ms)[0m [1mCREATE 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) [0m
|
1739
|
-
D, [2019-02-12T13:06:28.663580 #65390] DEBUG -- : [1m[35m (1.3ms)[0m SELECT sqlite_version(*)
|
1740
|
-
D, [2019-02-12T13:06:28.666134 #65390] DEBUG -- : [1m[36m (0.3ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"[0m
|
1741
|
-
D, [2019-02-12T13:06:28.671859 #65390] DEBUG -- : [1m[35m (0.9ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1742
|
-
D, [2019-02-12T13:08:13.536231 #65504] DEBUG -- : [1m[36m (5.2ms)[0m [1mCREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1743
|
-
D, [2019-02-12T13:08:13.552144 #65504] DEBUG -- : [1m[35m (1.4ms)[0m SELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"
|
1744
|
-
D, [2019-02-12T13:08:13.556227 #65504] DEBUG -- : [1m[36m (0.4ms)[0m [1mCREATE 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) [0m
|
1745
|
-
D, [2019-02-12T13:08:13.561030 #65504] DEBUG -- : [1m[35m (1.2ms)[0m SELECT sqlite_version(*)
|
1746
|
-
D, [2019-02-12T13:08:13.563438 #65504] DEBUG -- : [1m[36m (0.3ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"[0m
|
1747
|
-
D, [2019-02-12T13:08:13.568211 #65504] DEBUG -- : [1m[35m (0.4ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1748
|
-
D, [2019-02-12T13:08:36.794034 #65553] DEBUG -- : [1m[36m (5.7ms)[0m [1mCREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) [0m
|
1749
|
-
D, [2019-02-12T13:08:36.811989 #65553] DEBUG -- : [1m[35m (1.8ms)[0m SELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"
|
1750
|
-
D, [2019-02-12T13:08:36.817097 #65553] DEBUG -- : [1m[36m (0.4ms)[0m [1mCREATE 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) [0m
|
1751
|
-
D, [2019-02-12T13:08:36.821546 #65553] DEBUG -- : [1m[35m (1.3ms)[0m SELECT sqlite_version(*)
|
1752
|
-
D, [2019-02-12T13:08:36.824921 #65553] DEBUG -- : [1m[36m (0.4ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"[0m
|
1753
|
-
D, [2019-02-12T13:08:36.830938 #65553] DEBUG -- : [1m[35m (0.7ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
532
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
533
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
534
|
+
|
535
|
+
|
536
|
+
I, [2019-03-01T20:59:39.484052 #27606] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:39 +0200
|
537
|
+
I, [2019-03-01T20:59:39.485060 #27606] INFO -- : Processing by DummyController#crash as HTML
|
538
|
+
I, [2019-03-01T20:59:39.485121 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
539
|
+
D, [2019-03-01T20:59:39.485567 #27606] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
540
|
+
D, [2019-03-01T20:59:39.487584 #27606] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
541
|
+
D, [2019-03-01T20:59:39.489650 #27606] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
542
|
+
I, [2019-03-01T20:59:39.491228 #27606] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms)
|
543
|
+
F, [2019-03-01T20:59:39.502404 #27606] FATAL -- :
|
544
|
+
AirbrakeTestError (after_commit):
|
545
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
546
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
547
|
+
|
548
|
+
|
549
|
+
I, [2019-03-01T20:59:41.508524 #27606] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:41 +0200
|
550
|
+
I, [2019-03-01T20:59:41.509525 #27606] INFO -- : Processing by DummyController#crash as HTML
|
551
|
+
I, [2019-03-01T20:59:41.509584 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
552
|
+
D, [2019-03-01T20:59:41.510119 #27606] DEBUG -- : [1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
553
|
+
D, [2019-03-01T20:59:41.511969 #27606] DEBUG -- : [1m[35mSQL (0.1ms)[0m INSERT INTO "books" ("title") VALUES (?) [["title", "book"]]
|
554
|
+
D, [2019-03-01T20:59:41.513731 #27606] DEBUG -- : [1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
555
|
+
I, [2019-03-01T20:59:41.515374 #27606] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms)
|
556
|
+
F, [2019-03-01T20:59:41.527058 #27606] FATAL -- :
|
557
|
+
AirbrakeTestError (after_commit):
|
558
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
559
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
560
|
+
|
561
|
+
|
562
|
+
I, [2019-03-01T20:59:43.533988 #27606] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:43 +0200
|
563
|
+
I, [2019-03-01T20:59:43.535335 #27606] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
564
|
+
I, [2019-03-01T20:59:43.535395 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
565
|
+
I, [2019-03-01T20:59:43.547900 #27606] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
566
|
+
I, [2019-03-01T20:59:43.548223 #27606] INFO -- : Completed 200 OK in 13ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
567
|
+
I, [2019-03-01T20:59:45.553575 #27606] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:45 +0200
|
568
|
+
I, [2019-03-01T20:59:45.554577 #27606] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
569
|
+
I, [2019-03-01T20:59:45.554652 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
570
|
+
I, [2019-03-01T20:59:45.568602 #27606] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
571
|
+
I, [2019-03-01T20:59:45.568917 #27606] INFO -- : Completed 200 OK in 14ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
572
|
+
I, [2019-03-01T20:59:47.573418 #27606] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:47 +0200
|
573
|
+
I, [2019-03-01T20:59:47.574197 #27606] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
574
|
+
I, [2019-03-01T20:59:47.574239 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
575
|
+
I, [2019-03-01T20:59:47.584710 #27606] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
576
|
+
I, [2019-03-01T20:59:47.585176 #27606] INFO -- : Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
577
|
+
I, [2019-03-01T20:59:49.591591 #27606] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:49 +0200
|
578
|
+
I, [2019-03-01T20:59:49.592442 #27606] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
579
|
+
I, [2019-03-01T20:59:49.592501 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
580
|
+
I, [2019-03-01T20:59:49.605703 #27606] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
581
|
+
I, [2019-03-01T20:59:49.606129 #27606] INFO -- : Completed 200 OK in 14ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
582
|
+
I, [2019-03-01T20:59:51.613311 #27606] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:51 +0200
|
583
|
+
I, [2019-03-01T20:59:51.614207 #27606] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
584
|
+
I, [2019-03-01T20:59:51.614268 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
585
|
+
I, [2019-03-01T20:59:51.625172 #27606] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
|
586
|
+
I, [2019-03-01T20:59:51.625590 #27606] INFO -- : Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
587
|
+
I, [2019-03-01T20:59:53.632646 #27606] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:53 +0200
|
588
|
+
I, [2019-03-01T20:59:53.633890 #27606] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
|
589
|
+
I, [2019-03-01T20:59:53.633941 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
590
|
+
I, [2019-03-01T20:59:53.645570 #27606] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.4ms)
|
591
|
+
I, [2019-03-01T20:59:53.645924 #27606] INFO -- : Completed 200 OK in 12ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
592
|
+
I, [2019-03-01T20:59:55.653116 #27606] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:55 +0200
|
593
|
+
I, [2019-03-01T20:59:55.654140 #27606] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
594
|
+
I, [2019-03-01T20:59:55.654193 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
595
|
+
I, [2019-03-01T20:59:55.666011 #27606] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
596
|
+
I, [2019-03-01T20:59:55.666375 #27606] INFO -- : Completed 200 OK in 12ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
597
|
+
I, [2019-03-01T20:59:57.674294 #27606] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:57 +0200
|
598
|
+
I, [2019-03-01T20:59:57.675353 #27606] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
599
|
+
I, [2019-03-01T20:59:57.675415 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
600
|
+
I, [2019-03-01T20:59:57.689973 #27606] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
601
|
+
I, [2019-03-01T20:59:57.690336 #27606] INFO -- : Completed 200 OK in 15ms (Views: 8.4ms | ActiveRecord: 0.0ms)
|
602
|
+
I, [2019-03-01T20:59:59.697045 #27606] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 20:59:59 +0200
|
603
|
+
I, [2019-03-01T20:59:59.698014 #27606] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
604
|
+
I, [2019-03-01T20:59:59.698074 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
605
|
+
I, [2019-03-01T20:59:59.709046 #27606] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
606
|
+
I, [2019-03-01T20:59:59.709317 #27606] INFO -- : Completed 200 OK in 11ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
607
|
+
I, [2019-03-01T21:00:01.716994 #27606] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 21:00:01 +0200
|
608
|
+
I, [2019-03-01T21:00:01.717968 #27606] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
609
|
+
I, [2019-03-01T21:00:01.718023 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
610
|
+
I, [2019-03-01T21:00:01.728239 #27606] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
611
|
+
I, [2019-03-01T21:00:01.728567 #27606] INFO -- : Completed 200 OK in 10ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
612
|
+
I, [2019-03-01T21:00:03.731317 #27606] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 21:00:03 +0200
|
613
|
+
I, [2019-03-01T21:00:03.732346 #27606] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
614
|
+
I, [2019-03-01T21:00:03.732402 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
615
|
+
I, [2019-03-01T21:00:03.742949 #27606] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
616
|
+
I, [2019-03-01T21:00:03.743236 #27606] INFO -- : Completed 200 OK in 11ms (Views: 5.1ms | ActiveRecord: 0.0ms)
|
617
|
+
I, [2019-03-01T21:00:05.750231 #27606] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-03-01 21:00:05 +0200
|
618
|
+
I, [2019-03-01T21:00:05.751498 #27606] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
|
619
|
+
I, [2019-03-01T21:00:05.751567 #27606] INFO -- : Parameters: {"foo"=>"bar"}
|
620
|
+
I, [2019-03-01T21:00:05.762216 #27606] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
|
621
|
+
I, [2019-03-01T21:00:05.762506 #27606] INFO -- : Completed 200 OK in 11ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
622
|
+
I, [2019-03-01T21:00:07.769362 #27606] INFO -- : Started GET "/crash" for 127.0.0.1 at 2019-03-01 21:00:07 +0200
|
623
|
+
I, [2019-03-01T21:00:07.777952 #27606] INFO -- : Processing by DummyController#crash as HTML
|
624
|
+
D, [2019-03-01T21:00:07.778539 #27606] DEBUG -- : [1m[35m (0.1ms)[0m begin transaction
|
625
|
+
D, [2019-03-01T21:00:07.780250 #27606] DEBUG -- : [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("title") VALUES (?)[0m [["title", "book"]]
|
626
|
+
D, [2019-03-01T21:00:07.781824 #27606] DEBUG -- : [1m[35m (0.0ms)[0m commit transaction
|
627
|
+
I, [2019-03-01T21:00:07.783242 #27606] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
|
628
|
+
F, [2019-03-01T21:00:07.794465 #27606] FATAL -- :
|
629
|
+
AirbrakeTestError (after_commit):
|
630
|
+
lib/airbrake/rack/middleware.rb:52:in `call!'
|
631
|
+
lib/airbrake/rack/middleware.rb:40:in `call'
|
632
|
+
|
633
|
+
|