Your message dated Tue, 04 Oct 2022 14:39:34 +0000 with message-id <e1ofj54-008oiy...@fasolo.debian.org> and subject line Bug#1015334: fixed in ruby-stackprof 0.2.21-1 has caused the Debian Bug report #1015334, regarding ruby-stackprof: FTBFS with ruby3.1: ERROR: Test "ruby3.1" 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.) -- 1015334: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015334 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: ruby-stackprof Version: 0.2.17-1 Severity: important Justification: FTBFS Tags: bookworm sid ftbfs User: debian-r...@lists.debian.org Usertags: ruby3.1 Hi, We are about to start the ruby3.1 transition in unstable. While trying to rebuild ruby-stackprof with ruby3.1 enabled, the build failed. Relevant part of the build log (hopefully): > /usr/bin/ruby3.1 /usr/bin/gem2deb-test-runner > > ┌──────────────────────────────────────────────────────────────────────────────┐ > │ Checking Rubygems dependency resolution on ruby3.1 > │ > └──────────────────────────────────────────────────────────────────────────────┘ > > GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-stackprof/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.1.0:/var/lib/gems/3.1.0:/usr/local/lib/ruby/gems/3.1.0:/usr/lib/ruby/gems/3.1.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.1.0:/usr/share/rubygems-integration/3.1.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0 > ruby3.1 -e gem\ \"stackprof\" > > ┌──────────────────────────────────────────────────────────────────────────────┐ > │ Run tests for ruby3.1 from debian/ruby-tests.rake > │ > └──────────────────────────────────────────────────────────────────────────────┘ > > RUBYLIB=. > GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-stackprof/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.1.0:/var/lib/gems/3.1.0:/usr/local/lib/ruby/gems/3.1.0:/usr/lib/ruby/gems/3.1.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.1.0:/usr/share/rubygems-integration/3.1.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0 > ruby3.1 -S rake -f debian/ruby-tests.rake > /usr/bin/ruby3.1 -w -I"test" > /usr/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb > "test/test_middleware.rb" "test/test_report.rb" "test/test_stackprof.rb" -v > /<<PKGBUILDDIR>>/test/test_stackprof.rb:208: warning: assigned but unused > variable - raw > Run options: -v --seed 18881 > > # Running: > > StackProfTest#test_min_max_interval = 0.00 s = . > StackProfTest#test_walltime = 0.20 s = . > StackProfTest#test_start_stop_results = 0.00 s = . > StackProfTest#test_cputime = 0.01 s = F > StackProfTest#test_running = 0.00 s = . > StackProfTest#test_info = 0.00 s = . > StackProfTest#test_empty_metadata = 0.01 s = . > StackProfTest#test_metadata = 0.01 s = . > StackProfTest#test_fork = 0.00 s = . > StackProfTest#test_gc = 0.03 s = . > StackProfTest#test_out_to_path_string = 0.00 s = . > StackProfTest#test_raw = 0.00 s = . > StackProfTest#test_pathname_out = 0.00 s = . > StackProfTest#test_recursive_total_samples = 0.00 s = . > StackProfTest#test_object_allocation = 0.00 s = F > StackProfTest#test_custom = 0.00 s = . > StackProfTest#test_object_allocation_interval = 0.00 s = . > StackProfTest#test_out = 0.00 s = . > StackProfTest#test_raises_if_metadata_is_not_a_hash = 0.00 s = . > ReportDumpTest#test_dump_to_file = 0.01 s = . > ReportDumpTest#test_dump_to_stdout = 0.00 s = . > StackProf::MiddlewareTest#test_enabled_should_use_a_proc_if_passed = 0.00 s = > . > StackProf::MiddlewareTest#test_raw = 0.00 s = . > StackProf::MiddlewareTest#test_path_custom = 0.00 s = . > StackProf::MiddlewareTest#test_enabled_should_use_a_proc_if_passed_and_use_the_request_env > = 0.00 s = . > StackProf::MiddlewareTest#test_save_default = 0.00 s = . > StackProf::MiddlewareTest#test_metadata = 0.00 s = . > StackProf::MiddlewareTest#test_path_default = 0.00 s = . > StackProf::MiddlewareTest#test_save_custom = 0.00 s = . > > Finished in 0.282625s, 102.6095 runs/s, 307.8285 assertions/s. > > 1) Failure: > StackProfTest#test_cputime [/<<PKGBUILDDIR>>/test/test_stackprof.rb:83]: > Expected # encoding: ASCII-8BIT > # valid: true > "Integer#times" to include "StackProfTest#math". > > 2) Failure: > StackProfTest#test_object_allocation > [/<<PKGBUILDDIR>>/test/test_stackprof.rb:43]: > Expected: 4 > Actual: 5 > > 29 runs, 87 assertions, 2 failures, 0 errors, 0 skips > rake aborted! > Command failed with status (1): [ruby -w -I"test" > /usr/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb > "test/test_middleware.rb" "test/test_report.rb" "test/test_stackprof.rb" -v] > > Tasks: TOP => default > (See full trace by running task with --trace) > ERROR: Test "ruby3.1" failed. The full build log is available from: https://people.debian.org/~terceiro/ruby3.1/ruby-stackprof_0.2.17-1+rebuild1658134687_amd64.log To reproduce this, you need to install ruby-all-dev >= 1:3.0+2 (in experimental). If you fail to reproduce, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime. 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
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: ruby-stackprof Source-Version: 0.2.21-1 Done: Mohammed Bilal <mdbi...@disroot.org> We believe that the bug you reported is fixed in the latest version of ruby-stackprof, 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 1015...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Mohammed Bilal <mdbi...@disroot.org> (supplier of updated ruby-stackprof 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: Tue, 04 Oct 2022 14:01:22 +0000 Source: ruby-stackprof Architecture: source Version: 0.2.21-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Team <pkg-ruby-extras-maintain...@lists.alioth.debian.org> Changed-By: Mohammed Bilal <mdbi...@disroot.org> Closes: 994456 1015334 Changes: ruby-stackprof (0.2.21-1) unstable; urgency=medium . [ Pirate Praveen ] * New upstream version 0.2.21 (Closes: #1015334,#994456) . [ Mohammed Bilal ] * add patch to skip flaky test. Checksums-Sha1: 84d8b1edf5aa95bcfbf58e26c8e6221caba96570 2100 ruby-stackprof_0.2.21-1.dsc 72e10b3cce514f9004cca232f87ec6f8c62272de 68245 ruby-stackprof_0.2.21.orig.tar.gz 91320303a9ea27443e9e9587614f856a773d35ec 8576 ruby-stackprof_0.2.21-1.debian.tar.xz 3b56b70010f9364f99b364d162f11fe76225e1c8 9869 ruby-stackprof_0.2.21-1_amd64.buildinfo Checksums-Sha256: c291e87d14e8bac0645ba404ac7aaaedbc3818b5c1d96d5eaf5992eb7bfac4d9 2100 ruby-stackprof_0.2.21-1.dsc 5363376b8b5c4ef92e6de9d1b7cb7dd4c3922a874058183929441d191d6aaf4d 68245 ruby-stackprof_0.2.21.orig.tar.gz 5662ced46ca6b3657abd1060088dbe875f77a3171cf78f1749c6f60b632eb6a8 8576 ruby-stackprof_0.2.21-1.debian.tar.xz 51f3f6c437ce9884e1370338c2a08b5b1c5466a26a194e45ab9c284ef391d8f4 9869 ruby-stackprof_0.2.21-1_amd64.buildinfo Files: 5f992479a0b4983978600bd9808428d9 2100 ruby optional ruby-stackprof_0.2.21-1.dsc 06f69c9ab14e018b2c5978e67c145a05 68245 ruby optional ruby-stackprof_0.2.21.orig.tar.gz 24206ef60681c24e53bf3605a632a5c8 8576 ruby optional ruby-stackprof_0.2.21-1.debian.tar.xz ae65cc85f1f64401707f9bf69ed6e096 9869 ruby optional ruby-stackprof_0.2.21-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCgAyFiEELWW8HrlmWm6X+XMKs/WUUoUhnh8FAmM8QWAUHG1kYmlsYWxA ZGlzcm9vdC5vcmcACgkQs/WUUoUhnh8wNw//W8geLYhpb+1+jbsL8hFM2sjgJAvG YpqsTuWWv3Y7GYDEmNi2KlD5QMhlO+kDjgLjFDVgWQD58eCbyW0x8Fz2L5QOl/G3 jkFQWcazyj45HtdK9NI6Udz8qM0Ob79NjvRr7aD5pOReZyWufr3SJyxG8AeGeJfP OQUPyDe1TRIYAoTp6pQ7IUbXZVskYHRLplf7HhwEpajXKxqu3zXTzdxqOTh4/rOo XfcQrAh1njPYI2lkCYxKn458qlb9YrlUfs8q6KF4QWDDx3uydW+WY8zH+5SqEovj A0qnTD43dUeIjhH4a7Z10dYW9nZSG6Mj0ESMgFgMN81/GlPgjxB9jerqTZhgCIaj yYw7Cc4VOsS9u+5iQz9wpTc4TBbMgQE+hvfUxho2KX1ZWYJZ3LAaDrwP488Qaei9 Icr4ZrVBYa/lv78qYBUuuKfjmdXeP/2HYaCaZbbIH7YcgO8GQNxXWHLqQ6Ayr0iF GzO4orMf25gUUMovsMj3v/mVgsmEEhBK2F7kQS4/QOveRr3wc2We9rPgU4ZQ1F9P GxFJzC4n5n1XKiS7nOhEajYEwuM7PxpD8td9zzBAFVOnO9tpjFGVUuNogvxuZsw3 99bvF+PDceO8mpHOLgry+nIxKbEJ/wj6qrzpA/qWwC7FiYxzbrXlk8z+gzfX7Mcx RYbTQIXXH7ONhl8= =AnB8 -----END PGP SIGNATURE-----
--- End Message ---