Your message dated Wed, 22 Mar 2023 05:48:58 +0000
with message-id <e1perlg-002yjw...@fasolo.debian.org>
and subject line Bug#1031472: fixed in ruby-omniauth-facebook 4.0.0-3
has caused the Debian Bug report #1031472,
regarding ruby-omniauth-facebook: FTBFS: ERROR: Test "ruby3.1" failed.
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.)
--
1031472: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031472
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-omniauth-facebook
Version: 4.0.0-2.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230216 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> /usr/bin/ruby3.1 /usr/bin/gem2deb-test-runner
>
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Checking Rubygems dependency resolution on ruby3.1
> │
> └──────────────────────────────────────────────────────────────────────────────┘
>
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-omniauth-facebook/usr/share/rubygems-integration/all:/var/lib/gems/3.1.0:/usr/local/lib/ruby/gems/3.1.0:/usr/lib/ruby/gems/3.1.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.1.0:/usr/share/rubygems-integration/3.1.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0
> ruby3.1 -e gem\ \"omniauth-facebook\"
>
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Run tests for ruby3.1 from debian/ruby-tests.rb
> │
> └──────────────────────────────────────────────────────────────────────────────┘
>
> RUBYLIB=/<<PKGBUILDDIR>>/debian/ruby-omniauth-facebook/usr/lib/ruby/vendor_ruby:.
>
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-omniauth-facebook/usr/share/rubygems-integration/all:/var/lib/gems/3.1.0:/usr/local/lib/ruby/gems/3.1.0:/usr/lib/ruby/gems/3.1.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.1.0:/usr/share/rubygems-integration/3.1.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0
> ruby3.1 debian/ruby-tests.rb
> mv example/Gemfile.lock example/.gem2deb.Gemfile.lock
> Mocha deprecation warning at
> <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:160:in
> `require': Require 'mocha/test_unit', 'mocha/minitest' or 'mocha/api'
> instead of 'mocha/setup'.
> Run options: --seed 19466
>
> # Running:
>
> EE...........E..................DEPRECATED: Use assert_nil if expecting nil
> from /<<PKGBUILDDIR>>/test/strategy_test.rb:455. This will fail in Minitest 6.
> .....EE.................................E
>
> Finished in 0.091243s, 800.0599 runs/s, 1183.6503 assertions/s.
>
> 1) Error:
> SignedRequestTests::CookiePresentTest#test_parses_the_access_code_out_from_the_cookie:
> NameError: uninitialized constant SignedRequestHelpers::MultiJson
>
> encoded_payload = base64_encode_url(MultiJson.encode(payload))
> ^^^^^^^^^
> Did you mean? MultiXml
> /<<PKGBUILDDIR>>/test/strategy_test.rb:396:in `signed_request'
> /<<PKGBUILDDIR>>/test/strategy_test.rb:435:in `setup'
>
> 2) Error:
> SignedRequestTests::CookiePresentTest#test_throws_an_error_if_the_algorithm_is_unknown:
> NameError: uninitialized constant SignedRequestHelpers::MultiJson
>
> encoded_payload = base64_encode_url(MultiJson.encode(payload))
> ^^^^^^^^^
> Did you mean? MultiXml
> /<<PKGBUILDDIR>>/test/strategy_test.rb:396:in `signed_request'
> /<<PKGBUILDDIR>>/test/strategy_test.rb:435:in `setup'
>
> 3) Error:
> SignedRequestTests::MissingCodeInCookieRequestTest#test_calls_fail!_when_a_code_is_not_included_in_the_cookie:
> NameError: uninitialized constant SignedRequestHelpers::MultiJson
>
> encoded_payload = base64_encode_url(MultiJson.encode(payload))
> ^^^^^^^^^
> Did you mean? MultiXml
> /<<PKGBUILDDIR>>/test/strategy_test.rb:396:in `signed_request'
> /<<PKGBUILDDIR>>/test/strategy_test.rb:481:in `setup'
>
> 4) Error:
> SignedRequestTest#test_signed_request_parse:
> NameError: uninitialized constant SignedRequestTest::MultiJson
>
> @expected_payload = MultiJson.decode(fixture('payload.json'))
> ^^^^^^^^^
> Did you mean? MultiXml
> /<<PKGBUILDDIR>>/test/signed_request_test.rb:8:in `setup'
>
> 5) Error:
> SignedRequestTest#test_signed_request_payload:
> NameError: uninitialized constant SignedRequestTest::MultiJson
>
> @expected_payload = MultiJson.decode(fixture('payload.json'))
> ^^^^^^^^^
> Did you mean? MultiXml
> /<<PKGBUILDDIR>>/test/signed_request_test.rb:8:in `setup'
>
> 6) Error:
> SignedRequestTests::UnknownAlgorithmInCookieRequestTest#test_calls_fail!_when_an_algorithm_is_unknown:
> NameError: uninitialized constant SignedRequestHelpers::MultiJson
>
> encoded_payload = base64_encode_url(MultiJson.encode(payload))
> ^^^^^^^^^
> Did you mean? MultiXml
> /<<PKGBUILDDIR>>/test/strategy_test.rb:396:in `signed_request'
> /<<PKGBUILDDIR>>/test/strategy_test.rb:500:in `setup'
>
> 73 runs, 108 assertions, 0 failures, 6 errors, 0 skips
> mv example/.gem2deb.Gemfile.lock example/Gemfile.lock
> ERROR: Test "ruby3.1" failed.
The full build log is available from:
http://qa-logs.debian.net/2023/02/16/ruby-omniauth-facebook_4.0.0-2.1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230216;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230216&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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 mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: ruby-omniauth-facebook
Source-Version: 4.0.0-3
Done: Pirate Praveen <prav...@debian.org>
We believe that the bug you reported is fixed in the latest version of
ruby-omniauth-facebook, 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 1031...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Pirate Praveen <prav...@debian.org> (supplier of updated ruby-omniauth-facebook
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, 22 Mar 2023 10:55:22 +0530
Source: ruby-omniauth-facebook
Architecture: source
Version: 4.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Closes: 1031472
Changes:
ruby-omniauth-facebook (4.0.0-3) unstable; urgency=medium
.
[ Utkarsh Gupta ]
* Add salsa-ci.yml
.
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
* Use secure URI in debian/watch.
* Bump debhelper from old 9 to 12.
* 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.
* Remove constraints unnecessary since stretch:
+ Build-Depends: Drop versioned constraint on ruby-omniauth-oauth2.
+ ruby-omniauth-facebook: Drop versioned constraint on ruby-omniauth-oauth2
in Depends.
* Update watch file format version to 4.
* Bump debhelper from old 12 to 13.
* Set upstream metadata fields: Repository-Browse.
.
[ Pirate Praveen ]
* Replace MultiJson.decode with JSON.parse in tests (Closes: #1031472)
* Bump Standards-Version to 4.6.2 (no changes needed)
* Use ${ruby:Depends} for ruby dependencies
Checksums-Sha1:
3fc4fa4e2561f119d806f15daccff4a14363948d 2191
ruby-omniauth-facebook_4.0.0-3.dsc
a5491f530379ba97ab52f420cfa0dc6048f16acb 4188
ruby-omniauth-facebook_4.0.0-3.debian.tar.xz
7cd3d30d4be2deef132d0a89323e8cc483ba73b3 9599
ruby-omniauth-facebook_4.0.0-3_amd64.buildinfo
Checksums-Sha256:
2c72e27ee50bdc31160e56c9d788a80ef62d3c2f269cc8a77354a458d0f33c79 2191
ruby-omniauth-facebook_4.0.0-3.dsc
c2ead84c3e0598d581e21b745ea2318113af7416bb464c285d4c0c22e4242381 4188
ruby-omniauth-facebook_4.0.0-3.debian.tar.xz
d390b22737303cab55d5a47eda1510ce2e505581043583986a4fdb3848f69fd2 9599
ruby-omniauth-facebook_4.0.0-3_amd64.buildinfo
Files:
5cb37b244ed193db1aafe1c34412145e 2191 ruby optional
ruby-omniauth-facebook_4.0.0-3.dsc
11c1d670f86b8d1879e1e399a5680ef6 4188 ruby optional
ruby-omniauth-facebook_4.0.0-3.debian.tar.xz
c86fbcf3efca629ae9dc479896676c45 9599 ruby optional
ruby-omniauth-facebook_4.0.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE0whj4mAg5UP0cZqDj1PgGTspS3UFAmQakr8ACgkQj1PgGTsp
S3UWvBAAkFSV8PJ6OZizPX2RR1pD70tHfkduCBg4/lQONH+j1sUgUnlKkTaiByYd
fqwc7v8YJm36YpEw5Tz1NYiyhZKXhnsSFx919769ySI+DbOSMAvI2EP1hDwZIjkB
oadwZVztbcQMz7Qv3bLuedmkrg95kLv7vjBwdqSfJSsXUv+5xBRt1QGOHmDv4EdN
jAzuwMTy4MjeTjguiAHAcSq5H6b0AGnSTU6aAEwmSnptTlZHJ3WVmZdfwMr/8OJR
CRUnWc1yS4zHwFi4WqLn/vRoNvSY+2VkpQRP/XQ8Tcuz/rTc7qpiNG2aBEZ36G7f
PXl7y8j5GpVSf1QdF2WR/u8t2CiyLyDHIc6n0b8upKp4VaNC2ILOdICUUEY4dHgl
+/lJqilRw/9niX6aOQXQ18LDv7OgTZ3dnX6VW4lhmzT5OQgLNJTHpYcJlTT/9an/
qVYC3zHFgtC0LQjUl5nHb9Q3rE1KVw5o/RtyT4JWRa3g0jAOmXILG+IsdvQwtQx8
CYu4TAKAg92vxglnGRIVcLl/JQCeMWDzjbXdgxm04JLHTTpdsBAuxhid+eSGW73o
UBbNA23kls35tW3S5HuxmCItf5mIH2IOuNi0tv84hP3dnp2IXLma3w7rRICtGzGS
kYcx22681YXVRNB7FPkqpXerrwvFoSSFA31dVxDChVt1EndJgUk=
=pGhj
-----END PGP SIGNATURE-----
--- End Message ---