Your message dated Wed, 21 Sep 2022 03:28:43 +0300
with message-id <Yypau6H9QvnLVqr4@localhost>
and subject line Re: Bug#1015308: ruby-bert: FTBFS: ERROR: Test "ruby3.1" 
failed.
has caused the Debian Bug report #1015308,
regarding ruby-bert: FTBFS: ERROR: Test "ruby3.1" 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.)


-- 
1015308: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015308
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-bert
Version: 1.1.6-2+rebuild1658133846
Severity: important
Justification: FTBFS
Tags: bookworm sid ftbfs
User: debian-r...@lists.debian.org
Usertags: ruby3.1

Hi,

We are about to start the ruby3.1 transition in unstable. While trying to
rebuild ruby-bert with ruby3.1 enabled, the build failed.

Relevant part of the build log (hopefully):
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Checking Rubygems dependency resolution on ruby3.1                          
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> /usr/lib/ruby/3.1.0/psych/class_loader.rb:99:in `find': Tried to load 
> unspecified class: Gem::Specification (Psych::DisallowedClass)
>       from /usr/lib/ruby/3.1.0/psych/class_loader.rb:28:in `load'
>       from /usr/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:424:in 
> `resolve_class'
>       from /usr/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:213:in 
> `visit_Psych_Nodes_Mapping'
>       from /usr/lib/ruby/3.1.0/psych/visitors/visitor.rb:30:in `visit'
>       from /usr/lib/ruby/3.1.0/psych/visitors/visitor.rb:6:in `accept'
>       from /usr/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:35:in `accept'
>       from /usr/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:318:in 
> `visit_Psych_Nodes_Document'
>       from /usr/lib/ruby/3.1.0/psych/visitors/visitor.rb:30:in `visit'
>       from /usr/lib/ruby/3.1.0/psych/visitors/visitor.rb:6:in `accept'
>       from /usr/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:35:in `accept'
>       from /usr/lib/ruby/3.1.0/psych.rb:335:in `safe_load'
>       from /usr/lib/ruby/3.1.0/psych.rb:370:in `load'
>       from /usr/lib/ruby/3.1.0/psych.rb:671:in `block in load_file'
>       from /usr/lib/ruby/3.1.0/psych.rb:670:in `open'
>       from /usr/lib/ruby/3.1.0/psych.rb:670:in `load_file'
>       from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:123:in `load_gemspec'
>       from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:36:in `block in 
> initialize'
>       from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:35:in `chdir'
>       from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:35:in `initialize'
>       from /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:90:in `new'
>       from /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:90:in `block in 
> do_check_dependencies'
>       from /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:89:in `each'
>       from /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:89:in 
> `do_check_dependencies'
>       from /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:79:in `run_tests'
>       from /usr/bin/gem2deb-test-runner:60:in `<main>'
> ERROR: Test "ruby3.1" failed. Exiting.
> dh_auto_install: error: dh_ruby --install /<<PKGBUILDDIR>>/debian/ruby-bert 
> returned exit code 1
> make: *** [debian/rules:18: binary] Error 25
> dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
> 2


The full build log is available from:
https://people.debian.org/~terceiro/ruby3.1/ruby-bert_1.1.6-2+rebuild1658133846_amd64.log

To reproduce this, you need to install ruby-all-dev >= 1:3.0+2 (in 
experimental).
If you fail to reproduce, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
On Tue, Jul 19, 2022 at 01:26:51PM +0200, Antonio Terceiro wrote:
> Source: ruby-bert
> Version: 1.1.6-2+rebuild1658133846
> Severity: important
> Justification: FTBFS
> Tags: bookworm sid ftbfs
> User: debian-r...@lists.debian.org
> Usertags: ruby3.1
> 
> Hi,
> 
> We are about to start the ruby3.1 transition in unstable. While trying to
> rebuild ruby-bert with ruby3.1 enabled, the build failed.
> 
> Relevant part of the build log (hopefully):
> > ┌──────────────────────────────────────────────────────────────────────────────┐
> > │ Checking Rubygems dependency resolution on ruby3.1                        
> >    │
> > └──────────────────────────────────────────────────────────────────────────────┘
> > 
> > /usr/lib/ruby/3.1.0/psych/class_loader.rb:99:in `find': Tried to load 
> > unspecified class: Gem::Specification (Psych::DisallowedClass)
> >     from /usr/lib/ruby/3.1.0/psych/class_loader.rb:28:in `load'
> >     from /usr/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:424:in 
> > `resolve_class'
> >     from /usr/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:213:in 
> > `visit_Psych_Nodes_Mapping'
> >     from /usr/lib/ruby/3.1.0/psych/visitors/visitor.rb:30:in `visit'
> >     from /usr/lib/ruby/3.1.0/psych/visitors/visitor.rb:6:in `accept'
> >     from /usr/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:35:in `accept'
> >     from /usr/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:318:in 
> > `visit_Psych_Nodes_Document'
> >     from /usr/lib/ruby/3.1.0/psych/visitors/visitor.rb:30:in `visit'
> >     from /usr/lib/ruby/3.1.0/psych/visitors/visitor.rb:6:in `accept'
> >     from /usr/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:35:in `accept'
> >     from /usr/lib/ruby/3.1.0/psych.rb:335:in `safe_load'
> >     from /usr/lib/ruby/3.1.0/psych.rb:370:in `load'
> >     from /usr/lib/ruby/3.1.0/psych.rb:671:in `block in load_file'
> >     from /usr/lib/ruby/3.1.0/psych.rb:670:in `open'
> >     from /usr/lib/ruby/3.1.0/psych.rb:670:in `load_file'
> >     from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:123:in `load_gemspec'
> >     from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:36:in `block in 
> > initialize'
> >     from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:35:in `chdir'
> >     from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:35:in `initialize'
> >     from /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:90:in `new'
> >     from /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:90:in `block in 
> > do_check_dependencies'
> >     from /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:89:in `each'
> >     from /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:89:in 
> > `do_check_dependencies'
> >     from /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:79:in `run_tests'
> >     from /usr/bin/gem2deb-test-runner:60:in `<main>'
> > ERROR: Test "ruby3.1" failed. Exiting.
> > dh_auto_install: error: dh_ruby --install /<<PKGBUILDDIR>>/debian/ruby-bert 
> > returned exit code 1
> > make: *** [debian/rules:18: binary] Error 25
> > dpkg-buildpackage: error: debian/rules binary subprocess returned exit 
> > status 2
>...

Whatever the problem was, it seems to be fixed:
https://buildd.debian.org/status/package.php?p=ruby-bert


cu
Adrian

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

Reply via email to