Your message dated Mon, 29 Jun 2020 22:49:50 +0000
with message-id <[email protected]>
and subject line Bug#952041: fixed in ruby-hoe 3.22.1+dfsg1-2
has caused the Debian Bug report #952041,
regarding ruby-hoe: FTBFS: ERROR: Test "ruby2.7" 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 [email protected]
immediately.)


-- 
952041: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952041
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-hoe
Version: 3.21.0+dfsg1-1
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20200222 ftbfs-buster

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> /usr/bin/ruby2.7 /usr/bin/gem2deb-test-runner
> 
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Checking Rubygems dependency resolution on ruby2.7                          
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-hoe/usr/share/rubygems-integration/all:/var/lib/gems/2.7.0:/usr/lib/ruby/gems/2.7.0:/usr/share/rubygems-integration/2.7.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.7.0
>  ruby2.7 -e gem\ \"hoe\"
> 
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Run tests for ruby2.7 from debian/ruby-tests.rake                           
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> RUBYLIB=/<<PKGBUILDDIR>>/debian/ruby-hoe/usr/lib/ruby/vendor_ruby:. 
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-hoe/usr/share/rubygems-integration/all:/var/lib/gems/2.7.0:/usr/lib/ruby/gems/2.7.0:/usr/share/rubygems-integration/2.7.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.7.0
>  ruby2.7 -S rake -f debian/ruby-tests.rake
> /usr/bin/ruby2.7 -w -I"test"  
> "/usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb" "test/test_hoe_test.rb" 
> "test/test_hoe.rb" "test/test_hoe_debug.rb" "test/test_hoe_gemcutter.rb" 
> "test/test_hoe_package.rb" "test/test_hoe_publish.rb" "test/test_hoe_test.rb" 
> -v
> Run options: -v --seed 6193
> 
> # Running:
> 
> TestHoeGemcutter#test_gemcutter_tasks_defined = 0.00 s = .
> TestHoeDebug#test_check_manifest = 0.00 s = .
> TestHoeDebug#test_check_manifest_generated = 0.00 s = .
> TestHoeDebug#test_check_manifest_missing = 0.00 s = .
> TestHoePackage#test_prerelease_version_regular = 0.00 s = .
> TestHoePackage#test_prerelease_version_prerelease = 0.00 s = .
> TestHoePackage#test_prerelease_version_pre = 0.00 s = .
> TestHoeTest#test_make_test_cmd_with_different_testlibs = 0.00 s = .
> TestHoe#test_activate_plugins = 0.01 s = .
> TestHoe#test_extensions = 0.01 s = .
> TestHoe#test_initialize_plugins_hoerc = 0.00 s = .
> TestHoe#test_class_bad_plugins = 0.00 s = .
> TestHoe#test_license = 0.00 s = .
> TestHoe#test_metadata = 0.00 s = .
> TestHoe#test_multiple_calls_to_license = 0.00 s = .
> TestHoe#test_plugins = 0.00 s = .
> TestHoe#test_file_read_utf = 0.00 s = .
> TestHoe#test_with_config_overrides = 0.00 s = .
> TestHoe#test_no_license = 0.00 s = .
> TestHoe#test_initialize_intuit_ambiguous = 0.00 s = .
> TestHoe#test_read_manifest = 0.00 s = .
> TestHoe#test_parse_urls_hash = 0.00 s = .
> TestHoe#test_parse_urls_ary = 0.00 s = .
> TestHoe#test_with_config_default = 0.00 s = .
> TestHoe#test_rename = 0.00 s = .
> TestHoe#test_activate_plugins_hoerc = 0.00 s = .
> TestHoe#test_class_load_plugins = 0.00 s = .
> TestHoe#test_initialize_intuit = 0.00 s = .
> TestHoe#test_possibly_better = 0.00 s = F
> TestHoe#test_nosudo = 0.00 s = .
> TestHoe#test_setting_licenses = 0.00 s = .
> TestHoePublish#test_make_rdoc_cmd = 0.00 s = .
> 
> Finished in 0.084995s, 376.4912 runs/s, 1153.0043 assertions/s.
> 
>   1) Failure:
> TestHoe#test_possibly_better [/<<PKGBUILDDIR>>/test/test_hoe.rb:274]:
> Expected: 2020-02-23 00:00:00 UTC
>   Actual: 2020-02-06 00:00:00 UTC
> 
> 32 runs, 98 assertions, 1 failures, 0 errors, 0 skips
> rake aborted!
> Command failed with status (1): [ruby -w -I"test"  
> "/usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb" "test/test_hoe_test.rb" 
> "test/test_hoe.rb" "test/test_hoe_debug.rb" "test/test_hoe_gemcutter.rb" 
> "test/test_hoe_package.rb" "test/test_hoe_publish.rb" "test/test_hoe_test.rb" 
> -v]
> 
> Tasks: TOP => default
> (See full trace by running task with --trace)
> ERROR: Test "ruby2.7" failed.

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/ruby-hoe_3.21.0+dfsg1-1_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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: ruby-hoe
Source-Version: 3.22.1+dfsg1-2
Done: Lucas Kanashiro <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-hoe, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lucas Kanashiro <[email protected]> (supplier of updated ruby-hoe 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 29 Jun 2020 19:12:45 -0300
Source: ruby-hoe
Architecture: source
Version: 3.22.1+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
Changed-By: Lucas Kanashiro <[email protected]>
Closes: 952041
Changes:
 ruby-hoe (3.22.1+dfsg1-2) unstable; urgency=medium
 .
   * Team upload.
   * Add patch to skip test which is causing a FTBFS (Closes: #952041)
Checksums-Sha1:
 e1fe17a7fc87a63cb3691f20f41061432826e8ba 2139 ruby-hoe_3.22.1+dfsg1-2.dsc
 00b5d3389101fbd1b5957007961f9c220018a337 6136 
ruby-hoe_3.22.1+dfsg1-2.debian.tar.xz
 5f009ecc9397d5d055ba603079a95c45421fa87c 8985 
ruby-hoe_3.22.1+dfsg1-2_amd64.buildinfo
Checksums-Sha256:
 e23e8173348e9137ab5b09a035f8a96d49d627369f7ae3c882599d4d22a4a34a 2139 
ruby-hoe_3.22.1+dfsg1-2.dsc
 9717768138ac42b4f9409a46ee2ebeecb349b23e90976d401817c2d51ef87c3e 6136 
ruby-hoe_3.22.1+dfsg1-2.debian.tar.xz
 e0429745d5917d0ed239c640e6fe7cfee9f21c584a9f4184eb45257aa4c3db0b 8985 
ruby-hoe_3.22.1+dfsg1-2_amd64.buildinfo
Files:
 01a73486f15fceffa7a670fcd8f16539 2139 ruby optional ruby-hoe_3.22.1+dfsg1-2.dsc
 e8e4f9a845e52b90745ac3bef3923114 6136 ruby optional 
ruby-hoe_3.22.1+dfsg1-2.debian.tar.xz
 4c98e60f50cbbe3f07cd24d66d5596f2 8985 ruby optional 
ruby-hoe_3.22.1+dfsg1-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJJBAEBCAAzFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAl76bEkVHGthbmFzaGly
b0BkZWJpYW4ub3JnAAoJEPgjonKYg8l8UV8P/32KMxTuxr6Yd6V5Ei74OJfNFSpI
WhFOrY6XhT6zmtMrcVKug0LMKNsT/HrGACYn81BWkpuP/gUZ2ntbXwpbmgh+3EOU
+RxNMEYQBZ7SWlsr086NRmcjvhztxvR1O130l6rY/rSMtDZnS/Sr9XKzdFQKDZ6u
G9lJOUDulfunNOGEEK0QMjkTHA/Uiohd6CAsk96v0A9JEYHSoTTmH6Jw7EvLbz0w
AxPY0fqyPJXgBD2bLH7Q4d+yd+DJalgsxd+9DsBQeA/cyI5duJ3s///m5v11Dp4Z
7ClcnvbaQqp0rYBJGhK44jme3tUZNTfRXwZoFHgRMUM+L5EFF0QkVMezQ1fEVFzd
IafFJfGR8yrjeu5h11Ee/yGzcxn4eQVjAPc/4+ddLAhBqeeIhdos1TGJEIj10wtt
nJ5rzD1bf7VGXoOPg3EYqRsQzE5EOWaEa5/vkpgtIy1nNAEEK6VuuhUc2st4Vhpd
WWqWa/GswvpyzCZm3XhlO/nbZdFN2EynC2J2R7HLspWIKz3NCdJmxfY1yT/+SSy4
KHdqYu4j5r/BQY+Be9dOSpNabEOKl15zb+QMecfkrrzXNY+6Va6pDO9OXFh971mv
6F10mkdc16DSMlLIkv/iw59F5nLHQxcO2HIyEXjbQ0N0Nrin8jqiRTjJi0+ekJxC
ln6Rcup7t3hGMzwe
=dZeb
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to