Your message dated Fri, 05 Nov 2021 02:45:17 +0000
with message-id <e1miped-00029i...@fasolo.debian.org>
and subject line Bug#996129: fixed in ruby-axiom-types 0.1.1-2
has caused the Debian Bug report #996129,
regarding ruby-axiom-types: FTBFS with ruby3.0: ERROR: Test "ruby3.0" failed:   
    RuntimeError:
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.)


-- 
996129: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996129
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-axiom-types
Version: 0.1.1-1.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: debian-r...@lists.debian.org
Usertags: ruby3.0

Hi,

We are about to enable building against ruby3.0 on unstable. During a test
rebuild, ruby-axiom-types was found to fail to build in that situation.

To reproduce this locally, you need to install ruby-all-dev from experimental
on an unstable system or build chroot.

Relevant part (hopefully):
>       RuntimeError:
>         The `SortedSet` class has been extracted from the `set` library.You 
> must use the `sorted_set` gem or other alternatives.
>       # ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:31:in 
> `block (4 levels) in <top (required)>'
>       # ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:30:in 
> `initialize'
>       # ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:30:in 
> `new'
>       # ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:30:in 
> `block (3 levels) in <top (required)>'
>       # ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:9:in 
> `block (2 levels) in <top (required)>'
>       # ------------------
>       # --- Caused by: ---
>       # LoadError:
>       #   cannot load such file -- sorted_set
>       #   
> ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:31:in `block 
> (4 levels) in <top (required)>'
> 
> Top 10 slowest examples (0.03959 seconds, 14.4% of total time):
>   Axiom::Types::ValueComparable.extended delegates to the ancestor
>     0.00941 seconds 
> ./spec/unit/axiom/types/value_comparable/class_methods/extended_spec.rb:10
>   Axiom::Types::Encodable#finalize when an ascii compatible encoding (UTF-8) 
> is used adds a constraint that returns true for Windows-1252 encoding
>     0.0057 seconds ./spec/unit/axiom/types/encodable/finalize_spec.rb:35
>   Axiom::Types::Infinity#<=> when other object is a Integer is symmetric
>     0.00426 seconds 
> ./spec/unit/axiom/types/infinity/spaceship_operator_spec.rb:22
>   Axiom::Types::Infinity#<=> when other object is a Rational is expected to 
> equal 1
>     0.00371 seconds 
> ./spec/unit/axiom/types/infinity/spaceship_operator_spec.rb:20
>   Axiom::Types::Hash.infer with Axiom::Types::Hash with an Hash with a nil 
> key and value primitive key_type is expected to equal Axiom::Types::Object 
> (BasicObject)
>     0.00367 seconds 
> ./spec/unit/axiom/types/hash/class_methods/infer_spec.rb:95
>   Axiom::Types::Collection.infer with a a non-base class when the argument is 
> an empty SortedSet 
>     0.00298 seconds 
> ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:112
>   Axiom::Types::Infinity#<=> when the other object is not comparable is 
> expected to be nil
>     0.00273 seconds 
> ./spec/unit/axiom/types/infinity/spaceship_operator_spec.rb:61
>   Axiom::Types::Infinity#<=> when other object is a Integer is expected to 
> equal 1
>     0.0026 seconds 
> ./spec/unit/axiom/types/infinity/spaceship_operator_spec.rb:20
>   Axiom::Types::Infinity#<=> when other object is a Float is symmetric
>     0.00244 seconds 
> ./spec/unit/axiom/types/infinity/spaceship_operator_spec.rb:22
>   Axiom::Types::ValueComparable.extended adds minimum method
>     0.00209 seconds 
> ./spec/unit/axiom/types/value_comparable/class_methods/extended_spec.rb:24
> 
> Top 10 slowest example groups:
>   Axiom::Types::ValueComparable.extended
>     0.00253 seconds average (0.01263 seconds / 5 examples) 
> ./spec/unit/axiom/types/value_comparable/class_methods/extended_spec.rb:5
>   Axiom::Types::Type.base?
>     0.00229 seconds average (0.00457 seconds / 2 examples) 
> ./spec/unit/axiom/types/type/class_methods/base_predicate_spec.rb:5
>   Axiom::Types::Infinity#<=>
>     0.00127 seconds average (0.02287 seconds / 18 examples) 
> ./spec/unit/axiom/types/infinity/spaceship_operator_spec.rb:5
>   Axiom::Types::Collection.infer
>     0.00112 seconds average (0.02023 seconds / 18 examples) 
> ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:5
>   Axiom::Types::Hash.infer
>     0.00081 seconds average (0.03088 seconds / 38 examples) 
> ./spec/unit/axiom/types/hash/class_methods/infer_spec.rb:5
>   Axiom::Types::Set.infer
>     0.0006 seconds average (0.00967 seconds / 16 examples) 
> ./spec/unit/axiom/types/set/class_methods/infer_spec.rb:5
>   Axiom::Types::LengthComparable#finalize
>     0.0006 seconds average (0.00298 seconds / 5 examples) 
> ./spec/unit/axiom/types/length_comparable/finalize_spec.rb:5
>   Axiom::Types::Array.infer
>     0.00057 seconds average (0.00908 seconds / 16 examples) 
> ./spec/unit/axiom/types/array/class_methods/infer_spec.rb:5
>   Axiom::Types.finalize
>     0.00053 seconds average (0.00053 seconds / 1 example) 
> ./spec/unit/axiom/types/class_methods/finalize_spec.rb:5
>   Axiom::Types::Options#inherited
>     0.00053 seconds average (0.0016 seconds / 3 examples) 
> ./spec/unit/axiom/types/options/inherited_spec.rb:5
> 
> Finished in 0.27462 seconds (files took 0.33069 seconds to load)
> 558 examples, 16 failures
> 
> Failed examples:
> 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:112 # 
> Axiom::Types::Collection.infer with a a non-base class when the argument is 
> an empty SortedSet 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:106 # 
> Axiom::Types::Collection.infer with a a non-base class when the argument is 
> ::SortedSet 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:100 # 
> Axiom::Types::Collection.infer with a a non-base class when the argument is 
> the type object 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:130 # 
> Axiom::Types::Collection.infer with a a non-base class when the argument is 
> nil 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:124 # 
> Axiom::Types::Collection.infer with a a non-base class when the argument is 
> an SortedSet with a primitive 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:118 # 
> Axiom::Types::Collection.infer with a a non-base class when the argument is 
> an SortedSet with a type 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:54 # 
> Axiom::Types::Collection.infer with a base class when the argument is 
> ::SortedSet 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:60 # 
> Axiom::Types::Collection.infer with a base class when the argument is an 
> empty SortedSet 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:48 # 
> Axiom::Types::Collection.infer with a base class when the argument is the 
> type object 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:86 # 
> Axiom::Types::Collection.infer with a base class when the argument is nil 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:66 # 
> Axiom::Types::Collection.infer with a base class when the argument is an 
> SortedSet with a type ancestors 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:68 # 
> Axiom::Types::Collection.infer with a base class when the argument is an 
> SortedSet with a type primitive 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:70 # 
> Axiom::Types::Collection.infer with a base class when the argument is an 
> SortedSet with a type member_type 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:80 # 
> Axiom::Types::Collection.infer with a base class when the argument is an 
> SortedSet with a primitive member_type 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:76 # 
> Axiom::Types::Collection.infer with a base class when the argument is an 
> SortedSet with a primitive ancestors 
> rspec ./spec/unit/axiom/types/collection/class_methods/infer_spec.rb:78 # 
> Axiom::Types::Collection.infer with a base class when the argument is an 
> SortedSet with a primitive primitive 
> 
> Randomized with seed 172
> 
> /usr/bin/ruby3.0 
> -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.3/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.2/lib
>  /usr/share/rubygems-integration/all/gems/rspec-core-3.9.2/exe/rspec 
> --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb failed
> ERROR: Test "ruby3.0" failed: 


