Your message dated Mon, 13 Jun 2022 12:49:26 +0000
with message-id <e1o0jvw-000bxk...@fasolo.debian.org>
and subject line Bug#996235: fixed in ruby-gitlab-fog-azure-rm 1.2.0-2
has caused the Debian Bug report #996235,
regarding ruby-gitlab-fog-azure-rm: FTBFS with ruby3.0: ERROR: Test "ruby3.0" 
failed: ArgumentError: tried to create Proc object without a block
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.)


-- 
996235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-gitlab-fog-azure-rm
Version: 1.1.1-2
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-gitlab-fog-azure-rm 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: tried to create Proc object without a block
>     /<<PKGBUILDDIR>>/lib/fog/azurerm/requests/storage/get_blob.rb:125:in `new'
>     /<<PKGBUILDDIR>>/lib/fog/azurerm/requests/storage/get_blob.rb:125:in 
> `get_blob'
>     /<<PKGBUILDDIR>>/test/requests/storage/test_get_blob.rb:136:in 
> `test_get_blob_with_block_given_mock'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:98:in `block (3 levels) in run'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:195:in `capture_exceptions'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:95:in `block (2 levels) in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:270:in `time_it'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:94:in `block in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:365:in `on_signal'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:211:in `with_info_handler'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:93:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:1029:in `run_one_method'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:339:in `run_one_method'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:326:in `block (2 levels) in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:325:in `each'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:325:in `block in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:365:in `on_signal'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:352:in `with_info_handler'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:324:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `block in __run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `map'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `__run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:141:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:68:in `block in autorun'
> 
> 209 runs, 328 assertions, 0 failures, 4 errors, 0 skips
> rake aborted!
> Command failed with status (1): [ruby -w -I"test" 
> /usr/lib/ruby/gems/3.0.0/gems/rake-13.0.3/lib/rake/rake_test_loader.rb 
> "test/models/storage/test_directories.rb" 
> "test/models/storage/test_directory.rb" "test/models/storage/test_file.rb" 
> "test/models/storage/test_files.rb" 
> "test/requests/storage/test_acquire_blob_lease.rb" 
> "test/requests/storage/test_acquire_container_lease.rb" 
> "test/requests/storage/test_check_container_exists.rb" 
> "test/requests/storage/test_commit_blob_blocks.rb" 
> "test/requests/storage/test_compare_container_blobs.rb" 
> "test/requests/storage/test_copy_blob.rb" 
> "test/requests/storage/test_copy_blob_from_uri.rb" 
> "test/requests/storage/test_create_block_blob.rb" 
> "test/requests/storage/test_create_container.rb" 
> "test/requests/storage/test_create_page_blob.rb" 
> "test/requests/storage/test_delete_blob.rb" 
> "test/requests/storage/test_delete_blob_https_url.rb" 
> "test/requests/storage/test_delete_container.rb" 
> "test/requests/storage/test_get_blob.rb" 
> "test/requests/storage/test_get_blob_http_url.rb" 
> "test/requests/storage/test_get_blob_https_url.rb" 
> "test/requests/storage/test_get_blob_properties.rb" 
> "test/requests/storage/test_get_blob_url.rb" 
> "test/requests/storage/test_get_container_acl.rb" 
> "test/requests/storage/test_get_container_properties.rb" 
> "test/requests/storage/test_get_container_url.rb" 
> "test/requests/storage/test_list_blobs.rb" 
> "test/requests/storage/test_list_containers.rb" 
> "test/requests/storage/test_put_blob_block.rb" 
> "test/requests/storage/test_put_blob_https_url.rb" 
> "test/requests/storage/test_put_blob_metadata.rb" 
> "test/requests/storage/test_put_blob_pages.rb" 
> "test/requests/storage/test_put_blob_properties.rb" 
> "test/requests/storage/test_put_container_acl.rb" 
> "test/requests/storage/test_put_container_metadata.rb" 
> "test/requests/storage/test_release_blob_lease.rb" 
> "test/requests/storage/test_release_container_lease.rb" 
> "test/requests/storage/test_save_page_blob.rb" 
> "test/requests/storage/test_wait_blob_copy_operation_to_finish.rb" 
> "test/test_credentials.rb" "test/test_helper.rb" -v]
> 
> Tasks: TOP => default
> (See full trace by running task with --trace)
> ERROR: Test "ruby3.0" failed: 


The full build log is available at
https://people.debian.org/~kanashiro/ruby3.0/round2/builds/3/ruby-gitlab-fog-azure-rm/ruby-gitlab-fog-azure-rm_1.1.1-2+rebuild1633381151_amd64.build.txt

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: ruby-gitlab-fog-azure-rm
Source-Version: 1.2.0-2
Done: Simon Chopin <scho...@ubuntu.com>

We believe that the bug you reported is fixed in the latest version of
ruby-gitlab-fog-azure-rm, 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.
Simon Chopin <scho...@ubuntu.com> (supplier of updated ruby-gitlab-fog-azure-rm 
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: Thu, 02 Jun 2022 11:53:51 +0200
Source: ruby-gitlab-fog-azure-rm
Architecture: source
Version: 1.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Simon Chopin <scho...@ubuntu.com>
Closes: 996235
Changes:
 ruby-gitlab-fog-azure-rm (1.2.0-2) unstable; urgency=medium
 .
   * Team upload.
   * d/p/get_blob-explicitly-call-the-block-arguments.patch:
     New patch to fix Ruby 3.0 compatibility (Closes: #996235, LP: #1976610)
Checksums-Sha1:
 ec9f6b1d195ef3ad357b54b7b91498b526a367d9 2351 
ruby-gitlab-fog-azure-rm_1.2.0-2.dsc
 590ef84cbaeb8cfb5d4869687da8817be3e82f23 4096 
ruby-gitlab-fog-azure-rm_1.2.0-2.debian.tar.xz
Checksums-Sha256:
 cfdae59685827aa22818cc62373f0d357d49194321555f34384bd83628065e55 2351 
ruby-gitlab-fog-azure-rm_1.2.0-2.dsc
 f76fdc489ec23dec7cd0921c4e3a9ce8e6a1ef02a0a9333e92e7502a17f1d0c6 4096 
ruby-gitlab-fog-azure-rm_1.2.0-2.debian.tar.xz
Files:
 db255b8b82e56b095777052c287b644b 2351 ruby optional 
ruby-gitlab-fog-azure-rm_1.2.0-2.dsc
 bd5903e9acc895a050dbf670ff53e271 4096 ruby optional 
ruby-gitlab-fog-azure-rm_1.2.0-2.debian.tar.xz

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

iQJJBAEBCAAzFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAmKnLhsVHGthbmFzaGly
b0BkZWJpYW4ub3JnAAoJEPgjonKYg8l8q80P/iVN3KdAA2/95ki0p6d/OHwjDOgs
nsP1I8T19kADn8ztpLGGW/bxyxUwwY1T1Gm7hcr6BlDkUMj+lFqEgs8FGxhxzFwy
zuAfo9jt9m2icnn1J6ZzS05+2x6nXYgSABT8AZeJ/w6XGaQyv+ctV2hTxeq+kgye
vHumMqHuteZmyxf0109aeS94lFbHzY5UbRpPD+t8VIGpwTUCZp/65tlacEUxepfI
RvsSs9OiMlcRzH6LVt38MQFe/7LxTCA8FeyzyZFyO4oT1mby0PCz/9EwqzuP9DTQ
DW7A+QvE1LjRZEzVrDBCgw/so6N0sZl8yAtqoG+cc0/9eLV9li4TFAa7hU/qiESv
/t2dVS3di6jo40Dzj0mbXtKRX0K+0EE9e9Ale8v9XzIZfeWJU5gtbxYTBy91Gkku
XD9T8QcUYHOMymrBLV+MjehNHmTqCZg9rRYmmiE0PyjZYDKCUsL3TfBWXLjB9O2I
rWCezAguYVA/awm90U+nDcQzak9WOBMkxtO8S/04+rkuKAtIculoitEqWa94LaMF
aDnDi1cocF4/j8/Pbyn3Wm5lmmvH1drB4LkDIUKxx63sODehgL9+hZ2lV3BtvqVY
2RoDx6bMhMbsAinq7MuAebBlDQU0s5PON+yx4WLgfN+gAH8k6T9AiJVEdxgA/OM1
gb40hhrLzCO2uKoU
=4F5p
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to