Your message dated Thu, 24 Sep 2020 21:34:21 +0000
with message-id <e1klysf-000c8x...@fasolo.debian.org>
and subject line Bug#967015: fixed in ruby-rspec 3.9.0c2e2m1s3-1
has caused the Debian Bug report #967015,
regarding ruby-rspec: FTBFS: ERROR: Test "ruby2.7" failed: Failure/Error: 
DEFAULT_FAILURE_NOTIFIER = lambda { |failure, _opts| raise failure }
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.)


-- 
967015: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=967015
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-rspec
Version: 3.9.0c1e0m1s2-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
>       Failure/Error: DEFAULT_FAILURE_NOTIFIER = lambda { |failure, _opts| 
> raise failure }
> 
>         expected
>         "\n@@ -1 +1 @@\n-\"b\" => {\"key_1\"=>1969-12-31 19:01:40.000101000 
> +0000},\n+\"c\" => {\"key_1\"=>1969-12-31 19:01:40.000101000 +0000},\n" 
> (UTF-8) to be identical to
>         "\n@@ -1,2 +1,2 @@\n-\"b\" => {\"key_1\"=>1969-12-31 
> 19:01:40.000101000 +0000},\n+\"c\" => {\"key_1\"=>1969-12-31 
> 19:01:40.000101000 +0000},\n" (UTF-8)
>         The exact bytes are printed below for more detail:
>         [10, 64, 64, 32, 45, 49, 32, 43, 49, 32, 64, 64, 10, 45, 34, 98, 34, 
> 32, 61, 62, 32, 123, 34, 107, 101, 121, 95, 49, 34, 61, 62, 49, 57, 54, 57, 
> 45, 49, 50, 45, 51, 49, 32, 49, 57, 58, 48, 49, 58, 52, 48, 46, 48, 48, 48, 
> 49, 48, 49, 48, 48, 48, 32, 43, 48, 48, 48, 48, 125, 44, 10, 43, 34, 99, 34, 
> 32, 61, 62, 32, 123, 34, 107, 101, 121, 95, 49, 34, 61, 62, 49, 57, 54, 57, 
> 45, 49, 50, 45, 51, 49, 32, 49, 57, 58, 48, 49, 58, 52, 48, 46, 48, 48, 48, 
> 49, 48, 49, 48, 48, 48, 32, 43, 48, 48, 48, 48, 125, 44, 10]
>         [10, 64, 64, 32, 45, 49, 44, 50, 32, 43, 49, 44, 50, 32, 64, 64, 10, 
> 45, 34, 98, 34, 32, 61, 62, 32, 123, 34, 107, 101, 121, 95, 49, 34, 61, 62, 
> 49, 57, 54, 57, 45, 49, 50, 45, 51, 49, 32, 49, 57, 58, 48, 49, 58, 52, 48, 
> 46, 48, 48, 48, 49, 48, 49, 48, 48, 48, 32, 43, 48, 48, 48, 48, 125, 44, 10, 
> 43, 34, 99, 34, 32, 61, 62, 32, 123, 34, 107, 101, 121, 95, 49, 34, 61, 62, 
> 49, 57, 54, 57, 45, 49, 50, 45, 51, 49, 32, 49, 57, 58, 48, 49, 58, 52, 48, 
> 46, 48, 48, 48, 49, 48, 49, 48, 48, 48, 32, 43, 48, 48, 48, 48, 125, 44, 10]
>       # ./spec/rspec/support/differ_spec.rb:321:in `block (4 levels) in 
> <module:Support>'
> 
> Finished in 0.66373 seconds (files took 0.18038 seconds to load)
> 532 examples, 15 failures, 1 pending
> 
> Failed examples:
> 
> rspec ./spec/rspec/support/differ_spec.rb:274 # RSpec::Support::Differ#diff 
> outputs unified diff message of two hashes with encoding different to key 
> encoding
> rspec ./spec/rspec/support/differ_spec.rb:263 # RSpec::Support::Differ#diff 
> outputs unified diff message of two hashes with differing encoding
> rspec ./spec/rspec/support/differ_spec.rb:92 # RSpec::Support::Differ#diff 
> copes with encoded strings
> rspec ./spec/rspec/support/differ_spec.rb:106 # RSpec::Support::Differ#diff 
> handles differently encoded strings that are compatible
> rspec ./spec/rspec/support/differ_spec.rb:285 # RSpec::Support::Differ#diff 
> outputs unified diff message of two hashes with object keys
> rspec ./spec/rspec/support/differ_spec.rb:114 # RSpec::Support::Differ#diff 
> uses the default external encoding when the two strings have incompatible 
> encodings
> rspec ./spec/rspec/support/differ_spec.rb:212 # RSpec::Support::Differ#diff 
> outputs unified diff message of strings in arrays
> rspec ./spec/rspec/support/differ_spec.rb:428 # RSpec::Support::Differ#diff 
> includes object delegation information in the diff output
> rspec ./spec/rspec/support/differ_spec.rb:191 # RSpec::Support::Differ#diff 
> outputs a unified diff message for an array which flatten recurses
> rspec ./spec/rspec/support/differ_spec.rb:453 # RSpec::Support::Differ#diff 
> with :object_preparer option set uses the output of object_preparer for 
> diffing
> rspec ./spec/rspec/support/differ_spec.rb:340 # RSpec::Support::Differ#diff 
> when special-case objects are inside arrays outputs unified diff message of 
> two arrays with hashes inside them
> rspec ./spec/rspec/support/differ_spec.rb:329 # RSpec::Support::Differ#diff 
> when special-case objects are inside arrays outputs unified diff message of 
> two arrays with Time object keys
> rspec ./spec/rspec/support/differ_spec.rb:473 # RSpec::Support::Differ#diff 
> with :color option set outputs colored diffs
> rspec ./spec/rspec/support/differ_spec.rb:300 # RSpec::Support::Differ#diff 
> when special-case objects are inside hashes outputs unified diff message of 
> two hashes with Time object keys
> rspec ./spec/rspec/support/differ_spec.rb:311 # RSpec::Support::Differ#diff 
> when special-case objects are inside hashes outputs unified diff message of 
> two hashes with hashes inside them
> 
> Randomized with seed 3628
> 
> cd -
> Failed: rspec-expectations, rspec-mocks, rspec-support
> ERROR: Test "ruby2.7" failed: 

