Your message dated Thu, 27 Nov 2014 16:49:55 +0000
with message-id <e1xu2gr-0003jq...@franck.debian.org>
and subject line Bug#768615: fixed in ruby-pygments.rb 0.5.4~ds1-1.1
has caused the Debian Bug report #768615,
regarding ruby-pygments.rb: FTBFS in jessie: ERROR: Test "ruby2.1" failed: 
Running tests for ruby2.1 using debian/ruby-tests.rb...
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.)


-- 
768615: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768615
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-pygments.rb
Version: 0.5.4~ds1-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20141108 qa-ftbfs
Justification: FTBFS in jessie on amd64

Hi,

During a rebuild of all packages in jessie (in a jessie chroot, not a
sid chroot), your package failed to build on amd64.

Relevant part (hopefully):
> Running tests for ruby2.1 using debian/ruby-tests.rb...
> Run options: 
> 
> # Running tests:
> 
> ....................F....E......................
> 
> Finished tests in 10.040664s, 4.7806 tests/s, 9.5611 assertions/s.
> 
>   1) Failure:
> PygmentsHighlightTest#test_highlight_works_with_larger_files 
> [/«PKGBUILDDIR»/test/test_pygments.rb:35]:
> <454107> expected but was
> <455203>.
> 
>   2) Error:
> PygmentsHighlightTest#test_highlight_works_with_single_character_input:
> MentosError: Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/lib/pygments/mentos.py", line 304, in start
>     res = self.get_data(method, lexer, args, kwargs, text)
>   File "/«PKGBUILDDIR»/lib/pygments/mentos.py", line 172, in get_data
>     res = self.highlight_text(text, lexer, formatter_name, args, 
> _convert_keys(opts))
>   File "/«PKGBUILDDIR»/lib/pygments/mentos.py", line 123, in highlight_text
>     lexer = self.return_lexer(lexer, args, kwargs, code)
>   File "/«PKGBUILDDIR»/lib/pygments/mentos.py", line 103, in return_lexer
>     return lexers.guess_lexer(code, **inputs)
>   File "/usr/lib/python2.7/dist-packages/pygments/lexers/__init__.py", line 
> 250, in guess_lexer
>     raise ClassNotFound('no lexer matching the text found')
> ClassNotFound: no lexer matching the text found
> 
>     /«PKGBUILDDIR»/lib/pygments/popen.rb:386:in `header_to_json'
>     /«PKGBUILDDIR»/lib/pygments/popen.rb:268:in `handle_header_and_return'
>     /«PKGBUILDDIR»/lib/pygments/popen.rb:243:in `block in mentos'
>     /usr/lib/ruby/2.1.0/timeout.rb:91:in `block in timeout'
>     /usr/lib/ruby/2.1.0/timeout.rb:35:in `block in catch'
>     /usr/lib/ruby/2.1.0/timeout.rb:35:in `catch'
>     /usr/lib/ruby/2.1.0/timeout.rb:35:in `catch'
>     /usr/lib/ruby/2.1.0/timeout.rb:106:in `timeout'
>     /«PKGBUILDDIR»/lib/pygments/popen.rb:214:in `mentos'
>     /«PKGBUILDDIR»/lib/pygments/popen.rb:197:in `highlight'
>     /«PKGBUILDDIR»/test/test_pygments.rb:91:in 
> `test_highlight_works_with_single_character_input'
>     /usr/lib/ruby/2.1.0/minitest/unit.rb:1265:in `run'
>     /usr/lib/ruby/2.1.0/test/unit/testcase.rb:17:in `run'
>     /usr/lib/ruby/2.1.0/minitest/unit.rb:940:in `block in _run_suite'
>     /usr/lib/ruby/2.1.0/minitest/unit.rb:933:in `map'
>     /usr/lib/ruby/2.1.0/minitest/unit.rb:933:in `_run_suite'
>     /usr/lib/ruby/2.1.0/test/unit.rb:663:in `block in _run_suites'
>     /usr/lib/ruby/2.1.0/test/unit.rb:661:in `each'
>     /usr/lib/ruby/2.1.0/test/unit.rb:661:in `_run_suites'
>     /usr/lib/ruby/2.1.0/minitest/unit.rb:884:in `_run_anything'
>     /usr/lib/ruby/2.1.0/minitest/unit.rb:1092:in `run_tests'
>     /usr/lib/ruby/2.1.0/minitest/unit.rb:1079:in `block in _run'
>     /usr/lib/ruby/2.1.0/minitest/unit.rb:1078:in `each'
>     /usr/lib/ruby/2.1.0/minitest/unit.rb:1078:in `_run'
>     /usr/lib/ruby/2.1.0/minitest/unit.rb:1066:in `run'
>     /usr/lib/ruby/2.1.0/test/unit.rb:27:in `run'
>     /usr/lib/ruby/2.1.0/test/unit.rb:780:in `run'
>     /usr/lib/ruby/2.1.0/test/unit.rb:372:in `block (2 levels) in autorun'
>     /usr/lib/ruby/2.1.0/test/unit.rb:33:in `run_once'
>     /usr/lib/ruby/2.1.0/test/unit.rb:371:in `block in autorun'
> 
> 48 tests, 96 assertions, 1 failures, 1 errors, 0 skips
> 
> ruby -v: ruby 2.1.4p265 (2014-10-27) [x86_64-linux-gnu]
> rake aborted!
> Command failed with status (2): [ruby -I"lib" -rubygems 
> -I"/usr/lib/ruby/vendor_ruby" 
> "/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.1" failed: 

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/11/08/ruby-pygments.rb_0.5.4~ds1-1_jessie.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.5.4~ds1-1.1

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 768...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tomasz Buchert <tomasz.buch...@inria.fr> (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: Sat, 22 Nov 2014 15:18:14 +0100
Source: ruby-pygments.rb
Binary: ruby-pygments.rb
Architecture: source all
Version: 0.5.4~ds1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Tomasz Buchert <tomasz.buch...@inria.fr>
Description:
 ruby-pygments.rb - pygments wrapper for Ruby
Closes: 768615
Changes:
 ruby-pygments.rb (0.5.4~ds1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Update the testsuite (Closes: #768615)
Checksums-Sha1:
 df753949ec7642f12c635977dff3ca623fcb4b4e 2214 
ruby-pygments.rb_0.5.4~ds1-1.1.dsc
 13b174ebcb5ec4f773779e7eca1bbce00d7f4c98 6648 
ruby-pygments.rb_0.5.4~ds1-1.1.debian.tar.xz
 d74b4b08d35facec6749384aab586b97ac968676 277928 
ruby-pygments.rb_0.5.4~ds1-1.1_all.deb
Checksums-Sha256:
 31f92fd0ecc8075496177fa941124292d28609f3a73d1622450cc68830c02bfa 2214 
ruby-pygments.rb_0.5.4~ds1-1.1.dsc
 4ca20644b1b723a537c2c6fac592f24c838f547a3204e4e4a3ccb4decb310295 6648 
ruby-pygments.rb_0.5.4~ds1-1.1.debian.tar.xz
 95c336b49671b21b55fe94a5fb08fe9b400f4d26ca809713d98bdb13786c5329 277928 
ruby-pygments.rb_0.5.4~ds1-1.1_all.deb
Files:
 c545486e9f25646d0ff6694e1bf1cacd 2214 ruby optional 
ruby-pygments.rb_0.5.4~ds1-1.1.dsc
 ba2c77bc4709ef89a72152270ca64426 6648 ruby optional 
ruby-pygments.rb_0.5.4~ds1-1.1.debian.tar.xz
 bd40d40f5779b5f3a23e81407f7a5ef5 277928 ruby optional 
ruby-pygments.rb_0.5.4~ds1-1.1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJUcLfZAAoJEJFk+h0XvV02TyEQAMbPED+Hwu5YNPSJfUeTuYjI
LK5rZqAufw0vlyp57VbXfUzEiFJSzf2QCW0Fkj6+F7XArKzR/OhBAKU/bBhGcQ8L
p9knM0Eocsw/jJ7jJZjMFOXaiiCG2GEdf+YE38naGTXiMWQC1gyEktjDxal3OT6m
+fJgogA/AoXky0ScDNKpvhvpsE5YpnlpbR3weVYjDqTQSVQjBsz+L+RU3uYX04PI
brT9gbzOnY/dtVIG+wsVdUg3mtow2k9me4RyD+bzNyGaTuYi+7PM8JWKb5N4I7XL
q+VwlpElqmsVVgOVuKgCUa+Xb6DMBeqk+xZ1iHMzJTIXXua4pktM6riil6MEzRWS
KleFaH2u4on26Rx8HXijUYvpUDC/plxxmhk1H3wg5I3aAlUnIVSc9m8xXsLMXk/J
OqgbHyS+k+e+otS9oNuxeVDjULYdmfYpqwODiF6VZ7GfQSWShzY5wtDZKxm6sFn5
VzK81niNtNXA8teguv8BqkbM4Mtj8mGD08CqkQRlbjpzqvXmDoSSkkOBdfMiTOSa
WUnpPkOYQBywpW+YQvNCyWCH0CYWdklILrfVSqvzMERr3R1nrwHQNkrlOjU3seS6
kGOAdi7NtLoG3b2uvcjagFkxt6NVp6mOT4eh7nmo7mLEL2J1iKRqnpyH27Bq8OuE
9NBZl//WNp6KLO9bMOah
=yhp4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to