Your message dated Fri, 06 Mar 2026 19:18:39 +0000
with message-id <[email protected]>
and subject line Bug#1129909: fixed in ruby-rubocop-ast 1.49.0-2
has caused the Debian Bug report #1129909,
regarding ruby-rubocop-ast: FTBFS: failing tests
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.)


-- 
1129909: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129909
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-rubocop-ast
Version: 1.49.0-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202603/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:ruby-rubocop-ast, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=ruby --with ruby
   dh_auto_clean -O--buildsystem=ruby
        dh_ruby --clean
   dh_autoreconf_clean -O--buildsystem=ruby
   dh_clean -O--buildsystem=ruby
 debian/rules binary
dh binary --buildsystem=ruby --with ruby
   dh_update_autotools_config -O--buildsystem=ruby
   dh_autoreconf -O--buildsystem=ruby
   dh_auto_configure -O--buildsystem=ruby
        dh_ruby --configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rake -f tasks/compile.rake generate

[... snipped ...]

    with a single-quoted string
      is expected to be single quoted
    with a %Q() delimited string
      is expected not to be single quoted
    with a character literal
      is expected not to be single quoted
  #heredoc?
    with a heredoc
      is expected to be heredoc
    with a normal string
      is expected not to be heredoc
    with a string with interpolation
      is expected not to be heredoc

RuboCop::AST::DstrNode
  #value
    with interpolation
      is expected to eq "foo \#{bar} baz"
    with a multiline string
      is expected to eq "this is a multiline string"
    with implicit concatenation
      is expected to eq "foo bar baz"
  #percent_literal?
    with a %Q() delimited string
      is expected to be percent literal :Q
      is expected not to be percent literal :%
      is expected to be percent literal
      is expected not to be percent literal :q
    with a %() delimited string
      is expected not to be percent literal :Q
      is expected not to be percent literal :q
      is expected to be percent literal :%
      is expected to be percent literal
    with a quoted string
      is expected not to be percent literal
      is expected not to be percent literal :q
      is expected not to be percent literal :Q
      is expected not to be percent literal :%
  #double_quoted?
    with a %() delimited string
      is expected not to be double quoted
    with a double-quoted string
      is expected to be double quoted
    with a %Q() delimited string
      is expected not to be double quoted
  #single_quoted?
    with a %() delimited string
      is expected not to be single quoted
    with a %Q() delimited string
      is expected not to be single quoted
    with a double-quoted string
      is expected not to be single quoted

RuboCop::AST::OrNode
  #lhs
    with a semantic or node
      is expected to be sym type
    with a logical or node
      is expected to be sym type
  #rhs
    with a logical or node
      is expected to be int type
    with a semantic or node
      is expected to be int type
  #semantic_operator?
    with a semantic or node
      is expected to be semantic operator
    with a logical or node
      is expected not to be semantic operator
  #operator
    with a logical or node
      is expected to eq "||"
    with a semantic or node
      is expected to eq "or"
  #alternate_operator
    with a logical or node
      is expected to eq "or"
    with a semantic or node
      is expected to eq "||"
  #inverse_operator
    with a semantic or node
      is expected to eq "and"
    with a logical or node
      is expected to eq "&&"
  #logical_operator?
    with a logical or node
      is expected to be logical operator
    with a semantic or node
      is expected not to be logical operator
  .new
    with a semantic or node
      is expected to be a kind of RuboCop::AST::OrNode
    with a logical or node
      is expected to be a kind of RuboCop::AST::OrNode

