ankane / pghero

A performance dashboard for Postgres
MIT License
8.02k stars 450 forks source link

Segfault when loading gRPC gem for GCP system stats #353

Closed Yinabled closed 3 years ago

Yinabled commented 3 years ago

PgHero seems to consistently be encountering a segfault when attempting to load GCP system stats, while the rest of PgHero loads without issue. Not sure how useful this is, but here are first few hundred lines of the stacktrace - looks to be another issue with gRPC:

Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/grpc-1.32.0-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:367: [BUG] Segmentation fault at 0x000000000004c756
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-linux-musl]
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero -- Control frame information -----------------------------------------------
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0088 p:---- s:0631 e:000630 CFUNC  :run_batch
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0087 p:0088 s:0626 e:000625 METHOD /usr/local/bundle/gems/grpc-1.32.0-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:367
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0086 p:0012 s:0617 e:000616 BLOCK  /usr/local/bundle/gems/grpc-1.32.0-x86_64-linux/src/ruby/lib/grpc/generic/client_stub.rb:172
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0085 p:0013 s:0614 e:000613 METHOD /usr/local/bundle/gems/grpc-1.32.0-x86_64-linux/src/ruby/lib/grpc/generic/interceptors.rb:170
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0084 p:0010 s:0607 e:000606 BLOCK  /usr/local/bundle/gems/grpc-1.32.0-x86_64-linux/src/ruby/lib/grpc/generic/client_stub.rb:171 [FINISH]
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0083 p:0067 s:0604 e:000603 METHOD /usr/local/bundle/gems/gapic-common-0.3.4/lib/gapic/grpc/service_stub/rpc_call.rb:121
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0082 p:0032 s:0592 e:000591 METHOD /usr/local/bundle/gems/gapic-common-0.3.4/lib/gapic/grpc/service_stub.rb:156
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0081 p:0313 s:0582 e:000581 METHOD /usr/local/bundle/gems/google-cloud-monitoring-v3-0.1.4/lib/google/cloud/monitoring/v3/metric_service/client.rb:747
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0080 p:0565 s:0572 e:000571 METHOD /usr/local/bundle/gems/pghero-2.7.3/lib/pghero/methods/system.rb:171
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0079 p:0179 s:0554 e:000553 METHOD /usr/local/bundle/gems/pghero-2.7.3/lib/pghero/methods/system.rb:244
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0078 p:0013 s:0545 e:000544 METHOD /usr/local/bundle/gems/pghero-2.7.3/lib/pghero/methods/system.rb:20
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0077 p:0021 s:0540 e:000535 METHOD /usr/local/bundle/gems/pghero-2.7.3/app/controllers/pg_hero/home_controller.rb:222
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0076 p:0010 s:0532 e:000531 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal/basic_implicit_render.rb:6
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0075 p:0009 s:0526 e:000525 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/abstract_controller/base.rb:195
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0074 p:0024 s:0520 e:000519 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal/rendering.rb:30
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0073 p:0009 s:0515 e:000514 BLOCK  /usr/local/bundle/gems/actionpack-6.0.3.4/lib/abstract_controller/callbacks.rb:42
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0072 p:0105 s:0512 E:0009c8 METHOD /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:135
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0071 p:0006 s:0502 E:000d08 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/abstract_controller/callbacks.rb:41
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0070 p:0008 s:0497 e:000496 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal/rescue.rb:22
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0069 p:0009 s:0491 e:000490 BLOCK  /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal/instrumentation.rb:33
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0068 p:0010 s:0487 e:000486 BLOCK  /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/notifications.rb:180
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0067 p:0022 s:0484 e:000483 METHOD /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/notifications/instrumenter.rb:24
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0066 p:0023 s:0476 e:000475 METHOD /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/notifications.rb:180
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0065 p:0095 s:0470 e:000469 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal/instrumentation.rb:32
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0064 p:0017 s:0464 e:000463 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal/params_wrapper.rb:245
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0063 p:0026 s:0459 e:000458 METHOD /usr/local/bundle/gems/activerecord-6.0.3.4/lib/active_record/railties/controller_runtime.rb:27
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0062 p:0077 s:0453 e:000452 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/abstract_controller/base.rb:136
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0061 p:0062 s:0446 e:000445 METHOD /usr/local/bundle/gems/actionview-6.0.3.4/lib/action_view/rendering.rb:39
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0060 p:0017 s:0440 e:000439 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal.rb:190
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0059 p:0034 s:0433 e:000432 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal.rb:254
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0058 p:0010 s:0426 e:000425 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/route_set.rb:50
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0057 p:0036 s:0418 e:000417 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/route_set.rb:33
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0056 p:0007 s:0410 e:000409 BLOCK  /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/mapper.rb:18
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0055 p:0026 s:0405 e:000404 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/mapper.rb:48
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0054 p:0111 s:0400 e:000399 BLOCK  /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/journey/router.rb:49 [FINISH]
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0053 p:---- s:0388 e:000387 CFUNC  :each
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0052 p:0008 s:0384 e:000383 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/journey/router.rb:32
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0051 p:0042 s:0379 e:000378 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/route_set.rb:834
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0050 p:0016 s:0373 e:000372 METHOD /usr/local/bundle/gems/railties-6.0.3.4/lib/rails/engine.rb:527 [FINISH]
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0049 p:---- s:0367 e:000366 CFUNC  :public_send
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0048 p:0024 s:0361 e:000360 METHOD /usr/local/bundle/gems/railties-6.0.3.4/lib/rails/railtie.rb:190
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0047 p:0009 s:0354 e:000353 BLOCK  /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/mapper.rb:19
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0046 p:0026 s:0349 e:000348 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/mapper.rb:48
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0045 p:0111 s:0344 e:000343 BLOCK  /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/journey/router.rb:49 [FINISH]
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0044 p:---- s:0332 e:000331 CFUNC  :each
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0043 p:0008 s:0328 e:000327 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/journey/router.rb:32
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0042 p:0042 s:0323 e:000322 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/route_set.rb:834
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0041 p:0035 s:0317 e:000316 METHOD /usr/local/bundle/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0040 p:0007 s:0308 e:000307 METHOD /usr/local/bundle/gems/rack-2.2.3/lib/rack/etag.rb:27
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0039 p:0048 s:0297 e:000296 METHOD /usr/local/bundle/gems/rack-2.2.3/lib/rack/conditional_get.rb:27
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0038 p:0007 s:0288 e:000287 METHOD /usr/local/bundle/gems/rack-2.2.3/lib/rack/head.rb:12
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0037 p:0026 s:0280 e:000279 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/http/content_security_policy.rb:18
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0036 p:0026 s:0267 e:000266 METHOD /usr/local/bundle/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0035 p:0005 s:0256 e:000255 METHOD /usr/local/bundle/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0034 p:0026 s:0251 e:000250 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/cookies.rb:648
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0033 p:0008 s:0241 e:000240 BLOCK  /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/callbacks.rb:27
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0032 p:0024 s:0238 e:000237 METHOD /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:101
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0031 p:0009 s:0229 e:000228 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/callbacks.rb:26
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0030 p:0033 s:0222 e:000221 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/actionable_exceptions.rb:18
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0029 p:0026 s:0216 e:000215 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/debug_exceptions.rb:32
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0028 p:0026 s:0205 e:000204 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/show_exceptions.rb:33
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0027 p:0041 s:0198 e:000197 METHOD /usr/local/bundle/gems/railties-6.0.3.4/lib/rails/rack/logger.rb:37
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0026 p:0008 s:0188 e:000187 BLOCK  /usr/local/bundle/gems/railties-6.0.3.4/lib/rails/rack/logger.rb:26
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0025 p:0004 s:0185 e:000184 BLOCK  /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/tagged_logging.rb:80
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0024 p:0012 s:0182 e:000181 METHOD /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/tagged_logging.rb:28
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0023 p:0010 s:0176 e:000175 METHOD /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/tagged_logging.rb:80
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0022 p:0039 s:0171 e:000170 METHOD /usr/local/bundle/gems/railties-6.0.3.4/lib/rails/rack/logger.rb:26
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0021 p:0052 s:0165 e:000164 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/remote_ip.rb:81
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0020 p:0038 s:0159 e:000158 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/request_id.rb:27
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0019 p:0092 s:0153 e:000152 METHOD /usr/local/bundle/gems/rack-2.2.3/lib/rack/method_override.rb:24
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0018 p:0020 s:0147 e:000146 METHOD /usr/local/bundle/gems/rack-2.2.3/lib/rack/runtime.rb:22
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0017 p:0033 s:0137 e:000136 METHOD /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/cache/strategy/local_cache_middleware.rb:29
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0016 p:0014 s:0130 e:000129 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/executor.rb:14
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0015 p:0077 s:0122 e:000121 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/static.rb:126
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0014 p:0007 s:0114 e:000113 METHOD /usr/local/bundle/gems/rack-2.2.3/lib/rack/sendfile.rb:110
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0013 p:0014 s:0102 e:000101 METHOD /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/host_authorization.rb:76
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0012 p:0016 s:0096 e:000095 METHOD /usr/local/bundle/gems/railties-6.0.3.4/lib/rails/engine.rb:527
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0011 p:0132 s:0090 e:000089 BLOCK  /usr/local/bundle/gems/rack-2.2.3/lib/rack/urlmap.rb:74 [FINISH]
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0010 p:---- s:0081 e:000080 CFUNC  :each
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0009 p:0136 s:0077 e:000076 METHOD /usr/local/bundle/gems/rack-2.2.3/lib/rack/urlmap.rb:58
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0008 p:0028 s:0065 e:000064 METHOD /usr/local/bundle/gems/puma-5.0.4/lib/puma/configuration.rb:239
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0007 p:0008 s:0060 e:000059 BLOCK  /usr/local/bundle/gems/puma-5.0.4/lib/puma/request.rb:76
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0006 p:0023 s:0057 e:000056 METHOD /usr/local/bundle/gems/puma-5.0.4/lib/puma/thread_pool.rb:337
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0005 p:0274 s:0052 e:000051 METHOD /usr/local/bundle/gems/puma-5.0.4/lib/puma/request.rb:75
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0004 p:0123 s:0032 e:000031 METHOD /usr/local/bundle/gems/puma-5.0.4/lib/puma/server.rb:430 [FINISH]
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0003 p:---- s:0020 e:000019 IFUNC 
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0002 p:0094 s:0017 e:000014 BLOCK  /usr/local/bundle/gems/puma-5.0.4/lib/puma/thread_pool.rb:145 [FINISH]
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero c:0001 p:---- s:0003 e:000002 (none) [FINISH]
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero -- Ruby level backtrace information ----------------------------------------
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/puma-5.0.4/lib/puma/thread_pool.rb:145:in `block in spawn_thread'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/puma-5.0.4/lib/puma/server.rb:430:in `process_client'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/puma-5.0.4/lib/puma/request.rb:75:in `handle_request'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/puma-5.0.4/lib/puma/thread_pool.rb:337:in `with_force_shutdown'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/puma-5.0.4/lib/puma/request.rb:76:in `block in handle_request'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/puma-5.0.4/lib/puma/configuration.rb:239:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/rack-2.2.3/lib/rack/urlmap.rb:58:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/rack-2.2.3/lib/rack/urlmap.rb:58:in `each'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/rack-2.2.3/lib/rack/urlmap.rb:74:in `block in call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/railties-6.0.3.4/lib/rails/engine.rb:527:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/host_authorization.rb:76:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/static.rb:126:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/executor.rb:14:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/request_id.rb:27:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/railties-6.0.3.4/lib/rails/rack/logger.rb:26:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/tagged_logging.rb:80:in `tagged'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/tagged_logging.rb:28:in `tagged'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/tagged_logging.rb:80:in `block in tagged'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/railties-6.0.3.4/lib/rails/rack/logger.rb:26:in `block in call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/railties-6.0.3.4/lib/rails/rack/logger.rb:37:in `call_app'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:101:in `run_callbacks'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/cookies.rb:648:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/http/content_security_policy.rb:18:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/rack-2.2.3/lib/rack/conditional_get.rb:27:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/route_set.rb:834:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/journey/router.rb:32:in `serve'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/journey/router.rb:32:in `each'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/journey/router.rb:49:in `block in serve'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/mapper.rb:48:in `serve'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/railties-6.0.3.4/lib/rails/railtie.rb:190:in `method_missing'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/railties-6.0.3.4/lib/rails/railtie.rb:190:in `public_send'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/railties-6.0.3.4/lib/rails/engine.rb:527:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/route_set.rb:834:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/journey/router.rb:32:in `serve'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/journey/router.rb:32:in `each'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/journey/router.rb:49:in `block in serve'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/mapper.rb:48:in `serve'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/mapper.rb:18:in `block in <class:Constraints>'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/route_set.rb:33:in `serve'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal.rb:254:in `dispatch'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal.rb:190:in `dispatch'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionview-6.0.3.4/lib/action_view/rendering.rb:39:in `process'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/abstract_controller/base.rb:136:in `process'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/activerecord-6.0.3.4/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal/instrumentation.rb:32:in `process_action'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/notifications.rb:180:in `instrument'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/notifications.rb:180:in `block in instrument'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal/rescue.rb:22:in `process_action'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/abstract_controller/callbacks.rb:41:in `process_action'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:135:in `run_callbacks'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/abstract_controller/callbacks.rb:42:in `block in process_action'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal/rendering.rb:30:in `process_action'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/abstract_controller/base.rb:195:in `process_action'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/actionpack-6.0.3.4/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/pghero-2.7.3/app/controllers/pg_hero/home_controller.rb:222:in `cpu_usage'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/pghero-2.7.3/lib/pghero/methods/system.rb:20:in `cpu_usage'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/pghero-2.7.3/lib/pghero/methods/system.rb:244:in `system_stats'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/pghero-2.7.3/lib/pghero/methods/system.rb:171:in `gcp_stats'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/google-cloud-monitoring-v3-0.1.4/lib/google/cloud/monitoring/v3/metric_service/client.rb:747:in `list_time_series'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/gapic-common-0.3.4/lib/gapic/grpc/service_stub.rb:156:in `call_rpc'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/gapic-common-0.3.4/lib/gapic/grpc/service_stub/rpc_call.rb:121:in `call'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/grpc-1.32.0-x86_64-linux/src/ruby/lib/grpc/generic/client_stub.rb:171:in `block in request_response'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/grpc-1.32.0-x86_64-linux/src/ruby/lib/grpc/generic/interceptors.rb:170:in `intercept!'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/grpc-1.32.0-x86_64-linux/src/ruby/lib/grpc/generic/client_stub.rb:172:in `block (2 levels) in request_response'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/grpc-1.32.0-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:367:in `request_response'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero /usr/local/bundle/gems/grpc-1.32.0-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:367:in `run_batch'
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero -- Machine register context ------------------------------------------------
 RIP: 0x000000000004c756 RBP: 0x00007ff1d76a13eb RSP: 0x00007ff1d8966d28
 RAX: 0x00007ff1d79f2148 RBX: 0x0000556c19da57c7 RCX: 0x00007ff1d76a13ed
 RDX: 0x000000000000006c RDI: 0x0000556c19da57c7 RSI: 0x0000556c19da585f
  R8: 0x0000556c19da585f  R9: 0x0000000080808001 R10: 0xfefefefefefefe00
 R11: 0x0000000000000246 R12: 0x0000000000000006 R13: 0x0000000000000002
 R14: 0x0000000000000098 R15: 0x0000000000000001 EFL: 0x0000000000010246
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero -- Other runtime information -----------------------------------------------
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero * Loaded script: puma: cluster worker 2: 8 [app]
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero * Loaded features:
Jan 13 02:01:37 pghero-68f5584558-j6dgq pghero 
    0 enumerator.so
    1 thread.rb
    2 rational.so
    3 complex.so
    4 ruby2_keywords.rb
    5 /usr/local/lib/ruby/2.7.0/x86_64-linux-musl/enc/encdb.so
    6 /usr/local/lib/ruby/2.7.0/x86_64-linux-musl/enc/trans/transdb.so
    7 /usr/local/lib/ruby/2.7.0/x86_64-linux-musl/rbconfig.rb
    8 /usr/local/lib/ruby/2.7.0/rubygems/compatibility.rb
    9 /usr/local/lib/ruby/2.7.0/rubygems/defaults.rb
   10 /usr/local/lib/ruby/2.7.0/rubygems/deprecate.rb
   11 /usr/local/lib/ruby/2.7.0/rubygems/errors.rb
   12 /usr/local/lib/ruby/2.7.0/rubygems/version.rb
   13 /usr/local/lib/ruby/2.7.0/rubygems/requirement.rb
   14 /usr/local/lib/ruby/2.7.0/rubygems/platform.rb
   15 /usr/local/lib/ruby/2.7.0/rubygems/basic_specification.rb
   16 /usr/local/lib/ruby/2.7.0/rubygems/stub_specification.rb
   17 /usr/local/lib/ruby/2.7.0/rubygems/util.rb
   18 /usr/local/lib/ruby/2.7.0/rubygems/text.rb
   19 /usr/local/lib/ruby/2.7.0/rubygems/user_interaction.rb
   20 /usr/local/lib/ruby/2.7.0/rubygems/specification_policy.rb
   21 /usr/local/lib/ruby/2.7.0/rubygems/util/list.rb
   22 /usr/local/lib/ruby/2.7.0/rubygems/specification.rb
   23 /usr/local/lib/ruby/2.7.0/rubygems/exceptions.rb
   24 /usr/local/lib/ruby/2.7.0/rubygems/bundler_version_finder.rb
   25 /usr/local/lib/ruby/2.7.0/rubygems/dependency.rb
   26 /usr/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_gem.rb
   27 /usr/local/lib/ruby/2.7.0/x86_64-linux-musl/monitor.so
   28 /usr/local/lib/ruby/2.7.0/monitor.rb
   29 /usr/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb
   30 /usr/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_warn.rb
   31 /usr/local/lib/ruby/2.7.0/rubygems.rb
   32 /usr/local/lib/ruby/2.7.0/rubygems/path_support.rb
   33 /usr/local/lib/ruby/2.7.0/did_you_mean/version.rb
   34 /usr/local/lib/ruby/2.7.0/did_you_mean/core_ext/name_error.rb
   35 /usr/local/lib/ruby/2.7.0/did_you_mean/levenshtein.rb
   36 /usr/local/lib/ruby/2.7.0/did_you_mean/jaro_winkler.rb
   37 /usr/local/lib/ruby/2.7.0/did_you_mean/spell_checker.rb
   38 /usr/local/lib/ruby/2.7.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
   39 /usr/local/lib/ruby/2.7.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
   40 /usr/local/lib/ruby/2.7.0/did_you_mean/spell_checkers/name_error_checkers.rb
   41 /usr/local/lib/ruby/2.7.0/did_you_mean/spell_checkers/method_name_checker.rb
   42 /usr/local/lib/ruby/2.7.0/did_you_mean/spell_checkers/key_error_checker.rb
   43 /usr/local/lib/ruby/2.7.0/did_you_mean/spell_checkers/null_checker.rb
   44 /usr/local/lib/ruby/2.7.0/did_you_mean/formatters/plain_formatter.rb
   45 /usr/local/lib/ruby/2.7.0/did_you_mean/tree_spell_checker.rb
   46 /usr/local/lib/ruby/2.7.0/did_you_mean.rb
   47 /usr/local/lib/ruby/2.7.0/tsort.rb
   48 /usr/local/lib/ruby/2.7.0/rubygems/request_set/gem_dependency_api.rb
   49 /usr/local/lib/ruby/2.7.0/rubygems/request_set/lockfile/parser.rb
   50 /usr/local/lib/ruby/2.7.0/rubygems/request_set/lockfile/tokenizer.rb
   51 /usr/local/lib/ruby/2.7.0/rubygems/request_set/lockfile.rb
   52 /usr/local/lib/ruby/2.7.0/rubygems/request_set.rb
   53 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
   54 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/errors.rb
   55 /usr/local/lib/ruby/2.7.0/set.rb
   56 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb
   57 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
   58 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
   59 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
   60 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
   61 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb
   62 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb
   63 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb
   64 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb
   65 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
   66 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/state.rb
   67 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
   68 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
   69 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb
   70 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
   71 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
   72 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
   73 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo/lib/molinillo.rb
   74 /usr/local/lib/ruby/2.7.0/rubygems/resolver/molinillo.rb
   75 /usr/local/lib/ruby/2.7.0/rubygems/resolver/activation_request.rb
   76 /usr/local/lib/ruby/2.7.0/rubygems/resolver/conflict.rb
   77 /usr/local/lib/ruby/2.7.0/rubygems/resolver/dependency_request.rb
   78 /usr/local/lib/ruby/2.7.0/rubygems/resolver/requirement_list.rb
   79 /usr/local/lib/ruby/2.7.0/rubygems/resolver/stats.rb
   80 /usr/local/lib/ruby/2.7.0/rubygems/resolver/set.rb
   81 /usr/local/lib/ruby/2.7.0/rubygems/resolver/api_set.rb
   82 /usr/local/lib/ruby/2.7.0/rubygems/resolver/composed_set.rb
   83 /usr/local/lib/ruby/2.7.0/rubygems/resolver/best_set.rb
   84 /usr/local/lib/ruby/2.7.0/rubygems/resolver/current_set.rb
   85 /usr/local/lib/ruby/2.7.0/rubygems/resolver/git_set.rb
   86 /usr/local/lib/ruby/2.7.0/rubygems/resolver/index_set.rb
   87 /usr/local/lib/ruby/2.7.0/rubygems/resolver/installer_set.rb
   88 /usr/local/lib/ruby/2.7.0/rubygems/resolver/lock_set.rb
   89 /usr/local/lib/ruby/2.7.0/rubygems/resolver/vendor_set.rb
   90 /usr/local/lib/ruby/2.7.0/rubygems/resolver/source_set.rb
   91 /usr/local/lib/ruby/2.7.0/rubygems/resolver/specification.rb
   92 /usr/local/lib/ruby/2.7.0/rubygems/resolver/spec_specification.rb
   93 /usr/local/lib/ruby/2.7.0/rubygems/resolver/api_specification.rb
   94 /usr/local/lib/ruby/2.7.0/rubygems/resolver/git_specification.rb
   95 /usr/local/lib/ruby/2.7.0/rubygems/resolver/index_specification.rb
   96 /usr/local/lib/ruby/2.7.0/rubygems/resolver/installed_specification.rb
   97 /usr/local/lib/ruby/2.7.0/rubygems/resolver/local_specification.rb
   98 /usr/local/lib/ruby/2.7.0/rubygems/resolver/lock_specification.rb
   99 /usr/local/lib/ruby/2.7.0/rubygems/resolver/vendor_specification.rb
  100 /usr/local/lib/ruby/2.7.0/rubygems/resolver.rb
  101 /usr/local/lib/ruby/2.7.0/uri/version.rb
  102 /usr/local/lib/ruby/2.7.0/uri/rfc2396_parser.rb
  103 /usr/local/lib/ruby/2.7.0/uri/rfc3986_parser.rb
  104 /usr/local/lib/ruby/2.7.0/uri/common.rb
  105 /usr/local/lib/ruby/2.7.0/uri/generic.rb
  106 /usr/local/lib/ruby/2.7.0/uri/file.rb
  107 /usr/local/lib/ruby/2.7.0/uri/ftp.rb
  108 /usr/local/lib/ruby/2.7.0/uri/http.rb
  109 /usr/local/lib/ruby/2.7.0/uri/https.rb
  110 /usr/local/lib/ruby/2.7.0/uri/ldap.rb
  111 /usr/local/lib/ruby/2.7.0/uri/ldaps.rb
  112 /usr/local/lib/ruby/2.7.0/uri/mailto.rb
  113 /usr/local/lib/ruby/2.7.0/uri.rb
  114 /usr/local/lib/ruby/2.7.0/rubygems/source/git.rb
  115 /usr/local/lib/ruby/2.7.0/rubygems/source/installed.rb
  116 /usr/local/lib/ruby/2.7.0/rubygems/source/specific_file.rb
  117 /usr/local/lib/ruby/2.7.0/rubygems/source/local.rb
  118 /usr/local/lib/ruby/2.7.0/rubygems/source/lock.rb
  119 /usr/local/lib/ruby/2.7.0/rubygems/source/vendor.rb
  120 /usr/local/lib/ruby/2.7.0/rubygems/source.rb
  121 /usr/local/lib/ruby/2.7.0/optparse.rb
  122 /usr/local/lib/ruby/2.7.0/x86_64-linux-musl/socket.so
  123 /usr/local/lib/ruby/2.7.0/x86_64-linux-musl/io/wait.so
  124 /usr/local/lib/ruby/2.7.0/socket.rb
  125 /usr/local/lib/ruby/2.7.0/delegate.rb
  126 /usr/local/lib/ruby/2.7.0/fileutils.rb
  127 /usr/local/lib/ruby/2.7.0/x86_64-linux-musl/etc.so
  128 /usr/local/lib/ruby/2.7.0/tmpdir.rb
  129 /usr/local/lib/ruby/2.7.0/tempfile.rb
  130 /usr/local/lib/ruby/2.7.0/x86_64-linux-musl/date_core.so
  131 /usr/local/lib/ruby/2.7.0/date.rb
  132 /usr/local/lib/ruby/2.7.0/time.rb
  133 /usr/local/lib/ruby/2.7.0/x86_64-linux-musl/stringio.so
  134 /usr/local/bundle/gems/puma-5.0.4/lib/puma/puma_http11.so
  135 /usr/local/bundle/gems/puma-5.0.4/lib/puma/detect.rb
  136 /usr/local/bundle/gems/puma-5.0.4/lib/puma.rb
  137 /usr/local/bundle/gems/puma-5.0.4/lib/puma/rack/builder.rb
  138 /usr/local/bundle/gems/puma-5.0.4/lib/puma/plugin.rb
  139 /usr/local/bundle/gems/puma-5.0.4/lib/puma/const.rb
  140 /usr/local/bundle/gems/puma-5.0.4/lib/puma/dsl.rb
  141 /usr/local/bundle/gems/puma-5.0.4/lib/puma/configuration.rb
  142 /usr/local/bundle/gems/puma-5.0.4/lib/puma/null_io.rb
  143 /usr/local/bundle/gems/puma-5.0.4/lib/puma/error_logger.rb
  144 /usr/local/bundle/gems/puma-5.0.4/lib/puma/events.rb
  145 /usr/local/bundle/gems/puma-5.0.4/lib/puma/thread_pool.rb
  146 /usr/local/bundle/gems/puma-5.0.4/lib/puma/reactor.rb
  147 /usr/local/lib/ruby/2.7.0/forwardable/impl.rb
  148 /usr/local/lib/ruby/2.7.0/forwardable/version.rb
  149 /usr/local/lib/ruby/2.7.0/forwardable.rb
  150 /usr/local/bundle/gems/puma-5.0.4/lib/puma/client.rb
  151 /usr/local/bundle/gems/puma-5.0.4/lib/puma/util.rb
  152 /usr/local/bundle/gems/puma-5.0.4/lib/puma/minissl.rb
  153 /usr/local/bundle/gems/puma-5.0.4/lib/puma/minissl/context_builder.rb
  154 /usr/local/bundle/gems/puma-5.0.4/lib/puma/binder.rb
  155 /usr/local/bundle/gems/puma-5.0.4/lib/puma/io_buffer.rb
  156 /usr/local/bundle/gems/puma-5.0.4/lib/puma/request.rb
  157 /usr/local/bundle/gems/puma-5.0.4/lib/puma/server.rb
  158 /usr/local/bundle/gems/puma-5.0.4/lib/puma/runner.rb
  159 /usr/local/bundle/gems/puma-5.0.4/lib/puma/cluster/worker_handle.rb
  160 /usr/local/bundle/gems/puma-5.0.4/lib/puma/cluster/worker.rb
  161 /usr/local/bundle/gems/puma-5.0.4/lib/puma/cluster.rb
  162 /usr/local/bundle/gems/puma-5.0.4/lib/puma/single.rb
  163 /usr/local/bundle/gems/puma-5.0.4/lib/puma/launcher.rb
  164 /usr/local/bundle/gems/puma-5.0.4/lib/puma/cli.rb
  165 /usr/local/bundle/gems/rack-2.2.3/lib/rack/version.rb
  166 /usr/local/bundle/gems/rack-2.2.3/lib/rack.rb
  167 /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb
  168 /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb
  169 /usr/local/lib/ruby/2.7.0/x86_64-linux-musl/pathname.so
  170 /usr/local/lib/ruby/2.7.0/pathname.rb
  171 /usr/local/lib/ruby/2.7.0/bundler/version.rb
  172 /usr/local/lib/ruby/2.7.0/bundler/constants.rb
  173 /usr/local/lib/ruby/2.7.0/bundler/rubygems_integration.rb
  174 /usr/local/lib/ruby/2.7.0/bundler/current_ruby.rb
  175 /usr/local/lib/ruby/2.7.0/bundler/shared_helpers.rb
  176 /usr/local/lib/ruby/2.7.0/rubygems/ext/builder.rb
  177 /usr/local/lib/ruby/2.7.0/bundler/vendor/fileutils/lib/fileutils.rb
  178 /usr/local/lib/ruby/2.7.0/bundler/vendored_fileutils.rb
  179 /usr/local/lib/ruby/2.7.0/bundler/errors.rb
  180 /usr/local/lib/ruby/2.7.0/bundler/environment_preserver.rb
  181 /usr/local/lib/ruby/2.7.0/bundler/plugin/api.rb
  182 /usr/local/lib/ruby/2.7.0/bundler/plugin.rb
  183 /usr/local/lib/ruby/2.7.0/bundler/gem_helpers.rb
  184 /usr/local/lib/ruby/2.7.0/bundler/match_platform.rb
  185 /usr/local/lib/ruby/2.7.0/bundler/rubygems_ext.rb
  186 /usr/local/lib/ruby/2.7.0/bundler/build_metadata.rb
  187 /usr/local/lib/ruby/2.7.0/bundler.rb
  188 /usr/local/lib/ruby/2.7.0/bundler/ui.rb
  189 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/command.rb
  190 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
  191 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/error.rb
  192 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/invocation.rb
  193 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/nested_context.rb
  194 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/parser/argument.rb
  195 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/parser/arguments.rb
  196 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/parser/option.rb
  197 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/parser/options.rb
  198 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/parser.rb
  199 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/shell.rb
  200 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/line_editor/basic.rb
  201 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/line_editor/readline.rb
  202 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/line_editor.rb
  203 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/util.rb
  204 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/base.rb
  205 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor.rb
  206 /usr/local/lib/ruby/2.7.0/bundler/vendored_thor.rb
  207 /usr/local/lib/ruby/2.7.0/bundler/ui/shell.rb
  208 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/shell/basic.rb
  209 /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/shell/color.rb
  210 /usr/local/lib/ruby/2.7.0/bundler/ui/rg_proxy.rb
  211 /usr/local/lib/ruby/2.7.0/bundler/settings.rb
  212 /usr/local/lib/ruby/2.7.0/bundler/yaml_serializer.rb
  213 /usr/local/lib/ruby/2.7.0/bundler/feature_flag.rb
  214 /usr/local/lib/ruby/2.7.0/bundler/source.rb
  215 /usr/local/lib/ruby/2.7.0/bundler/source/path.rb
  216 /usr/local/lib/ruby/2.7.0/bundler/source/git.rb
  217 /usr/local/lib/ruby/2.7.0/bundler/source/rubygems.rb
  218 /usr/local/lib/ruby/2.7.0/bundler/lockfile_parser.rb
  219 /usr/local/lib/ruby/2.7.0/bundler/definition.rb
  220 /usr/local/lib/ruby/2.7.0/bundler/dependency.rb
  221 /usr/local/lib/ruby/2.7.0/bundler/ruby_dsl.rb
  222 /usr/local/lib/ruby/2.7.0/bundler/dsl.rb
  223 /usr/local/lib/ruby/2.7.0/bundler/source_list.rb
  224 /usr/local/lib/ruby/2.7.0/bundler/source/metadata.rb
  225 /usr/local/lib/ruby/2.7.0/bundler/vendor/uri/lib/uri/version.rb
  226 /usr/local/lib/ruby/2.7.0/bundler/vendor/uri/lib/uri/rfc2396_parser.rb
  227 /usr/local/lib/ruby/2.7.0/bundler/vendor/uri/lib/uri/rfc3986_parser.rb
  228 /usr/local/lib/ruby/2.7.0/bundler/vendor/uri/lib/uri/common.rb
  229 /usr/local/lib/ruby/2.7.0/bundler/vendor/uri/lib/uri/generic.rb
  230 /usr/local/lib/ruby/2.7.0/bundler/vendor/uri/lib/uri/file.rb
  231 /usr/local/lib/ruby/2.7.0/bundler/vendor/uri/lib/uri/ftp.rb
  232 /usr/local/lib/ruby/2.7.0/bundler/vendor/uri/lib/uri/http.rb
  233 /usr/local/lib/ruby/2.7.0/bundler/vendor/uri/lib/uri/https.rb
  234 /usr/local/lib/ruby/2.7.0/bundler/vendor/uri/lib/uri/ldap.rb
  235 /usr/local/lib/ruby/2.7.0/bundler/vendor/uri/lib/uri/ldaps.rb
  236 /usr/local/lib/ruby/2.7.0/bundler/vendor/uri/lib/uri/mailto.rb
  237 /usr/local/lib/ruby/2.7.0/bundler/vendor/uri/lib/uri.rb
  238 /usr/local/lib/ruby/2.7.0/bundler/vendored_uri.rb
  239 /usr/local/lib/ruby/2.7.0/bundler/ruby_version.rb
  240 /usr/local/lib/ruby/2.7.0/bundler/lazy_specification.rb
  241 /usr/local/lib/ruby/2.7.0/bundler/index.rb
  242 /usr/local/lib/ruby/2.7.0/bundler/spec_set.rb
  243 /usr/local/lib/ruby/2.7.0/bundler/vendor/molinillo/lib/molinillo/compatibility.rb
  244 /usr/local/lib/ruby/2.7.0/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
  245 /usr/local/lib/ruby/2.7.0/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
  246 /usr/local/lib/ruby/2.7.0/bundler/vendor/molinillo/lib/molinillo/errors.rb
  247 /usr/local/lib/ruby/2.7.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
  248 /usr/local/lib/ruby/2.7.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
  249 /usr/local/lib/ruby/2.7.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
  250 /usr/local/lib/ruby/2.7.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
  251 /usr/local/lib/ruby/2.7.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
  252 /usr/local/lib/ruby/2.7.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
  253 /usr/local/lib/ruby/2.7.0/bundler/vend (cut off, too long...)
...
ankane commented 3 years ago

Thanks @Yinabled. Looks like it's due to https://github.com/grpc/grpc/issues/24116. I've pushed a fix to the latest image.

Ref: https://github.com/pghero/pghero/blob/3223bd0b70f64d4ce42746c722e328f1a0918fd9/Dockerfile#L15-L25

Yinabled commented 3 years ago

Amazing - that worked like a charm. Thanks!