Your message dated Sun, 01 Jan 2023 14:35:19 +0000
with message-id <e1pbzql-003lzy...@fasolo.debian.org>
and subject line Bug#1027066: fixed in atig 0.6.1-8
has caused the Debian Bug report #1027066,
regarding atig: FTBFS with ruby-rspec 3.12: ERROR: Test "ruby3.1" failed:      
Failure/Error: user = t.get("users/show", { screen_name: nick})
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.)


-- 
1027066: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027066
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: atig
Version: 0.6.1-7
Severity: important
Justification: FTBFS
Tags: bookworm sid ftbfs
User: debian-r...@lists.debian.org
Usertags: ruby-rspec-3.12

Hi,

I'm about to upload ruby-rspec 3.12. During a test rebuild with that version,
atig failed to build.

Relevant part of the build log (hopefully):
>      Failure/Error: user = t.get("users/show", { screen_name: nick})
> 
>        #<Double "api"> received :get with unexpected arguments
>          expected: ("users/show", {:screen_name=>"mzp"}) (keyword arguments)
>               got: ("users/show", {:screen_name=>"mzp"}) (options hash)
>      # ./lib/atig/command/version.rb:27:in `block in action'
>      # ./spec/command_helper.rb:33:in `delay'
>      # ./lib/atig/command/version.rb:25:in `action'
>      # ./lib/atig/command/command.rb:13:in `block in initialize'
>      # ./spec/command_helper.rb:87:in `call'
>      # ./spec/command/version_spec.rb:60:in `block (2 levels) in <top 
> (required)>'
> 
> Top 10 slowest examples (7.71 seconds, 76.3% of total time):
>   Atig::Db::Statuses should cleanup
>     6.21 seconds ./spec/db/statuses_spec.rb:174
>   Atig::Db::Statuses should call listeners
>     0.19883 seconds ./spec/db/statuses_spec.rb:41
>   Atig::Db::Statuses should have unique tid
>     0.18957 seconds ./spec/db/statuses_spec.rb:73
>   Atig::Db::Statuses should be found by id
>     0.17471 seconds ./spec/db/statuses_spec.rb:64
>   Atig::Db::Statuses should be re-openable
>     0.16964 seconds ./spec/db/statuses_spec.rb:37
>   Atig::Db::Statuses should be found by sid
>     0.16772 seconds ./spec/db/statuses_spec.rb:109
>   Atig::Db::Statuses should be found by tid
>     0.16677 seconds ./spec/db/statuses_spec.rb:104
>   Atig::Db::Statuses should have uniq tid/sid when removed
>     0.14759 seconds ./spec/db/statuses_spec.rb:164
>   Atig::Db::Statuses should be found by tid
>     0.14624 seconds ./spec/db/statuses_spec.rb:114
>   Atig::Db::Statuses should be found all
>     0.14196 seconds ./spec/db/statuses_spec.rb:83
> 
> Top 10 slowest example groups:
>   Atig::Db::Statuses
>     0.5593 seconds average (8.39 seconds / 15 examples) 
> ./spec/db/statuses_spec.rb:6
>   Atig::Db::Lists
>     0.05101 seconds average (0.51009 seconds / 10 examples) 
> ./spec/db/lists_spec.rb:5
>   Atig::Db::Followings when updated users
>     0.05079 seconds average (0.50794 seconds / 10 examples) 
> ./spec/db/followings_spec.rb:20
>   Atig::IFilter::ExpandUrl when enable whole url
>     0.03999 seconds average (0.07999 seconds / 2 examples) 
> ./spec/ifilter/expand_url_spec.rb:39
>   Atig::IFilter::ExpandUrl when disable whole url
>     0.03797 seconds average (0.18986 seconds / 5 examples) 
> ./spec/ifilter/expand_url_spec.rb:10
>   Atig::IFilter::ExpandUrl when has urls entities
>     0.03731 seconds average (0.07461 seconds / 2 examples) 
> ./spec/ifilter/expand_url_spec.rb:58
>   Atig::Db::Followings when it is empty
>     0.02807 seconds average (0.02807 seconds / 1 example) 
> ./spec/db/followings_spec.rb:5
>   Atig::OFilter::ShortUrl when no-login bitly
>     0.02606 seconds average (0.02606 seconds / 1 example) 
> ./spec/ofilter/short_url_spec.rb:6
>   Atig::OFilter::ShortUrl when login bitly
>     0.02599 seconds average (0.02599 seconds / 1 example) 
> ./spec/ofilter/short_url_spec.rb:42
>   Atig::OFilter::ShortUrl when nop
>     0.02538 seconds average (0.02538 seconds / 1 example) 
> ./spec/ofilter/short_url_spec.rb:78
> 
> Finished in 10.11 seconds (files took 0.32628 seconds to load)
> 182 examples, 6 failures
> 
> Failed examples:
> 
> rspec ./spec/command/retweet_spec.rb:47 # Atig::Command::Retweet should post 
> un-official retweet with comment
> rspec ./spec/command/retweet_spec.rb:53 # Atig::Command::Retweet should post 
> un-official retweet with comment by screen name
> rspec ./spec/command/retweet_spec.rb:59 # Atig::Command::Retweet should post 
> un-official retweet with long comment
> rspec ./spec/command/user_spec.rb:15 # Atig::Command::User should
> rspec ./spec/command/user_spec.rb:32 # Atig::Command::User should get 
> specified statuses
> rspec ./spec/command/version_spec.rb:48 # Atig::Command::Version should show 
> the source via API
> 
> /usr/bin/ruby3.1 
> -I/usr/share/rubygems-integration/all/gems/rspec-support-3.12.0/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib
>  /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/exe/rspec 
> --pattern spec/\*\*/\*_spec.rb failed
> ERROR: Test "ruby3.1" failed: 

