Your message dated Tue, 22 Jan 2019 12:42:35 +0000
with message-id <[email protected]>
and subject line Bug#888119: fixed in ruby-awesome-print 1.8.0-1
has caused the Debian Bug report #888119,
regarding ruby-awesome-print: FTBFS on ruby2.5: test failure: colorization 
default
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.)


-- 
888119: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888119
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-awesome-print
Version: 1.6.1-2
Severity: important
User: [email protected]
Usertags: ruby2.5

Dear Maintainer,

This package fails to build against ruby2.5. Soon, there will
be a transition to ruby2.5, and this package will FTBFS in sid.

There may be some details on the wiki about common problems:
https://wiki.debian.org/Teams/Ruby/Ruby25Transition

Build log excerpt:

...

Finished in 0.16369 seconds (files took 0.1327 seconds to load)
135 examples, 0 failures

/usr/bin/ruby2.5 /usr/bin/gem2deb-test-runner

┌──────────────────────────────────────────────────────────────────────────────┐
│ Run tests for ruby2.5 from debian/ruby-tests.rake                            │
└──────────────────────────────────────────────────────────────────────────────┘

RUBYLIB=/build/ruby-awesome-print-1.6.1/debian/ruby-awesome-print/usr/lib/ruby/vendor_ruby:.
 
GEM_PATH=debian/ruby-awesome-print/usr/share/rubygems-integration/all:/root/.gem/ruby/2.5.0:/var/lib/gems/2.5.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.5.0:/usr/share/rubygems-integration/2.5.0:/usr/share/rubygems-integration/all
 ruby2.5 -S rake -f debian/ruby-tests.rake
/usr/bin/ruby2.5 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb
FF..FFFF./build/ruby-awesome-print-1.6.1/lib/awesome_print/formatter.rb:378: 
warning: constant ::Fixnum is deprecated
.....FFF.................................../build/ruby-awesome-print-1.6.1/lib/awesome_print/formatter.rb:378:
 warning: constant ::Fixnum is deprecated
./build/ruby-awesome-print-1.6.1/lib/awesome_print/formatter.rb:378: warning: 
constant ::Fixnum is deprecated
.../build/ruby-awesome-print-1.6.1/lib/awesome_print/formatter.rb:378: warning: 
constant ::Fixnum is deprecated
./build/ruby-awesome-print-1.6.1/lib/awesome_print/formatter.rb:378: warning: 
constant ::Fixnum is deprecated
.....FF................................................/build/ruby-awesome-print-1.6.1/lib/awesome_print/formatter.rb:378:
 warning: constant ::Fixnum is deprecated
...../build/ruby-awesome-print-1.6.1/lib/awesome_print/formatter.rb:378: 
warning: constant ::Fixnum is deprecated
F............/build/ruby-awesome-print-1.6.1/lib/awesome_print/formatter.rb:378:
 warning: constant ::Fixnum is deprecated
./build/ruby-awesome-print-1.6.1/lib/awesome_print/formatter.rb:378: warning: 
constant ::Fixnum is deprecated
....

Failures:

  1) AwesomePrint colorization default settings (no forced colors) colorizes 
tty processes by default
     Failure/Error: expect(@arr.ai(:multiline => false)).to eq(COLORIZED)

       expected: "[ \e[1;34m1\e[0m, \e[0;36m:two\e[0m, \e[0;33m\"three\"\e[0m, 
