Your message dated Wed, 14 Sep 2022 17:50:27 +0000
with message-id <e1oywwp-00b9ad...@fasolo.debian.org>
and subject line Bug#1019619: fixed in ruby-did-you-mean 1.6.1-1
has caused the Debian Bug report #1019619,
regarding ruby-did-you-mean: FTBFS with ruby3.1: 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.)


-- 
1019619: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019619
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-did-you-mean
Version: 1.2.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: debian-r...@lists.debian.org
Usertags: ruby3.1

Hi,

We are about to start the ruby3.1 transition in unstable. While trying to
rebuild ruby-did-you-mean with ruby3.1 enabled, the build failed.

Relevant part of the build log (hopefully):
> /usr/bin/ruby3.1 /usr/bin/gem2deb-test-runner
> 
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Checking Rubygems dependency resolution on ruby3.1                          
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> /<<PKGBUILDDIR>>/lib/did_you_mean/version.rb:2: warning: already initialized 
> constant DidYouMean::VERSION
> /usr/lib/ruby/3.1.0/did_you_mean/version.rb:2: warning: previous definition 
> of VERSION was here
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-did-you-mean/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\ \"did_you_mean\"
> 
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Run tests for ruby3.1 from debian/ruby-tests.rake                           
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> RUBYLIB=/<<PKGBUILDDIR>>/debian/ruby-did-you-mean/usr/lib/ruby/vendor_ruby:. 
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-did-you-mean/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 -S rake -f debian/ruby-tests.rake
> /usr/bin/ruby3.1 -w -I"test" 
> /usr/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb 
> "test/core_ext/name_error_extension_test.rb" 
> "test/deprecated_formatter_test.rb" "test/edit_distance/jaro_winkler_test.rb" 
> "test/spell_checker_test.rb" "test/spell_checking/class_name_check_test.rb" 
> "test/spell_checking/key_name_check_test.rb" 
> "test/spell_checking/method_name_check_test.rb" 
> "test/spell_checking/uncorrectable_name_check_test.rb" 
> "test/spell_checking/variable_name_check_test.rb" -v
> /<<PKGBUILDDIR>>/test/spell_checking/variable_name_check_test.rb:61: warning: 
> assigned but unused variable - some_var
> DidYouMean version: 1.2.1
> Run options: -v --seed 22188
> 
> # Running:
> 
> KeyNameCheckTest#test_corrects_hash_key_name_with_fetch = 0.00 s = .
> KeyNameCheckTest#test_corrects_hash_key_name_with_fetch_values = 0.00 s = .
> KeyNameCheckTest#test_corrects_sprintf_key_name = 0.00 s = .
> KeyNameCheckTest#test_corrects_env_key_name = 0.00 s = .
> DeprecatedFormatterTest#test_deprecated_formatter = 0.00 s = .
> SpellCheckerTest#test_spell_checker_corrects_misspells = 0.00 s = .
> SpellCheckerTest#test_spell_checker_excludes_input_from_dictionary = 0.00 s = 
> .
> SpellCheckerTest#test_spell_checker_sorts_results_by_simiarity = 0.00 s = .
> SpellCheckerTest#test_spell_checker_corrects_mistypes = 0.00 s = .
> UncorrectableNameCheckTest#test_message = 0.01 s = F
> MethodNameCheckTest#test_corrections_include_method_from_module = 0.00 s = .
> MethodNameCheckTest#test_does_not_append_suggestions_three_times = 0.00 s = .
> MethodNameCheckTest#test_exclude_methods_on_nil = 0.00 s = .
> MethodNameCheckTest#test_corrections_include_instance_method = 0.00 s = .
> MethodNameCheckTest#test_corrections_include_class_method = 0.00 s = .
> MethodNameCheckTest#test_private_methods_should_not_be_suggested = 0.00 s = .
> MethodNameCheckTest#test_corrections_include_private_method = 0.00 s = .
> MethodNameCheckTest#test_does_not_append_suggestions_twice = 0.00 s = .
> MethodNameCheckTest#test_corrections_when_private_method_is_called_with_args 
> = 0.00 s = .
> MethodNameCheckTest#test_does_not_exclude_custom_methods_on_nil = 0.00 s = .
> NameErrorExtensionTest#test_message = 0.00 s = S
> NameErrorExtensionTest#test_to_s_does_not_make_disruptive_changes_to_error_message
>  = 0.00 s = .
> ClassNameCheckTest#test_corrections = 0.00 s = .
> ClassNameCheckTest#test_corrections_candidates_for_names_in_upper_level_scopes
>  = 0.00 s = .
> ClassNameCheckTest#test_does_not_suggest_user_input = 0.00 s = .
> ClassNameCheckTest#test_names_in_corrections_have_namespaces = 0.00 s = .
> ClassNameCheckTest#test_corrections_include_case_specific_class_name = 0.00 s 
> = .
> ClassNameCheckTest#test_corrections_include_top_level_class_name = 0.00 s = .
> ClassNameCheckTest#test_corrections_should_work_from_within_instance_method = 
> 0.00 s = .
> ClassNameCheckTest#test_corrections_should_work_from_within_instance_method_on_nested_class
>  = 0.00 s = .
> VariableNameCheckTest#test_corrections_include_private_method = (none):61: 
> warning: assigned but unused variable - some_var
> (none):61: warning: assigned but unused variable - some_var
> 0.00 s = .
> VariableNameCheckTest#test_struct_name_error = (none):61: warning: assigned 
> but unused variable - some_var
> (none):61: warning: assigned but unused variable - some_var
> 0.00 s = .
> VariableNameCheckTest#test_corrections_include_method_from_module = 
> (none):61: warning: assigned but unused variable - some_var
> (none):61: warning: assigned but unused variable - some_var
> 0.00 s = .
> VariableNameCheckTest#test_corrections_include_instance_method = (none):61: 
> warning: assigned but unused variable - some_var
> (none):61: warning: assigned but unused variable - some_var
> 0.00 s = .
> VariableNameCheckTest#test_exclude_typical_incorrect_suggestions = (none):61: 
> warning: assigned but unused variable - some_var
> 0.00 s = .
> VariableNameCheckTest#test_corrections_include_local_variable_name = 
> (none):61: warning: assigned but unused variable - some_var
> (none):61: warning: assigned but unused variable - some_var
> 0.00 s = .
> VariableNameCheckTest#test_corrections_include_ruby_predefined_objects = 
> (none):61: warning: assigned but unused variable - some_var
> (none):61: warning: assigned but unused variable - some_var
> (none):61: warning: assigned but unused variable - some_var
> (none):61: warning: assigned but unused variable - some_var
> (none):61: warning: assigned but unused variable - some_var
> (none):61: warning: assigned but unused variable - some_var
> 0.01 s = .
> VariableNameCheckTest#test_corrections_include_class_variable_name = 
> (none):61: warning: assigned but unused variable - some_var
> (none):61: warning: assigned but unused variable - some_var
> 0.00 s = .
> VariableNameCheckTest#test_corrections_include_instance_variable_name = 
> (none):61: warning: assigned but unused variable - some_var
> (none):61: warning: assigned but unused variable - some_var
> 0.00 s = .
> JaroWinklerTest#test_jaro_winkler_distance = 0.00 s = .
> JaroWinklerTest#test_jarowinkler_distance_with_utf8_strings = 0.00 s = .
> DeprecatedIgnoreCallersTest#test_ignore = 0.00 s = .
> 
> Finished in 0.055686s, 754.2342 runs/s, 3070.8105 assertions/s.
> 
>   1) Failure:
> UncorrectableNameCheckTest#test_message 
> [/<<PKGBUILDDIR>>/test/spell_checking/uncorrectable_name_check_test.rb:13]:
> --- expected
> +++ actual
> @@ -1 +1,4 @@
> -"Other name error"
> +"Other name error
> +
> +      raise FirstNameError, \"Other name error\"
> +      ^^^^^"
> 
> 
>   2) Skipped:
> NameErrorExtensionTest#test_message 
> [/<<PKGBUILDDIR>>/test/core_ext/name_error_extension_test.rb:22]:
> Skipped, no message given
> 
> 42 runs, 171 assertions, 1 failures, 0 errors, 1 skips
> rake aborted!
> Command failed with status (1): [ruby -w -I"test" 
> /usr/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb 
> "test/core_ext/name_error_extension_test.rb" 
> "test/deprecated_formatter_test.rb" "test/edit_distance/jaro_winkler_test.rb" 
> "test/spell_checker_test.rb" "test/spell_checking/class_name_check_test.rb" 
> "test/spell_checking/key_name_check_test.rb" 
> "test/spell_checking/method_name_check_test.rb" 
> "test/spell_checking/uncorrectable_name_check_test.rb" 
> "test/spell_checking/variable_name_check_test.rb" -v]
> 
> Tasks: TOP => default
> (See full trace by running task with --trace)
> ERROR: Test "ruby3.1" failed.