The full build log is available at
https://people.debian.org/~kanashiro/ruby3.0/round2/builds/3/ruby-axiom-types/ruby-axiom-types_0.1.1-1.1+rebuild1633375507_amd64.build.txt

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: ruby-axiom-types
Source-Version: 0.1.1-2
Done: Daniel Leidert <dleid...@debian.org>

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

Debian distribution maintenance software
pp.
Daniel Leidert <dleid...@debian.org> (supplier of updated ruby-axiom-types 
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: SHA512

Format: 1.8
Date: Fri, 05 Nov 2021 02:42:06 +0100
Source: ruby-axiom-types
Architecture: source
Version: 0.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Daniel Leidert <dleid...@debian.org>
Closes: 996129
Changes:
 ruby-axiom-types (0.1.1-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Cédric Boutillier ]
   * Remove version in the gem2deb build-dependency
   * Use https:// in Vcs-* fields
 .
   [ Debian Janitor ]
   * Use secure copyright file specification URI.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
   * Update Vcs-* headers from URL redirect.
   * Use canonical URL in Vcs-Git.
   * Update watch file format version to 4.
   * Remove constraints unnecessary since buster:
     + Build-Depends: Drop versioned constraint on ruby-rspec.
   * Bump debhelper to compat level 13.
 .
   [ Daniel Leidert ]
   * d/control: Add Rules-Requires-Root and Testsuite fields.
     (Standards-Version): Bump to 4.6.0.
     (Build-Depends): Add ruby-sorted-set (closes: #996129).
     (Depends): Remove interpreters and use ${ruby:Depends}.
   * d/copyright: Add Upstream-Contact field.
     (Copyright): Add team.
   * d/ruby-tests.rake: Update to use gem2deb.
   * d/rules: Use gem installation layout and check dependencies.
   * d/watch: Update file to use github.
   * d/patches/*.patch: Refresh patches and add DEP-3 headers.
   * d/upstream/metadata: Add YAML header and Archive field.
Checksums-Sha1:
 3c0ace5c1dfb31c3ba50547ade6b06d1b60ff477 2169 ruby-axiom-types_0.1.1-2.dsc
 06233cf0c52e9a2766d8a3db957534f65fe9e715 4820 
ruby-axiom-types_0.1.1-2.debian.tar.xz
 23c8cb6f0eeb15419d7f9e6d117ce27dc4d329c5 9592 
ruby-axiom-types_0.1.1-2_amd64.buildinfo
Checksums-Sha256:
 c481c898f098b9e46b44927e005343a368accafcdc541cca7f0be93fef185538 2169 
ruby-axiom-types_0.1.1-2.dsc
 d1b759dc70d57b22fbe8f5a09207b02a8a0e64cdb21a1c0e88312d3e0d2531d7 4820 
ruby-axiom-types_0.1.1-2.debian.tar.xz
 0b2abdd302c3705bddd8c361e53d631aa2b1f8c77b142ab91fcae09f6b303670 9592 
ruby-axiom-types_0.1.1-2_amd64.buildinfo
Files:
 de949b5a70398fd1022c605886db226a 2169 ruby optional 
ruby-axiom-types_0.1.1-2.dsc
 22f0f14786314112122e2a975966013a 4820 ruby optional 
ruby-axiom-types_0.1.1-2.debian.tar.xz
 16f6646c61f2aa1d0f5ace405362d474 9592 ruby optional 
ruby-axiom-types_0.1.1-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmGEjRgACgkQS80FZ8KW
0F0CRBAA04daZL8K4wC3S0eiX0x32lkChq/sFHCrhpNL6Rc7GeeInNTIOe2qTRY5
BDwgHiNmJdEssXonEaCSYoeAf0FMmfOSJ7oltjwVQAhoG6+JsPngbnJmlJ0W32A5
Ei9og3pnIL8KkrnaG4Sur+aKg4wYyTieL1E/jDilx3fYojENVAt9/52qY4F0Og1g
Rtl6qJwvYu7GgqhUe9l620ASy4Mf3fFPzYWmSioYKTdgkBCnpE4ODxUArY7Hx7JC
+azNHBsBjEsRjpU92HGRjvkAbmypc3DECMGJDYr3QXkS+vqdOS9mE+/0KWf4ycRN
mXKPvyYCrN0DBkIVlL97liK8aHZ2+K77jCSUqimOBxGK5erfVvwB711Fsyyjd0Kb
OsFwiDHriSIqB/np23CLxOAKXnSvgvH/Aovy9Sn+vzpIzsl1YtIY3UIHKCqC06Du
d7p2x7NZqPvE8IlLSiHsKf455XToLgbNTA3c2e6wb8WDLm5FwExcXMDR8j/RBfLU
rl35gMzkUr2ceuKtlySaZQrQhD/wm39X6n1uub1JgVjVq+XlFfsuHrHIt7tpOLJ0
rCflPlY0DbOXXFgCg+8BGLZHHHmi1xhgsVTSzWLpm02mGpMSX6aZktnlqnsnnCsf
nIMBIDuMbfF0e+yCDNzc92g1TBiVUOuyp07nzg9ObQ08QvFNzXw=
=q+3W
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to