RuboCop::AST::KeywordSplatNode
  #operator
    is expected to eq "**"
  #hash_rocket?
    is expected not to be hash rocket
  #same_line?
    when pairs are on separate lines
      is expected not to be same line s(:kwsplat,
  s(:send, nil, :foo))
    when a multiline pair shares the same line
      is expected to be same line s(:kwsplat,
  s(:send, nil, :foo))
      is expected to be same line s(:pair,
  s(:sym, :a),
  s(:begin))
    when both pairs are on the same line
      is expected to be same line s(:kwsplat,
  s(:send, nil, :foo))
  when forwarded keyword rest arguments
    .new
      is expected to be a kind of RuboCop::AST::KeywordSplatNode
    #value
      is expected to eq s(:forwarded_kwrestarg)
    #kwsplat_type?
      is expected to be kwsplat type
    #operator
      is expected to eq "**"
    #hash_rocket?
      is expected not to be hash rocket
    #forwarded_kwrestarg_type?
      is expected to be forwarded kwrestarg type
    #key
      is expected to eq s(:forwarded_kwrestarg)
    #colon?
      is expected not to be colon
  #key_delta
    with alignment set to :left
      when using hash rocket delimiters
        when keyword splat is on the same line
          is expected to eq 0
        when keyword splat is behind
          is expected to eq -2
        when keyword splat is aligned
          is expected to eq 0
        when keyword splat is ahead
          is expected to eq 2
      when using colon delimiters
        when keyword splat is ahead
          is expected to eq 2
        when keyword splat is on the same line
          is expected to eq 0
        when keyword splat is behind
          is expected to eq -2
        when keyword splat is aligned
          is expected to eq 0
    with alignment set to :right
      when using colon delimiters
        when keyword splat is ahead
          is expected to eq 0
        when keyword splat is on the same line
          is expected to eq 0
        when keyword splat is behind
          is expected to eq 0
        when keyword splat is aligned
          is expected to eq 0
      when using hash rocket delimiters
        when keyword splat is behind
          is expected to eq 0
        when keyword splat is ahead
          is expected to eq 0
        when keyword splat is on the same line
          is expected to eq 0
        when keyword splat is aligned
          is expected to eq 0
  #forwarded_kwrestarg_type?
    is expected not to be forwarded kwrestarg type
  #value_delta
    when using hash rocket delimiters
      when keyword splat is left aligned
        is expected to eq 0
      when keyword splat is ahead
        is expected to eq 0
      when keyword splat is on the same line
        is expected to eq 0
      when keyword splat is behind
        is expected to eq 0
    when using colon delimiters
      when keyword splat is on the same line
        is expected to eq 0
      when keyword splat is left aligned
        is expected to eq 0
      when keyword splat is ahead
        is expected to eq 0
      when keyword splat is behind
        is expected to eq 0
  #colon?
    is expected not to be colon
  #value
    is expected to eq s(:kwsplat,
  s(:send, nil, :foo))
  #kwsplat_type?
    is expected to be kwsplat type
  #key
    is expected to eq s(:kwsplat,
  s(:send, nil, :foo))
  .new
    is expected to be a kind of RuboCop::AST::KeywordSplatNode

RuboCop::AST::InPatternNode
  when using Ruby 2.7 or newer
    #pattern
      with an alternative pattern
        is expected to be match alt type
      with an array pattern
        is expected to be array pattern type
      with a pin operator
        is expected to be pin type
      with a hash pattern
        is expected to be hash pattern type
      with a variable pattern
        is expected to be match var type
      with a value pattern
        is expected to be int type
      with an as pattern
        is expected to be match as type
    #branch_index
      is expected to eq 1
      is expected to eq 0
      is expected to eq 2
    #then?
      without a then keyword
        is expected not to be then
      with a then keyword
        is expected to be then
    #body
      with a then keyword
        is expected to be sym type
      without a then keyword
        is expected to be array type
    .new
      is expected to be a kind of RuboCop::AST::InPatternNode

Failures:

  1) RuboCop::AST::Traversal knows all current node types
     Failure/Error: expect(described_class::MISSING).to eq []

       expected: []
            got: [:blocknilarg]

       (compared using ==)

       Diff:
       @@ -1 +1 @@
       -[]
       +[:blocknilarg]
     # ./spec/rubocop/ast/traversal_spec.rb:123:in `block (2 levels) in <top 
(required)>'

Finished in 1.97 seconds (files took 0.62494 seconds to load)
2716 examples, 1 failure

Failed examples:

rspec ./spec/rubocop/ast/traversal_spec.rb:122 # RuboCop::AST::Traversal knows 
all current node types

Randomized with seed 45136

/usr/bin/ruby3.3 -ruri 
-I/usr/share/rubygems-integration/all/gems/rspec-support-3.13.1/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.13.0/lib
 /usr/share/rubygems-integration/all/gems/rspec-core-3.13.0/exe/rspec --pattern 
./spec/\*\*/\*_spec.rb --format documentation failed
/usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `run': /usr/bin/ruby3.3 
/usr/bin/gem2deb-test-runner (Gem2Deb::CommandFailed)
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:64:in `block in run_ruby'
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:87:in `maybe_crossbuild'
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:63:in `run_ruby'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:189:in 
`run_tests_for_version'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:176:in `block in 
run_tests'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `each'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `run_tests'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:71:in `run_tests'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:57:in `install'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:163:in `install'
        from /usr/bin/dh_ruby:89:in `<main>'
