Your message dated Fri, 05 Sep 2014 12:00:10 +0000
with message-id <e1xpsbw-0001tg...@franck.debian.org>
and subject line Bug#759903: fixed in seqdiag 0.9.3-1
has caused the Debian Bug report #759903,
regarding seqdiag: FTBFS: tests 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.)


-- 
759903: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759903
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: seqdiag
Version: 0.9.0-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140830 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):
> make[1]: Entering directory '/«PKGBUILDDIR»'
> set -e; \
> python2.7 /usr/bin/nosetests -vd
> test_generate_diagram.test_generator_svg('separators_in_subedge.diag', 'svg', 
> ()) ... ok
> test_generate_diagram.test_generator_svg('separators.diag', 'svg', ()) ... ok
> test_generate_diagram.test_generator_svg('plugin_autoclass.diag', 'svg', ()) 
> ... ok
> test_generate_diagram.test_generator_svg('node_notes.diag', 'svg', ()) ... ok
> test_generate_diagram.test_generator_svg('node_fontsize.diag', 'svg', ()) ... 
> ok
> test_generate_diagram.test_generator_svg('node_activated.diag', 'svg', ()) 
> ... ok
> test_generate_diagram.test_generator_svg('nested_altblock.diag', 'svg', ()) 
> ... ok
> test_generate_diagram.test_generator_svg('diagram_edge_length.diag', 'svg', 
> ()) ... ok
> test_generate_diagram.test_generator_svg('diagram_class.diag', 'svg', ()) ... 
> ok
> test_generate_diagram.test_generator_svg('altblock.diag', 'svg', ()) ... ok
> test_generate_diagram.test_generator_svg('alt_block.diag', 'svg', ()) ... ok
> test_pep8.test_pep8 ... FAIL
> test_base_noargs (test_rst_directives.TestRstDirectives) ... ok
> test_base_with_block (test_rst_directives.TestRstDirectives) ... ok
> test_base_with_block_and_filename (test_rst_directives.TestRstDirectives) ... 
> ok
> test_base_with_emptyblock (test_rst_directives.TestRstDirectives) ... ok
> test_base_with_filename (test_rst_directives.TestRstDirectives) ... ok
> test_base_with_filename_not_exists (test_rst_directives.TestRstDirectives) 
> ... ok
> test_base_with_options (test_rst_directives.TestRstDirectives) ... ok
> test_block (test_rst_directives.TestRstDirectives) ... ok
> test_block_alt (test_rst_directives.TestRstDirectives) ... ok
> test_block_fontpath1 (test_rst_directives.TestRstDirectives) ... ok
> test_block_fontpath2 (test_rst_directives.TestRstDirectives) ... ok
> test_block_inline_svg_false (test_rst_directives.TestRstDirectives) ... ok
> test_block_inline_svg_true (test_rst_directives.TestRstDirectives) ... ok
> test_block_inline_svg_true_but_nonsvg_format 
> (test_rst_directives.TestRstDirectives) ... ok
> test_block_inline_svg_true_with_multibytes 
> (test_rst_directives.TestRstDirectives) ... ok
> test_block_max_width_inline_svg (test_rst_directives.TestRstDirectives) ... ok
> test_block_maxwidth (test_rst_directives.TestRstDirectives) ... ok
> test_block_nodoctype_false (test_rst_directives.TestRstDirectives) ... ok
> test_block_nodoctype_true (test_rst_directives.TestRstDirectives) ... ok
> test_block_noviewbox_false (test_rst_directives.TestRstDirectives) ... ok
> test_block_noviewbox_true (test_rst_directives.TestRstDirectives) ... ok
> test_caption (test_rst_directives.TestRstDirectives) ... ok
> test_desctable (test_rst_directives.TestRstDirectives) ... ok
> test_desctable_for_edges (test_rst_directives.TestRstDirectives) ... ok
> test_desctable_for_nodes_and_edges (test_rst_directives.TestRstDirectives) 
> ... ok
> test_desctable_using_node_group (test_rst_directives.TestRstDirectives) ... ok
> test_desctable_with_numbered (test_rst_directives.TestRstDirectives) ... ok
> test_desctable_with_numbered_and_description 
> (test_rst_directives.TestRstDirectives) ... ok
> test_desctable_with_rest_markups (test_rst_directives.TestRstDirectives) ... 
> ok
> test_desctable_without_description (test_rst_directives.TestRstDirectives) 
> ... ok
> test_setup (test_rst_directives.TestRstDirectives) ... ok
> test_setup_with_args (test_rst_directives.TestRstDirectives) ... ok
> 
> ======================================================================
> FAIL: test_pep8.test_pep8
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/«PKGBUILDDIR»/src/seqdiag/tests/test_pep8.py", line 53, in test_pep8
>     assert report.total_errors == 0, message
> AssertionError: pep8: 1 errors / 0 warnings
> -------------------- >> begin captured stdout << ---------------------
> /«PKGBUILDDIR»/src/seqdiag/tests/test_pep8.py:46:9: E265 block comment should 
> start with '# '
> 1       E265 block comment should start with '# '
> pep8: 1 errors / 0 warnings
> 
> --------------------- >> end captured stdout << ----------------------
>     0 = <pep8.StandardReport object at 0x7fee9f177c90>.get_count('W')
>     'pep8: 1 errors / 0 warnings' = 'pep8: %d errors / %d warnings' % (1, 0)
>     print('pep8: 1 errors / 0 warnings')
> >>  assert <pep8.StandardReport object at 0x7fee9f177c90>.total_errors == 0, 
> >> 'pep8: 1 errors / 0 warnings'
>     
> 
> ----------------------------------------------------------------------
> Ran 44 tests in 1.265s
> 
> FAILED (failures=1)
> debian/rules:12: recipe for target 'override_dh_auto_test' failed
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/08/30/seqdiag_0.9.0-1_unstable.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. The build
was done with DEB_BUILD_OPTIONS="parallel=4", so if your packaging tries
to support this, it might be a good idea to explore whether this might
be the cause of the failure.

