Your message dated Thu, 3 Nov 2016 21:22:07 -0400
with message-id <20161104012207.5eyr4fit56xbm...@hopa.kiewit.dartmouth.edu>
and subject line Re: Bug#841299: patsy: FTBFS (AssertionError)
has caused the Debian Bug report #841299,
regarding patsy: FTBFS (AssertionError)
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.)
--
841299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841299
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:patsy
Version: 0.4.1-2
Severity: serious
Dear maintainer:
I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
: # Explicit build system to avoid use of all-in-1 Makefile
dh build-indep --buildsystem=python_distutils --with python2,python3
dh: Compatibility levels before 9 are deprecated (level 7 in use)
dh_testdir -i -O--buildsystem=python_distutils
dh_update_autotools_config -i -O--buildsystem=python_distutils
dh_auto_configure -i -O--buildsystem=python_distutils
dh_auto_configure: Compatibility levels before 9 are deprecated (level 7 in use)
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
python3.5 setup.py build
running build
running build_py
[... snipped ...]
0.0 0 19, 0 1
0.052632 1 18, 0 1
0.105263 2 17, 0 1
0.157895 3 16, 0 1
0.210526 4 15, 0 1
0.263158 5 14, 0 1
0.315789 6 13, 0 1
0.368421 7 12, 0 1
0.421053 8 11, 0 1
0.473684 9 10, 0 1
0.526316 10 9, 0 1
0.578947 11 8, 0 1
0.631579 12 7, 0 1
0.6842ok
======================================================================
FAIL: patsy.test_build.test_return_type_pandas
----------------------------------------------------------------------
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>>/debian/tmp/usr/lib/python2.7/dist-packages/patsy/test_build.py",
line 428, in test_return_type_pandas
assert int_df.index.equals([10, 20, 30])
AssertionError
======================================================================
FAIL: patsy.test_highlevel.test_dmatrix_NA_action
----------------------------------------------------------------------
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>>/debian/tmp/usr/lib/python2.7/dist-packages/patsy/test_highlevel.py",
line 675, in test_dmatrix_NA_action
assert mat.index.equals([1, 2])
AssertionError
----------------------------------------------------------------------
Ran 39 tests in 49.540s
FAILED (failures=2)
11 13 6, 0 1
0.736842 14 5, 0 1
0.789474 15 4, 0 1
0.842105 16 3, 0 1
0.894737 17 2, 0 1
0.947368 18 1, 0 1
1.0 19 0]
debian/rules:56: recipe for target 'python-test2.7' failed
make[1]: *** [python-test2.7] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:33: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit
status 2
--------------------------------------------------------------------------------
The relevant part of the build log is included above.
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the page for this package.
BTW: If you are looking for some build-depends to blame, "patsy" used to
build ok in stretch on 20161010, so it would be some package that
entered testing between 20161010 and 20161019.
Thanks.
--- End Message ---
--- Begin Message ---
Version: 0.4.1+git34-ga5b54c2-1
I have just uploaded the snapshot of patsy, which built for me just fine
on sid and any other recent debian/ubuntu release for neurodebian. So I
guess issue was resolved one way or another. reopen if I am mistaken
On Wed, 19 Oct 2016, Santiago Vila wrote:
> Package: src:patsy
> Version: 0.4.1-2
> Severity: serious
> Dear maintainer:
> I tried to build this package in stretch with "dpkg-buildpackage -A"
> (which is what the "Arch: all" autobuilder would do to build it)
> but it failed:
> --------------------------------------------------------------------------------
> [...]
> debian/rules build-indep
> : # Explicit build system to avoid use of all-in-1 Makefile
> dh build-indep --buildsystem=python_distutils --with python2,python3
> dh: Compatibility levels before 9 are deprecated (level 7 in use)
> dh_testdir -i -O--buildsystem=python_distutils
> dh_update_autotools_config -i -O--buildsystem=python_distutils
> dh_auto_configure -i -O--buildsystem=python_distutils
> dh_auto_configure: Compatibility levels before 9 are deprecated (level 7 in
> use)
> debian/rules override_dh_auto_build
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> python3.5 setup.py build
> running build
> running build_py
> [... snipped ...]
> 0.0 0 19, 0 1
> 0.052632 1 18, 0 1
> 0.105263 2 17, 0 1
> 0.157895 3 16, 0 1
> 0.210526 4 15, 0 1
> 0.263158 5 14, 0 1
> 0.315789 6 13, 0 1
> 0.368421 7 12, 0 1
> 0.421053 8 11, 0 1
> 0.473684 9 10, 0 1
> 0.526316 10 9, 0 1
> 0.578947 11 8, 0 1
> 0.631579 12 7, 0 1
> 0.6842ok
> ======================================================================
> FAIL: patsy.test_build.test_return_type_pandas
> ----------------------------------------------------------------------
> 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>>/debian/tmp/usr/lib/python2.7/dist-packages/patsy/test_build.py",
> line 428, in test_return_type_pandas
> assert int_df.index.equals([10, 20, 30])
> AssertionError
> ======================================================================
> FAIL: patsy.test_highlevel.test_dmatrix_NA_action
> ----------------------------------------------------------------------
> 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>>/debian/tmp/usr/lib/python2.7/dist-packages/patsy/test_highlevel.py",
> line 675, in test_dmatrix_NA_action
> assert mat.index.equals([1, 2])
> AssertionError
> ----------------------------------------------------------------------
> Ran 39 tests in 49.540s
> FAILED (failures=2)
> 11 13 6, 0 1
> 0.736842 14 5, 0 1
> 0.789474 15 4, 0 1
> 0.842105 16 3, 0 1
> 0.894737 17 2, 0 1
> 0.947368 18 1, 0 1
> 1.0 19 0]
> debian/rules:56: recipe for target 'python-test2.7' failed
> make[1]: *** [python-test2.7] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> debian/rules:33: recipe for target 'binary-indep' failed
> make: *** [binary-indep] Error 2
> dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit
> status 2
> --------------------------------------------------------------------------------
> The relevant part of the build log is included above.
> If this is really a bug in one of the build-depends, please use reassign and
> affects,
> so that this is still visible in the page for this package.
> BTW: If you are looking for some build-depends to blame, "patsy" used to
> build ok in stretch on 20161010, so it would be some package that
> entered testing between 20161010 and 20161019.
> Thanks.
--
Yaroslav O. Halchenko
Center for Open Neuroscience http://centerforopenneuroscience.org
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419
WWW: http://www.linkedin.com/in/yarik
--- End Message ---