Your message dated Thu, 02 Jun 2022 19:49:46 +0000
with message-id <e1nwqpg-000eli...@fasolo.debian.org>
and subject line Bug#1008361: fixed in rubygems 3.3.15-1
has caused the Debian Bug report #1008361,
regarding rubygems: FTBFS: ERROR: Test "ruby3.0" 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.)


-- 
1008361: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008361
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rubygems
Version: 3.3.5-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220326 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> /usr/bin/ruby3.0 /usr/bin/gem2deb-test-runner
> 
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Checking Rubygems dependency resolution on ruby3.0                          
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-bundler/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/ruby-rubygems/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.0.0:/var/lib/gems/3.0.0:/usr/local/lib/ruby/gems/3.0.0:/usr/lib/ruby/gems/3.0.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.0.0:/usr/share/rubygems-integration/3.0.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.0.0
>  ruby3.0 -e gem\ \"rubygems-update\"
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-bundler/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/ruby-rubygems/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.0.0:/var/lib/gems/3.0.0:/usr/local/lib/ruby/gems/3.0.0:/usr/lib/ruby/gems/3.0.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.0.0:/usr/share/rubygems-integration/3.0.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.0.0
>  ruby3.0 -e gem\ \"bundler\"
> 
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Run tests for ruby3.0 from debian/ruby-tests.rake                           
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> RUBYLIB=. 
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-bundler/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/ruby-rubygems/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.0.0:/var/lib/gems/3.0.0:/usr/local/lib/ruby/gems/3.0.0:/usr/lib/ruby/gems/3.0.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.0.0:/usr/share/rubygems-integration/3.0.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.0.0
>  ruby3.0 -S rake -f debian/ruby-tests.rake
> mv bundler/spec/realworld/fixtures/warbler/Gemfile.lock 
> bundler/spec/realworld/fixtures/warbler/.gem2deb.Gemfile.lock
> Loaded suite 
> /usr/share/rubygems-integration/all/gems/rake-13.0.6/lib/rake/rake_test_loader
> Started
> ...............................................................................
> ...............................................................................
> .........................................P
> ===============================================================================
> Pending: test_extract_symlink_parent_doesnt_delete_user_dir(TestGemPackage): 
> TMPDIR seems too long to add it as symlink into tar
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_package.rb:605:in 
> `test_extract_symlink_parent_doesnt_delete_user_dir'
>      602:     destination_user_subdir = File.join destination_user_dir, 'dir'
>      603:     FileUtils.mkdir_p destination_user_subdir
>      604: 
>   => 605:     pend "TMPDIR seems too long to add it as symlink into tar" if 
> destination_user_dir.size > 90
>      606: 
>      607:     tgz_io = util_tar_gz do |tar|
>      608:       tar.add_symlink 'link', destination_user_dir, 16877
> ===============================================================================
> ...............................................................................
> ...............................................................................
> ...............................................................................
> ...............................................................................
> ...............................................................................
> ...............................................................................
> ...............................................................................
> ...............................................................................
> ...............................................................................
> .................F
> ===============================================================================
> Failure: test_equals_tilde(TestGemDependency):
>   <REGEXP> in assert_not_match(<REGEXP>, ...) should be a Regexp.
>   <Gem::Dependency.new("a", Gem::Requirement.new([">= 0"]), :runtime)> was 
> expected to be instance_of?
>   <Regexp> but was
>   <Gem::Dependency>.
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_dependency.rb:90:in 
> `test_equals_tilde'
>      87:     assert_match d,                  d,             "match self"
>      88:     assert_match dep("a", ">= 0"),   d,             "match version 
> exact"
>      89:     assert_match dep("a", ">= 0"),   dep("a", "1"), "match version"
>   => 90:     refute_match dep("a"), Object.new
>      91: 
>      92:     Gem::Deprecate.skip_during do
>      93:       assert_match dep(/a/, ">= 0"),   d,             "match simple 
> regexp"
> ===============================================================================
> F
> ===============================================================================
> Failure: test_equals_tilde_escape(TestGemDependency):
>   <REGEXP> in assert_not_match(<REGEXP>, ...) should be a Regexp.
>   <Gem::Dependency.new("a|b", Gem::Requirement.new([">= 0"]), :runtime)> was 
> expected to be instance_of?
>   <Regexp> but was
>   <Gem::Dependency>.
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_dependency.rb:100:in 
> `test_equals_tilde_escape'
>       97:   end
>       98: 
>       99:   def test_equals_tilde_escape
>   => 100:     refute_match dep("a|b"), dep("a", "1")
>      101:     Gem::Deprecate.skip_during do
>      102:       assert_match dep(/a|b/), dep("a", "1")
>      103:     end
> ===============================================================================
> .F
> ===============================================================================
> Failure: test_equals_tilde_spec(TestGemDependency):
>   <REGEXP> in assert_not_match(<REGEXP>, ...) should be a Regexp.
>   <Gem::Dependency.new(/a/, Gem::Requirement.new([">= 0"]), :runtime)> was 
> expected to be instance_of?
>   <Regexp> but was
>   <Gem::Dependency>.
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_dependency.rb:120:in `block in 
> test_equals_tilde_spec'
>      117:     Gem::Deprecate.skip_during do
>      118:       assert_match dep(/a/, ">= 0"),   spec("a", "0")
>      119:       assert_match dep(/a|b/, ">= 0"), spec("b", "0")
>   => 120:       refute_match dep(/a/, ">= 0"),   spec("b", "0")
>      121:     end
>      122:   end
>      123: 
> /<<PKGBUILDDIR>>/lib/rubygems/deprecate.rb:86:in `skip_during'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_dependency.rb:117:in 
> `test_equals_tilde_spec'
> ===============================================================================
> ...............................................................................
> .....................................P
> ===============================================================================
> Pending: test_self_build(TestGemExtCmakeBuilder): cmake not present
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_ext_cmake_builder.rb:16:in `rescue in 
> setup'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_ext_cmake_builder.rb:12:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_self_build_fail(TestGemExtCmakeBuilder): cmake not present
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_ext_cmake_builder.rb:16:in `rescue in 
> setup'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_ext_cmake_builder.rb:12:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_self_build_has_makefile(TestGemExtCmakeBuilder): cmake not 
> present
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_ext_cmake_builder.rb:16:in `rescue in 
> setup'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_ext_cmake_builder.rb:12:in `setup'
> ===============================================================================
> ...............................................................................
> ...F
> ===============================================================================
> Failure: test_equals_tilde(TestGemPlatform):
>   <REGEXP> in assert_not_match(<REGEXP>, ...) should be a Regexp.
>   <#<Gem::Platform:0x000055c6380e8888 @cpu="x86", @os="mswin32", 
> @version="60">> was expected to be instance_of?
>   <Regexp> but was
>   <Gem::Platform>.
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_platform.rb:373:in 
> `refute_local_match'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_platform.rb:307:in `test_equals_tilde'
>      304:     # oddballs
>      305:     assert_local_match 'i386-mswin32-mq5.3'
>      306:     assert_local_match 'i386-mswin32-mq6'
>   => 307:     refute_local_match 'win32-1.8.2-VC7'
>      308:     refute_local_match 'win32-1.8.4-VC6'
>      309:     refute_local_match 'win32-source'
>      310:     refute_local_match 'windows'
> ===============================================================================
> ...............................................................................
> ............................................................................P
> ===============================================================================
> Pending: test_resolve_git(TestGemRequestSet): cannot find git executable, use 
> GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_request_set.rb:394:in 
> `test_resolve_git'
>      391:   end
>      392: 
>      393:   def test_resolve_git
>   => 394:     name, _, repository, = git_gem
>      395: 
>      396:     rs = Gem::RequestSet.new
>      397: 
> ===============================================================================
> ...............................................................................
> ...P
> ===============================================================================
> Pending: test_to_s_git(TestGemRequestSetLockfile): cannot find git 
> executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_request_set_lockfile.rb:375:in 
> `test_to_s_git'
>      372:   end
>      373: 
>      374:   def test_to_s_git
>   => 375:     _, _, repository, = git_gem
>      376: 
>      377:     head = nil
>      378: 
> ===============================================================================
> ...............................................................................
> ...............................................................................
> ...................P
> ===============================================================================
> Pending: test_add_git_gem(TestGemResolverGitSet): cannot find git executable, 
> use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_set.rb:14:in 
> `test_add_git_gem'
>      11:   end
>      12: 
>      13:   def test_add_git_gem
>   => 14:     name, version, repository, = git_gem
>      15: 
>      16:     @set.add_git_gem name, repository, 'master', false
>      17: 
> ===============================================================================
> P
> ===============================================================================
> Pending: test_add_git_gem_submodules(TestGemResolverGitSet): cannot find git 
> executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_set.rb:28:in 
> `test_add_git_gem_submodules'
>      25:   end
>      26: 
>      27:   def test_add_git_gem_submodules
>   => 28:     name, _, repository, = git_gem
>      29: 
>      30:     @set.add_git_gem name, repository, 'master', true
>      31: 
> ===============================================================================
> P
> ===============================================================================
> Pending: test_add_git_spec(TestGemResolverGitSet): cannot find git 
> executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_set.rb:40:in 
> `test_add_git_spec'
>      37:   end
>      38: 
>      39:   def test_add_git_spec
>   => 40:     name, version, repository, revision = git_gem
>      41: 
>      42:     @set.add_git_spec name, version, repository, revision, true
>      43: 
> ===============================================================================
> P
> ===============================================================================
> Pending: test_find_all(TestGemResolverGitSet): cannot find git executable, 
> use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_set.rb:58:in 
> `test_find_all'
>      55:   end
>      56: 
>      57:   def test_find_all
>   => 58:     name, _, repository, = git_gem
>      59: 
>      60:     @set.add_git_gem name, repository, 'master', false
>      61: 
> ===============================================================================
> P
> ===============================================================================
> Pending: test_find_all_local(TestGemResolverGitSet): cannot find git 
> executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_set.rb:74:in 
> `test_find_all_local'
>      71:   end
>      72: 
>      73:   def test_find_all_local
>   => 74:     name, _, repository, = git_gem
>      75: 
>      76:     @set.add_git_gem name, repository, 'master', false
>      77:     @set.remote = false
> ===============================================================================
> P
> ===============================================================================
> Pending: test_find_all_prerelease(TestGemResolverGitSet): cannot find git 
> executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_set.rb:89:in 
> `test_find_all_prerelease'
>      86:   end
>      87: 
>      88:   def test_find_all_prerelease
>   => 89:     name, _, repository, = git_gem 'a', '1.a'
>      90: 
>      91:     @set.add_git_gem name, repository, 'master', false
>      92: 
> ===============================================================================
> P
> ===============================================================================
> Pending: test_prefetch(TestGemResolverGitSet): cannot find git executable, 
> use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_set.rb:123:in 
> `test_prefetch'
>      120:   end
>      121: 
>      122:   def test_prefetch
>   => 123:     name, _, repository, = git_gem
>      124: 
>      125:     @set.add_git_gem name, repository, 'master', false
>      126: 
> ===============================================================================
> P
> ===============================================================================
> Pending: test_prefetch_cache(TestGemResolverGitSet): cannot find git 
> executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_set.rb:137:in 
> `test_prefetch_cache'
>      134:   end
>      135: 
>      136:   def test_prefetch_cache
>   => 137:     name, _, repository, = git_gem
>      138: 
>      139:     @set.add_git_gem name, repository, 'master', false
>      140: 
> ===============================================================================
> P
> ===============================================================================
> Pending: test_prefetch_filter(TestGemResolverGitSet): cannot find git 
> executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_set.rb:155:in 
> `test_prefetch_filter'
>      152:   end
>      153: 
>      154:   def test_prefetch_filter
>   => 155:     name, _, repository, = git_gem
>      156: 
>      157:     @set.add_git_gem name, repository, 'master', false
>      158: 
> ===============================================================================
> P
> ===============================================================================
> Pending: test_prefetch_root_dir(TestGemResolverGitSet): cannot find git 
> executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_set.rb:169:in 
> `test_prefetch_root_dir'
>      166:   end
>      167: 
>      168:   def test_prefetch_root_dir
>   => 169:     name, _, repository, = git_gem
>      170: 
>      171:     @set.add_git_gem name, repository, 'master', false
>      172: 
> ===============================================================================
> .P
> ===============================================================================
> Pending: test_add_dependency(TestGemResolverGitSpecification): cannot find 
> git executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_specification.rb:37:in 
> `test_add_dependency'
>      34:   end
>      35: 
>      36:   def test_add_dependency
>   => 37:     git_gem 'a', 1
>      38: 
>      39:     git_spec = Gem::Resolver::GitSpecification.new @set, @spec
>      40: 
> ===============================================================================
> .P
> ===============================================================================
> Pending: test_install(TestGemResolverGitSpecification): cannot find git 
> executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_specification.rb:49:in 
> `test_install'
>      46:   end
>      47: 
>      48:   def test_install
>   => 49:     git_gem 'a', 1
>      50: 
>      51:     git_spec = Gem::Resolver::GitSpecification.new @set, @spec
>      52: 
> ===============================================================================
> P
> ===============================================================================
> Pending: test_install_extension(TestGemResolverGitSpecification): cannot find 
> git executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_specification.rb:67:in 
> `test_install_extension'
>      64:   def test_install_extension
>      65:     pend if Gem.java_platform?
>      66:     pend if /mswin/ =~ RUBY_PLATFORM && ENV.key?('GITHUB_ACTIONS') # 
> not working from the beginning
>   => 67:     name, _, repository, = git_gem 'a', 1 do |s|
>      68:       s.extensions << 'ext/extconf.rb'
>      69:     end
>      70: 
> ===============================================================================
> P
> ===============================================================================
> Pending: test_install_installed(TestGemResolverGitSpecification): cannot find 
> git executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_resolver_git_specification.rb:99:in 
> `test_install_installed'
>       96:   end
>       97: 
>       98:   def test_install_installed
>   =>  99:     git_gem 'a', 1
>      100: 
>      101:     git_spec = Gem::Resolver::GitSpecification.new @set, @spec
>      102: 
> ===============================================================================
> ...............................................................................
> ...............................................................................
> ....................F
> ===============================================================================
> Failure: test_password_redacted(TestGemSourceFetchProblem):
>   <REGEXP> in assert_not_match(<REGEXP>, ...) should be a Regexp.
>   <"Unable to download data from https://username:redac...@gemsource.com - 
> test"> was expected to be instance_of?
>   <Regexp> but was
>   <String>.
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_fetch_problem.rb:24:in 
> `test_password_redacted'
>      21: 
>      22:     sf = Gem::SourceFetchProblem.new source, error
>      23: 
>   => 24:     refute_match sf.wordy, 'secret'
>      25:   end
>      26: 
>      27:   def test_source_password_no_redacted
> ===============================================================================
> .P
> ===============================================================================
> Pending: test_base_dir(TestGemSourceGit): cannot find git executable, use GIT 
> environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_cache(TestGemSourceGit): cannot find git executable, use GIT 
> environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_cache_local(TestGemSourceGit): cannot find git executable, use 
> GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_checkout(TestGemSourceGit): cannot find git executable, use GIT 
> environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_checkout_local(TestGemSourceGit): cannot find git executable, 
> use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_checkout_local_cached(TestGemSourceGit): cannot find git 
> executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_checkout_master(TestGemSourceGit): cannot find git executable, 
> use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_checkout_submodules(TestGemSourceGit): cannot find git 
> executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_dir_shortref(TestGemSourceGit): cannot find git executable, use 
> GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_download(TestGemSourceGit): cannot find git executable, use GIT 
> environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_equals2(TestGemSourceGit): cannot find git executable, use GIT 
> environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_install_dir(TestGemSourceGit): cannot find git executable, use 
> GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_install_dir_local(TestGemSourceGit): cannot find git 
> executable, use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_repo_cache_dir(TestGemSourceGit): cannot find git executable, 
> use GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_rev_parse(TestGemSourceGit): cannot find git executable, use 
> GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_root_dir(TestGemSourceGit): cannot find git executable, use GIT 
> environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_spaceship(TestGemSourceGit): cannot find git executable, use 
> GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_specs(TestGemSourceGit): cannot find git executable, use GIT 
> environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_specs_local(TestGemSourceGit): cannot find git executable, use 
> GIT environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_uri(TestGemSourceGit): cannot find git executable, use GIT 
> environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> P
> ===============================================================================
> Pending: test_uri_hash(TestGemSourceGit): cannot find git executable, use GIT 
> environment variable to set
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:592:in `have_git?'
> /<<PKGBUILDDIR>>/test/rubygems/helper.rb:552:in `git_gem'
> /<<PKGBUILDDIR>>/test/rubygems/test_gem_source_git.rb:9:in `setup'
> ===============================================================================
> ...............................................................................
> ...............................................................................
> ...............................................................................
> ...............................................................................
> ...............................................................................
> ...........................................
> Finished in 40.300417578 seconds.
> -------------------------------------------------------------------------------
> 2205 tests, 5865 assertions, 5 failures, 0 errors, 41 pendings, 0 omissions, 
> 0 notifications
> 97.9138% passed
> -------------------------------------------------------------------------------
> 54.71 tests/s, 145.53 assertions/s
> rake aborted!
> Command failed with status (1)
> /usr/share/rubygems-integration/all/gems/rake-13.0.6/exe/rake:27:in `<top 
> (required)>'
> Tasks: TOP => default => test
> (See full trace by running task with --trace)
> mv bundler/spec/realworld/fixtures/warbler/.gem2deb.Gemfile.lock 
> bundler/spec/realworld/fixtures/warbler/Gemfile.lock
> ERROR: Test "ruby3.0" failed.


The full build log is available from:
http://qa-logs.debian.net/2022/03/26/rubygems_3.3.5-2_unstable.log

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 marking 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: rubygems
Source-Version: 3.3.15-1
Done: Lucas Kanashiro <kanash...@debian.org>

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

Debian distribution maintenance software
pp.
Lucas Kanashiro <kanash...@debian.org> (supplier of updated rubygems 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 16:23:32 -0300
Source: rubygems
Architecture: source
Version: 3.3.15-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Lucas Kanashiro <kanash...@debian.org>
Closes: 1008361
Changes:
 rubygems (3.3.15-1) unstable; urgency=medium
 .
   * New upstream release.
   * Add ruby-test-unit (>= 3.3.9~) as b-d (Closes: 1008361) (LP: #1976264)
   * d/ruby-tests.skip: add more tests trying to execute commands on the system
   * Declare compliance with Debian Policy 4.6.1
Checksums-Sha1:
 3d6e4cc391a13050cd687f520d72af1a26d14cdf 2279 rubygems_3.3.15-1.dsc
 9d12957c320a8aa150df4d0e2ddf21cadd1be660 12943776 rubygems_3.3.15.orig.tar.gz
 6317f49912e542886e3cb3ddec05350d473be94b 8568 rubygems_3.3.15-1.debian.tar.xz
Checksums-Sha256:
 ecd61498ecfef4c36c110f57f4d395afeaf42be35928a8072cd8735cb1f9b3cd 2279 
rubygems_3.3.15-1.dsc
 8bd1cf20cab30da77a123e26a438fa8b22d0bf152db5aff9c9d9ccdab40102c4 12943776 
rubygems_3.3.15.orig.tar.gz
 b342b4121e0c172e34130e4965b0081670ea02386ccfd3d1fedb902c623ddbbf 8568 
rubygems_3.3.15-1.debian.tar.xz
Files:
 80d452f0425fa26344376f065f7faa99 2279 ruby optional rubygems_3.3.15-1.dsc
 ebcadcfcf0fcdc8c90a9609fb8aa9865 12943776 ruby optional 
rubygems_3.3.15.orig.tar.gz
 60b7cbc43e206628f23fcb899afd6524 8568 ruby optional 
rubygems_3.3.15-1.debian.tar.xz

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

iQJJBAEBCAAzFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAmKZD/sVHGthbmFzaGly
b0BkZWJpYW4ub3JnAAoJEPgjonKYg8l8tUkP/3E9NziMRsSsRXsXi/NYkcwc7A5R
GmMUE2xw29NWtNDywLOMU5g/50ylvuXLqsxC9YQY+NLQJQ7bS/W3UW+WevPLIfXy
du7fn7RbzP9qA2WLrJsLSt1IT7mHJFlLOSUZWUAwbuyJ0YQRyCiQNcSynR2zA/KL
ZgjMaouy7Lm3bo6aPFL3NtPVt4ny9c77vuJ3fqFfvjcMEJj6i5MuDMn1DNwLrWTK
2KfiSseIRBjg6quKPiJ8ir5rEDLS5YwchuJwK04tsi1RmTn4ACRuS0KHs/mmr98O
JYqaZQAx7YsZtI770KpP+5YwxgIAKpHNjYLtu1LT5NRuMEQl1Ke723cdhcy2HHO2
km8VXtElX44/sHvP33hp6szDyK3xaWhHCkaIuz/xnnfryKLLdlxvH6dpBIrgyNCY
Y8OwpTaIqaYTTUO6qQnivNamLg1nDc/k5IqnIF1a/reaR52qwMlEHD4Uggkg2h3r
r4NrxwgSdXjNGV5TYo7ggfYoGup8W7PmwDlPF7S5UsmW22YkfuOh79nDYwsDZRRR
9Py4avogR2EaXU+oOoTuz962y9YcVNtJLo2tAI8HPsg7cJpnVIDDT5x8qGKTQIZD
Yls3b1gYkIZdokQ69A3c7+Ba+cuopLp+aCpjw8tB7QCYB7nqRLzxHjvevTT8sWxn
s8de94CglnBqj5cr
=8G5A
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to