dh_auto_install: error: dh_ruby --install 
/<<PKGBUILDDIR>>/debian/ruby-rubocop-ast returned exit code 1
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: ruby-rubocop-ast
Source-Version: 1.49.0-2
Done: Simon Quigley <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-rubocop-ast, 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.
Simon Quigley <[email protected]> (supplier of updated ruby-rubocop-ast 
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: Fri, 06 Mar 2026 12:53:10 -0600
Source: ruby-rubocop-ast
Built-For-Profiles: noudeb
Architecture: source
Version: 1.49.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<[email protected]>
Changed-By: Simon Quigley <[email protected]>
Closes: 1129909
Changes:
 ruby-rubocop-ast (1.49.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Add 0003-add-support-for-blocknilarg.patch to fix a test failure with
     newer ruby-whitequark-parser (Closes: #1129909).
Checksums-Sha1:
 9292920efc6d44eca52ea529e29660010f681db8 2197 ruby-rubocop-ast_1.49.0-2.dsc
 df8b72f21304db35f23c2546999f13cafe68bb03 4176 
ruby-rubocop-ast_1.49.0-2.debian.tar.xz
 67d176632ef0c7dbac6eed3db870e02f3e45941d 7839 
ruby-rubocop-ast_1.49.0-2_source.buildinfo
Checksums-Sha256:
 3bbc0d89a853a503d9cbf4b93aa9fe61a550a75721253871ee1b8edad0794f41 2197 
ruby-rubocop-ast_1.49.0-2.dsc
 a8b574a6ed7f9726cc62a2002b9910e5f92836fdd0516396bdc2ced562439c0f 4176 
ruby-rubocop-ast_1.49.0-2.debian.tar.xz
 d64444f05f042765d74812780eb72c5150c4be25e7813eea89c415e0f6cfd09e 7839 
ruby-rubocop-ast_1.49.0-2_source.buildinfo
Files:
 7da71e72b637b8c4a4534d33bf16c8ca 2197 ruby optional 
ruby-rubocop-ast_1.49.0-2.dsc
 885e0bdf09e77551d5744c8c722cf8d8 4176 ruby optional 
ruby-rubocop-ast_1.49.0-2.debian.tar.xz
 3a245022b413a964f88b6943ba47f267 7839 ruby optional 
ruby-rubocop-ast_1.49.0-2_source.buildinfo

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

iQIzBAEBCgAdFiEEXHq+og+GMEWcyMi14n8s+EWML6QFAmmrIqwACgkQ4n8s+EWM
L6ROog/+P4e9ZPvdkcvsL8xvOQuKhl+z+lhYN7rSXXWCPrN8OD1rNshRXZU7zc/k
FguEEViRL2OoAqPJiF6fsIWySnp3uyJomAVFii5YG21vhhY8E0RDEdYKLqBW/qzI
qRD8hcBjdu75D2WlcGJ+hSh2YqfyIR2V5K/YCb9w0HH4trPKu+pmRd4qrx2CDL8Y
977MFDfdsFVgKsdgS0vL17El4HO9lHah6Pv3FDNqhbti3DBmO332/l4drYo/tFzS
qmGfXBPrp5fn2pwc/JXP7IHUTvSL4z45QPT8rOP6RHP6M0KleMZebfCaHhlMdSkm
aOa0TjV+hATU1HpK64mQvIfEWqC90P0687Gh7K274Gu00hD+AXbJhKQmT2fMHYp4
Hfc5xMCKBOn+ly82Y1XJjmSYxeS8V1QDauwZL4BKFuttNsCSNd1p281PCFGJMQxa
wr6MGP5k6p4PYfzbDwMdZyg5jlzjwhCBXEnDBzoYCJ7LY2kYhEUPoFgd9rk4f/oL
L+5FN6Vpu3EydKrIt8NbeEoD9zT0meBRFhlzHlZThewE+5HcvcloUwp7KTDpQM+T
ju1TVPni3dpnxBdubM8gC/72mGoZnX4eWkHRZI0j4qEGd8M8iiuxgvsO4/TWj/he
q2gIz9rV2RPXJiNDKNERVEr4JZf8KC50uE0gqE2PRmgMA3JvgZA=
=T9BM
-----END PGP SIGNATURE-----

Attachment: pgpYp8d79rmmr.pgp
Description: PGP signature


--- End Message ---

Reply via email to