The full build log is attached.

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: atig.log.gz
Description: application/gzip

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: atig
Source-Version: 0.6.1-8
Done: HIGUCHI Daisuke (VDR dai) <d...@debian.org>

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

Debian distribution maintenance software
pp.
HIGUCHI Daisuke (VDR dai) <d...@debian.org> (supplier of updated atig 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: SHA256

Format: 1.8
Date: Sun, 01 Jan 2023 23:07:53 +0900
Source: atig
Architecture: source
Version: 0.6.1-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: HIGUCHI Daisuke (VDR dai) <d...@debian.org>
Closes: 1027066
Changes:
 atig (0.6.1-8) unstable; urgency=medium
 .
   * Team upload.
 .
   [ HIGUCHI Daisuke (VDR dai) ]
   * Fix FTBFS with ruby-rspec-3.12 (Closes: #1027066).
   * d/control: update Homepage.
   * d/control: Drop XS-Ruby-Version and XB-Ruby-Version.
   * Bump Standards-Version to 4.6.1.
Checksums-Sha1:
 ca362d44a59d2a7b2709c49575fe4af67745f3b3 1961 atig_0.6.1-8.dsc
 04ae010ce47a3ccdca21246fef545be8c09487b4 11960 atig_0.6.1-8.debian.tar.xz
Checksums-Sha256:
 17a53509ec6802b6771f80aa1026877f38497c9f7bea2d0cf1a9c58ef69fe97a 1961 
atig_0.6.1-8.dsc
 cea597728598c639da82eeb043426c27282bb84d43f967be23b2e04af9e1bacb 11960 
atig_0.6.1-8.debian.tar.xz
Files:
 f40b2b918f1f0a111ab28c9a7ac64f01 1961 ruby optional atig_0.6.1-8.dsc
 fe65592dc134ab6a195672226284f484 11960 ruby optional atig_0.6.1-8.debian.tar.xz

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

iQIzBAEBCAAdFiEECynYjkLmt2W42OpQeDlhndQ5Zo4FAmOxlysACgkQeDlhndQ5
Zo5L1xAAkbS9yS9rDKrk5R0LgA2zaTR7eGLhpffO3eSnS90YNLLrbSgwPgSJ21wM
AZn1gd2gQvl2w1QZ/MHiZmcoUR1G3OtXqvQS9unKnwY4jtCYFjzBadiX4YnAAjos
fiTdlxZ8JuJmFJ3aOV/teoBbp2Vwas9kznMcVYWGgZc+ZHOS6QMpnWJghtSSca18
CZ3Di458GMpbny9YE7xksaxQ2NuZSn3h8LOdgRMxNCPIQQGKGZFuBP3qSOHq/EU9
4KuKtB1CDxgi9C0+Hws6iGoxeM65Xq9SIeMyTiRumMXob9PF7IdJd3JgZRO0ZrjG
JExi5W0Ikt4ll5/7ClXpJwv5aPqHJQwYCtB7zmU1wI7XJBACdB2C7pkQ/rwzdNHm
7jA9ljSU7hMEuMznjLn/ZMFjXbEECykmTR4haFwwa5VHSjhKQ/w1qwJ2cKh9B3ZB
YP9NfwSnoz2jscW3fkd2AoCT+WSva/NnnLqNoTVBjX2P586RYLEHQLUZ6eqlOvrK
5HFZCSGf9wHU/L7fTW9uVGSaGrmx/B8Qgq/sviDTRVUrAvwgKqMzuph27R59yfAE
Ctfvw/gxglRu+CtkBwRicbI/Npo7OQmGRk8pjWRJ6ZBR1EBa4yqTvxd4/b3TrQpF
zvzDzyPDWSaCVlEgKD0FLIgxkrXRAWYZhZbE11yMxiy66rBqWBU=
=ex6s
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to