--- End Message ---
--- Begin Message ---
Source: seqdiag
Source-Version: 0.9.3-1

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

Debian distribution maintenance software
pp.
Kouhei Maeda <mkou...@palmtb.net> (supplier of updated seqdiag 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: Mon, 01 Sep 2014 11:44:35 +0900
Source: seqdiag
Binary: python-seqdiag python3-seqdiag
Architecture: source all
Version: 0.9.3-1
Distribution: unstable
Urgency: medium
Maintainer: Kouhei Maeda <mkou...@palmtb.net>
Changed-By: Kouhei Maeda <mkou...@palmtb.net>
Description:
 python-seqdiag - seqdiag generate sequence-diagram image file from spec-text 
file
 python3-seqdiag - seqdiag generate sequence-diagram image file for Python3
Closes: 759903
Changes:
 seqdiag (0.9.3-1) unstable; urgency=medium
 .
   * New upstream release
     - Fixed FTBFS test failed (Closes: #759903)
   * Supported Python 3
     - Appended python3-seqdiag package
   * debian/control
     - Build-Depends
       * Removed quilt.
       * Appended: dh-python, python-reportlab, python3-all,
         python3-setuptools, python3-pep8, python3-nose, python3-blockdiag,
         python3-reportlab
     - Standards-Version: Bump version to 3.9.5.
   * debian/rules
     - Applied pybuild.
     - Appended targets:
       * override_dh_python, override_dh_python3, convert_manpage_actdiag3
   * debian/patches
     - Removed append_test_data.
Checksums-Sha1:
 5ce55d5fe5b2bbd56ce5c1cbd01e0205d0fb7d1b 2050 seqdiag_0.9.3-1.dsc
 984ccf3b47956bd948adb33e484359f75737a861 67836 seqdiag_0.9.3.orig.tar.gz
 e74ae138e929ddd2a26f9df4156a48eafa7e8524 4920 seqdiag_0.9.3-1.debian.tar.xz
 f7cc1dc2342d49bf350851f8d3c3375804b95d4a 23842 python-seqdiag_0.9.3-1_all.deb
 4383e1b44b59508e4002e4b8fe5587705dc17432 21782 python3-seqdiag_0.9.3-1_all.deb
Checksums-Sha256:
 2a1e1a4dd28453b03abca094b081c55f8e7734d11d2d706d56a25d4ef0579454 2050 
seqdiag_0.9.3-1.dsc
 12eca614faa3e6fc6335f98aab814b7def05a16bff05af20b73233945b8f6beb 67836 
seqdiag_0.9.3.orig.tar.gz
 c925105c562a7a1c92563fc0e669c1f7c5b6584f4975897f5480ae8c4546de31 4920 
seqdiag_0.9.3-1.debian.tar.xz
 b94d941b505e17eb07424dcb7b49483b81349a33d49be7039b262fccd6939643 23842 
python-seqdiag_0.9.3-1_all.deb
 4d5621da178342f3cbe900668d7a75cbdd78378cc601142909c6c890a060f276 21782 
python3-seqdiag_0.9.3-1_all.deb
Files:
 1e385958dacdcb5a6d157e4b06fda394 23842 python optional 
python-seqdiag_0.9.3-1_all.deb
 742b2f35d75cdacbd32d0ca51f2aff06 21782 python optional 
python3-seqdiag_0.9.3-1_all.deb
 6efbb85aaac7ab315503c3e170dbf7c2 2050 python optional seqdiag_0.9.3-1.dsc
 830f7713b68cf118a1516bbf06afc796 67836 python optional 
seqdiag_0.9.3.orig.tar.gz
 8b2a58e023d9319b31504c6f178f3649 4920 python optional 
seqdiag_0.9.3-1.debian.tar.xz

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

iQIcBAEBCAAGBQJUB8dVAAoJEDIkf7tArR+m9iEP/3KxTTdGG5B9qr0e5f1DTPpi
tMikbTth3lidPyDZfrtNZIB8EpMHQs9Z9dCDDRugb/dcZtb0QApPJzhW3Q94zz6N
eg8s1J8fJPD/v6Xe6CcspxKcmOH1hi1cBqgFdSQhXAj0nUCltjce2X1GINRyaTBa
T69UaMsIRLHV7RTX9HmfeJAx6a7p0IrWcUVBoBogStICXkorcl5EB5iy/LYhqHST
FRZM9lpeSsVQN6Q6HPBj5q2AIDu32/24XoArKVDRgsF1JScJaIEmPY3R4Oto6rGu
3n9yUrqO8p9pFuSxQqUPpbr7YqXVGaBkmghVVPylYRH0nL/ilEYIqCTjcnJAVGNv
joiTF4XDEJkBdC7oMxGgtTqTl2+UwfdtOsctUZ3LC37iRfnk+aXdatONe74kR0+K
Qltzf5iYsu1Qt66Zw7FVH6YuTVv6ZIxYfvUSY4q7ZEIUKu4fUkRDqkb2r61+edha
pVoPLL26mwd7Gncp4+11j0K93OgBGwLy6xLANXCHe98c9Zm/F0G2s3qSxkI4gPF1
intDyW2R1jQ+lJWqUsknk5tgCD0CxbGe4wvRBX7GfXsb1z0VQRDCvZdGbWxI8m0X
CLW0jQvgdWaEAGS+0wtWacZa+Z6Ftt/GGy54hoeWHM4uRonkUaVcgGXXz6top+HB
4u9AW7BN6cQadVK6pM8v
=yzIS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to