zombocom / puma_worker_killer

Automatically restart Puma cluster workers based on max RAM available
747 stars 77 forks source link

warning: conflicting chdir during another chdir block #79

Closed wellington1993 closed 4 years ago

wellington1993 commented 4 years ago

After update ruby, and trying to run bundle update:

Using psych 3.1.0
Using puma 4.2.1 from https://github.com/puma/puma.git (at master@3203159)
/home/wellington/.rbenv/versions/2.6.5/lib/ruby/2.6.0/rubygems/ext/builder.rb:183: warning: conflicting chdir during another chdir block
/home/wellington/.rbenv/versions/2.6.5/lib/ruby/2.6.0/rubygems/ext/builder.rb:191: warning: conflicting chdir during another chdir block
Using puma_worker_killer 0.1.1 from https://github.com/schneems/puma_worker_killer.git (at master@4552de0)
Using rack-cors 1.0.3 from https://github.com/cyu/rack-cors.git (at master@145a5df)
...

Thanks!

wellington1993 commented 4 years ago

I found similar problem: https://github.com/fastlane/fastlane/issues/643

wellington1993 commented 4 years ago

And found this: https://github.com/test-kitchen/test-kitchen/issues/1416 https://github.com/test-kitchen/test-kitchen/pull/1430 https://github.com/test-kitchen/test-kitchen/pull/1430/commits/312cf9374d6cf609530b2e36b079081a586d063c

wellington1993 commented 4 years ago

puma issue, not puma_worker_killer: https://github.com/puma/puma/issues/2067