The full build log is available from:
   http://qa-logs.debian.net/2020/08/02/ruby-rspec_3.9.0c1e0m1s2-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-rspec
Source-Version: 3.9.0c2e2m1s3-1
Done: Antonio Terceiro <terce...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ruby-rspec, 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 967...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro <terce...@debian.org> (supplier of updated ruby-rspec 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: Thu, 24 Sep 2020 18:11:04 -0300
Source: ruby-rspec
Architecture: source
Version: 3.9.0c2e2m1s3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Closes: 967015 968629
Changes:
 ruby-rspec (3.9.0c2e2m1s3-1) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * Use secure copyright file specification URI.
   * Use secure URI in Homepage field.
   * Set upstream metadata fields: Bug-Database, Bug-Submit.
 .
   [ Antonio Terceiro ]
   * New upstream version 3.9.0c2e2m1s3
   * Add patches to fix tests against diff-lcs 1.4.4 (Closes: #967015, #968629)
Checksums-Sha1:
 0709db6214be120aec6cbfb0915faa66d34f5c79 2484 ruby-rspec_3.9.0c2e2m1s3-1.dsc
 9f3460d3c96d4b15b301889955dae0363bacb63a 864010 
ruby-rspec_3.9.0c2e2m1s3.orig.tar.gz
 6bacbdecd3f29baf0953a0bf573f2d81f69f19c4 18488 
ruby-rspec_3.9.0c2e2m1s3-1.debian.tar.xz
 050c21b716bdea802f6580abda047e0440cb0b66 11078 
ruby-rspec_3.9.0c2e2m1s3-1_amd64.buildinfo
Checksums-Sha256:
 73f1a8dd1f107e64e2e9147cb621d939b8a538eaa2fe9f05ffc278aa542f933a 2484 
ruby-rspec_3.9.0c2e2m1s3-1.dsc
 6c9dbc221f21ff6e7373322772f2744d451a123fd4bb3e4152dced3a0ef427e7 864010 
ruby-rspec_3.9.0c2e2m1s3.orig.tar.gz
 3ead73ab5250a106a825ee4258ebdfbf74b8cf32e588822f0828e33a6dd78cf8 18488 
ruby-rspec_3.9.0c2e2m1s3-1.debian.tar.xz
 095de6a9a030a5a4a93878138f41bcb9134e55effc16fbcf35a3a851f07b74d9 11078 
ruby-rspec_3.9.0c2e2m1s3-1_amd64.buildinfo
Files:
 05d0a049787a6f0f99dedcd21ad8688c 2484 ruby optional 
ruby-rspec_3.9.0c2e2m1s3-1.dsc
 b40964a9a6757d4ee1feb37865f6acf1 864010 ruby optional 
ruby-rspec_3.9.0c2e2m1s3.orig.tar.gz
 75a05f94936243fb79c9ea5809ee617f 18488 ruby optional 
ruby-rspec_3.9.0c2e2m1s3-1.debian.tar.xz
 ee6f3063f1a975e08149febb399dee72 11078 ruby optional 
ruby-rspec_3.9.0c2e2m1s3-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAl9tDNYACgkQ/A2xu81G
C976lg/9HB7w0FT9wiBx5A56zyf4sDmY7lwMXShAPWXljF6c9kPU5zK6CKQHbxp6
t7gWiV3cG2h6ao5fIJE689X+ABesBO6HwTi2RWJDL/9+IU/eWrWkeq415eROhH9Q
pll64AiHz44GPa3YQ9apyMBOt9Do83rMdhTdkqjbdvnsKvHKk60Bjq5OQ2TmUsN7
Xi36KR/GTdEX8SE0bd00ks0zV6W3CfDl1fZ8z00WguxUQQkcTiJQzC4DsrRziJKC
pLwHmXmS8tZCHhBocOpkt6a1f+2icM89BHwqSgl7ojo0vW6Gu1Z/GyAJRk9HW3Fg
OASPzwhzmLLNnjDey6bqxfHmsLwJXhVOZZiZylmq5wtNVcBRynR6JW6S2unSjHr9
THHtcJmuRwFUZwm5A4hhS0d801ddxDZzWHxsk0qQqDULkR+YQxHHnA7jY45z4xum
783KByPKtfddVzzPBxqSMnRn/A7aECyW0ZsnwGBgnl5SE/qgmE4D68ifzICn7kky
LYYnofcf+OgLM3ESPhJSHmkaOlGHJuqwhq3Utylr7Q8tWQpezrmTed27urU0X0c/
4KiTVz966azWkVfQB4uDA7K0J9+jnt4jdb3dPHo6fRZvjA1ntndXhL2lQWIlnukt
a5asXuO4Gq0NilyoWWqhlDDTjl6yXCRJtR/mLF7ax4O2XdNfNjM=
=deEQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to