Your message dated Wed, 01 Dec 2021 08:37:29 +0000
with message-id <e1msl7j-0004i3...@fasolo.debian.org>
and subject line Bug#998486: fixed in ruby-puma-worker-killer 0.3.1-3
has caused the Debian Bug report #998486,
regarding ruby-puma-worker-killer: FTBFS: ERROR: Test "ruby3.0" failed.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
998486: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998486
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-puma-worker-killer
Version: 0.3.1-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211104 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> /usr/bin/ruby3.0 /usr/bin/gem2deb-test-runner
>
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Checking Rubygems dependency resolution on ruby3.0
> │
> └──────────────────────────────────────────────────────────────────────────────┘
>
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-puma-worker-killer/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.0.0:/var/lib/gems/3.0.0:/usr/local/lib/ruby/gems/3.0.0:/usr/lib/ruby/gems/3.0.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.0.0:/usr/share/rubygems-integration/3.0.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.0.0
> ruby3.0 -e gem\ \"puma_worker_killer\"
>
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Run tests for ruby3.0 from debian/ruby-tests.rake
> │
> └──────────────────────────────────────────────────────────────────────────────┘
>
> RUBYLIB=.
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-puma-worker-killer/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.0.0:/var/lib/gems/3.0.0:/usr/local/lib/ruby/gems/3.0.0:/usr/lib/ruby/gems/3.0.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.0.0:/usr/share/rubygems-integration/3.0.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.0.0
> ruby3.0 -S rake -f debian/ruby-tests.rake
> /usr/bin/ruby3.0 -w -I"test"
> /usr/lib/ruby/gems/3.0.0/gems/rake-13.0.3/lib/rake/rake_test_loader.rb
> "test/puma_worker_killer_test.rb" "test/test_helper.rb" -v
> Loaded suite
> /usr/lib/ruby/gems/3.0.0/gems/rake-13.0.3/lib/rake/rake_test_loader
> Started
> PumaWorkerKillerTest:
> test_kills_large_app:
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:496:in
> `materialize': Could not find puma-5.5.2 in any of the sources
> (Bundler::GemNotFound)
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:234:in
> `specs_for'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/runtime.rb:18:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler.rb:149:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `block in <top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:136:in
> `with_level'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:88:in
> `silence'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `<top (required)>'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> Timeout waiting for "booted" to find a match using (?-mix:booted) in
> ''
> E
> ===============================================================================
> Error: test_kills_large_app(PumaWorkerKillerTest):
> WaitForIt::WaitForItTimeoutError: Running command: 'bundle exec puma
> /<<PKGBUILDDIR>>/test/fixtures/big.ru -t 1:1 -w 2 --preload --debug -p 0',
> waiting for 'booted' did not occur within 5 seconds:
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:144:in
> `wait!'
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:92:in
> `initialize'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:32:in `new'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:32:in `test_kills_large_app'
> 29: command = "bundle exec puma #{file} -t 1:1 -w 2 --preload
> --debug -p #{port}"
> 30: options = { wait_for: 'booted', timeout: 5, env: {
> 'PUMA_FREQUENCY' => 1, 'PUMA_RAM' => 1 } }
> 31:
> => 32: WaitForIt.new(command, options) do |spawn|
> 33: assert_contains(spawn, 'Out of memory')
> 34: end
> 35: end
> ===============================================================================
> : (5.001951)
> test_on_calculation:
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:496:in
> `materialize': Could not find puma-5.5.2 in any of the sources
> (Bundler::GemNotFound)
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:234:in
> `specs_for'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/runtime.rb:18:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler.rb:149:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `block in <top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:136:in
> `with_level'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:88:in
> `silence'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `<top (required)>'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> Timeout waiting for "booted" to find a match using (?-mix:booted) in
> ''
> E
> ===============================================================================
> Error: test_on_calculation(PumaWorkerKillerTest):
> WaitForIt::WaitForItTimeoutError: Running command: 'bundle exec puma
> /<<PKGBUILDDIR>>/test/fixtures/on_calculation.ru -t 1:1 -w 2 --preload
> --debug -p 0', waiting for 'booted' did not occur within 5 seconds:
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:144:in
> `wait!'
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:92:in
> `initialize'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:55:in `new'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:55:in `test_on_calculation'
> 52: command = "bundle exec puma #{file} -t 1:1 -w 2 --preload
> --debug -p #{port}"
> 53: options = { wait_for: 'booted', timeout: 5, env: {
> 'PUMA_FREQUENCY' => 1, 'PUMA_RAM' => 1 } }
> 54:
> => 55: WaitForIt.new(command, options) do |spawn|
> 56: assert_contains(spawn, 'Out of memory')
> 57: assert_contains(spawn, 'Current memory footprint:') # defined
> in on_calculate.ru
> 58: end
> ===============================================================================
> : (5.002986)
> test_pre_term:
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:496:in
> `materialize': Could not find puma-5.5.2 in any of the sources
> (Bundler::GemNotFound)
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:234:in
> `specs_for'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/runtime.rb:18:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler.rb:149:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `block in <top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:136:in
> `with_level'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:88:in
> `silence'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `<top (required)>'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> Timeout waiting for "booted" to find a match using (?-mix:booted) in
> ''
> E
> ===============================================================================
> Error: test_pre_term(PumaWorkerKillerTest):
> WaitForIt::WaitForItTimeoutError: Running command: 'bundle exec puma
> /<<PKGBUILDDIR>>/test/fixtures/pre_term.ru -t 1:1 -w 2 --preload --debug -p
> 0', waiting for 'booted' did not occur within 5 seconds:
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:144:in
> `wait!'
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:92:in
> `initialize'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:43:in `new'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:43:in `test_pre_term'
> 40: command = "bundle exec puma #{file} -t 1:1 -w 2 --preload
> --debug -p #{port}"
> 41: options = { wait_for: 'booted', timeout: 5, env: {
> 'PUMA_FREQUENCY' => 1, 'PUMA_RAM' => 1 } }
> 42:
> => 43: WaitForIt.new(command, options) do |spawn|
> 44: assert_contains(spawn, 'Out of memory')
> 45: assert_contains(spawn, 'About to terminate worker:') # defined
> in pre_term.ru
> 46: end
> ===============================================================================
> : (5.006148)
> test_rolling_pre_term: "bundle exec puma
> /<<PKGBUILDDIR>>/test/fixtures/rolling_pre_term.ru -t 1:1 -w 2 --preload
> --debug -p 0"
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:496:in
> `materialize': Could not find puma-5.5.2 in any of the sources
> (Bundler::GemNotFound)
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:234:in
> `specs_for'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/runtime.rb:18:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler.rb:149:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `block in <top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:136:in
> `with_level'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:88:in
> `silence'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `<top (required)>'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> Timeout waiting for "booted" to find a match using (?-mix:booted) in
> ''
> E
> ===============================================================================
> Error: test_rolling_pre_term(PumaWorkerKillerTest):
> WaitForIt::WaitForItTimeoutError: Running command: 'bundle exec puma
> /<<PKGBUILDDIR>>/test/fixtures/rolling_pre_term.ru -t 1:1 -w 2 --preload
> --debug -p 0', waiting for 'booted' did not occur within 15 seconds:
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:144:in
> `wait!'
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:92:in
> `initialize'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:99:in `new'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:99:in `test_rolling_pre_term'
> 96: puts command.inspect
> 97: options = { wait_for: 'booted', timeout: 15, env: {} }
> 98:
> => 99: WaitForIt.new(command, options) do |spawn|
> 100: assert_contains(spawn, 'Rolling Restart')
> 101: assert_contains(spawn, 'About to terminate (rolling)
> worker:') # defined in rolling_pre_term.ru
> 102: end
> ===============================================================================
> : (15.016148)
> test_rolling_restart: "bundle exec
> puma /<<PKGBUILDDIR>>/test/fixtures/rolling_restart.ru -t 1:1 -w 2 --preload
> --debug -p 0"
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:496:in
> `materialize': Could not find puma-5.5.2 in any of the sources
> (Bundler::GemNotFound)
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:234:in
> `specs_for'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/runtime.rb:18:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler.rb:149:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `block in <top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:136:in
> `with_level'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:88:in
> `silence'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `<top (required)>'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> Timeout waiting for "booted" to find a match using (?-mix:booted) in
> ''
> E
> ===============================================================================
> Error: test_rolling_restart(PumaWorkerKillerTest):
> WaitForIt::WaitForItTimeoutError: Running command: 'bundle exec puma
> /<<PKGBUILDDIR>>/test/fixtures/rolling_restart.ru -t 1:1 -w 2 --preload
> --debug -p 0', waiting for 'booted' did not occur within 15 seconds:
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:144:in
> `wait!'
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:92:in
> `initialize'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:72:in `new'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:72:in `test_rolling_restart'
> 69: puts command.inspect
> 70: options = { wait_for: 'booted', timeout: 15, env: {} }
> 71:
> => 72: WaitForIt.new(command, options) do |spawn|
> 73: assert_contains(spawn, 'Rolling Restart')
> 74: end
> 75: end
> ===============================================================================
> : (15.016196)
> test_rolling_restart_worker_kill_check: "bundle exec puma
> /<<PKGBUILDDIR>>/test/fixtures/rolling_restart.ru -t 1:1 -w 1 --preload
> --debug -p 0"
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:496:in
> `materialize': Could not find puma-5.5.2 in any of the sources
> (Bundler::GemNotFound)
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:234:in
> `specs_for'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/runtime.rb:18:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler.rb:149:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `block in <top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:136:in
> `with_level'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:88:in
> `silence'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `<top (required)>'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> Timeout waiting for "booted" to find a match using (?-mix:booted) in
> ''
> E
> ===============================================================================
> Error: test_rolling_restart_worker_kill_check(PumaWorkerKillerTest):
> WaitForIt::WaitForItTimeoutError: Running command: 'bundle exec puma
> /<<PKGBUILDDIR>>/test/fixtures/rolling_restart.ru -t 1:1 -w 1 --preload
> --debug -p 0', waiting for 'booted' did not occur within 120 seconds:
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:144:in
> `wait!'
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:92:in
> `initialize'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:84:in `new'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:84:in
> `test_rolling_restart_worker_kill_check'
> 81: puts command.inspect
> 82: options = { wait_for: 'booted', timeout: 120, env: {} }
> 83:
> => 84: WaitForIt.new(command, options) do |spawn|
> 85: # at least 2 matches for TERM (so we set a timeout value
> longer - 120sec)
> 86: spawn.wait!(/TERM.*TERM/m)
> 87: term_ids = spawn.log.read.scan(/TERM to pid (\d*)/)
> ===============================================================================
> : (120.009368)
> test_starts:
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:496:in
> `materialize': Could not find puma-5.5.2 in any of the sources
> (Bundler::GemNotFound)
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:234:in
> `specs_for'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/runtime.rb:18:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler.rb:149:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `block in <top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:136:in
> `with_level'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:88:in
> `silence'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `<top (required)>'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> Timeout waiting for "booted" to find a match using (?-mix:booted) in
> ''
> E
> ===============================================================================
> Error: test_starts(PumaWorkerKillerTest):
> WaitForIt::WaitForItTimeoutError: Running command: 'bundle exec puma
> /<<PKGBUILDDIR>>/test/fixtures/default.ru -t 1:1 -w 2 --preload --debug -p
> 0', waiting for 'booted' did not occur within 5 seconds:
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:144:in
> `wait!'
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:92:in
> `initialize'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:11:in `new'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:11:in `test_starts'
> 8: command = "bundle exec puma #{fixture_path.join("default.ru")}
> -t 1:1 -w 2 --preload --debug -p #{port}"
> 9: options = { wait_for: 'booted', timeout: 5, env: {
> 'PUMA_FREQUENCY' => 1 } }
> 10:
> => 11: WaitForIt.new(command, options) do |spawn|
> 12: assert_contains(spawn, 'PumaWorkerKiller')
> 13: end
> 14: end
> ===============================================================================
> : (5.001503)
> test_without_preload:
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:496:in
> `materialize': Could not find puma-5.5.2 in any of the sources
> (Bundler::GemNotFound)
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/definition.rb:234:in
> `specs_for'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/runtime.rb:18:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler.rb:149:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `block in <top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:136:in
> `with_level'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/ui/shell.rb:88:in
> `silence'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.2.27/lib/bundler/setup.rb:20:in
> `<top (required)>'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> from
> /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
> Timeout waiting for "booted" to find a match using (?-mix:booted) in
> ''
> E
> ===============================================================================
> Error: test_without_preload(PumaWorkerKillerTest):
> WaitForIt::WaitForItTimeoutError: Running command: 'bundle exec puma
> /<<PKGBUILDDIR>>/test/fixtures/default.ru -t 1:1 -w 2 --debug -p 0 -C
> /<<PKGBUILDDIR>>/test/fixtures/config/puma_worker_killer_start.rb', waiting
> for 'booted' did not occur within 10 seconds:
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:144:in
> `wait!'
> /usr/share/rubygems-integration/all/gems/wait_for_it-0.2.1/lib/wait_for_it.rb:92:in
> `initialize'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:21:in `new'
> /<<PKGBUILDDIR>>/test/puma_worker_killer_test.rb:21:in `test_without_preload'
> 18: command = "bundle exec puma #{fixture_path.join("default.ru")}
> -t 1:1 -w 2 --debug -p #{port} -C
> #{fixture_path.join("config/puma_worker_killer_start.rb")}"
> 19: options = { wait_for: 'booted', timeout: 10, env: {
> 'PUMA_FREQUENCY' => 1 } }
> 20:
> => 21: WaitForIt.new(command, options) do |spawn|
> 22: assert_contains(spawn, 'PumaWorkerKiller')
> 23: end
> 24: end
> ===============================================================================
> : (10.001752)
>
> Finished in 180.056674728 seconds.
> -------------------------------------------------------------------------------
> 8 tests, 0 assertions, 0 failures, 8 errors, 0 pendings, 0 omissions, 0
> notifications
> 0% passed
> -------------------------------------------------------------------------------
> 0.04 tests/s, 0.00 assertions/s
> rake aborted!
> Command failed with status (1): [ruby -w -I"test"
> /usr/lib/ruby/gems/3.0.0/gems/rake-13.0.3/lib/rake/rake_test_loader.rb
> "test/puma_worker_killer_test.rb" "test/test_helper.rb" -v]
>
> Tasks: TOP => default
> (See full trace by running task with --trace)
> ERROR: Test "ruby3.0" failed.
The full build log is available from:
http://qa-logs.debian.net/2021/11/04/ruby-puma-worker-killer_0.3.1-2_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: ruby-puma-worker-killer
Source-Version: 0.3.1-3
Done: Daniel Leidert <dleid...@debian.org>
We believe that the bug you reported is fixed in the latest version of
ruby-puma-worker-killer, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 998...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Daniel Leidert <dleid...@debian.org> (supplier of updated
ruby-puma-worker-killer package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 01 Dec 2021 08:24:13 +0100
Source: ruby-puma-worker-killer
Architecture: source
Version: 0.3.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Daniel Leidert <dleid...@debian.org>
Closes: 998486
Changes:
ruby-puma-worker-killer (0.3.1-3) unstable; urgency=medium
.
* Team upload.
* d/control (Depends): Remove ${ruby:Depends} to allow package installation
as long as puma does not provide ruby-puma.
* d/patches/fix-ruby3-compatibility.patch: Add patch.
- Allow tests to run under all Ruby versions (closes: #998486).
* d/patches/series: Add new patch.
Checksums-Sha1:
ab20ad660875a75eb6eff1eea3413d077a6ec730 2278
ruby-puma-worker-killer_0.3.1-3.dsc
4ef140a8ba081bc8d83744f685af97b8cc357419 4100
ruby-puma-worker-killer_0.3.1-3.debian.tar.xz
270a8ed50d24e4f57cf8afbdb47c080ccd8fdee7 9660
ruby-puma-worker-killer_0.3.1-3_amd64.buildinfo
Checksums-Sha256:
0557bf16bc2873c3af9cf8bb5ff1fb28bcccc651318ece9ff2e2a0cccc42ad9e 2278
ruby-puma-worker-killer_0.3.1-3.dsc
9305df5d92eee8c02e9bd9e5f1a5add778fe580bad318e5245c0f3b89d93ae0e 4100
ruby-puma-worker-killer_0.3.1-3.debian.tar.xz
4ce27ea3c253d5b9cd0e5c88c6ab36d03efd9d0b84dd5e033396275149ce7e2c 9660
ruby-puma-worker-killer_0.3.1-3_amd64.buildinfo
Files:
9b2631e0995d2a3a5bbc43fe0ec705fb 2278 ruby optional
ruby-puma-worker-killer_0.3.1-3.dsc
2f675d45fbe7a6d9ee34b77218d3382c 4100 ruby optional
ruby-puma-worker-killer_0.3.1-3.debian.tar.xz
ba2a8e88529eae9b99bffec4017296cb 9660 ruby optional
ruby-puma-worker-killer_0.3.1-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmGnL1YACgkQS80FZ8KW
0F2S6RAAmUPcR4+YkXf2HaXYXr2TKedGcOVCI92rkxxibjE/9DUoKt+vucYyOybn
CiBJVwO1fkngM+gmPYRv31V6eHrr8U1LP8E61Zcl0A8v5cp9RsuaTR9E9SqVpvC0
zpsTDL70S1/Jv4t+BL6LUdJu7hnTb7zY3Ety/TJN0yFb30nWh8Iy0zAzm3ur1rAT
Bi4876xHEGNFMjLL8LybA43FiZWr/sePEIuiO++KKsRnSwSo+h2WpjZALKehNJP2
bz204sfvqBSPt8I8E1CiluLH3oVbd5qTF4VcLjjDYnArddqDL2rSChFEOcqnajBi
pSno2FgCwYsw+XEPu9Kb3+ma9a19gYZPHm2qFDPTdBJwZqofwD2a6+Jso5ct+Yq4
ju5HAe8Hq1hLnV/vE6n4LNXQZ7wa46ZA2mMMm/PRKIlrXj2zOHM58U3LZkBm5QWQ
OSfwUIaYEf70lG/EJF665fFw2E2nGLQvQCskSihetA7SvlNNZVqR4Sbid4dbAD5H
rWCboVI9XFUqxGNKJLV8rSmf622s6uAXWbbXYtoYkiT8hUKUKe/2gq063xiX0u6+
OZQ2YggkoUzbfuyy6duTbL7RO6B6OWhvKbgQJTnNyXA6KYoVBlQIexI72BROJRfF
49gFYBgGD0QXb48djQb8D/Zd7smjuBg3pXhfOcr8Z28C0T9Wv4w=
=iOjp
-----END PGP SIGNATURE-----
--- End Message ---