[ \e[1;31mnil\e[0m, [ \e[1;32mtrue\e[0m, \e[1;31mfalse\e[0m ] ] ]"
            got: "[ 1, \e[0;36m:two\e[0m, \e[0;33m\"three\"\e[0m, [ 
\e[1;31mnil\e[0m, [ \e[1;32mtrue\e[0m, \e[1;31mfalse\e[0m ] ] ]"

       (compared using ==)
     # ./spec/colors_spec.rb:33:in `block (4 levels) in <top (required)>'

  2) AwesomePrint colorization default settings (no forced colors) colorizes 
processes with ENV['ANSICON'] by default
     Failure/Error: expect(@arr.ai(:multiline => false)).to eq(COLORIZED)

       expected: "[ \e[1;34m1\e[0m, \e[0;36m:two\e[0m, \e[0;33m\"three\"\e[0m, 
[ \e[1;31mnil\e[0m, [ \e[1;32mtrue\e[0m, \e[1;31mfalse\e[0m ] ] ]"
            got: "[ 1, \e[0;36m:two\e[0m, \e[0;33m\"three\"\e[0m, [ 
\e[1;31mnil\e[0m, [ \e[1;32mtrue\e[0m, \e[1;31mfalse\e[0m ] ] ]"

       (compared using ==)
     # ./spec/colors_spec.rb:40:in `block (4 levels) in <top (required)>'

  3) AwesomePrint colorization forced colors override still colorizes tty 
processes
     Failure/Error: expect(@arr.ai(:multiline => false)).to eq(COLORIZED)

...

Finished in 0.15707 seconds (files took 0.10502 seconds to load)
135 examples, 12 failures

Failed examples:

rspec ./spec/colors_spec.rb:31 # AwesomePrint colorization default settings (no 
forced colors) colorizes tty processes by default
rspec ./spec/colors_spec.rb:36 # AwesomePrint colorization default settings (no 
forced colors) colorizes processes with ENV['ANSICON'] by default
rspec ./spec/colors_spec.rb:71 # AwesomePrint colorization forced colors 
override still colorizes tty processes
rspec ./spec/colors_spec.rb:76 # AwesomePrint colorization forced colors 
override colorizes processes with ENV['ANSICON'] set to 0
rspec ./spec/colors_spec.rb:86 # AwesomePrint colorization forced colors 
override colorizes dumb terminals
rspec ./spec/colors_spec.rb:96 # AwesomePrint colorization forced colors 
override colorizes subprocess
rspec ./spec/formats_spec.rb:92 # AwesomePrint Array colored multiline (default)
rspec ./spec/formats_spec.rb:109 # AwesomePrint Array colored multiline indented
rspec ./spec/formats_spec.rb:126 # AwesomePrint Array colored single line
rspec ./spec/methods_spec.rb:12 # Single method plain: should handle a method 
with no arguments
rspec ./spec/methods_spec.rb:17 # Single method color: should handle a method 
with no arguments
rspec ./spec/misc_spec.rb:97 # AwesomePrint HTML output wraps multiline ap 
output with <pre> tag with colorized <kbd>

/usr/bin/ruby2.5 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb failed
ERROR: Test "ruby2.5" failed. Exiting.


Full build log:
https://rbuild.fau.xxx/2018-01-23/ruby-awesome-print.log

Please fix it!

Cheers,
Chris.

--- End Message ---
--- Begin Message ---
Source: ruby-awesome-print
Source-Version: 1.8.0-1

We believe that the bug you reported is fixed in the latest version of
ruby-awesome-print, 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.
Cédric Boutillier <[email protected]> (supplier of updated ruby-awesome-print 
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: SHA512

Format: 1.8
Date: Tue, 22 Jan 2019 12:28:22 +0100
Source: ruby-awesome-print
Binary: ruby-awesome-print
Architecture: source
Version: 1.8.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
Changed-By: Cédric Boutillier <[email protected]>
Description:
 ruby-awesome-print - pretty print Ruby objects with proper indentation and 
colors
Closes: 888119
Changes:
 ruby-awesome-print (1.8.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Michael Moll ]
   * B-D on ruby-nokogiri for tests
 .
   [ HIGUCHI Daisuke (VDR dai) ]
   * Move Vcs-* to salsa.debian.org
   * Bump debhelper compatibility level to 11
   * eliminate lintian warning: insecure-copyright-format-uri
   * update upstream homepage
   * remove needless patches
   * remove simplecov from tests
   * refresh patch
   * add ruby-activesupport to B-D:
   * support autopkgtest-pkg-ruby
 .
   [ Cédric Boutillier ]
   * Add upstream patches from newer ruby and rails
   * Add upstream patch to fix integer colorization with Ruby2.5
     (Closes: #888119)
   * Bump Standards-Version to 4.3.0 (no changes needed)
   * Move debian/watch to gemwatch.debian.net
Checksums-Sha1:
 24169cf56471714d95822f9e3690dea8ea590f20 1885 ruby-awesome-print_1.8.0-1.dsc
 cc93a07c11fb706a0da10b18b70ccc87b55a308f 42961 
ruby-awesome-print_1.8.0.orig.tar.gz
 8f9bd97eb6a8bf1230fa828dbd71d14d0b2c3e1d 6292 
ruby-awesome-print_1.8.0-1.debian.tar.xz
 c8c7a794bdda5d38634f8aec8f87db09848b5840 13749 
ruby-awesome-print_1.8.0-1_source.buildinfo
Checksums-Sha256:
 0f435ec72915e61f6a920904b47379452e0e39affa54b0c458ce742f57dfa81d 1885 
ruby-awesome-print_1.8.0-1.dsc
 1cefe5722cfbafcc66866ec00afb13f04e3de17b1ff322ba62f12181d63e4f98 42961 
ruby-awesome-print_1.8.0.orig.tar.gz
 8f46e42ece44ba65e49bd733550adea90924967bbee4de1e3dbd6db89429a64c 6292 
ruby-awesome-print_1.8.0-1.debian.tar.xz
 945754aa53b637480246c5f4481951cb58a5f4ea9e8842bca5262864acfc34e7 13749 
ruby-awesome-print_1.8.0-1_source.buildinfo
Files:
 b060d91e255cbbd539e73979cbb49fc1 1885 ruby optional 
ruby-awesome-print_1.8.0-1.dsc
 83ebfcbb47a07fda67e5fa1054cd8e43 42961 ruby optional 
ruby-awesome-print_1.8.0.orig.tar.gz
 a975be04ad75729f8c838701f19657cb 6292 ruby optional 
ruby-awesome-print_1.8.0-1.debian.tar.xz
 64b1e4e91485d247b12d6273597c1958 13749 ruby optional 
ruby-awesome-print_1.8.0-1_source.buildinfo

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

iQEzBAEBCgAdFiEEnM1rMZ2/jkCrGr0aia+CtznNIXoFAlxHCYgACgkQia+CtznN
IXp4gAf7BgRBhUC/oGckUTtCINueDRFjnWgJmjkODxRZYOlkd/HvfBX3kfAQvygp
H1UCLn9/6HBntOUzjpPmPvbp49gzGZnelwkUTLXOdrUK1982nbA0tLdh+bcIO1VM
UN1MWFJk8hUguIo5/uWv1ImM6/0JxQBXbj/aL2IP1yD/F5bc6nRufVThsiO+iAQW
xN6+l5FkiuJGnXAa8gCwLzq12KHQVyrgidd+l5QbSGhI1x6QddCWh5kDkHZqwYqo
aElFisgRS4uGYRtdG7ub0ccv4zV7tcsF78q39hxp3anyj1Q3o660f89XVgtJiUuN
UNOgEz1U0QL1CeMBV9GkvfArFpxQDw==
=HoXd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to