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.