Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault when calling service.customer.list_accessible_customers #448

Open
shadydealer opened this issue Aug 8, 2023 · 1 comment
Labels
bug Something isn't working triage New issues that need to be sorted into other labels

Comments

@shadydealer
Copy link

shadydealer commented Aug 8, 2023

Describe the bug:

The following code throws a segmentation fault:

      def initialize_google_ads_client
        Google::Ads::GoogleAds::GoogleAdsClient.new do |config|
          config.client_id = <client_id>
          config.client_secret = <client_secret>
          config.developer_token = <developer_token>
          config.refresh_token = <refresh_token>
        end
      end

      def google_ads_client
        @google_ads_client ||= initialize_google_ads_client
      end

      customer_resource_names = google_ads_client.
      service.customer.
      list_accessible_customers()

Steps to Reproduce:

Expected behavior:
not to throw an error

Client library version and API version:
Client library version: 23.0.0
Google Ads API version: 14

Dependencies:

    gapic-common (0.19.1)
      faraday (>= 1.9, < 3.a)
      faraday-retry (>= 1.0, < 3.a)
      google-protobuf (~> 3.14)
      googleapis-common-protos (>= 1.3.12, < 2.a)
      googleapis-common-protos-types (>= 1.3.1, < 2.a)
      googleauth (~> 1.0)
      grpc (~> 1.36)
    global (0.0.3)
      activesupport
    globalid (1.1.0)
      activesupport (>= 5.0)
    google-ads-googleads (23.0.0)
      gapic-common (~> 0.6)
      google-protobuf (>= 3.19.4, < 4.0)
    google-cloud-core (1.6.0)
      google-cloud-env (~> 1.0)
      google-cloud-errors (~> 1.0)
    google-cloud-env (1.5.0)
      faraday (>= 0.17.3, < 2.0)
    google-cloud-errors (1.1.0)
    google-cloud-recaptcha_enterprise (1.2.0)
      google-cloud-core (~> 1.5)
      google-cloud-recaptcha_enterprise-v1 (~> 0.0)
      google-cloud-recaptcha_enterprise-v1beta1 (~> 0.0)
    google-cloud-recaptcha_enterprise-v1 (0.4.0)
      gapic-common (~> 0.3)
      google-cloud-errors (~> 1.0)
    google-cloud-recaptcha_enterprise-v1beta1 (0.4.0)
      gapic-common (~> 0.3)
      google-cloud-errors (~> 1.0)
    google-protobuf (3.23.4)
    googleapis-common-protos (1.4.0)
      google-protobuf (~> 3.14)
      googleapis-common-protos-types (~> 1.2)
      grpc (~> 1.27)
    googleapis-common-protos-types (1.8.0)
      google-protobuf (~> 3.18)
    googleauth (1.6.0)
      faraday (>= 0.17.3, < 3.a)
      jwt (>= 1.4, < 3.0)
      memoist (~> 0.16)
      multi_json (~> 1.11)
      os (>= 0.9, < 2.0)
      signet (>= 0.16, < 2.a)
    grpc (1.56.2)
      google-protobuf (~> 3.23)
      googleapis-common-protos-types (~> 1.0)

Request/Response Logs:
Can't include any request logging, because the seg fault happens before the request could be made.

Anything else we should know about your project / environment:

@shadydealer shadydealer added bug Something isn't working triage New issues that need to be sorted into other labels labels Aug 8, 2023
@shadydealer
Copy link
Author

Seg Fault Log:

App 3143429 output: Could not create default logger. Check your config file.
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:373: [BUG] 
App 3143429 output: Segmentation fault at 0x0000000000000000
App 3143429 output: ruby 2.7.8p225 (2023-03-30 revision 1f4d455848) [x86_64-linux]
App 3143429 output: 
App 3143429 output: -- Control frame information -----------------------------------------------
App 3143429 output: c:0226 p:---- s:1689 e:001688 CFUNC  :run_batch
App 3143429 output: c:0225 p:0088 s:1684 e:001683 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:373
App 3143429 output: c:0224 p:0012 s:1675 e:001674 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/client_stub.rb:174
App 3143429 output: c:0223 p:0020 s:1672 e:001671 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/interceptors.rb:181
App 3143429 output: c:0222 p:0011 
App 3143429 output: s:1669 e:001668 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/interceptors/error_inte
App 3143429 output: c:0221 p:0043 s:1659 e:001658 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/interceptors.rb:175
App 3143429 output: c:0220 p:0010 s:1652 e:001651 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/client_stub.rb:173 [FINISH]
App 3143429 output: c:0219 p:0070 s:1649 e:001648 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/gapic-common-0.19.1/lib/gapic/grpc/service_stub/rpc_call.rb:123
App 3143429 output: c:0218 p:0032 s:1636 e:001635 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/gapic-common-0.19.1/lib/gapic/grpc/service_stub.rb:156
App 3143429 output: c:0217 p:0275 s:1626 e:001625 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/v14/services/customer_s [FINISH]
App 3143429 output: c:0216 p:---- s:1619 e:001618 CFUNC  :public_send
App 3143429 output: c:0215 p:0148 s:1612 e:001611 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/service_wrapper.rb:53
App 3143429 output: c:0214 p:0009 s:1596 e:001595 METHOD /srv/app/releases/20230808091008/app/models/integration_actions/google_ads/upload_call_conversion.rb:72
App 3143429 output: c:0213 p:0017 s:1587 e:001586 METHOD /srv/app/releases/20230808091008/app/models/integration_actions/google_ads/upload_call_conversion.rb:42
App 3143429 output: c:0212 p:0003 s:1583 e:001582 METHOD /srv/app/releases/20230808091008/app/models/integration_actions/google_ads/upload_call_conversion.rb:156
App 3143429 output: c:0211 p:0035 s:1579 e:001578 METHOD /srv/app/releases/20230808091008/app/views/standard_integrations/google_ads/actions/_upload_call_conversion_form.htm [FINISH]
App 3143429 output: c:0210 p:---- s:1566 e:001565 CFUNC  :public_send
App 3143429 output: c:0209 p:0042 s:1559 e:001558 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244
App 3143429 output: c:0208 p:0025 s:1545 e:001544 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:157
App 3143429 output: c:0207 p:0010 s:1542 e:001541 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0206 p:0022 s:1539 e:001538 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: 
App 3143429 output: c:0205 p:0023 s:1531 e:001530 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0204 p:0024 s:1525 e:001524 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:361
App 3143429 output: c:0203 p:0021 s:1520 e:001519 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:155
App 3143429 output: c:0202 p:0014 s:1509 e:001508 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:251
App 3143429 output: c:0201 p:0010 s:1504 e:001503 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0200 p:0022 s:1501 e:001500 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0199 p:0023 s:1493 e:001492 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0198 p:0032 s:1487 e:001486 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:246
App 3143429 output: c:0197 p:0058 s:1478 e:001477 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:237
App 3143429 output: c:0196 p:0139 s:1469 
App 3143429 output: e:001468 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:81
App 3143429 output: c:0195 p:0015 s:1459 e:001458 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:27
App 3143429 output: c:0194 p:0007 s:1453 e:001452 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:22
App 3143429 output: c:0193 p:0035 s:1447 e:001446 BLOCK 
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:37
App 3143429 output: c:0192 p:0089 s:1443 e:001442 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:270
App 3143429 output: c:0191 p:0065 s:1435 e:001434 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:33
App 3143429 output: c:0190 p:0212 s:1428 E:000988 BLOCK  /srv/app/releases/20230808091008/app/views/integration_actions/_form.html.erb:38
App 3143429 output: c:0189 p:0007 s:1421 e:001420 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45
App 3143429 output: 
App 3143429 output: c:0188 p:0065 s:1418 e:001417 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:209
App 3143429 output: c:0187 
App 3143429 output: p:0007 s:1412 e:001411 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45
App 3143429 output: c:0186 p:0098 s:1404 e:001403 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/form_helper.rb:768
App 3143429 output: c:0185 p:0231 s:1390 e:001389 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/form_helper.rb:460
App 3143429 output: c:0184 p:0012 s:1379 e:001378 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/simple_form-5.0.3/lib/simple_form/action_view_extensions/form_helper.rb:27
App 3143429 output: c:0183 p:0052 s:1376 e:001375 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/simple_form-5.0.3/lib/simple_form/action_view_extensions/form_helper.rb:46
App 3143429 output: c:0182 p:0191 s:1371 e:001370 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/simple_form-5.0.3/lib/simple_form/action_view_extensions/form_helper.rb:26
App 3143429 output: c:0181 p:0061 s:1364 E:000700 
App 3143429 output: BLOCK  /srv/app/releases/20230808091008/app/views/integration_actions/_form.html.erb:3
App 3143429 output: c:0180 p:0007 s:1359 e:001358 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45
App 3143429 output: c:0179 p:0065 s:1356 e:001355 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:209
App 3143429 output: c:0178 p:0007 
App 3143429 output: s:1350 e:001349 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45
App 3143429 output: c:0177 p:0025 s:1342 e:001341 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/tag_helper.rb:71
App 3143429 output: c:0176 p:0024 s:1332 e:001331 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/tag_helper.rb:189
App 3143429 output: c:0175 p:0052 s:1324 
App 3143429 output: e:001323 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/turbo-rails-1.4.0/app/helpers/turbo/frames_helper.rb:42
App 3143429 output: c:0174 p:0046 s:1313 E:000830 METHOD /srv/app/releases/20230808091008/app/views/integration_actions/_form.html.erb:1 [FINISH]
App 3143429 output: c:0173 p:---- s:1302 e:001301 CFUNC  :public_send
App 3143429 output: c:0172 p:0042 s:1295 e:001294 METHOD
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244
App 3143429 output: c:0171 p:0025 s:1281 e:001280 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:157
App 3143429 output: c:0170 p:0010 s:1278 e:001277 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0169 p:0022 s:1275 e:001274 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0168 
App 3143429 output: p:0023 s:1267 e:001266 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0167 p:0024 s:1261 e:001260 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:361
App 3143429 output: c:0166 p:0021 s:1256 e:001255 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:155
App 3143429 output: c:0165 p:0014 s:1245 E:0008c0 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:251
App 3143429 output: c:0164 p:0010 s:1240 e:001239 
App 3143429 output: BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0163 p:0022 s:1237 e:001236 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0162 p:0023 s:1229 e:001228 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0161 p:0032 s:1223 E:000918 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:246
App 3143429 output: c:0160 p:0058 s:1214 e:001213 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:237
App 3143429 output: c:0159 
App 3143429 output: p:0139 s:1205 e:001204 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:81
App 3143429 output: c:0158 p:0015 s:1195 e:001194 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:27
App 3143429 output: c:0157 p:0007 s:1189 e:001188 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:22
App 3143429 output: c:0156 p:0035 s:1183 e:001182 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:37
App 3143429 output: c:0155 p:0089 s:1179 e:001178 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:270
App 3143429 output: c:0154 p:0065 s:1171 e:001170 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:33
App 3143429 output: c:0153 p:0075 
App 3143429 output: s:1164 e:001162 METHOD /srv/app/releases/20230808091008/app/views/integration_actions/edit.html.erb:6 [FINISH]
App 3143429 output: c:0152 p:---- s:1153 e:001152 CFUNC  :public_send
App 3143429 output: c:0151 p:0042 s:1146 e:001145 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244
App 3143429 output: c:0150 p:0025 s:1132 e:001131 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:157
App 3143429 output: c:0149 p:0010 s:1129 e:001128 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0148 p:0022 s:1126 e:001125 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0147 p:0023 s:1118 
App 3143429 output: e:001117 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0146 p:0024 s:1112 e:001111 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:361
App 3143429 output: c:0145 p:0021 s:1107 e:001106 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:155
App 3143429 output: c:0144 p:0013 s:1096 e:001095 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:65
App 3143429 output: c:0143 p:0010 s:1093 e:001092 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0142 p:0022 s:1090 e:001089 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0141 p:0023 s:1082 
App 3143429 output: e:001081 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0140 p:0033 s:1076 e:001075 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:60
App 3143429 output: c:0139 p:0011 s:1072 e:001069 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:75
App 3143429 output: c:0138 p:0010 s:1067 e:001066 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0137 p:0022 s:1064 e:001063 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0136 p:0023 s:1056 e:001055 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0135 p:0050 s:1050 e:001049 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:74
App 3143429 output: c:0134 p:0012 s:1040 e:001039 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:59
App 3143429 output: c:0133 p:0048 s:1032 e:001031 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:11
App 3143429 output: c:0132 p:0020 s:1025 e:001024 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:61
App 3143429 output: c:0131 p:0023 s:1019 e:001018 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:29
App 3143429 output: c:0130 p:0009 s:1013 e:001012 BLOCK 
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:117
App 3143429 output: c:0129 p:0089 s:1009 e:001008 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:270
App 3143429 output: c:0128 p:0051 s:1001 e:001000 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:116
App 3143429 output: c:0127 p:0044 s:0991 e:000990 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/streaming.rb:216
App 3143429 output: c:0126 p:0015 s:0986 e:000985 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:103
App 3143429 output: c:0125 p:0010 s:0981 
App 3143429 output: e:000980 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rendering.rb:46
App 3143429 output: c:0124 p:0015 s:0976 e:000975 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/renderers.rb:141
App 3143429 output: c:0123 p:0018 s:0971 e:000970 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/rendering.rb:25
App 3143429 output: c:0122 p:0033 s:0963 e:000962 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rendering.rb:30
App 3143429 output: c:0121 p:0010 s:0958 e:000957 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:22
App 3143429 output: c:0120 p:0028 s:0955 e:000954 METHOD /home/ubuntu/.rvm/rubies/ruby-2.7.8/lib/ruby/2.7.0/benchmark.rb:308
App 3143429 output: c:0119 p:0009 s:0950 e:000948 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/core_ext/benchmark.rb:14
App 3143429 output: c:0118 p:0013 s:0944 e:000943 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:22
App 3143429 output: c:0117 p:0002 s:0941 e:000940 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:91
App 3143429 output: 
App 3143429 output: c:0116 p:0066 s:0937 e:000936 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activerecord-7.0.4.2/lib/active_record/railties/controller_runtime.rb:34
App 3143429 output: c:0115 p:0025 s:0930 e:000929 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/sunspot_rails-2.4.0/lib/sunspot/rails/railties/controller_runtime.rb:15
App 3143429 output: c:0114 p:0008 s:0923 e:000921 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:21
App 3143429 output: c:0113 p:0215 s:0916 e:000915 METHOD /srv/app/shared/bundle/ruby/2.7.0/bundler/gems/wiselinks-6a0934ee0039/lib/wiselinks/rendering.rb:35
App 3143429 output: c:0112 p:0007 s:0909 e:000908 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/remotipart-1.3.1/lib/remotipart/render_overrides.rb:16
App 3143429 output: c:0111 p:0021 s:0903 e:000902 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/implicit_render.rb:35
App 3143429 output: c:0110 p:0011 s:0898 e:000897 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/basic_implicit_render.rb:6 [FINISH]
App 3143429 output: c:0109 p:---- s:0895 e:000894 CFUNC  :tap
App 3143429 output: c:0108 p:0013 s:0891 e:000890 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/basic_implicit_render.rb:6
App 3143429 output: c:0107 p:0011 s:0885 e:000884 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/base.rb:215
App 3143429 output: c:0106 p:0022 s:0879 e:000878 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rendering.rb:53
App 3143429 output: c:0105 p:0009 s:0874 e:000873 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/callbacks.rb:234
App 3143429 output: c:0104 p:0048 s:0871 e:000869 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:118
App 3143429 output: c:0103 p:0049 s:0861 e:000860 METHOD /srv/app/releases/20230808091008/app/controllers/application_controller.rb:50
App 3143429 output: c:0102 p:0127 s:0857 e:000856 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:127
App 3143429 output: c:0101 
App 3143429 output: p:0013 s:0848 e:000847 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actiontext-7.0.4.2/lib/action_text/rendering.rb:20
App 3143429 output: c:0100 p:0021 s:0842 e:000841 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actiontext-7.0.4.2/lib/action_text/engine.rb:69 [FINISH]
App 3143429 output: c:0099 p:---- s:0837 e:000836 CFUNC  :instance_exec
App 3143429 output: c:0098 p:0127 s:0831 e:000830 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:127
App 3143429 output: c:0097 p:0124 s:0822 E:0011b8 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:138
App 3143429 output: c:0096 p:0006 s:0813 E:001130 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/callbacks.rb:233
App 3143429 output: c:0095 p:0008 s:0807 e:000806 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rescue.rb:22
App 3143429 output: c:0094 p:0009 s:0801 e:000800 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:67
App 3143429 output: c:0093 p:0010 s:0795 e:000794 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0092 p:0022 s:0792 e:000791 METHOD
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0091 p:0023 s:0784 e:000783 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0090 p:0117 s:0778 e:000777 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:66
App 3143429 output: c:0089 
App 3143429 output: p:0017 s:0772 e:000771 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/params_wrapper.rb:259
App 3143429 output: c:0088 p:0026 s:0767 e:000766 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activerecord-7.0.4.2/lib/active_record/railties/controller_runtime.rb:27
App 3143429 output: c:0087 p:0082 s:0761 e:000760 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/base.rb:151
App 3143429 output: c:0086 p:0062 
App 3143429 output: s:0754 e:000753 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:39
App 3143429 output: c:0085 p:0017 s:0747 e:000746 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal.rb:188
App 3143429 output: c:0084 p:0034 s:0740 e:000739 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal.rb:251
App 3143429 output: c:0083 p:0010 s:0733 e:000732 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/routing/route_set.rb:49
App 3143429 output: c:0082 
App 3143429 output: p:0036 s:0725 e:000724 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/routing/route_set.rb:32
App 3143429 output: c:0081 p:0110 s:0717 e:000716 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/journey/router.rb:50 [FINISH]
App 3143429 output: c:0080 p:---- s:0704 e:000703 CFUNC  :each
App 3143429 output: c:0079 p:0008 s:0700 e:000699 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/journey/router.rb:32
App 3143429 output: c:0078 p:0042 s:0695 e:000694 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/routing/route_set.rb:852
App 3143429 output: c:0077 p:0097 s:0689 e:000688 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0076 p:0058 s:0678 e:000677 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/turnout-0.2.5/lib/rack/turnout.rb:19
App 3143429 output: c:0075 
App 3143429 output: p:0097 s:0673 e:000672 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0074 p:0007 s:0662 e:000661 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/rack/agent_hooks.rb:30
App 3143429 output: c:0073 p:0088 s:0657 e:000656 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0072 p:0007 
App 3143429 output: s:0646 e:000645 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/rack/browser_monitoring.rb:33
App 3143429 output: c:0071 p:0088 s:0634 e:000633 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0070 p:0072 s:0623 e:000622 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/remotipart-1.3.1/lib/remotipart/middleware.rb:32
App 3143429 output: c:0069 p:0097 s:0616 e:000615 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0068 p:0017 s:0605 e:000604 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/warden-1.2.9/lib/warden/manager.rb:36 [FINISH]
App 3143429 output: c:0067 p:---- s:0602 e:000601 CFUNC  :catch
App 3143429 output: c:0066 p:0057 s:0597 e:000596 METHOD
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/warden-1.2.9/lib/warden/manager.rb:34
App 3143429 output: c:0065 p:0097 s:0591 e:000590 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0064 p:0035 s:0580 e:000579 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/tempfile_reaper.rb:15
App 3143429 output: c:0063 p:0097 s:0571 e:000570 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0062 p:0007 s:0560 e:000559 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/etag.rb:27
App 3143429 output: c:0061 p:0097 s:0549 e:000548 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0060 p:0048 s:0538 e:000537 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/conditional_get.rb:27
App 3143429 output: c:0059 p:0097 s:0529 e:000528 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0058 p:0007 s:0518 e:000517 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/head.rb:12
App 3143429 output: c:0057 p:0097 s:0510 e:000509 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0056 p:0007 s:0499 e:000498 METHOD /srv/app/releases/20230808091008/app/middleware/catch_json_parse_errors.rb:12
App 3143429 output: c:0055 p:0097 s:0492 
App 3143429 output: e:000491 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0054 p:0026 s:0481 e:000480 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/http/permissions_policy.rb:38
App 3143429 output: c:0053 p:0097 s:0471 e:000470 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0052 p:0026 s:0460 e:000459 METHOD
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/http/content_security_policy.rb:36
App 3143429 output: c:0051 p:0097 s:0447 e:000446 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0050 p:0026 s:0436 e:000435 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/session/abstract/id.rb:266
App 3143429 output: c:0049 p:0005 s:0425 e:000424 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/session/abstract/id.rb:260
App 3143429 output: c:0048 
App 3143429 output: p:0097 s:0420 e:000419 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0047 p:0026 s:0409 e:000408 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/cookies.rb:704
App 3143429 output: c:0046 p:0097 s:0399 e:000398 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0045 p:0008 s:0388 e:000387 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/callbacks.rb:27
App 3143429 output: c:0044 p:0024 
App 3143429 output: s:0385 e:000384 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:99
App 3143429 output: c:0043 p:0009 s:0376 e:000375 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/callbacks.rb:26
App 3143429 output: c:0042 p:0097 s:0369 e:000368 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0041 p:0026 s:0358 e:000357 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/debug_exceptions.rb:28
App 3143429 output: c:0040 p:0097 s:0347 e:000346 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0039 p:0026 s:0336 e:000335 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/show_exceptions.rb:26
App 3143429 output: c:0038 p:0097 s:0329 e:000328 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0037 p:0049 s:0318 E:001080 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/rack/logger.rb:40
App 3143429 output: c:0036 p:0048 s:0306 e:000305 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/rack/logger.rb:27
App 3143429 output: c:0035 p:0097 s:0300 e:000299 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0034 p:0052 s:0289 e:000288 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/remote_ip.rb:93
App 3143429 output: c:0033 p:0097 s:0283 e:000282 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0032 p:0019 s:0272 e:000271 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/request_store-1.5.1/lib/request_store/middleware.rb:19
App 3143429 output: c:0031 p:0097 s:0263 e:000262 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0030 p:0043 s:0252 e:000251 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/request_id.rb:26
App 3143429 output: c:0029 p:0097 s:0246 e:000245 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0028 p:0092 s:0235 e:000234 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/method_override.rb:24
App 3143429 output: c:0027 p:0097 s:0229 e:000228 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0026 p:0020 s:0218 e:000217 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/runtime.rb:22
App 3143429 output: c:0025 p:0097 s:0208 e:000207 METHOD
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0024 p:0033 s:0197 e:000196 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/cache/strategy/local_cache_middlewar
App 3143429 output: c:0023 p:0097 s:0190 e:000189 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0022 p:0016 s:0179 e:000178 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/executor.rb:14
App 3143429 output: c:0021 p:0097 s:0170 e:000169 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0020 p:0018 s:0159 e:000158 METHOD
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/static.rb:23
App 3143429 output: c:0019 p:0097 s:0154 e:000153 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0018 p:0007 s:0143 e:000142 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/sendfile.rb:110
App 3143429 output: c:0017 p:0097 
App 3143429 output: s:0131 e:000130 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0016 p:0028 s:0120 e:000119 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/ssl.rb:77
App 3143429 output: c:0015 p:0097 s:0114 e:000113 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0014 p:0014 s:0103 e:000102 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/host_authorization.rb:131
App 3143429 output: c:0013 p:0097 s:0097 e:000096 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0012 p:0016 s:0086 e:000085 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/engine.rb:530 [FINISH]
App 3143429 output: c:0011 p:---- s:0080 e:000079 CFUNC  :public_send
App 3143429 output: c:0010 p:0031 s:0074 e:000073 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/railtie.rb:226
App 3143429 output: c:0009 p:0097 
App 3143429 output: s:0067 e:000066 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0008 p:0008 s:0056 e:000055 BLOCK  /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:91
App 3143429 output: c:0007 p:0002 s:0053 e:000052 METHOD /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:383
App 3143429 output: c:0006 p:0355 s:0049 E:0020b8 METHOD /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:91
App 3143429 output: c:0005 p:0161 s:0032 e:000031 METHOD /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:134
App 3143429 output: 
App 3143429 output: c:0004 p:0067 s:0021 e:000020 METHOD /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:95
App 3143429 output: c:0003 p:0058 s:0012 e:000011 BLOCK  /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:449
App 3143429 output: c:0002 p:0023 s:0007 e:000006 BLOCK  /usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:97 [FINISH]
App 3143429 output: c:0001 p:---- s:0003 
App 3143429 output: e:000002 (none) [FINISH]
App 3143429 output: 
App 3143429 output: -- Ruby level backtrace information ----------------------------------------
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:97:in `block in create_thread_and_abort_on_exception'
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:449:in `block (3 levels) in start_threads'
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:95:in `main_loop'
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:134:in `accept_and_process_next_request'
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:91:in `process_request'
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:383:in `maybe_tag_logger'
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:91:in `block in process_request'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/railtie.rb:226:in `method_missing'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/railtie.rb:226:in `public_send'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/engine.rb:530:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/host_authorization.rb:131:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/ssl.rb:77:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/sendfile.rb:110:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/static.rb:23:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/executor.rb:14:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/runtime.rb:22:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/method_override.rb:24:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/request_id.rb:26:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/request_store-1.5.1/lib/request_store/middleware.rb:19:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/remote_ip.rb:93:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/rack/logger.rb:27:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/rack/logger.rb:40:in `call_app'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/show_exceptions.rb:26:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:99:in `run_callbacks'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/cookies.rb:704:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/session/abstract/id.rb:260:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/session/abstract/id.rb:266:in `context'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/http/content_security_policy.rb:36:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/http/permissions_policy.rb:38:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/releases/20230808091008/app/middleware/catch_json_parse_errors.rb:12:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/head.rb:12:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/conditional_get.rb:27:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/etag.rb:27:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/tempfile_reaper.rb:15:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/warden-1.2.9/lib/warden/manager.rb:34:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/warden-1.2.9/lib/warden/manager.rb:34:in `catch'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/warden-1.2.9/lib/warden/manager.rb:36:in `block in call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/remotipart-1.3.1/lib/remotipart/middleware.rb:32:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/rack/browser_monitoring.rb:33:in `traced_call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/rack/agent_hooks.rb:30:in `traced_call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/turnout-0.2.5/lib/rack/turnout.rb:19:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/routing/route_set.rb:852:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/journey/router.rb:32:in `serve'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/journey/router.rb:32:in `each'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/journey/router.rb:50:in `block in serve'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/routing/route_set.rb:32:in `serve'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/r
App 3143429 output: outing/route_set.rb:49:in `dispatch'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal.rb:251:in `dispatch'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal.rb:188:in `dispatch'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:39:in `process'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/base.rb:151:in `process'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activerecord-7.0.4.2/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/params_wrapper.rb:259:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:66:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:67:in `block in process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rescue.rb:22:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/callbacks.rb:233:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:138:in `run_callbacks'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:127:in `instance_exec'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actiontext-7.0.4.2/lib/action_text/engine.rb:69:in `block (4 levels) in <class:Engine>'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actiontext-7.0.4.2/lib/action_text/rendering.rb:20:in `with_renderer'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
App 3143429 output: /srv/app/releases/20230808091008/app/controllers/application_controller.rb:50:in `set_locale'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/callbacks.rb:234:in `block in process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rendering.rb:53:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/base.rb:215:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/basic_implicit_render.rb:6:in `tap'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/implicit_render.rb:35:in `default_render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/remotipart-1.3.1/lib/remotipart/render_overrides.rb:16:in `render_with_remotipart'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/bundler/gems/wiselinks-6a0934ee0039/lib/wiselinks/rendering.rb:35:in `render_with_wiselinks'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:21:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/sunspot_rails-2.4.0/lib/sunspot/rails/railties/controller_runtime.rb:15:in `cleanup_view_runtime'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activerecord-7.0.4.2/lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:91:in `cleanup_view_runtime'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:22:in `block in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/core_ext/benchmark.rb:14:in `ms'
App 3143429 output: /home/ubuntu/.rvm/rubies/ruby-2.7.8/lib/ruby/2.7.0/benchmark.rb:308:in `realtime'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:22:in `block (2 levels) in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rendering.rb:30:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/rendering.rb:25:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rendering.rb:46:in `render_to_body'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:103:in `render_to_body'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/streaming.rb:216:in `_render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:116:in `_render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:270:in `in_rendering_context'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:117:in `block in _render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:29:in `render_to_object'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:61:in `render_template_to_object'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:11:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:59:in `render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:74:in `render_with_layout'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:75:in `block in render_with_layout'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:60:in `block in render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:65:in `block (2 levels) in render_template'
App 3143429 output: /srv/app/shared
App 3143429 output: /bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:155:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:361:in `instrument_render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:157:in `block in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244:in `_run'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244:in `public_send'
App 3143429 output: /srv/app/releases/20230808091008/app/views/integration_actions/edit.html.erb:6:in `_app_views_integration_actions_edit_html_erb__1012818554335204272_488420'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:33:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:270:in `in_rendering_context'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:37:in `block in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:22:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:27:in `render_to_object'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:81:in `render_partial_to_object'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:237:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:246:in `render_partial_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:251:in `block in render_partial_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:155:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:361:in `instrument_render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:157:in `block in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244:in `_run'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244:in `public_send'
App 3143429 output: /srv/app/releases/20230808091008/app/views/integration_actions/_form.html.erb:1:in `_app_views_integration_actions__form_html_erb___1538412794510442581_488480'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/turbo-rails-1.4.0/app/helpers/turbo/frames_helper.rb:42:in `turbo_frame_tag'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/tag_helper.rb:189:in `method_missing'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/tag_helper.rb:71:in `tag_string'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45:in `capture'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:209:in `with_output_buffer'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45:in `block in capture'
App 3143429 output: /srv/app/releases/20230808091008/app/views/integration_actions/_form.html.erb:3:in `block in _app_views_integration_actions__form_html_erb___1538412794510442581_488480'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/simple_form-5.0.3/lib/simple_form/action_view_extensions/form_helper.rb:26:in `simple_form_for'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/simple_form-5.0.3/lib/simple_form/action_view_extensions/form_helper.rb:46:in `with_simple_form_field_error_proc'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/simple_form-5.0.3/lib/simple_form/action_view_extensions/form_helper.rb:27:in `block in simple_form_for'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/form_helper.rb:460:in `form_for'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/form_helper.rb:768:in `form_with'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45:in `capture'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:209:in `with_output_buffer'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45:in `block in capture'
App 3143429 output: /srv/app/releases/20230808091008/app/views/integration_actions/_form.html.erb:38:in `block (2 levels) in _app_views_integration_actions__form_html_erb___1538412794510442581_488480'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:33:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:270:in `in_rendering_context'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:37:in `block in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:22:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:27:in `render_to_object'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:81:in `render_partial_to_object'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:237:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:246:in `render_partial_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:251:in `block in render_partial_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:155:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:361:in `instrument_render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/
App 3143429 output: callpixels.com/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:157:in `block in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244:in `_run'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244:in `public_send'
App 3143429 output: /srv/app/releases/20230808091008/app/views/standard_integrations/google_ads/actions/_upload_call_conversion_form.html.erb:2:in `_app_views_standard_integrations_google_ads_actions__upload_call_conversion_form_html_erb___2787530334088794475_488640'
App 3143429 output: /srv/app/releases/20230808091008/app/models/integration_actions/google_ads/upload_call_conversion.rb:156:in `customer_options'
App 3143429 output: /srv/app/releases/20230808091008/app/models/integration_actions/google_ads/upload_call_conversion.rb:42:in `account_hierarchy'
App 3143429 output: /srv/app/releases/20230808091008/app/models/integration_actions/google_ads/upload_call_conversion.rb:72:in `fetch_account_hierarchy'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/service_wrapper.rb:53:in `method_missing'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/service_wrapper.rb:53:in `public_send'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/v14/services/customer_service/client.rb:322:in `list_accessible_customers'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/gapic-common-0.19.1/lib/gapic/grpc/service_stub.rb:156:in `call_rpc'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/gapic-common-0.19.1/lib/gapic/grpc/service_stub/rpc_call.rb:123:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/client_stub.rb:173:in `block in request_response'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/interceptors.rb:175:in `intercept!'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/interceptors/error_interceptor.rb:65:in `request_response'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/interceptors.rb:181:in `block in intercept!'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/client_stub.rb:174:in `block (2 levels) in request_response'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:373:in `request_response'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:373:in `run_batch'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage New issues that need to be sorted into other labels
Projects
None yet
Development

No branches or pull requests

1 participant