Your message dated Wed, 27 Oct 2021 15:05:51 +0000 with message-id <e1mfkux-000cet...@fasolo.debian.org> and subject line Bug#996513: fixed in ruby-stackprof 0.2.17-1 has caused the Debian Bug report #996513, regarding ruby-stackprof: 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.) -- 996513: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996513 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: ruby-stackprof Version: 0.2.15-2 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-stackprof 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-stackprof/usr/lib/x86_64-linux-gnu/rubygems-integration/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\ \"stackprof\" > > ┌──────────────────────────────────────────────────────────────────────────────┐ > │ Run tests for ruby3.0 from debian/ruby-tests.rake > │ > └──────────────────────────────────────────────────────────────────────────────┘ > > RUBYLIB=. > GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-stackprof/usr/lib/x86_64-linux-gnu/rubygems-integration/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/test_middleware.rb" "test/test_report.rb" "test/test_stackprof.rb" -v > /<<PKGBUILDDIR>>/test/test_stackprof.rb:181: warning: assigned but unused > variable - raw > Run options: -v --seed 11397 > > # Running: > > StackProfTest#test_raw = 0.00 s = F > StackProfTest#test_info = 0.00 s = . > StackProfTest#test_out_to_path_string = 0.00 s = . > StackProfTest#test_custom = 0.00 s = F > StackProfTest#test_raises_if_metadata_is_not_a_hash = 0.00 s = . > StackProfTest#test_metadata = 0.04 s = . > StackProfTest#test_running = 0.00 s = . > StackProfTest#test_object_allocation = 0.00 s = F > StackProfTest#test_cputime = 0.04 s = F > StackProfTest#test_gc = 0.08 s = . > StackProfTest#test_empty_metadata = 0.03 s = . > StackProfTest#test_object_allocation_interval = 0.00 s = . > StackProfTest#test_recursive_total_samples = 0.00 s = . > StackProfTest#test_start_stop_results = 0.00 s = . > StackProfTest#test_fork = 0.00 s = . > StackProfTest#test_walltime = 0.20 s = F > StackProfTest#test_pathname_out = 0.00 s = . > StackProfTest#test_out = 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_save_custom = 0.00 s = . > StackProf::MiddlewareTest#test_save_default = 0.00 s = . > StackProf::MiddlewareTest#test_enabled_should_use_a_proc_if_passed_and_use_the_request_env > = 0.00 s = . > StackProf::MiddlewareTest#test_metadata = 0.00 s = . > StackProf::MiddlewareTest#test_path_default = 0.00 s = . > ReportDumpTest#test_dump_to_file = 0.02 s = . > ReportDumpTest#test_dump_to_stdout = 0.00 s = . > > Finished in 0.424334s, 65.9858 runs/s, 164.9644 assertions/s. > > 1) Failure: > StackProfTest#test_raw [/<<PKGBUILDDIR>>/test/test_stackprof.rb:108]: > Expected # encoding: ASCII-8BIT > # valid: true > "StackProf.sample" to include "StackProfTest#test_raw". > > 2) Failure: > StackProfTest#test_custom [/<<PKGBUILDDIR>>/test/test_stackprof.rb:93]: > Expected # encoding: ASCII-8BIT > # valid: true > "StackProf.sample" to include "StackProfTest#test_custom". > > 3) Failure: > StackProfTest#test_object_allocation > [/<<PKGBUILDDIR>>/test/test_stackprof.rb:42]: > Expected: 2 > Actual: 4 > > 4) Failure: > StackProfTest#test_cputime [/<<PKGBUILDDIR>>/test/test_stackprof.rb:68]: > Expected # encoding: ASCII-8BIT > # valid: true > "Integer#**" to include "StackProfTest#math". > > 5) Failure: > StackProfTest#test_walltime [/<<PKGBUILDDIR>>/test/test_stackprof.rb:77]: > --- expected > +++ actual > @@ -1 +1,3 @@ > -"StackProfTest#idle" > +# encoding: ASCII-8BIT > +# valid: true > +"IO.select" > > > 28 runs, 70 assertions, 5 failures, 0 errors, 0 skips > 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/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.0" failed. The full build log is available at https://people.debian.org/~kanashiro/ruby3.0/round2/builds/3/ruby-stackprof/ruby-stackprof_0.2.15-2+rebuild1633396249_amd64.build.txt
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: ruby-stackprof Source-Version: 0.2.17-1 Done: Lucas Kanashiro <kanash...@debian.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 996...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Lucas Kanashiro <kanash...@debian.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: SHA256 Format: 1.8 Date: Wed, 27 Oct 2021 11:36:21 -0300 Source: ruby-stackprof Architecture: source Version: 0.2.17-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Team <pkg-ruby-extras-maintain...@lists.alioth.debian.org> Changed-By: Lucas Kanashiro <kanash...@debian.org> Closes: 996513 Changes: ruby-stackprof (0.2.17-1) unstable; urgency=medium . * Team upload. . [ Debian Janitor ] * Use secure URI in Homepage field. * Set field Upstream-Contact in debian/copyright. * Set upstream metadata fields: Repository. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). * Bump debhelper from old 12 to 13. * Update standards version to 4.5.1, no changes needed. . [ Lucas Kanashiro ] * New upstream version 0.2.17 (Closes: #996513) * Declare compliance with Debian Policy 4.6.0 Checksums-Sha1: 603c6bca12675566c38da119551dee8b75617949 2100 ruby-stackprof_0.2.17-1.dsc dace3fd94b741e021c435eeb296ef1f149908e52 66220 ruby-stackprof_0.2.17.orig.tar.gz 0f672aeb782f047d62d65bac82036a6930b7e2ff 8192 ruby-stackprof_0.2.17-1.debian.tar.xz Checksums-Sha256: 947ca9667d8b26dde0f134ecc15ea479017e0565a90d51248b979a6693c74091 2100 ruby-stackprof_0.2.17-1.dsc 9a9e6bc24bc0edce74f745a795194bd5e9f5584f065baaade17410e938c78b7f 66220 ruby-stackprof_0.2.17.orig.tar.gz 4f6c16e0b6ad985eb53cbdc57d288b6d13af2d8a5285b9d70ef125bd9d165386 8192 ruby-stackprof_0.2.17-1.debian.tar.xz Files: 92e7dc45515efd5cd47689d0cf06c0fc 2100 ruby optional ruby-stackprof_0.2.17-1.dsc db4d440840ebf0785ac2031926ee9d4b 66220 ruby optional ruby-stackprof_0.2.17.orig.tar.gz 2a56a2111ef64a032d62d1ffc2958520 8192 ruby optional ruby-stackprof_0.2.17-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAmF5ZzcVHGthbmFzaGly b0BkZWJpYW4ub3JnAAoJEPgjonKYg8l8WpQP/RK5Uj9wfJhUiJdUwBOOkdPs1wAZ VUtkuAb1xMB1PmK+XTjD4cTr++Gld5M2Sp9rCeIBcq1d9/TTDn0qbKq8y0/dkr6A sVSElx25RIrxE74OrwojBfhPBcKoUM+MFTyZfwqLmtdVKJ8Rw1jdNzLPOVsBuYdn eeQ7TWoYzV8QmeByF9sKbis+8v+4S8UkZ4855q5ow1Bymzngj/4/ovIdUPM//yLa W6bCHywhXLjKC5y1yAgScnSMCr2qz9GZHbmgrLmLabRRQCQ/UjJLvc1BpLn0AhW3 OLZ5mPLcsCPAwuQcsGDHd6nw4t1FUDIbhDqC9D/7spmn00biHlTo558V4HVdvDgA xsTbaau34OvksTudHUDtGoV1H4ttG2xDNHsnSmpoB0Ww+wUIX9SndlC6mKFIKAtN 2NvVnYgMvXE9Cki+DYZv3CRXMso+esB5Zk6t8rRCLKAzBV2YHc7HryB+qZIFxj83 MJFW4jalxcl1OvuUSUlYN4YxbMucuWdrSdbXLyLYpzrKQRyguqq3IXMQING+LVLh nbKtFi4cyqp/tuapyrpqLqQQqYXXF/RMhM7fXBjLMKRfw3NcYL2Lquam2BZyYz4O gdnVSJa8rXWtDTCC6EYUGMou7DmLJeha9YsZX1Jgkm5DiOltLI5d2SL+6YPuWMUf o23uF5HlCoP2pDY5 =B+GW -----END PGP SIGNATURE-----
--- End Message ---