Your message dated Wed, 23 Jul 2014 19:49:02 +0000
with message-id <e1xa2x8-0008ef...@franck.debian.org>
and subject line Bug#755313: fixed in pygts 0.3.1-3
has caused the Debian Bug report #755313,
regarding pygts: FTBFS: Tests failures
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.)
--
755313: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755313
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pygts
Version: 0.3.1-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140718 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»'
> dh_auto_install
> running install
> running build
> running build_py
> running build_ext
> running install_lib
> creating /«PKGBUILDDIR»/debian/python-gts/usr
> creating /«PKGBUILDDIR»/debian/python-gts/usr/lib
> creating /«PKGBUILDDIR»/debian/python-gts/usr/lib/python2.7
> creating /«PKGBUILDDIR»/debian/python-gts/usr/lib/python2.7/dist-packages
> creating /«PKGBUILDDIR»/debian/python-gts/usr/lib/python2.7/dist-packages/gts
> copying build/lib.linux-x86_64-2.7/gts/_gts.so ->
> /«PKGBUILDDIR»/debian/python-gts/usr/lib/python2.7/dist-packages/gts
> copying build/lib.linux-x86_64-2.7/gts/blender.py ->
> /«PKGBUILDDIR»/debian/python-gts/usr/lib/python2.7/dist-packages/gts
> copying build/lib.linux-x86_64-2.7/gts/pygts.py ->
> /«PKGBUILDDIR»/debian/python-gts/usr/lib/python2.7/dist-packages/gts
> copying build/lib.linux-x86_64-2.7/gts/__init__.py ->
> /«PKGBUILDDIR»/debian/python-gts/usr/lib/python2.7/dist-packages/gts
> running install_egg_info
> Writing
> /«PKGBUILDDIR»/debian/python-gts/usr/lib/python2.7/dist-packages/pygts-0.3.1.egg-info
>
>
> Setup summary
> PyGTS core: Yes
> numpy support: Yes
> mayavi found: No
>
> Report any setup problems to pygts-us...@lists.sourceforge.net
>
>
> dh_numpy
> PYTHONPATH=/«PKGBUILDDIR»/debian/python-gts/usr/lib/python2.7/dist-packages
> /«PKGBUILDDIR»/test/test.py
> test_closest (__main__.TestPointMethods) ... ok
> test_compare (__main__.TestPointMethods) ... ok
> test_distance (__main__.TestPointMethods) ... ok
> test_distance2 (__main__.TestPointMethods) ... ok
> test_getset (__main__.TestPointMethods) ... ok
> test_is_in (__main__.TestPointMethods) ... ok
> test_is_in_circle (__main__.TestPointMethods) ... ok
> test_is_in_rectangle (__main__.TestPointMethods) ... ok
> test_is_inside (__main__.TestPointMethods) ... ok
> test_new (__main__.TestPointMethods) ... ok
> test_orientation_3d (__main__.TestPointMethods) ... ok
> test_orientation_3d_sos (__main__.TestPointMethods) ... ok
> test_rotate (__main__.TestPointMethods) ... ok
> test_scale (__main__.TestPointMethods) ... ok
> test_subclass (__main__.TestPointMethods) ... ok
> test_translate (__main__.TestPointMethods) ... ok
> test_closest (__main__.TestVertexMethods) ... ok
> test_compare (__main__.TestVertexMethods) ... ok
> test_contacts (__main__.TestVertexMethods) ... ok
> test_distance (__main__.TestVertexMethods) ... ok
> test_distance2 (__main__.TestVertexMethods) ... ok
> test_encroaches (__main__.TestVertexMethods) ... ok
> test_faces (__main__.TestVertexMethods) ... ok
> test_getset (__main__.TestVertexMethods) ... ok
> test_is_boundary (__main__.TestVertexMethods) ... ok
> test_is_connected (__main__.TestVertexMethods) ... ok
> test_is_in (__main__.TestVertexMethods) ... ok
> test_is_in_circle (__main__.TestVertexMethods) ... ok
> test_is_in_rectangle (__main__.TestVertexMethods) ... ok
> test_is_inside (__main__.TestVertexMethods) ... ok
> test_is_unattached (__main__.TestVertexMethods) ... ok
> test_neighbors (__main__.TestVertexMethods) ... ok
> test_new (__main__.TestVertexMethods) ... ok
> test_orientation_3d (__main__.TestVertexMethods) ... ok
> test_orientation_3d_sos (__main__.TestVertexMethods) ... ok
> test_replace (__main__.TestVertexMethods) ... ok
> test_rotate (__main__.TestVertexMethods) ... ok
> test_scale (__main__.TestVertexMethods) ... ok
> test_subclass (__main__.TestVertexMethods) ... ok
> test_translate (__main__.TestVertexMethods) ... ok
> test_triangles (__main__.TestVertexMethods) ... ok
> test_compare (__main__.TestSegmentMethods) ... ok
> test_connects (__main__.TestSegmentMethods) ... ok
> test_getset (__main__.TestSegmentMethods) ... ok
> test_intersection (__main__.TestSegmentMethods) ... ok
> test_intersects (__main__.TestSegmentMethods) ... ok
> test_is_ok (__main__.TestSegmentMethods) ... ok
> test_midvertex (__main__.TestSegmentMethods) ... ok
> test_new (__main__.TestSegmentMethods) ... ok
> test_subclass (__main__.TestSegmentMethods) ... ok
> test_touches (__main__.TestSegmentMethods) ... ok
> test_belongs_to_tetrahedron (__main__.TestEdgeMethods) ... ok
> test_compare (__main__.TestEdgeMethods) ... ok
> test_connects (__main__.TestEdgeMethods) ... ok
> test_contacts (__main__.TestEdgeMethods) ... ok
> test_face_number (__main__.TestEdgeMethods) ... ok
> test_getset (__main__.TestEdgeMethods) ... ok
> test_intersection (__main__.TestEdgeMethods) ... ok
> test_intersects (__main__.TestEdgeMethods) ... ok
> test_is_boundary (__main__.TestEdgeMethods) ... ok
> test_is_ok (__main__.TestEdgeMethods) ... ok
> test_is_unattached (__main__.TestEdgeMethods) ... ok
> test_midvertex (__main__.TestEdgeMethods) ... ok
> test_new (__main__.TestEdgeMethods) ... ok
> test_subclass (__main__.TestEdgeMethods) ... ok
> test_touches (__main__.TestEdgeMethods) ... ok
> test_angle (__main__.TestTriangleMethods) ... ok
> test_area (__main__.TestTriangleMethods) ... ok
> test_circumcenter (__main__.TestTriangleMethods) ... ok
> test_common_edge (__main__.TestTriangleMethods) ... ok
> test_compare (__main__.TestTriangleMethods) ... ok
> test_getset (__main__.TestTriangleMethods) ... ok
> test_interpolate_height (__main__.TestTriangleMethods) ... ok
> test_is_compatible (__main__.TestTriangleMethods) ... ok
> test_is_ok (__main__.TestTriangleMethods) ... ok
> test_is_stabbed (__main__.TestTriangleMethods) ... ok
> test_new (__main__.TestTriangleMethods) ... ok
> test_normal (__main__.TestTriangleMethods) ... ok
> test_opposite (__main__.TestTriangleMethods) ... ok
> test_orientation (__main__.TestTriangleMethods) ... ok
> test_perimeter (__main__.TestTriangleMethods) ... ok
> test_quality (__main__.TestTriangleMethods) ... ok
> test_revert (__main__.TestTriangleMethods) ... ok
> test_subclass (__main__.TestTriangleMethods) ... ok
> test_vertices (__main__.TestTriangleMethods) ... ok
> test_angle (__main__.TestFaceMethods) ... ok
> test_area (__main__.TestFaceMethods) ... ok
> test_circumcenter (__main__.TestFaceMethods) ... ok
> test_common_edge (__main__.TestFaceMethods) ... ok
> test_compare (__main__.TestFaceMethods) ... ok
> test_getset (__main__.TestFaceMethods) ... ok
> test_interpolate_height (__main__.TestFaceMethods) ... ok
> test_is_compatible (__main__.TestFaceMethods) ... ok
> test_is_ok (__main__.TestFaceMethods) ... ok
> test_is_on (__main__.TestFaceMethods) ... ok
> test_is_stabbed (__main__.TestFaceMethods) ... ok
> test_is_unattached (__main__.TestFaceMethods) ... ok
> test_neighbor_number (__main__.TestFaceMethods) ... ok
> test_neighbors (__main__.TestFaceMethods) ... ok
> test_new (__main__.TestFaceMethods) ... ok
> test_normal (__main__.TestFaceMethods) ... ok
> test_opposite (__main__.TestFaceMethods) ... ok
> test_orientation (__main__.TestFaceMethods) ... ok
> test_perimeter (__main__.TestFaceMethods) ... ok
> test_quality (__main__.TestFaceMethods) ... ok
> test_revert (__main__.TestFaceMethods) ... ok
> test_subclass (__main__.TestFaceMethods) ... ok
> test_vertices (__main__.TestFaceMethods) ... ok
> test_Nedges (__main__.TestSurfaceMethods) ... ok
> test_Nfaces (__main__.TestSurfaceMethods) ... ok
> test_Nvertices (__main__.TestSurfaceMethods) ... ok
> test_add (__main__.TestSurfaceMethods) ... FAIL
> test_area (__main__.TestSurfaceMethods) ... ok
> test_center_of_area (__main__.TestSurfaceMethods) ... ok
> test_center_of_mass (__main__.TestSurfaceMethods) ... ok
> test_cleanup (__main__.TestSurfaceMethods) ... ok
> test_copy (__main__.TestSurfaceMethods) ... ok
> test_distance (__main__.TestSurfaceMethods) ... ok
> test_distance_2 (__main__.TestSurfaceMethods) ... ok
> test_edges (__main__.TestSurfaceMethods) ... ok
> test_faces (__main__.TestSurfaceMethods) ... ok
> test_fan_oriented (__main__.TestSurfaceMethods) ... ok
> test_indices (__main__.TestSurfaceMethods) ... ok
> test_inter (__main__.TestSurfaceMethods) ... ok
> test_is_closed (__main__.TestSurfaceMethods) ... ok
> test_is_manifold (__main__.TestSurfaceMethods) ... ok
> test_is_orientable (__main__.TestSurfaceMethods) ... ok
> test_is_self_intersecting (__main__.TestSurfaceMethods) ... ok
> test_iter (__main__.TestSurfaceMethods) ... ok
> test_iter2 (__main__.TestSurfaceMethods) ... ok
> test_manifold_faces (__main__.TestSurfaceMethods) ... ok
> test_new (__main__.TestSurfaceMethods) ... ok
> test_parent (__main__.TestSurfaceMethods) ... ok
> test_quality_stats (__main__.TestSurfaceMethods) ... ok
> test_readwrite (__main__.TestSurfaceMethods) ... ok
> test_remove (__main__.TestSurfaceMethods) ... ok
> test_rotate (__main__.TestSurfaceMethods) ... ok
> test_scale (__main__.TestSurfaceMethods) ... ok
> test_split (__main__.TestSurfaceMethods) ... ok
> test_stats (__main__.TestSurfaceMethods) ... ok
> test_strip (__main__.TestSurfaceMethods) ... ok
> test_subclass (__main__.TestSurfaceMethods) ... ok
> test_tessellate (__main__.TestSurfaceMethods) ... ok
> test_translate (__main__.TestSurfaceMethods) ... ok
> test_vertices (__main__.TestSurfaceMethods) ... ok
> test_volume (__main__.TestSurfaceMethods) ... ok
> test_isosurface (__main__.TestFunctions) ... ok
> test_merge (__main__.TestFunctions) ... ok
> test_segments (__main__.TestFunctions) ... ok
> test_triangle_enclosing (__main__.TestFunctions) ... ok
> test_triangles (__main__.TestFunctions) ... ok
> test_vertices (__main__.TestFunctions) ... ok
>
> ======================================================================
> FAIL: test_add (__main__.TestSurfaceMethods)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/«PKGBUILDDIR»/test/test.py", line 1982, in test_add
> self.assert_(face in s1)
> AssertionError: False is not true
>
> ----------------------------------------------------------------------
> Ran 152 tests in 0.909s
>
> FAILED (failures=1)
> debian/rules:9: recipe for target 'override_dh_auto_install' failed
> make[1]: *** [override_dh_auto_install] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/07/18/pygts_0.3.1-2_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.
--- End Message ---
--- Begin Message ---
Source: pygts
Source-Version: 0.3.1-3
We believe that the bug you reported is fixed in the latest version of
pygts, 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 755...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anton Gladky <gl...@debian.org> (supplier of updated pygts 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: SHA1
Format: 1.8
Date: Wed, 23 Jul 2014 21:04:51 +0200
Source: pygts
Binary: python-gts
Architecture: source amd64
Version: 0.3.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Description:
python-gts - Python wrapper for the GNU Triangulated Surface library (GTS)
Closes: 755313
Changes:
pygts (0.3.1-3) unstable; urgency=medium
.
* [7916e4d] Set Standards-Version 3.9.5, no changes.
* [3b306c1] Set canonical VCS.
* [f042600] Use wrap-and-sort.
* [38691a8] Relax assert_ to assertAlmostEqual in test. (Closes: #755313)
* [cbbb871] Ignore quilt dir.
* [b0fc62f] Add autopkgtest.
Checksums-Sha1:
8ac92974d6b139ee7490fea224a52ef2459911ab 2012 pygts_0.3.1-3.dsc
7e87c5a4783074a6cd9557423be8e3473157dc2a 14116 pygts_0.3.1-3.debian.tar.xz
88a1e56d1faf946d101262802d57279bbc159984 82336 python-gts_0.3.1-3_amd64.deb
Checksums-Sha256:
318d7dcd2600886a26022d7e54b1dd5e1ccab118258453caf08c51baeae9a8dc 2012
pygts_0.3.1-3.dsc
f64bfaa0723bfff15374db8a81fde5be92b3ceeefa62d24e1fa4a5c56383d351 14116
pygts_0.3.1-3.debian.tar.xz
dfaa40500235207bf1da5902bbcd28bf619d0da72f5b29a59b294be10dd36433 82336
python-gts_0.3.1-3_amd64.deb
Files:
291fbe693d7be8ce2136deab888bc3dd 82336 python optional
python-gts_0.3.1-3_amd64.deb
e84239477b89b090a5997856fc794892 2012 python optional pygts_0.3.1-3.dsc
04b491dd5663eb9b262f2cfc6dd504a8 14116 python optional
pygts_0.3.1-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJT0A3vAAoJENPhc4PPp/8G9loP/0Sufg3vIhsXPP7j9EWrwcW8
OBhl834uNbvYXYzamjdwEHdP1H4vMWnBmDB1IB2/vzRc3BS7aZtb6HXqj7zM/UFA
aw/L7eBDjdbqhjd5LNT1GTCYC4bP8YENpxlZ03X9oAI5xM3HUTEE7z6D+COwNyL7
ZiLs2RcNBV8iwWvFVJUeuU1X4Ix5T9pdkGk1Uq3Cjxg+E+kgtjDJVHpq+mIo2rM/
uMjpjHJC5lmovCEUOCD4VpNjA4WirqFR68yLN6pz3RaYt33JUaLaG6G4pDJ1WVsl
h+7sM04nZkD02OuWYumCLhPfTEMcusltlxbc6uWlz1261sgG8PkMx27+XzzMjvMB
CuB1SJWV9o1djA2+buebnOVjF1nPBsHun/Famrxrbv8QffV5SFrJFf8z3LLfho3L
c/bhe76mVUSRDXGPbK5MeSVqJqH2Kokh9nTomn8W5EmcNDSa0MwYYsWlTfREo78X
Sjyy30sLrZNl+M/gHssXVDb3fPeteaRymZsTdr698+gp+1ayIN4MweKczGPHLiy5
8xYjb/pXlXph2O2AuVgH+GQ5hblMnyiaDGCAnZaCQciSn5SYRvt0vuI6AYBSSrQ1
ZzAPOoFRzd8wLgrviDeZKqAvbrSWGtdyPXhXJO+J+pTGHWa/LnOx026c94n8qkX1
Q5Vkhl8RNjusMF71ety8
=fIwm
-----END PGP SIGNATURE-----
--- End Message ---