[DRE-maint] Bug#996317: ruby-memory-profiler: FTBFS with ruby3.0: ERROR: Test "ruby3.0" failed.
Antonio Terceiro
terceiro at debian.org
Tue Oct 12 23:50:04 BST 2021
Source: ruby-memory-profiler
Version: 0.9.14-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: debian-ruby at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-ruby-extras-maintainers/attachments/20211012/fb69a278/attachment.sig>
More information about the Pkg-ruby-extras-maintainers
mailing list