[DRE-maint] Bug#1019679: ruby-yaml-db: FTBFS with ruby3.1: ERROR: Test "ruby3.1" failed: Failure/Error:

Antonio Terceiro terceiro at debian.org
Tue Sep 13 13:07:34 BST 2022


Source: ruby-yaml-db
Version: 0.7.0-1
Severity: important
Justification: FTBFS
Tags: bookworm sid ftbfs
User: debian-ruby at lists.debian.org
Usertags: ruby3.1

Hi,

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

Relevant part of the build log (hopefully):
>      Failure/Error:
>              expect(Utils.chunk_records([ %w(a b), %w(x y) ])).to eq(<<EOYAML
>          - - a
>            - b
>          - - x
>            - y
>        EOYAML
>              )
> 
>        expected: "  - - a\n    - b\n  - - x\n    - y\n"
>             got: "  - - a\n    - b\n  - - x\n    - \"y\"\n"
> 
>        (compared using ==)
> 
>        Diff:
>        @@ -1,5 +1,5 @@
>           - - a
>             - b
>           - - x
>        -    - y
>        +    - "y"
>      # ./spec/yaml_db/utils_spec.rb:13:in `block (2 levels) in <module:YamlDb>'
> 
> Finished in 0.10481 seconds (files took 0.92795 seconds to load)
> 59 examples, 1 failure
> 
> Failed examples:
> 
> rspec ./spec/yaml_db/utils_spec.rb:12 # YamlDb::Utils turns an array with two records into a yaml chunk
> 
> Randomized with seed 23691
> 
> /usr/bin/ruby3.1 -I/usr/share/rubygems-integration/all/gems/rspec-support-3.10.3/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.10.1/lib /usr/share/rubygems-integration/all/gems/rspec-core-3.10.1/exe/rspec --pattern ./spec/\*\*/\*_spec.rb failed
> ERROR: Test "ruby3.1" failed: 


The full build log is available from:
https://people.debian.org/~terceiro/ruby3.1/17/ruby-yaml-db/ruby-yaml-db_0.7.0-1+rebuild1663008329_amd64-2022-09-12T18:45:30Z.build

To reproduce this, you need to install ruby-all-dev >= 1:3.0+2. Depending on
when you try this, it might mean installing ruby-all-dev from experimental, or
if the transition has already started, a normal build on unstable will be
enough.  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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-ruby-extras-maintainers/attachments/20220913/56ffcaac/attachment.sig>


More information about the Pkg-ruby-extras-maintainers mailing list