Your message dated Mon, 08 Nov 2021 00:03:49 +0000 with message-id <e1mjs8b-0007a7...@fasolo.debian.org> and subject line Bug#996317: fixed in ruby-memory-profiler 0.9.14-4 has caused the Debian Bug report #996317, regarding ruby-memory-profiler: FTBFS with ruby3.0: 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.) -- 996317: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996317 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: ruby-memory-profiler Version: 0.9.14-3 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: debian-r...@lists.debian.org Usertags: ruby3.0 Hi, We are about to enable building against ruby3.0 on unstable. During a test rebuild, ruby-memory-profiler was found to fail to build in that situation. To reproduce this locally, you need to install ruby-all-dev from experimental on an unstable system or build chroot. Relevant part (hopefully): > /usr/bin/ruby3.0 /usr/bin/gem2deb-test-runner > > ┌──────────────────────────────────────────────────────────────────────────────┐ > │ Checking Rubygems dependency resolution on ruby3.0 > │ > └──────────────────────────────────────────────────────────────────────────────┘ > > GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-memory-profiler/usr/share/rubygems-integration/all:/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\ \"memory_profiler\" > > ┌──────────────────────────────────────────────────────────────────────────────┐ > │ Run tests for ruby3.0 from debian/ruby-tests.rake > │ > └──────────────────────────────────────────────────────────────────────────────┘ > > RUBYLIB=/<<PKGBUILDDIR>>/debian/ruby-memory-profiler/usr/lib/ruby/vendor_ruby:. > > GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-memory-profiler/usr/share/rubygems-integration/all:/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 > /usr/lib/ruby/gems/3.0.0/gems/rake-13.0.3/lib/rake/rake_test_loader.rb > "test/test_helper.rb" "test/test_helpers.rb" "test/test_reporter.rb" > "test/test_reporter_private_start_stop.rb" > "test/test_reporter_public_start_stop.rb" "test/test_results.rb" > "test/test_stat_hash.rb" "test/test_top_n.rb" -v > Run options: -v --seed 35593 > > # Running: > > MemoryProfiler::TestHelpers#test_rubygems_parse = 0.00 s = . > MemoryProfiler::TestHelpers#test_app_path_parse = 0.00 s = . > MemoryProfiler::TestHelpers#test_standard_parse = 0.00 s = . > MemoryProfiler::TestHelpers#test_another_standard_parse = 0.00 s = . > MemoryProfiler::TestHelpers#test_stdlib_parse = 0.00 s = . > TestResults#test_normalize_paths_true = 0.12 s = F > TestResults#test_scale_bytes_off = 0.13 s = . > TestResults#test_no_conflict_with_pretty_print = 0.00 s = . > TestResults#test_normalize_paths_default = 0.09 s = . > TestResults#test_scale_bytes_true = 0.14 s = . > TestResults#test_pretty_print_works_with_no_args = 0.00 s = . > TestResults#test_scale_bytes_default = 0.13 s = . > TestResults#test_pretty_print_works_with_io_arg = 0.00 s = . > TestResults#test_normalize_paths_false = 0.09 s = . > TestReporter#test_no_color_output = 0.08 s = . > TestReporter#test_no_strings_retained_report = 0.08 s = F > TestReporter#test_ignore_file_with_regex = 0.08 s = . > TestReporter#test_allow_files_with_string = 0.09 s = . > TestReporter#test_color_output = 0.08 s = . > TestReporter#test_basic_object = 0.08 s = . > TestReporter#test_color_output_defaults_to_true_when_run_from_tty = 0.08 s = . > TestReporter#test_ignore_file_with_string = 0.09 s = . > TestReporter#test_non_string_named_class = 0.07 s = . > TestReporter#test_reports_can_be_reused_with_different_color_options = 0.09 s > = . > TestReporter#test_class_tracing_with_value = 0.08 s = . > TestReporter#test_mono_output_defaults_to_true_when_not_run_from_tty = 0.08 s > = . > TestReporter#test_nil_reporting_class = 0.09 s = . > TestReporter#test_allow_files_with_array = 0.08 s = . > TestReporter#test_counts = 0.08 s = . > TestReporter#test_string_reporting_class = 0.09 s = . > TestReporter#test_class_tracing_with_array = 0.08 s = . > TestReporter#test_strings_report = 0.10 s = . > TestReporter#test_exception_handling = 0.11 s = . > TestReporter#test_yield_block = 0.11 s = . > TestReporter#test_anonymous_class_object = 0.08 s = . > TestTopN#test_top_n_small_n = 0.00 s = . > TestTopN#test_top_n_large_n = 0.00 s = . > TestReporterPublicStartStop#test_allow_files_with_array = 0.11 s = . > TestReporterPublicStartStop#test_allow_files_with_string = 0.11 s = . > TestReporterPublicStartStop#test_ignore_file_with_string = 0.12 s = . > TestReporterPublicStartStop#test_basic_object = 0.09 s = . > TestReporterPublicStartStop#test_color_output_defaults_to_true_when_run_from_tty > = 0.09 s = . > TestReporterPublicStartStop#test_counts = 0.12 s = . > TestReporterPublicStartStop#test_module_stop_with_no_start = 0.00 s = . > TestReporterPublicStartStop#test_no_strings_retained_report = 0.13 s = F > TestReporterPublicStartStop#test_class_tracing_with_value = 0.11 s = . > TestReporterPublicStartStop#test_color_output = 0.12 s = . > TestReporterPublicStartStop#test_nil_reporting_class = 0.10 s = . > TestReporterPublicStartStop#test_string_reporting_class = 0.09 s = . > TestReporterPublicStartStop#test_yield_block = 0.09 s = . > TestReporterPublicStartStop#test_exception_handling = 0.00 s = . > TestReporterPublicStartStop#test_strings_report = 0.09 s = . > TestReporterPublicStartStop#test_ignore_file_with_regex = 0.10 s = . > TestReporterPublicStartStop#test_module_double_start = 0.08 s = . > TestReporterPublicStartStop#test_class_tracing_with_array = 0.12 s = . > TestReporterPublicStartStop#test_anonymous_class_object = 0.12 s = . > TestReporterPublicStartStop#test_no_color_output = 0.10 s = . > TestReporterPublicStartStop#test_non_string_named_class = 0.09 s = . > TestReporterPublicStartStop#test_reports_can_be_reused_with_different_color_options > = 0.15 s = . > TestReporterPublicStartStop#test_mono_output_defaults_to_true_when_not_run_from_tty > = 0.14 s = . > TestReporterPrivateStartStop#test_ignore_file_with_string = 0.17 s = . > TestReporterPrivateStartStop#test_nil_reporting_class = 0.15 s = . > TestReporterPrivateStartStop#test_exception_handling = 0.00 s = . > TestReporterPrivateStartStop#test_mono_output_defaults_to_true_when_not_run_from_tty > = 0.16 s = . > TestReporterPrivateStartStop#test_non_string_named_class = 0.15 s = . > TestReporterPrivateStartStop#test_string_reporting_class = 0.15 s = . > TestReporterPrivateStartStop#test_allow_files_with_array = 0.14 s = . > TestReporterPrivateStartStop#test_no_color_output = 0.19 s = . > TestReporterPrivateStartStop#test_yield_block = 0.14 s = . > TestReporterPrivateStartStop#test_allow_files_with_string = 0.17 s = . > TestReporterPrivateStartStop#test_class_tracing_with_array = 0.11 s = . > TestReporterPrivateStartStop#test_class_tracing_with_value = 0.13 s = . > TestReporterPrivateStartStop#test_no_strings_retained_report = 0.11 s = F > TestReporterPrivateStartStop#test_strings_report = 0.13 s = . > TestReporterPrivateStartStop#test_anonymous_class_object = 0.15 s = . > TestReporterPrivateStartStop#test_color_output_defaults_to_true_when_run_from_tty > = 0.13 s = . > TestReporterPrivateStartStop#test_ignore_file_with_regex = 0.12 s = . > TestReporterPrivateStartStop#test_color_output = 0.13 s = . > TestReporterPrivateStartStop#test_counts = 0.15 s = . > TestReporterPrivateStartStop#test_reports_can_be_reused_with_different_color_options > = 0.16 s = . > TestReporterPrivateStartStop#test_basic_object = 0.13 s = . > > Finished in 7.628621s, 10.6179 runs/s, 26.8725 assertions/s. > > 1) Failure: > TestResults#test_normalize_paths_true > [/<<PKGBUILDDIR>>/test/test_results.rb:83]: > Expected /ruby\/lib\/set.rb/ to match "Total allocated: 17448 bytes (118 > objects)\nTotal retained: 1803 bytes (6 objects)\n\nallocated memory by > gem\n-----------------------------------\n 11762 rubygems\n 3096 > longhorn-0.1.0\n 2144 usr/lib\n 446 other\n\nallocated memory by > file\n-----------------------------------\n 11762 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>\n 3096 > longhorn-0.1.0/lib/longhorn.rb\n 2144 usr/lib/ruby/3.0.0/set.rb\n > 446 /<<PKGBUILDDIR>>/test/test_helper.rb\n\nallocated memory by > location\n-----------------------------------\n 11762 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n 1216 > usr/lib/ruby/3.0.0/set.rb:355\n 928 usr/lib/ruby/3.0.0/set.rb:89\n > 888 longhorn-0.1.0/lib/longhorn.rb:10\n 704 > longhorn-0.1.0/lib/longhorn.rb:6\n 640 > longhorn-0.1.0/lib/longhorn.rb:12\n 472 > longhorn-0.1.0/lib/longhorn.rb:5\n 446 > /<<PKGBUILDDIR>>/test/test_helper.rb:11\n 312 > longhorn-0.1.0/lib/longhorn.rb:9\n 40 > longhorn-0.1.0/lib/longhorn.rb:7\n 40 > longhorn-0.1.0/lib/longhorn.rb:8\n\nallocated memory by > class\n-----------------------------------\n 8432 File\n 5368 > String\n 1312 Array\n 1120 Hash\n 704 Class\n 472 > Module\n 40 Set\n\nallocated objects by > gem\n-----------------------------------\n 51 rubygems\n 46 > longhorn-0.1.0\n 17 usr/lib\n 4 other\n\nallocated objects > by file\n-----------------------------------\n 51 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>\n 46 > longhorn-0.1.0/lib/longhorn.rb\n 17 usr/lib/ruby/3.0.0/set.rb\n > 4 /<<PKGBUILDDIR>>/test/test_helper.rb\n\nallocated objects by > location\n-----------------------------------\n 51 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n 19 > longhorn-0.1.0/lib/longhorn.rb:10\n 16 > longhorn-0.1.0/lib/longhorn.rb:12\n 16 > usr/lib/ruby/3.0.0/set.rb:355\n 7 longhorn-0.1.0/lib/longhorn.rb:9\n > 4 /<<PKGBUILDDIR>>/test/test_helper.rb:11\n 1 > longhorn-0.1.0/lib/longhorn.rb:5\n 1 > longhorn-0.1.0/lib/longhorn.rb:6\n 1 > longhorn-0.1.0/lib/longhorn.rb:7\n 1 > longhorn-0.1.0/lib/longhorn.rb:8\n 1 > usr/lib/ruby/3.0.0/set.rb:89\n\nallocated objects by > class\n-----------------------------------\n 84 String\n 28 > Array\n 2 Hash\n 1 Class\n 1 File\n 1 > Module\n 1 Set\n\nretained memory by > gem\n-----------------------------------\n 1176 longhorn-0.1.0\n > 485 rubygems\n 142 other\n\nretained memory by > file\n-----------------------------------\n 1176 > longhorn-0.1.0/lib/longhorn.rb\n 485 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>\n 142 > /<<PKGBUILDDIR>>/test/test_helper.rb\n\nretained memory by > location\n-----------------------------------\n 704 > longhorn-0.1.0/lib/longhorn.rb:6\n 485 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n 472 > longhorn-0.1.0/lib/longhorn.rb:5\n 142 > /<<PKGBUILDDIR>>/test/test_helper.rb:11\n\nretained memory by > class\n-----------------------------------\n 704 Class\n 627 > String\n 472 Module\n\nretained objects by > gem\n-----------------------------------\n 3 rubygems\n 2 > longhorn-0.1.0\n 1 other\n\nretained objects by > file\n-----------------------------------\n 3 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>\n 2 > longhorn-0.1.0/lib/longhorn.rb\n 1 > /<<PKGBUILDDIR>>/test/test_helper.rb\n\nretained objects by > location\n-----------------------------------\n 3 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n 1 > longhorn-0.1.0/lib/longhorn.rb:5\n 1 > longhorn-0.1.0/lib/longhorn.rb:6\n 1 > /<<PKGBUILDDIR>>/test/test_helper.rb:11\n\nretained objects by > class\n-----------------------------------\n 4 String\n 1 > Class\n 1 Module\n\n\nAllocated String > Report\n-----------------------------------\n 4 > \"/<<PKGBUILDDIR>>\"\n 4 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 3 \"/<<PKGBUILDDIR>>/test/fixtures/gems/longhorn-0.1.0/lib\"\n 2 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n 1 > /<<PKGBUILDDIR>>/test/test_helper.rb:11\n\n 3 > \"/<<PKGBUILDDIR>>/test/fixtures/gems/longhorn-0.1.0/lib/longhorn.rb\"\n > 3 usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 2 \"\\n\"\n 2 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 2 \"<module:Longhorn>\"\n 2 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 2 \"allocated memory by class\"\n 1 > longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"allocated memory by file\"\n > 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"allocated memory by gem\"\n > 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"allocated memory by > location\"\n 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"allocated objects by class\"\n > 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"allocated objects by file\"\n > 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"allocated objects by gem\"\n > 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"allocated objects by > location\"\n 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"retained memory by class\"\n > 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"retained memory by file\"\n > 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"retained memory by gem\"\n > 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"retained memory by > location\"\n 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"retained objects by class\"\n > 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"retained objects by file\"\n > 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"retained objects by gem\"\n > 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 2 \"retained objects by > location\"\n 1 longhorn-0.1.0/lib/longhorn.rb:12\n 1 > usr/lib/ruby/3.0.0/set.rb:355\n\n 1 \"\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \" \"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \" result << \\\"\\\#{type} \\\#{metric} by \\\#{name}\\\"\\n\"\n > 1 usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \" .each do |(type, metric), name|\\n\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \" .product([\\\"gem\\\", \\\"file\\\", \\\"location\\\", > \\\"class\\\"])\\n\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \" .product([\\\"memory\\\", \\\"objects\\\"])\\n\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \" end\\n\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \" [\\\"allocated\\\", \\\"retained\\\"]\\n\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \" result\\n\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \" result = Set.new\\n\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \" def self.run\\n\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \" end\\n\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \" by \"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"# frozen_string_literal: true\\n\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"-\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 > \"/<<PKGBUILDDIR>>/debian/ruby-memory-profiler/usr/lib/ruby/vendor_ruby\"\n > 1 usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"/usr/lib/ruby/3.0.0\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"/usr/lib/ruby/gems/3.0.0/gems/rake-13.0.3/lib\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"/usr/lib/ruby/vendor_ruby\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"/usr/lib/ruby/vendor_ruby/3.0.0\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"/usr/lib/x86_64-linux-gnu/ruby/3.0.0\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/3.0.0\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"allocated\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"block in run\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"class\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"end\\n\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"file\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"frozen_string_literal\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"gem\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n\nRetained > String Report\n-----------------------------------\n 2 > \"/<<PKGBUILDDIR>>/test/fixtures/gems/longhorn-0.1.0/lib\"\n 1 > /<<PKGBUILDDIR>>/test/test_helper.rb:11\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"/<<PKGBUILDDIR>>\"\n 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n > 1 \"/<<PKGBUILDDIR>>/test/fixtures/gems/longhorn-0.1.0/lib/longhorn.rb\"\n > 1 > usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85\n\n". > > 2) Failure: > TestReporter#test_no_strings_retained_report > [/<<PKGBUILDDIR>>/test/test_reporter.rb:235]: > 45 strings should be allocated. > Expected: 45 > Actual: 55 > > 3) Failure: > TestReporterPublicStartStop#test_no_strings_retained_report > [/<<PKGBUILDDIR>>/test/test_reporter.rb:235]: > 45 strings should be allocated. > Expected: 45 > Actual: 55 > > 4) Failure: > TestReporterPrivateStartStop#test_no_strings_retained_report > [/<<PKGBUILDDIR>>/test/test_reporter.rb:235]: > 45 strings should be allocated. > Expected: 45 > Actual: 55 > > 81 runs, 205 assertions, 4 failures, 0 errors, 0 skips > rake aborted! > Command failed with status (1): [ruby -w > /usr/lib/ruby/gems/3.0.0/gems/rake-13.0.3/lib/rake/rake_test_loader.rb > "test/test_helper.rb" "test/test_helpers.rb" "test/test_reporter.rb" > "test/test_reporter_private_start_stop.rb" > "test/test_reporter_public_start_stop.rb" "test/test_results.rb" > "test/test_stat_hash.rb" "test/test_top_n.rb" -v] > > Tasks: TOP => default > (See full trace by running task with --trace) > ERROR: Test "ruby3.0" failed. The full build log is available at https://people.debian.org/~kanashiro/ruby3.0/round2/builds/3/ruby-memory-profiler/ruby-memory-profiler_0.9.14-3+rebuild1633386459_amd64.build.txt
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: ruby-memory-profiler Source-Version: 0.9.14-4 Done: Daniel Leidert <dleid...@debian.org> We believe that the bug you reported is fixed in the latest version of ruby-memory-profiler, 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 996...@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-memory-profiler 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: Mon, 08 Nov 2021 00:42:01 +0100 Source: ruby-memory-profiler Architecture: source Version: 0.9.14-4 Distribution: unstable Urgency: low Maintainer: Debian Ruby Team <pkg-ruby-extras-maintain...@lists.alioth.debian.org> Changed-By: Daniel Leidert <dleid...@debian.org> Closes: 996317 Changes: ruby-memory-profiler (0.9.14-4) unstable; urgency=low . * Team upload. . [ Debian Janitor ] * Set field Upstream-Contact in debian/copyright. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). * Apply multi-arch hints. + ruby-memory-profiler: Add Multi-Arch: foreign. * Bump debhelper from old 12 to 13. * Update standards version to 4.5.1, no changes needed. . [ Daniel Leidert ] * d/control (Standards-Version): Bump to 4.6.0. (Depends): Use ${ruby:Depends}. * d/rules: Enable gem installation layout. * d/watch: Update and fix. * d/patches/996317-skip-ruby2-tests-on-ruby3.patch: Add patch. - Skip or adjust Ruby 2 specific tests for Ruby 3 (closes: #996317). * d/patches/series: Enable new patch. * d/upstream/metadata (Bug-Submit, Changelog): Fix URLs. Checksums-Sha1: fd3e44f847a5d3242d1d75999525be31b9499dc8 2117 ruby-memory-profiler_0.9.14-4.dsc e189b71225e2abf36d215fffdac3617e0abbc814 3488 ruby-memory-profiler_0.9.14-4.debian.tar.xz 8842cf436e69b510be0ca1f12f7364c69938e2be 9193 ruby-memory-profiler_0.9.14-4_amd64.buildinfo Checksums-Sha256: 43041dcba49815b8c079d4e43183f4e83eca4c9d4d13722d0bf21a6c5ef36524 2117 ruby-memory-profiler_0.9.14-4.dsc 98470255ff64a1b0dee972bd8b1441995d8a5361a57cef0d30d33d1e0323ee28 3488 ruby-memory-profiler_0.9.14-4.debian.tar.xz 91eec389193f80fd83e852ced92e2f21d4603f5f89e23f2ecd9528a260889d3d 9193 ruby-memory-profiler_0.9.14-4_amd64.buildinfo Files: 0e90bc15e9f5fb3b0b44351578f6dbe3 2117 ruby optional ruby-memory-profiler_0.9.14-4.dsc 84d5a65c720c550f44a11437eaa7167f 3488 ruby optional ruby-memory-profiler_0.9.14-4.debian.tar.xz 8f3b25e2be8d367a334d8fdec4600cfe 9193 ruby optional ruby-memory-profiler_0.9.14-4_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmGIZQQACgkQS80FZ8KW 0F2PmA/+LG0oGbuv1ev5xll2wzAYY9kUBC9oYNT+kAxbOTa5QJhqPBln1nWm7Re3 VXCHU6u8M8z6nKvweKC4z65u8lclY44MUr7IlnIxIxKLV8Hl0ynVc6pXQhOtG3kb BThd0P6vjZQC3dpjTRFTsgXHoPz+Y/aGpsAUMoToxoJjiNtAWSU9W/HCUiySABAF 1TcDTCSn4iymr5VeQOJKrd+oP9AhcFym/4Ag0Ec7eHclnhkKIV0tgunS3LHFpNhD SlZFIzI/YiraVuk7Maw/auO1MQ3i3Gn+pVx/9vm5muNPesa2K41M3LCZxCEz95OU QGlGdKqhB1eVyGHFyNkyMDWcsdqsBEKNQc6UAZIbcKUG6wBiFQRolCGcfvN3zEYb PP3OaSK3TX9V8aYEP68OIS4pxaIAjxKlVBpG615eE4YEFMGpZ5mUXsyvqeRMs1lb NKBsodznhvuGIPcL/NdWD7HuquxGtpvj0oCuyjx+pqgdjiphd5Ts8ZvSotfeFoMR pr00fNakdvCgIndtfa5N6mQ4POdjR7hw7XRSNrcY7plK2AxuVqVFuuu9kzILK3jU gUNGZsCVecgPajxVCDWrlxoa+wo5aFftaSJZ67KAXmtXXSjV1LZIbYEZyhweg49D P+OaRoceItfwQ443/Qnysn0jXMqS6GdG6aF/RtXc8cXh6TMMKcg= =j/5Q -----END PGP SIGNATURE-----
--- End Message ---