Your message dated Fri, 20 Jan 2023 09:06:30 +0000
with message-id <[email protected]>
and subject line Bug#1028620: fixed in ruby-pygments.rb 2.3.0+ds-2.2
has caused the Debian Bug report #1028620,
regarding ruby-pygments.rb: 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 [email protected]
immediately.)


-- 
1028620: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028620
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-pygments.rb
Version: 2.3.0+ds-2.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230113 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-pygments.rb/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.1.0:/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\ \"pygments.rb\"
> 
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Run tests for ruby3.1 from debian/ruby-tests.rake                           
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> RUBYLIB=. 
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-pygments.rb/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.1.0:/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/test_pygments.rb"  -v
> Loaded suite 
> /usr/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/rake_test_loader
> Started
> PygmentsConfigTest: 
>   test_filters:                                               .: (0.062287)
>   test_formatters:                                    .: (0.008841)
>   test_lexers:                                                .: (0.027062)
>   test_styles:                                                .: (0.001371)
> PygmentsCssTest: 
>   test_css:                                           .: (0.001736)
>   test_css_colorful:                                  .: (0.001309)
>   test_css_default:                                   .: (0.000726)
>   test_css_options:                                   .: (0.000693)
>   test_css_prefix:                                    .: (0.000903)
>   test_css_prefix_and_options:                                .: (0.001226)
> PygmentsHighlightTest: 
>   test_full_html_highlight:                           F
> ===============================================================================
> Failure: test_full_html_highlight(PygmentsHighlightTest)
> /<<PKGBUILDDIR>>/test/test_pygments.rb:31:in `test_full_html_highlight'
>      28:   def test_full_html_highlight
>      29:     code = P.highlight(RUBY_CODE)
>      30:     assert_match '<span class="ch">#!/usr/bin/ruby</span>', code
>   => 31:     assert_equal %(<div class="highlight"><pre><span></span><span 
> class="ch">#!/usr/bin/ruby</span>
>      32: <span class="nb">puts</span> <span class="s1">&#39;foo&#39;</span>
>      33: </pre></div>), code
>      34:   end
> <"<div class=\"highlight\"><pre><span></span><span 
> class=\"ch\">#!/usr/bin/ruby</span>\n" +
> "<span class=\"nb\">puts</span> <span class=\"s1\">&#39;foo&#39;</span>\n" +
> "</pre></div>"> expected but was
> <"<div class=\"highlight\"><pre><span></span><span 
> class=\"ch\">#!/usr/bin/ruby</span>\n" +
> "<span class=\"nb\">puts</span><span class=\"w\"> </span><span 
> class=\"s1\">&#39;foo&#39;</span>\n" +
> "</pre></div>">
> 
> diff:
>   <div class="highlight"><pre><span></span><span 
> class="ch">#!/usr/bin/ruby</span>
> ? <span class="nb">puts</span> <span class="w"> </span><span 
> class="s1">&#39;foo&#39;</span>
>   </pre></div>
> ===============================================================================
> : (0.164795)
>   test_highlight_defaults_to_html:                    .: (0.003854)
>   test_highlight_formatter_bbcode:                    .: (0.001730)
>   test_highlight_formatter_terminal:                  .: (0.001643)
>   test_highlight_on_multi_threads:                    O
> ===============================================================================
> Omission: We do not actually support multithreading 
> [test_highlight_on_multi_threads(PygmentsHighlightTest)]
> /<<PKGBUILDDIR>>/test/test_pygments.rb:114:in 
> `test_highlight_on_multi_threads'
> ===============================================================================
> : (0.000897)
>   test_highlight_options:                             .: (0.001943)
>   test_highlight_still_works_with_invalid_code:               .: (0.041074)
>   test_highlight_works_on_utf8:                               .: (0.001257)
>   test_highlight_works_on_utf8_all_chars_automatically:       .: (0.000899)
>   test_highlight_works_on_utf8_automatically:         .: (0.000752)
>   test_highlight_works_with_larger_files:             .: (0.036969)
>   test_highlight_works_with_multiple_newlines:                .: (0.002116)
>   test_highlight_works_with_multiple_utf8:            .: (0.000853)
>   test_highlight_works_with_multiple_utf8_and_trailing_newline:       .: 
> (0.000987)
>   test_highlight_works_with_null_bytes:                       .: (0.000768)
>   test_highlight_works_with_trailing_cr:              .: (0.001734)
>   test_highlight_works_with_trailing_newline:         .: (0.001614)
>   test_version:                                               .: (0.000295)
> PygmentsLexerClassTest: 
>   test_find:                                          .: (0.000218)
>   test_find_by_alias:                                 .: (0.000092)
>   test_find_by_name:                                  .: (0.000062)
>   test_find_lexer_by_extname:                         .: (0.000110)
>   test_find_lexer_by_mimetype:                                .: (0.000059)
> PygmentsLexerTest: 
>   test_lexer_by_content:                              .: (0.001211)
>   test_lexer_by_filename:                             .: (0.340779)
>   test_lexer_by_filename_and_content:                 .: (0.019132)
>   test_lexer_by_mimetype:                             .: (0.000771)
>   test_lexer_by_name:                                 .: (0.017544)
>   test_lexer_by_nothing:                              .: (0.003403)
> 
> Finished in 0.757813417 seconds.
> -------------------------------------------------------------------------------
> 39 tests, 60 assertions, 1 failures, 0 errors, 0 pendings, 1 omissions, 0 
> notifications
> 97.3684% passed
> -------------------------------------------------------------------------------
> 51.46 tests/s, 79.18 assertions/s
> 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/test_pygments.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:
http://qa-logs.debian.net/2023/01/13/ruby-pygments.rb_2.3.0+ds-2.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&[email protected]&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-pygments.rb
Source-Version: 2.3.0+ds-2.2
Done: Jochen Sprickerhof <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-pygments.rb, 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.
Jochen Sprickerhof <[email protected]> (supplier of updated ruby-pygments.rb 
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: SHA512

Format: 1.8
Date: Fri, 20 Jan 2023 09:51:53 +0100
Source: ruby-pygments.rb
Architecture: source
Version: 2.3.0+ds-2.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<[email protected]>
Changed-By: Jochen Sprickerhof <[email protected]>
Closes: 1028620
Changes:
 ruby-pygments.rb (2.3.0+ds-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patch for pygments 2.24 (Closes: #1028620)
Checksums-Sha1:
 fd6b05777db9f3bca7b535c8919f6447328f1ddb 2159 ruby-pygments.rb_2.3.0+ds-2.2.dsc
 ec88319d4079417ebcfb620cc91afc3e960a9651 8448 
ruby-pygments.rb_2.3.0+ds-2.2.debian.tar.xz
 acaee0201c7f687d2668f1e6c375ae82d295e1f7 6978 
ruby-pygments.rb_2.3.0+ds-2.2_source.buildinfo
Checksums-Sha256:
 fbc04d1a82e46746e785573e05d7230bf412778036a7018a99bff8263bed471c 2159 
ruby-pygments.rb_2.3.0+ds-2.2.dsc
 cba021d3c641c7a2405c605069597d5efdf9c53686669289639404156edca8fb 8448 
ruby-pygments.rb_2.3.0+ds-2.2.debian.tar.xz
 a5b14728afea1a5d9f728c07abdaa083b247723a9d1e9869208aeec53977553c 6978 
ruby-pygments.rb_2.3.0+ds-2.2_source.buildinfo
Files:
 b22d77dc933441a59df46079648c6803 2159 ruby optional 
ruby-pygments.rb_2.3.0+ds-2.2.dsc
 d1f20598dc3df25084a320d37f70d512 8448 ruby optional 
ruby-pygments.rb_2.3.0+ds-2.2.debian.tar.xz
 b693732494804be94b5bd9b4e4b48852 6978 ruby optional 
ruby-pygments.rb_2.3.0+ds-2.2_source.buildinfo

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

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmPKVsMACgkQW//cwljm
lDNtGw//bncQl6wCISRFYF0PkWTr/Xxyst7a7AjrM1dU5BmDNo3+ZkRpP2IJB8XX
Rp3t/nQD5DfC+9JwHvLLgZs+MIDyHmqpd/1ZBJ9zVWNGWFQsH7wOnB13sG1qf+PP
NGrIxFnqOIHRCG1i2z3Zf+XopTqJhjj5gKkSepgY6BA+be3K4yObxoxSO0gXUix9
4h9zCuiJtkogPkrvkGRvKRBm8CV3JRMcmN1RorbKajI/jv3ZSXn4byVFdwsF4i9M
ErQEOMtlcUUMNhJtzkBQSJdDTe3nwarDj816x9sQQJ4psTHFIiRrQCjXRqTmdxVN
e+ZEghZPLB1qjBGnB3odFXhU7C3E2rQoUa0cAsRKOcuH4hfhIj7RS5Bc8R9ByfA4
6VdsoTUOc0AkpP/LbD6wi9ApJC4mN1XE+StscChDLpUmzjagWpIav3IbWcSaYdXo
q38jN7OOnDyT1dHoKtu+pTMfhWnd1cQHb0l21DkGlbRR2T8RUtHGfF+owFBLmAyE
DFvSutmWJyAO3RuqWOGnoOSvuyQl/B4ZIsnQ/wqG4DDGJfUnV3kSF8hBrr4//HCa
zXuR43Pvbw6PxwsisqjaDiR1nKiDbrAb4fx04efvrTc0z1UsjC/eY2vvIfGhZ4OR
fCXWpFm0WbgZlGQy30tGRfNhSO2CTbC1nL5kHR2Xc70QGCpoweQ=
=GsLD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to