Your message dated Fri, 27 Dec 2024 18:04:37 +0000
with message-id <[email protected]>
and subject line Bug#1048040: fixed in ruby-bunny 2.23.0-1
has caused the Debian Bug report #1048040,
regarding ruby-bunny: Fails to build source after successful build
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.)


-- 
1048040: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1048040
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-bunny
Version: 2.19.0-2
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> ----------------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package ruby-bunny
> dpkg-buildpackage: info: source version 2.19.0-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by HIGUCHI Daisuke (VDR dai) 
> <[email protected]>
>  dpkg-source --before-build .
>  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
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building ruby-bunny using existing 
> ./ruby-bunny_2.19.0.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: local changes detected, the modified files are:
>  ruby-bunny-2.19.0/spec/config/enabled_plugins
>  ruby-bunny-2.19.0/spec/config/rabbitmq.conf
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/basic_ack_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/basic_cancel_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/basic_consume_spec.rb
>  
> ruby-bunny-2.19.0/spec/higher_level_api/integration/basic_consume_with_objects_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/basic_get_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/basic_nack_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/basic_publish_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/basic_qos_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/basic_reject_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/basic_return_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/channel_close_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/channel_open_spec.rb
>  
> ruby-bunny-2.19.0/spec/higher_level_api/integration/connection_recovery_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/connection_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/connection_stop_spec.rb
>  
> ruby-bunny-2.19.0/spec/higher_level_api/integration/consumer_cancellation_notification_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/dead_lettering_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/exchange_bind_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/exchange_declare_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/exchange_delete_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/exchange_unbind_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/exclusive_queue_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/heartbeat_spec.rb
>  
> ruby-bunny-2.19.0/spec/higher_level_api/integration/message_properties_access_spec.rb
>  
> ruby-bunny-2.19.0/spec/higher_level_api/integration/predeclared_exchanges_spec.rb
>  
> ruby-bunny-2.19.0/spec/higher_level_api/integration/publisher_confirms_spec.rb
>  
> ruby-bunny-2.19.0/spec/higher_level_api/integration/publishing_edge_cases_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/queue_bind_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/queue_declare_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/queue_delete_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/queue_purge_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/queue_unbind_spec.rb
>  
> ruby-bunny-2.19.0/spec/higher_level_api/integration/read_only_consumer_spec.rb
>  
> ruby-bunny-2.19.0/spec/higher_level_api/integration/sender_selected_distribution_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/tls_connection_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/toxiproxy_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/tx_commit_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/tx_rollback_spec.rb
>  ruby-bunny-2.19.0/spec/higher_level_api/integration/with_channel_spec.rb
>  ruby-bunny-2.19.0/spec/issues/issue100_spec.rb
>  ruby-bunny-2.19.0/spec/issues/issue141_spec.rb
>  ruby-bunny-2.19.0/spec/issues/issue202_spec.rb
>  ruby-bunny-2.19.0/spec/issues/issue224_spec.rb
>  ruby-bunny-2.19.0/spec/issues/issue465_spec.rb
>  ruby-bunny-2.19.0/spec/issues/issue78_spec.rb
>  ruby-bunny-2.19.0/spec/issues/issue83_spec.rb
>  ruby-bunny-2.19.0/spec/issues/issue97_spec.rb
>  ruby-bunny-2.19.0/spec/lower_level_api/integration/basic_cancel_spec.rb
>  ruby-bunny-2.19.0/spec/lower_level_api/integration/basic_consume_spec.rb
>  ruby-bunny-2.19.0/spec/stress/channel_close_stress_spec.rb
>  ruby-bunny-2.19.0/spec/stress/channel_open_stress_spec.rb
>  
> ruby-bunny-2.19.0/spec/stress/channel_open_stress_with_single_threaded_connection_spec.rb
>  ruby-bunny-2.19.0/spec/stress/concurrent_consumers_stress_spec.rb
>  ruby-bunny-2.19.0/spec/stress/concurrent_publishers_stress_spec.rb
>  ruby-bunny-2.19.0/spec/stress/connection_open_close_spec.rb
>  ruby-bunny-2.19.0/spec/stress/merry_go_round_spec.rb
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/ruby-bunny_2.19.0-2.diff.xyPqGN
> dpkg-source: info: Hint: make sure the version in debian/changelog matches 
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/ruby-bunny_2.19.0-2_unstable.log

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-bunny
Source-Version: 2.23.0-1
Done: Antonio Terceiro <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-bunny, 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.
Antonio Terceiro <[email protected]> (supplier of updated ruby-bunny 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: SHA256

Format: 1.8
Date: Thu, 26 Dec 2024 16:24:05 -0300
Source: ruby-bunny
Architecture: source
Version: 2.23.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<[email protected]>
Changed-By: Antonio Terceiro <[email protected]>
Closes: 1048040
Changes:
 ruby-bunny (2.23.0-1) unstable; urgency=medium
 .
   * New upstream version 2.23.0
   * debian/watch: copy main github.com example from the uscan manpage
   * Drop patch 0002-fix-FTBFS-with-ruby-rspec-3.12.patch.
     Already applied upstream
   * Revert "Adjust test infrastructure to use a customized rabbitmq-server."
     (Closes: #1048040)
   * debian/ruby-tests.rake: modify tests in place.
     This redoes the work done in c26efec45 ("Adjust test infrastructure to
     use a customized rabbitmq-server.") in a way that doesn't change the
     source tree.
   * debian/ruby-tests.rake: add another test to the reject list. It fails on
     sbuild/unshare.
Checksums-Sha1:
 e06bdcbcc1250bc0d32bb093842265cdc150c8df 2175 ruby-bunny_2.23.0-1.dsc
 aa6fe0b082b02791cbd9c1eb21c8d973a2815515 265809 ruby-bunny_2.23.0.orig.tar.gz
 32c4cf4f14175356ed70b7d0f0fc998d818fa41c 7132 ruby-bunny_2.23.0-1.debian.tar.xz
 311eee9de8d3ccd95d2938a02f9587d0a89f1972 10481 
ruby-bunny_2.23.0-1_arm64.buildinfo
Checksums-Sha256:
 97668c0f4ae96342bc789760c4ff61671d81e29e8a7a5ba52bec73af2e78d202 2175 
ruby-bunny_2.23.0-1.dsc
 620a89c2c3d3455a048e3d09e4dfd6f444feb972e8a8e89691cbbd3ada79ff81 265809 
ruby-bunny_2.23.0.orig.tar.gz
 de18ccd814933504f220fa0fbc8958fb6af7af5f5cddb49c45a4f71123881d06 7132 
ruby-bunny_2.23.0-1.debian.tar.xz
 27079b51ce84d323740cd39f6303bac4416f5d26b3d5d98d4f53a23d12cd750a 10481 
ruby-bunny_2.23.0-1_arm64.buildinfo
Files:
 7c1f290f906db9a7f4fa038d69765001 2175 ruby optional ruby-bunny_2.23.0-1.dsc
 84b9e3b2e2ba83184c41a3e256d69423 265809 ruby optional 
ruby-bunny_2.23.0.orig.tar.gz
 ae7e9072800f30a650ec874e02193602 7132 ruby optional 
ruby-bunny_2.23.0-1.debian.tar.xz
 4f0011b500a0ce393f042b53c521f555 10481 ruby optional 
ruby-bunny_2.23.0-1_arm64.buildinfo

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

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAmdu6FsACgkQ/A2xu81G
C97Fxw//UGKTCQovFVisN6p5ux5MnSA+5D05kbUUP7BSOKm0JgQkO2qb0BMOYrPE
pImfIqyhRe97DjX5AUJHUZa9S+qqor2U1rymsike2pMD7PQCoeO5xRnj2lpJRjCp
q5r0tmvM32SiQxfBy0+c6/av7B/KbzRsSnDcUdPUmEqw/dwaM0g9gp3qyga8CrwM
Lapfk02VB71OsVzlwwGBAdj/5cO5RywdFb7JFm7ixQVsQBVQLeh6oCLlr3s9zGzq
AGhXMR++1IVYf00oJDO1YQmphKCpph36bVIaAwuPLwS6F3ReIsCxxbuJ3LlOPWhp
aVvil+4O0Kjxynz8W66mFwj1SF1QTcRRTBnquRN22uwx6d5u9KJnQF5DDUwuExlA
qDIQH/QIxGk1HoOircLUkNfF/F53ffkApOw3LqOFsrWEA9eyMzbkkf+F4b9KRtNq
J5t2pNcQlGXX0yrIx9iMgleLHjlpNuSRWqA2ZJWZibp9CSNeGl/p6bJ80j84E627
H378CY7dcwy8+j4HeXQO6Vh52Tl6JxiriStnFtentQED0aTGxS+A0bsyQunWiZE5
+hnjEBriHK+yTQ9I6wrNOi+AdeYCQAUWiPFXGxUqCSzRSb6KZqIVtf8bCQcdt58e
0U1kv29buGaBbm11Uv5ytrH7tE4i9YZTO5mxXaQ7DMUfVIRVc/4=
=4ZWA
-----END PGP SIGNATURE-----

Attachment: pgp7rJEaZilq8.pgp
Description: PGP signature


--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to