Your message dated Sat, 21 Mar 2020 13:54:04 +0000
with message-id <[email protected]>
and subject line Bug#952036: fixed in ruby-fakefs 1.1.0-1
has caused the Debian Bug report #952036,
regarding ruby-fakefs: FTBFS: ERROR: Test "ruby2.7" failed: NoMethodError:
undefined method `[]=' for nil:NilClass
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.)
--
952036: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952036
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-fakefs
Version: 0.20.1-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):
> NoMethodError: undefined method `[]=' for nil:NilClass
> /usr/lib/ruby/2.7.0/tempfile.rb:128:in `block in initialize'
> /<<PKGBUILDDIR>>/lib/fakefs/dir.rb:210:in `create'
> /usr/lib/ruby/2.7.0/tempfile.rb:127:in `initialize'
> /usr/lib/ruby/2.7.0/tempfile.rb:287:in `new'
> /usr/lib/ruby/2.7.0/tempfile.rb:287:in `open'
> /usr/lib/ruby/vendor_ruby/minitest/assertions.rb:67:in `diff'
> /usr/lib/ruby/vendor_ruby/minitest/assertions.rb:217:in `block in
> assert_equal'
> /usr/lib/ruby/vendor_ruby/minitest/assertions.rb:602:in `block in message'
> /usr/lib/ruby/vendor_ruby/minitest/assertions.rb:182:in `assert'
> /usr/lib/ruby/vendor_ruby/minitest/assertions.rb:218:in `assert_equal'
> /<<PKGBUILDDIR>>/test/fakefs_test.rb:1764:in `block in
> test_file_utils_cp_allows_verbose_option'
> /<<PKGBUILDDIR>>/test/fakefs_test.rb:35:in
> `perform_with_both_string_paths_and_pathnames'
> /<<PKGBUILDDIR>>/test/fakefs_test.rb:1762:in
> `test_file_utils_cp_allows_verbose_option'
> /usr/lib/ruby/vendor_ruby/minitest/test.rb:98:in `block (3 levels) in run'
> /usr/lib/ruby/vendor_ruby/minitest/test.rb:195:in `capture_exceptions'
> /usr/lib/ruby/vendor_ruby/minitest/test.rb:95:in `block (2 levels) in run'
> /usr/lib/ruby/vendor_ruby/minitest.rb:270:in `time_it'
> /usr/lib/ruby/vendor_ruby/minitest/test.rb:94:in `block in run'
> /usr/lib/ruby/vendor_ruby/minitest.rb:365:in `on_signal'
> /usr/lib/ruby/vendor_ruby/minitest/test.rb:211:in `with_info_handler'
> /usr/lib/ruby/vendor_ruby/minitest/test.rb:93:in `run'
> /usr/lib/ruby/vendor_ruby/minitest.rb:1029:in `run_one_method'
> /usr/lib/ruby/vendor_ruby/minitest.rb:339:in `run_one_method'
> /usr/lib/ruby/vendor_ruby/minitest.rb:326:in `block (2 levels) in run'
> /usr/lib/ruby/vendor_ruby/minitest.rb:325:in `each'
> /usr/lib/ruby/vendor_ruby/minitest.rb:325:in `block in run'
> /usr/lib/ruby/vendor_ruby/minitest.rb:365:in `on_signal'
> /usr/lib/ruby/vendor_ruby/minitest.rb:352:in `with_info_handler'
> /usr/lib/ruby/vendor_ruby/minitest.rb:324:in `run'
> /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `block in __run'
> /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `map'
> /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `__run'
> /usr/lib/ruby/vendor_ruby/minitest.rb:141:in `run'
> /usr/lib/ruby/vendor_ruby/minitest.rb:68:in `block in autorun'
>
> 705 runs, 1414 assertions, 0 failures, 6 errors, 1 skips
>
> You have skipped tests. Run with --verbose for details.
> rake aborted!
> Command failed with status (1)
>
> Tasks: TOP => default => test
> (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-fakefs_0.20.1-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-fakefs
Source-Version: 1.1.0-1
Done: Antonio Terceiro <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ruby-fakefs, 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.
Antonio Terceiro <[email protected]> (supplier of updated ruby-fakefs 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: Sat, 21 Mar 2020 09:40:01 -0300
Source: ruby-fakefs
Architecture: source
Version: 1.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team
<[email protected]>
Changed-By: Antonio Terceiro <[email protected]>
Closes: 950901 952036
Changes:
ruby-fakefs (1.1.0-1) unstable; urgency=medium
.
* Team upload
* New upstream version 1.1.0
- Now builds OK against ruby 2.7 (Closes: #952036, #950901)
- Drop related patch
* Refresh packaging files with dh-make-ruby
* debian/rules: don't install etc/
* debian/ruby-tests.rake: exclude tests for the verbose option in cp and mv
since it seems to fail randomly.
- See https://github.com/fakefs/fakefs/issues/439
Checksums-Sha1:
4b6e5fe6d99e56493a2e7893364682a0e72069e2 2114 ruby-fakefs_1.1.0-1.dsc
65adae723e0f10cda7d64c9a77ae545dbcd3e512 53740 ruby-fakefs_1.1.0.orig.tar.gz
b1c3f90528acc5b4da4b84d8813182ea9a9563e4 5700 ruby-fakefs_1.1.0-1.debian.tar.xz
339566cd952c5061a31a7e905e2c643ca84e928e 12843
ruby-fakefs_1.1.0-1_source.buildinfo
Checksums-Sha256:
2f7ef8340eaed095a3d5703a1e56e804b56829b254bb88c101754bcde2d5a233 2114
ruby-fakefs_1.1.0-1.dsc
61c777792daa1c097481018d951962a320186d206f6067ff0b67ff125a7be496 53740
ruby-fakefs_1.1.0.orig.tar.gz
1cf64948f6161e9e84d602abb4d79a83fda419787a884ae073ad8c05d68c2200 5700
ruby-fakefs_1.1.0-1.debian.tar.xz
766a4c3314b0f1fd225234996ade636c64f23dc99f35fe89fe8d099e8c9a7154 12843
ruby-fakefs_1.1.0-1_source.buildinfo
Files:
f305ba771d288d3e783b787de1003cb0 2114 ruby optional ruby-fakefs_1.1.0-1.dsc
9b0c103d81a3df5805160c2414e07274 53740 ruby optional
ruby-fakefs_1.1.0.orig.tar.gz
d5936ca9b52ec307d9bf7dcc54fb3796 5700 ruby optional
ruby-fakefs_1.1.0-1.debian.tar.xz
f18c30f69a41437ba6e2716bc8eec487 12843 ruby optional
ruby-fakefs_1.1.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAl52GQwACgkQ/A2xu81G
C97qcg//eZ9UQ2glWANuI/jcxyEqKFmvtXyrJUrGqsLVTEBRlFwwW71gqcuVC3rW
Utsh6lkSK4AOuSupuXQXp2mx4Z2JxSLHVhMUYjOpMyrc5POzgvWymw4MelYNwHeh
BG38YFTVs1x1uJCVSMRnGgBP9a0d5+pjr5Sljmau+w97pO+bd6sr1a2HF5XxGp4H
uCIrOLCoX6fI0UGgS1JSpc7ZrPl5g2peVEv5Ypi16EMNb5WyAq8K9xMLa0RAeh5S
Mjh1yLk5QOCfHU6m3a4SRxbbvwGfiJcyBeHfES3f5P/uIALExocthlJyE6d8o4Zo
FBxURruWjxOgTMg53WkXeEcJtEfkSJN2TJeMw06ENE3fvltfXeZas1G2xBGJ3gVw
jnJzlKWo5okUYv9c08tgCDz6gkWhJYnEyEglMQusRpUtxMxTopXlqKPzXswBiTtF
UPNa2BVF/LRQgvkAVe47imTWhxWAA1P29yUjArxfjDnH2uvPghwAp23gqz3m85JQ
eshBmB3j7AWtWDv6iGHzHiENHUmX1bh1yp1jmXhqe36aPi6IChkHh9dR+KCotKDD
sYn/Jx67ZSJnp9PunFH7SpzzuA/HB8KHv9nvWURZKCRA0rYcrWorjiTF8J7cYzdY
4H5AQeUVS3oZ9n2iLayNbjxriKIkJg51f96maDQp4YK11JmLKD4=
=oxFh
-----END PGP SIGNATURE-----
--- End Message ---