The full build log is available from:
https://people.debian.org/~terceiro/ruby3.1/17/ruby-did-you-mean/ruby-did-you-mean_1.2.1-1+rebuild1663007513_amd64-2022-09-12T18:31:53Z.build

To reproduce this, you need ruby-all-dev >= 1:3.0+2.  Depending on when you
read this, this might mean installing ruby-all-dev from experimental, or ir the
transition has alraedy started in unstable, a normal build on unstable should
do it.  If you fail to reproduce, please provide a build log and diff it with
mine so that we can identify if something relevant changed in the meantime.

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

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: ruby-did-you-mean
Source-Version: 1.6.1-1
Done: Antonio Terceiro <terce...@debian.org>

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

Debian distribution maintenance software
pp.
Antonio Terceiro <terce...@debian.org> (supplier of updated ruby-did-you-mean 
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: Wed, 14 Sep 2022 14:16:16 -0300
Source: ruby-did-you-mean
Architecture: source
Version: 1.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Closes: 1019619
Changes:
 ruby-did-you-mean (1.6.1-1) unstable; urgency=medium
 .
   [ Utkarsh Gupta ]
   * Add salsa-ci.yml
 .
   [ Debian Janitor ]
   * Use secure copyright file specification URI.
   * Bump debhelper from old 11 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
   * Update watch file format version to 4.
   * Bump debhelper from old 12 to 13.
 .
   [ Antonio Terceiro ]
   * New upstream version 1.6.1
     - Tests fine against ruby3.1 (Closes: #1019619)
   * debian/watch: point at gemwatch.debian.net
   * debian/upstream/metadata: update from template
   * Refresh patches
   * debian/control: update from dh-make-ruby
     - Bump build dependency on gem2deb to >= 1
     - Bump Standards-Version to 4.6.1; no changes needed
     - Update homepage
     - Add Rules-Requires-Root: no
   * debian/ruby-tests.rake: update from dh-make-ruby template
   * debian/rules: install using rubygems layout
   * debian/rules: do not install documentation/*
   * debian/copyright: update homepage location
Checksums-Sha1:
 0e42c25717f5a635f6ada60c7ecbbfa68d270b13 2085 ruby-did-you-mean_1.6.1-1.dsc
 5ead76401e03afc521183f02600fd4464108af55 31905 
ruby-did-you-mean_1.6.1.orig.tar.gz
 e2577a815d5406918ee8ea896d8bbf558a875275 3708 
ruby-did-you-mean_1.6.1-1.debian.tar.xz
 25973ffcc99170f1600118077e50336d3fb5b062 9265 
ruby-did-you-mean_1.6.1-1_amd64.buildinfo
Checksums-Sha256:
 902fda7630b32a2fdf5572f02a3df8a7a193d301d016a118078da9df8e44771c 2085 
ruby-did-you-mean_1.6.1-1.dsc
 c7d763b558ed06544e51905a7183ddabcf1d524441f24bc89dd92624a752cfd0 31905 
ruby-did-you-mean_1.6.1.orig.tar.gz
 1b13738ec97aa23c382c9e89227c412ae9715ac0dd75e909085b1295ac6fa1f6 3708 
ruby-did-you-mean_1.6.1-1.debian.tar.xz
 b27337a8dadb57de0f04dec9826c8f4e6ca2a98135f93ad90343e44466a9e55f 9265 
ruby-did-you-mean_1.6.1-1_amd64.buildinfo
Files:
 f5a012106a57b1a04817d2605739fc10 2085 ruby optional 
ruby-did-you-mean_1.6.1-1.dsc
 e694999e8058c6533c4d68e5764c456b 31905 ruby optional 
ruby-did-you-mean_1.6.1.orig.tar.gz
 d1dbbe94aa04253fc26d7d17db3ef0ec 3708 ruby optional 
ruby-did-you-mean_1.6.1-1.debian.tar.xz
 b4c3174b7f7b39ea7995c2c9ebbc2795 9265 ruby optional 
ruby-did-you-mean_1.6.1-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAmMiEh0ACgkQ/A2xu81G
C94dfQ//TOHrST6Tq5ULaGxk75Tt47VqI0dkrTFfiPpWjR7tB9XlHVSlqfVmy8FB
rfO3VQmMK2nCzWwWlpd9qEBZwh4sV5FxrGuNRqNg9az9LlzFSui7tdWxJ/avZR91
5k4E73a0SZLXeYtPvd1hp2lvwtWHAGwdhg1pDntivNJeg3LlRLD5noL9CFUWe/YX
weJ11gJQ6PHOWfsGu8LantgNWj+NOZmhA5AIPEfMAplaTfhOVRCteBZh3+sBhM0f
oFRuZF8xLHSTyIb/qYhELB3d3jcUn30Ohq0auC3orAoPhC4blkQgPtGnmLGl6kSa
RHtWcVadRPTOP8RDUHKByqx6Ua3a7td6sD9sAU6XdqRkHfWMgh1kMi69D//ELeoV
33MScqxhrvaYHwvbjXaw0E6FEC2bkPlB7aKvqYlzD2xGguHqqsl6DtP6CRfQmi9I
jr/rxG4ecxk6BLdFJpo5c7FUcKEG9/f7Ab8Syfw3OLQmAmBLUwGrUpJbdnz7gfTb
HHXi6v+wJo9RgkT3er3DzjyMaSB+vlMUKm5HJc41Mb6ErO0OtCZ9WGT6g6su6dve
zYlQNlCm3KlyAPfkFSlcyCJNtLJWdV4zxu/9juaKDTb24iK4yLYsDpvY8y3/Jvuc
obGAIwi8xoaIqP/MIHuUdiV8w9BsH53CpvqzRNo5w4wh27pfn2U=
=2P8x
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to