Your message dated Fri, 29 Jan 2016 05:50:13 +0000
with message-id <e1ap1wj-0006wl...@franck.debian.org>
and subject line Bug#813028: fixed in python-markdown 2.6.5-2
has caused the Debian Bug report #813028,
regarding python-markdown: FTBFS: (failed test) testHighlightLinesWithColon 
(tests.test_extensions.TestCodeHilite)
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.)


-- 
813028: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813028
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-markdown
Version: 2.6.5-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

python-markdown fails to build from source in unstable/amd64:

  [..]
  
  ======================================================================
  FAIL: testHighlightLinesWithColon (tests.test_extensions.TestCodeHilite)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160128164608.xbU26qfoyC/python-markdown-2.6.5/tests/test_extensions.py",
 line 213, in testHighlightLinesWithColon
      '<div class="codehilite"><pre>'
  AssertionError: u'<div class="codehilite"><pre><span class="c1">#line 
1</span>\n<span class="hll [truncated]... != u'<div 
class="codehilite"><pre><span class="c">#line 1</span>\n<span class="hll" 
[truncated]...
  - <div class="codehilite"><pre><span class="c1">#line 1</span>
  ?                                            -
  + <div class="codehilite"><pre><span class="c">#line 1</span>
  - <span class="hll"><span class="c1">#line 2</span>
  ?                                 -
  + <span class="hll"><span class="c">#line 2</span>
  - </span><span class="c1">#line 3</span>
  ?                      -
  + </span><span class="c">#line 3</span>
    </pre></div>
  -------------------- >> begin captured logging << --------------------
  MARKDOWN: DEBUG: Successfuly imported extension module 
"markdown.extensions.codehilite".
  MARKDOWN: DEBUG: Successfully loaded extension 
"markdown.extensions.codehilite.CodeHiliteExtension".
  --------------------- >> end captured logging << ---------------------
  
  ======================================================================
  FAIL: testLinenumsFalse (tests.test_extensions.TestCodeHilite)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160128164608.xbU26qfoyC/python-markdown-2.6.5/tests/test_extensions.py",
 line 139, in testLinenumsFalse
      '<div class="codehilite">'
  AssertionError: u'<div class="codehilite"><pre><span class="c1"># A Code 
Comment</span>\n</pre>< [truncated]... != u'<div class="codehilite"><pre><span 
class="c"># A Code Comment</span>\n</pre></ [truncated]...
  - <div class="codehilite"><pre><span class="c1"># A Code Comment</span>
  ?                                            -
  + <div class="codehilite"><pre><span class="c"># A Code Comment</span>
    </pre></div>
  -------------------- >> begin captured logging << --------------------
  MARKDOWN: DEBUG: Successfully loaded extension 
"markdown.extensions.codehilite.CodeHiliteExtension".
  --------------------- >> end captured logging << ---------------------
  
  ======================================================================
  FAIL: testLinenumsNoneWithColon (tests.test_extensions.TestCodeHilite)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160128164608.xbU26qfoyC/python-markdown-2.6.5/tests/test_extensions.py",
 line 192, in testLinenumsNoneWithColon
      '<div class="codehilite">'
  AssertionError: u'<div class="codehilite"><pre><span class="c1"># A Code 
Comment</span>\n</pre>< [truncated]... != u'<div class="codehilite"><pre><span 
class="c"># A Code Comment</span>\n</pre></ [truncated]...
  - <div class="codehilite"><pre><span class="c1"># A Code Comment</span>
  ?                                            -
  + <div class="codehilite"><pre><span class="c"># A Code Comment</span>
    </pre></div>
  -------------------- >> begin captured logging << --------------------
  MARKDOWN: DEBUG: Successfully loaded extension 
"markdown.extensions.codehilite.CodeHiliteExtension".
  --------------------- >> end captured logging << ---------------------
  
  ======================================================================
  FAIL: Test Fenced Code with Highlighted Lines.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160128164608.xbU26qfoyC/python-markdown-2.6.5/tests/test_extensions.py",
 line 377, in testFencedLanguageAndHighlightLines
      '<div class="codehilite"><pre>'
  AssertionError: u'<div class="codehilite"><pre><span class="hll"><span 
class="c1">#line 1</span> [truncated]... != u'<div 
class="codehilite"><pre><span class="hll"><span class="c">#line 1</span>\ 
[truncated]...
  - <div class="codehilite"><pre><span class="hll"><span class="c1">#line 
1</span>
  ?                                                              -
  + <div class="codehilite"><pre><span class="hll"><span class="c">#line 
1</span>
  - </span><span class="c1">#line 2</span>
  ?                      -
  + </span><span class="c">#line 2</span>
  - <span class="hll"><span class="c1">#line 3</span>
  ?                                 -
  + <span class="hll"><span class="c">#line 3</span>
    </span></pre></div>
  -------------------- >> begin captured logging << --------------------
  MARKDOWN: DEBUG: Successfuly imported extension module 
