Your message dated Wed, 17 Nov 2021 21:06:19 +0000
with message-id <e1mns8j-000fna...@fasolo.debian.org>
and subject line Bug#996147: fixed in ruby-capybara 3.36.0+ds-1
has caused the Debian Bug report #996147,
regarding ruby-capybara: FTBFS with ruby3.0: ERROR: Test "ruby3.0" failed: 
ArgumentError:
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.)


-- 
996147: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996147
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-capybara
Version: 3.12.0-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-capybara 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):
> ArgumentError:
>   wrong number of arguments (given 4, expected 3)
> # ./lib/capybara/selector/filters/node_filter.rb:9:in `initialize'
> # ./lib/capybara/selector/filter_set.rb:115:in `new'
> # ./lib/capybara/selector/filter_set.rb:115:in `add_filter'
> # ./lib/capybara/selector/filter_set.rb:19:in `node_filter'
> # ./lib/capybara/selector.rb:5:in `block in <top (required)>'
> # ./lib/capybara/selector/filter_set.rb:15:in `instance_eval'
> # ./lib/capybara/selector/filter_set.rb:15:in `initialize'
> # ./lib/capybara/selector/filter_set.rb:77:in `new'
> # ./lib/capybara/selector/filter_set.rb:77:in `add'
> # ./lib/capybara/selector.rb:4:in `<top (required)>'
> # ./lib/capybara.rb:430:in `<module:Capybara>'
> # ./lib/capybara.rb:9:in `<top (required)>'
> # ./lib/capybara/spec/spec_helper.rb:5:in `<top (required)>'
> # ./spec/spec_helper.rb:4:in `<top (required)>'
> # ./spec/xpath_builder_spec.rb:3:in `<top (required)>'
> No examples found.
> 
> 
> Finished in 0.00006 seconds (files took 1.85 seconds to load)
> 0 examples, 0 failures, 21 errors occurred outside of examples
> 
> /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-capybara/ruby-capybara_3.12.0-1+rebuild1633376144_amd64.build.txt

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: ruby-capybara
Source-Version: 3.36.0+ds-1
Done: Daniel Leidert <dleid...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ruby-capybara, 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-capybara 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: Wed, 17 Nov 2021 21:29:03 +0100
Source: ruby-capybara
Architecture: source
Version: 3.36.0+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Daniel Leidert <dleid...@debian.org>
Closes: 705739 996147
Changes:
 ruby-capybara (3.36.0+ds-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version 3.36.0.
     - Fixes keyword argument handling (closes: #996147).
 .
   [ Utkarsh Gupta ]
   * Refresh patches
   * Add Selenium::WebDriver BD dependency (closes: #705739).
   * Add myself as the uploader
   * Fix package wrt cme
   * Drop dependency on ruby-interpreter
   * Add salsa-ci.yml
 .
   [ Daniel Leidert ]
   * d/control: Add Rules-Requires-Root field.
     (Standards-Version): Bump to 4.6.0.
   * d/copyright: Exclude jquery files from the tarball. Add Upstream-Contact.
     (Copyright): Add team.
   * d/ruby-capybara.links: Remove file. Must be handled in d/rules.
   * d/ruby-capybara.lintian-overrides: Adjust override.
   * d/ruby-tests.rake: Update with gem2deb template.
   * d/rules: Use gem installation layout. Ignore the test result with Ruby 3.0.
     The tests explicitly mention to not have been tested with Ruby 3, but we
     require this version of capybara urgently.
     (override_dh_link): Add override to create jquery links.
   * d/watch: Handle repackaging.
   * d/README.Debian: Remove file. Does not apply anymore.
   * d/README.source: Adjust hint.
   * d/patches/0001-Remove-support-for-the-selenium-driver.patch: Remove patch.
     The ruby-selenium-driver package is available.
   * d/patches/0002-Inhibit-tests-for-the-selenium-driver.patch: Ditto.
   * d/patches/0003-Inhibit-tests-that-needs-more-than-one-driver.patch: Ditto.
   * d/patches/0004-Inhibit-test-for-SSL.patch: Update patch and
     rename to d/patches/inhibit-test-for-SSL.patch.
   * d/patches/fix-rack-version-nomethoderror.patch: Add patch.
     - Prevent a NoMethodError when trying to determine the rack gem version.
   * d/patches/remove-jquery-from-gemspec.patch: Add patch.
     - Remove references to jquery files stripped from the source.
   * d/patches/dont-require-selenium-statistics.patch: Add patch.
     - Remove selenium_statistics usage as long as it is not packaged.
   * d/patches/fix-rspec-before-block.patch: Add patch.
     - Fix a problem with the before block not being executed.
   * d/patches/series: Adjust file.
   * d/upstream/metadata: Add metadata.
Checksums-Sha1:
 6c248138e3a4115f992e2ae1f01ce5a4e772d542 2369 ruby-capybara_3.36.0+ds-1.dsc
 eab2409572cc64872a6cdcdce575365da1b8db01 217760 
ruby-capybara_3.36.0+ds.orig.tar.xz
 bf17361e30b21ccdb510279fb2c2568d52fc006b 7940 
ruby-capybara_3.36.0+ds-1.debian.tar.xz
 136b188bcb4ca788596998fd8390c0a1da039430 10451 
ruby-capybara_3.36.0+ds-1_amd64.buildinfo
Checksums-Sha256:
 47b37866153e47db97f1da271043cb7cc5f7f4d840640c944f0a621ae986b184 2369 
ruby-capybara_3.36.0+ds-1.dsc
 0ea29b7a9b5232d696ec7b74ddab868e4cf92654e767ddb1369a00f656369f8d 217760 
ruby-capybara_3.36.0+ds.orig.tar.xz
 9e1861b7365b9b71fef2a694063e417129e0a5dd820f9118240f782bdb3ead67 7940 
ruby-capybara_3.36.0+ds-1.debian.tar.xz
 a588f5971dc44e7e037926970bd81e62332e3a189bdee6ca857b75438397c3ab 10451 
ruby-capybara_3.36.0+ds-1_amd64.buildinfo
Files:
 f8095b71f19071d55eaa405aee53f9b1 2369 ruby optional 
ruby-capybara_3.36.0+ds-1.dsc
 60f5745c2241b21212b8a22677fe5bcc 217760 ruby optional 
ruby-capybara_3.36.0+ds.orig.tar.xz
 3c003ebb36b9497674feca464832efb8 7940 ruby optional 
ruby-capybara_3.36.0+ds-1.debian.tar.xz
 58aa9a1979985d5d6abc6eba3a21e6b4 10451 ruby optional 
ruby-capybara_3.36.0+ds-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmGVaMQACgkQS80FZ8KW
0F16Xg/8C8wTNfNKV4LfCQmHMOBIOJsQ+08TS6LBeF3ZdezIL9JTXalZWD51Q1TJ
ffCe0bvCszyGOD7SYK/RLi2Gy3dJpRo5prvYNTJYhMJ/iyeNnGL1C0ngZ67Mailr
XfQQpFk0SsiCLcUooCItbrMbz8u6wqYy5A12POlx3Ae3QNb1WFmvlu58Q8EXo0q0
Jrj8Mo/LqMMB3ED+PBoDNZ3qaqPDpsy8hwXnpmqzJgKd5VYyDC65RIzF9qGHBFQ9
YDcpYlTFHUQk0DvzTcVutOaWDKxDQa2RZL1YqPZHmFXZucFTxPWRSpa6b5wCQ8mR
joTTekLzXfHr4ZgmZJ+sCl8rV2ih/S4JNOONhphBwPvxgWpsNF75637Yh/cMeyjV
kmyiQcbuaslQdVVNe267LE422ykYXWFpzDhZh9XJl97cyYtCLVyQwQUohGh7M85V
1w9XXTLQMGtu7lf1bDdviwcO6OUfPtwoaIwmlr6cYPu8ric/C9l0i0hn1qmAORof
76Eq28BnFV6h/kYuOvwvPIskSM54bpW8AJF5KpXq2s5Cg6Z2ohFmRdr5hQIlWQx+
8UrtYz1rYliZxX6kuoxgVg5gH3A2ncy1UjA0CECKXqCaetNTi1zKYP+euC9g6LdJ
dghfmBpbAm3u1a7EoAndctmUTfjVtucGN88bDFRqgN9durYZ5cQ=
=N1b/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to