Your message dated Fri, 08 Jul 2016 13:07:05 +0000
with message-id <e1blvun-0004c4...@franck.debian.org>
and subject line Bug#830400: fixed in ruby-pygments.rb 0.6.3-2
has caused the Debian Bug report #830400,
regarding ruby-pygments.rb: FTBFS: ERROR: Test "ruby2.3" 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.)
--
830400: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830400
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-pygments.rb
Version: 0.6.3-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> /usr/bin/ruby2.3 /usr/bin/gem2deb-test-runner
>
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Checking Rubygems dependency resolution on ruby2.3
> │
> └──────────────────────────────────────────────────────────────────────────────┘
>
> GEM_PATH=debian/ruby-pygments.rb/usr/share/rubygems-integration/all:/var/lib/gems/2.3.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.3.0:/usr/share/rubygems-integration/2.3.0:/usr/share/rubygems-integration/all
> ruby2.3 -e gem\ \"pygments.rb\"
>
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Run tests for ruby2.3 from debian/ruby-tests.rb
> │
> └──────────────────────────────────────────────────────────────────────────────┘
>
> RUBYLIB=/«PKGBUILDDIR»/debian/ruby-pygments.rb/usr/lib/ruby/vendor_ruby:.
> GEM_PATH=debian/ruby-pygments.rb/usr/share/rubygems-integration/all:/var/lib/gems/2.3.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.3.0:/usr/share/rubygems-integration/2.3.0:/usr/share/rubygems-integration/all
> ruby2.3 debian/ruby-tests.rb
> Loaded suite /usr/lib/ruby/vendor_ruby/rake/rake_test_loader
> Started
> ..........F
> ===============================================================================
> Failure: test_full_html_highlight(PygmentsHighlightTest)
> /«PKGBUILDDIR»/test/test_pygments.rb:23:in `test_full_html_highlight'
> 20: def test_full_html_highlight
> 21: code = P.highlight(RUBY_CODE)
> 22: assert_match '<span class="ch">#!/usr/bin/ruby</span>', code
> => 23: assert_equal "<div class=\"highlight\"><pre><span
> class=\"ch\">#!/usr/bin/ruby</span>\n<span class=\"nb\">puts</span> <span
> class=\"s1\">'foo'</span>\n</pre></div>", code
> 24: end
> 25:
> 26: def test_full_table_highlight
> <"<div class=\"highlight\"><pre><span
> class=\"ch\">#!/usr/bin/ruby</span>\n<span class=\"nb\">puts</span> <span
> class=\"s1\">'foo'</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=\"s1\">'foo'</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="s1">'foo'</span>
> </pre></div>
> ===============================================================================
> F
> ===============================================================================
> Failure: test_full_table_highlight(PygmentsHighlightTest)
> /«PKGBUILDDIR»/test/test_pygments.rb:29:in `test_full_table_highlight'
> 26: def test_full_table_highlight
> 27: code = P.highlight(RUBY_CODE, :options => {:linenos => true})
> 28: assert_match '<span class="ch">#!/usr/bin/ruby</span>', code
> => 29: assert_equal "<table class=\"highlighttable\"><tr><td
> class=\"linenos\"><div class=\"linenodiv\"><pre>1\n2</pre></div></td><td
> class=\"code\"><div class=\"highlight\"><pre><span
> class=\"ch\">#!/usr/bin/ruby</span>\n<span class=\"nb\">puts</span> <span
> class=\"s1\">'foo'</span>\n</pre></div>\n</td></tr></table>", code
> 30: end
> 31:
> 32: def test_highlight_works_with_larger_files
> <"<table class=\"highlighttable\"><tr><td class=\"linenos\"><div
> class=\"linenodiv\"><pre>1\n2</pre></div></td><td class=\"code\"><div
> class=\"highlight\"><pre><span class=\"ch\">#!/usr/bin/ruby</span>\n<span
> class=\"nb\">puts</span> <span
> class=\"s1\">'foo'</span>\n</pre></div>\n</td></tr></table>">
> expected but was
> <"<table class=\"highlighttable\"><tr><td class=\"linenos\"><div
> class=\"linenodiv\"><pre>1\n2</pre></div></td><td class=\"code\"><div
> class=\"highlight\"><pre><span></span><span
> class=\"ch\">#!/usr/bin/ruby</span>\n<span class=\"nb\">puts</span> <span
> class=\"s1\">'foo'</span>\n</pre></div>\n</td></tr></table>">
>
> diff:
> <table class="highlighttable"><tr><td class="linenos"><div
> class="linenodiv"><pre>1
> ? 2</pre></div></td><td class="code"><div
> class="highlight"><pre><span></span><span class="ch">#!/usr/bin/ruby</span>
> <span class="nb">puts</span> <span class="s1">'foo'</span>
> </pre></div>
> </td></tr></table>
> ===============================================================================
> ......F
> ===============================================================================
> Failure:
> test_highlight_works_on_utf8_all_chars_automatically(PygmentsHighlightTest)
> /«PKGBUILDDIR»/test/test_pygments.rb:62:in
> `test_highlight_works_on_utf8_all_chars_automatically'
> 59: def test_highlight_works_on_utf8_all_chars_automatically
> 60: code = P.highlight('def foo: # ø', :lexer => 'py')
> 61:
> => 62: assert_equal '<div class="highlight"><pre><span clas', code[0,38]
> 63: end
> 64:
> 65: def test_highlight_works_with_multiple_utf8
> <"<div class=\"highlight\"><pre><span clas"> expected but was
> <"<div class=\"highlight\"><pre><span></sp">
>
> diff:
> ? <div class="highlight"><pre><span clas
> ? ></ p
> ===============================================================================
> .............................
>
> Finished in 9.021150365 seconds.
> ------
> 48 tests, 75 assertions, 3 failures, 0 errors, 0 pendings, 0 omissions, 0
> notifications
> 93.75% passed
> ------
> 5.32 tests/s, 8.31 assertions/s
> rake aborted!
> Command failed with status (1): [ruby -I"lib" -rubygems
> "/usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb" "test/test_pygments.rb" ]
>
> Tasks: TOP => default => test
> (See full trace by running task with --trace)
> ERROR: Test "ruby2.3" failed.
The full build log is available from:
http://people.debian.org/~lucas/logs/2016/07/07/ruby-pygments.rb_0.6.3-1_unstable_reb.normal.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!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: ruby-pygments.rb
Source-Version: 0.6.3-2
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 830...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Cédric Boutillier <bou...@debian.org> (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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 08 Jul 2016 13:49:11 +0200
Source: ruby-pygments.rb
Binary: ruby-pygments.rb
Architecture: source
Version: 0.6.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Cédric Boutillier <bou...@debian.org>
Description:
ruby-pygments.rb - pygments wrapper for Ruby
Closes: 830400
Changes:
ruby-pygments.rb (0.6.3-2) unstable; urgency=medium
.
* Team upload
* Remove version in the gem2deb build-dependency
* Use https:// in Vcs-* fields
* Run wrap-and-sort on packaging files
* Add patch to work with pygments 2.1+ (Closes: #830400)
* Bump Standards-Version to 3.9.8
* Set Testsuite to autopkgtest-pkg-ruby
* Amend 0001-Remove-gemspec-git-ls-files.patch to not use relative path to
load the version number from gemspecs
* No relative path in the require statement of tests to allow autopkgtest
Checksums-Sha1:
8b206df5d25b8d653098b398cca14e793ac61b2e 1842 ruby-pygments.rb_0.6.3-2.dsc
04ed70bc8c9a538cc7fe21399804965a563ccafe 8264
ruby-pygments.rb_0.6.3-2.debian.tar.xz
Checksums-Sha256:
a86bc6e981ba9a93c195a0399004b9d4f88312f91184dc3b5baa2bb9e2bec8b0 1842
ruby-pygments.rb_0.6.3-2.dsc
c2bf0cbb413993531615428906faff581b24cdae3234e9ac236617b1e306c163 8264
ruby-pygments.rb_0.6.3-2.debian.tar.xz
Files:
2a4f97b0dc4d15a29e8c48b70dfa506a 1842 ruby optional
ruby-pygments.rb_0.6.3-2.dsc
204768220046fb386896425fd3a8226a 8264 ruby optional
ruby-pygments.rb_0.6.3-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCAAGBQJXf6EgAAoJEImvgrc5zSF6+2sH/i7Y6frqiX6dKq7FqH58sjZO
TZB9oJdd2gvWl0VUQWCYGLdlbL9YigUvpVeQnSVVTxr8OFKZ8+xubegeEOlL+fdo
c7Zk4mO5niPPpVz/y5aCdHvxj7iJ7z+cTMQkLm+mayf0/Fg2vmcu6Mcq/BM7qUJ+
1cuNgKrWE7zP69fAj2CDOs5+1UhI5MMB2G3H1Nt0jNgN+tRH23mPJyl7rYjmmAo2
GuQTYn+tBrd/vhjK6L44BsUGJhTdfixUXRsa8io8QFsrre2e7vIX5o+BFScHDXwD
41tFkf3sbE8eWTvIihLoVQEF5k95vxpOqKXxJzHFB/qwi8qBHwVQRqz60IuWMAY=
=C/9F
-----END PGP SIGNATURE-----
--- End Message ---