"markdown.extensions.fenced_code".
  MARKDOWN: DEBUG: Successfully loaded extension 
"markdown.extensions.fenced_code.FencedCodeExtension".
  MARKDOWN: DEBUG: Successfully loaded extension 
"markdown.extensions.codehilite.CodeHiliteExtension".
  MARKDOWN: DEBUG: Successfuly imported extension module 
"markdown.extensions.fenced_code".
  MARKDOWN: DEBUG: Successfully loaded extension 
"markdown.extensions.fenced_code.FencedCodeExtension".
  --------------------- >> end captured logging << ---------------------
  
  ----------------------------------------------------------------------
  Ran 270 tests in 1.356s
  
  FAILED (SKIP=1, failures=4)
  E: pybuild pybuild:274: test: plugin custom failed with: exit code=1: 
python2.7 
/home/lamby/temp/cdt.20160128164608.xbU26qfoyC/python-markdown-2.6.5/run-tests.py
 --verbose
  dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7 --dir . 
returned exit code 13
  debian/rules:15: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 25
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160128164608.xbU26qfoyC/python-markdown-2.6.5'
  debian/rules:8: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: python-markdown.2.6.5-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: python-markdown
Source-Version: 2.6.5-2

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

Debian distribution maintenance software
pp.
Dmitry Shachnev <mity...@debian.org> (supplier of updated python-markdown 
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, 29 Jan 2016 08:32:30 +0300
Source: python-markdown
Binary: python-markdown python3-markdown python-markdown-doc
Architecture: source
Version: 2.6.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Dmitry Shachnev <mity...@debian.org>
Description:
 python-markdown - text-to-HTML conversion library/tool (Python 2 version)
 python-markdown-doc - text-to-HTML conversion library/tool (documentation)
 python3-markdown - text-to-HTML conversion library/tool (Python 3 version)
Closes: 813028
Changes:
 python-markdown (2.6.5-2) unstable; urgency=medium
 .
   * Add python3-tidylib to build-dependencies and test dependencies, now
     that it's available.
   * Cherry-pick upstream commit to make code highlighting tests work with
     Pygments 2.1 (closes: #813028).
   * Update Vcs-Git field to use HTTPS, which is now the recommended protocol
     (refs #810378).
Checksums-Sha1:
 61c920ec01d94587920a6adab0b072ca85e4f157 2401 python-markdown_2.6.5-2.dsc
 9f5a04a666bac2f425129e1d80c5759a967969eb 8596 
python-markdown_2.6.5-2.debian.tar.xz
Checksums-Sha256:
 f204761617400fa6f2edf6d0c47e7368cc416dd984363bdd0ace676624b53df9 2401 
python-markdown_2.6.5-2.dsc
 032dd81deaa6488fb8341a16fd94a75a3ba38fcd7db2b5dbb48e367d0fc52706 8596 
python-markdown_2.6.5-2.debian.tar.xz
Files:
 a544541a79c6aa30e72434e4dba3fe9b 2401 python optional 
python-markdown_2.6.5-2.dsc
 a408ecb8d3bc39f202e60bf056cf092d 8596 python optional 
python-markdown_2.6.5-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJWqvpbAAoJENb+cQNj+F3Tz98P/0J/Y8Jv99SchJ/5IqtFmh/W
8q48FfR/62MfLJMnxZOSXXXVE2dBlXUVKjnK/ObExUVaOEgu9Bi3jXC6JKjGFp09
gJmcNqUWt5XvL87a7Xcuq3KiKgg05LsvcbM6G6TT/H7JEfXP8S6vnwbfZLlOoM0t
xOPR/DL+/pN5sAVpb6KbjeUu4v9kWBml6nzeDzXcRKlt9gNaJlVg77C6D9oTk7sq
dk9KpaQN8nF0xsOOSmEFRzYXczoE8VPUbKVQB5VJFmtZp37jHG5yGkO1eRm8pXIN
Ws5dUGrsLFnO1iI7WWCK+n90MY0lXV7UvZVyEpQj+FhXNvuTQSyX1MfesQZ523fv
v1f4XkniKvcb3qUsihxvgNJdLY0YwcsuKhG9v8c5osbbGqtOYb9mIA+MmKv32ELX
jUK84LtYsnjOxZ4vPv6026E8SXaa9h0Kj48JJJjH06xVkynOtu/TBWxI4jqzjle1
ErbbBhXrbgX9pn0c6bFQoQ7be7Oexp210Zm4n99meLvEQtD1WYNSvvfL22Jqg9yL
GW20bKdgSRzhXfEi3w3I0qdSmxrQinnvJ1kuY9sTEsaZ4nTPJzFAn2LJePQi6Fch
74syJ32r4t9dDNcaOlmInaNyROyC9/OIkd9/INcs7URLog5QTfXwXsYiJfkAM1qz
L0REV208cul4mO5DKBKn
=SxeD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to