Your message dated Sun, 09 Feb 2014 19:48:33 +0000
with message-id <e1wcamk-0004ec...@franck.debian.org>
and subject line Bug#735804: fixed in pandas 0.13.1-2
has caused the Debian Bug report #735804,
regarding statsmodels: 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.)


-- 
735804: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735804
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: statsmodels
Version: 0.5.0+git13-g8e07d34-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140114 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):
> statsmodels.tsa.tests.test_tsa_tools.test_add_lag_drop_insert ... ok
> statsmodels.tsa.tests.test_tsa_tools.test_add_lag_drop_noinsert ... ok
> 
> ======================================================================
> FAIL: statsmodels.stats.tests.test_anova.TestAnova2.test_results
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/«BUILDDIR»/statsmodels-0.5.0+git13-g8e07d34/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/stats/tests/test_anova.py",
>  line 149, in test_results
>     np.testing.assert_equal(results['df'].values, Df)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 257, in 
> assert_equal
>     return assert_array_equal(actual, desired, err_msg, verbose)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 719, in 
> assert_array_equal
>     verbose=verbose, header='Arrays are not equal')
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 645, in 
> assert_array_compare
>     raise AssertionError(msg)
> AssertionError: 
> Arrays are not equal
> 
> (mismatch 25.0%)
>  x: array([ 1.,  2.,  2.,  0.])
>  y: array([ 1,  2,  2, 51])
> 
> ======================================================================
> FAIL: statsmodels.stats.tests.test_anova.TestAnova2HC0.test_results
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/«BUILDDIR»/statsmodels-0.5.0+git13-g8e07d34/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/stats/tests/test_anova.py",
>  line 177, in test_results
>     np.testing.assert_equal(results['df'].values, Df)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 257, in 
> assert_equal
>     return assert_array_equal(actual, desired, err_msg, verbose)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 719, in 
> assert_array_equal
>     verbose=verbose, header='Arrays are not equal')
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 645, in 
> assert_array_compare
>     raise AssertionError(msg)
> AssertionError: 
> Arrays are not equal
> 
> (mismatch 25.0%)
>  x: array([ 1.,  2.,  2.,  0.])
>  y: array([ 1,  2,  2, 51])
> 
> ======================================================================
> FAIL: statsmodels.stats.tests.test_anova.TestAnova2HC1.test_results
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/«BUILDDIR»/statsmodels-0.5.0+git13-g8e07d34/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/stats/tests/test_anova.py",
>  line 204, in test_results
>     np.testing.assert_equal(results['df'].values, Df)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 257, in 
> assert_equal
>     return assert_array_equal(actual, desired, err_msg, verbose)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 719, in 
> assert_array_equal
>     verbose=verbose, header='Arrays are not equal')
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 645, in 
> assert_array_compare
>     raise AssertionError(msg)
> AssertionError: 
> Arrays are not equal
> 
> (mismatch 25.0%)
>  x: array([ 1.,  2.,  2.,  0.])
>  y: array([ 1,  2,  2, 51])
> 
> ======================================================================
> FAIL: statsmodels.stats.tests.test_anova.TestAnova2HC2.test_results
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/«BUILDDIR»/statsmodels-0.5.0+git13-g8e07d34/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/stats/tests/test_anova.py",
>  line 232, in test_results
>     np.testing.assert_equal(results['df'].values, Df)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 257, in 
> assert_equal
>     return assert_array_equal(actual, desired, err_msg, verbose)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 719, in 
> assert_array_equal
>     verbose=verbose, header='Arrays are not equal')
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 645, in 
> assert_array_compare
>     raise AssertionError(msg)
> AssertionError: 
> Arrays are not equal
> 
> (mismatch 25.0%)
>  x: array([ 1.,  2.,  2.,  0.])
>  y: array([ 1,  2,  2, 51])
> 
> ======================================================================
> FAIL: statsmodels.stats.tests.test_anova.TestAnova2HC3.test_results
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/«BUILDDIR»/statsmodels-0.5.0+git13-g8e07d34/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/stats/tests/test_anova.py",
>  line 259, in test_results
>     np.testing.assert_equal(results['df'].values, Df)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 257, in 
> assert_equal
>     return assert_array_equal(actual, desired, err_msg, verbose)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 719, in 
> assert_array_equal
>     verbose=verbose, header='Arrays are not equal')
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 645, in 
> assert_array_compare
>     raise AssertionError(msg)
> AssertionError: 
> Arrays are not equal
> 
> (mismatch 25.0%)
>  x: array([ 1.,  2.,  2.,  0.])
>  y: array([ 1,  2,  2, 51])
> 
> ======================================================================
> FAIL: statsmodels.stats.tests.test_anova.TestAnova3.test_results
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/«BUILDDIR»/statsmodels-0.5.0+git13-g8e07d34/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/stats/tests/test_anova.py",
>  line 286, in test_results
>     np.testing.assert_equal(results['df'].values, Df)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 257, in 
> assert_equal
>     return assert_array_equal(actual, desired, err_msg, verbose)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 719, in 
> assert_array_equal
>     verbose=verbose, header='Arrays are not equal')
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 645, in 
> assert_array_compare
>     raise AssertionError(msg)
> AssertionError: 
> Arrays are not equal
> 
> (mismatch 20.0%)
>  x: array([ 1.,  1.,  2.,  2.,  0.])
>  y: array([ 1,  1,  2,  2, 51])
> 
> ======================================================================
> FAIL: statsmodels.stats.tests.test_anova.TestAnova3HC0.test_results
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/«BUILDDIR»/statsmodels-0.5.0+git13-g8e07d34/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/stats/tests/test_anova.py",
>  line 314, in test_results
>     np.testing.assert_equal(results['df'].values, Df)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 257, in 
> assert_equal
>     return assert_array_equal(actual, desired, err_msg, verbose)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 719, in 
> assert_array_equal
>     verbose=verbose, header='Arrays are not equal')
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 645, in 
> assert_array_compare
>     raise AssertionError(msg)
> AssertionError: 
> Arrays are not equal
> 
> (mismatch 20.0%)
>  x: array([ 1.,  1.,  2.,  2.,  0.])
>  y: array([ 1,  1,  2,  2, 51])
> 
> ======================================================================
> FAIL: statsmodels.stats.tests.test_anova.TestAnova3HC1.test_results
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/«BUILDDIR»/statsmodels-0.5.0+git13-g8e07d34/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/stats/tests/test_anova.py",
>  line 341, in test_results
>     np.testing.assert_equal(results['df'].values, Df)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 257, in 
> assert_equal
>     return assert_array_equal(actual, desired, err_msg, verbose)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 719, in 
> assert_array_equal
>     verbose=verbose, header='Arrays are not equal')
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 645, in 
> assert_array_compare
>     raise AssertionError(msg)
> AssertionError: 
> Arrays are not equal
> 
> (mismatch 20.0%)
>  x: array([ 1.,  1.,  2.,  2.,  0.])
>  y: array([ 1,  1,  2,  2, 51])
> 
> ======================================================================
> FAIL: statsmodels.stats.tests.test_anova.TestAnova3HC2.test_results
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/«BUILDDIR»/statsmodels-0.5.0+git13-g8e07d34/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/stats/tests/test_anova.py",
>  line 368, in test_results
>     np.testing.assert_equal(results['df'].values, Df)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 257, in 
> assert_equal
>     return assert_array_equal(actual, desired, err_msg, verbose)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 719, in 
> assert_array_equal
>     verbose=verbose, header='Arrays are not equal')
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 645, in 
> assert_array_compare
>     raise AssertionError(msg)
> AssertionError: 
> Arrays are not equal
> 
> (mismatch 20.0%)
>  x: array([ 1.,  1.,  2.,  2.,  0.])
>  y: array([ 1,  1,  2,  2, 51])
> 
> ======================================================================
> FAIL: statsmodels.stats.tests.test_anova.TestAnova3HC3.test_results
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/«BUILDDIR»/statsmodels-0.5.0+git13-g8e07d34/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/stats/tests/test_anova.py",
>  line 395, in test_results
>     np.testing.assert_equal(results['df'].values, Df)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 257, in 
> assert_equal
>     return assert_array_equal(actual, desired, err_msg, verbose)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 719, in 
> assert_array_equal
>     verbose=verbose, header='Arrays are not equal')
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 645, in 
> assert_array_compare
>     raise AssertionError(msg)
> AssertionError: 
> Arrays are not equal
> 
> (mismatch 20.0%)
>  x: array([ 1.,  1.,  2.,  2.,  0.])
>  y: array([ 1,  1,  2,  2, 51])
> 
> ----------------------------------------------------------------------
> Ran 2860 tests in 591.357s
> 
> FAILED (SKIP=18, failures=10)
> Optimization terminated successfully.
>          Current function value: 1.792972
>          Iterations: 386
>          Function evaluations: 588
> Optimization terminated successfully.
>          Current function value: 5.327270
>          Iterations: 341
>          Function evaluations: 680
> make[1]: *** [python-test2.7] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/01/14/statsmodels_0.5.0+git13-g8e07d34-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.

--- End Message ---
--- Begin Message ---
Source: pandas
Source-Version: 0.13.1-2

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

Debian distribution maintenance software
pp.
Yaroslav Halchenko <deb...@onerussian.com> (supplier of updated pandas 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: Sat, 08 Feb 2014 12:46:42 -0500
Source: pandas
Binary: python-pandas python3-pandas python-pandas-lib python3-pandas-lib
Architecture: source all amd64
Version: 0.13.1-2
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian Team <t...@neuro.debian.net>
Changed-By: Yaroslav Halchenko <deb...@onerussian.com>
Description: 
 python-pandas - data structures for "relational" or "labeled" data
 python-pandas-lib - low-level implementations and bindings for pandas
 python3-pandas - data structures for "relational" or "labeled" data - Python 3
 python3-pandas-lib - low-level implementations and bindings for pandas - 
Python 3
Closes: 735804
Changes: 
 pandas (0.13.1-2) unstable; urgency=low
 .
   * debian/patches/changeset_6d56e7300d66d3ba76684334bbb44b6cd0ea9f61.diff
     to fix FTBFS of statsmodels due to failing tests (Closes: #735804)
Checksums-Sha1: 
 12d6fd95178a5289959c6d26cff0df098dd75da0 2106 pandas_0.13.1-2.dsc
 2ce8e0a61a7a35624c6dbe266aed7ab7a9304e8a 1423128 pandas_0.13.1-2.debian.tar.xz
 ef75141fcaf5d46a351b79091cdf3b810c8d7fab 1088844 python-pandas_0.13.1-2_all.deb
 ee7ee5ecf4315dea4f58afb70afe773c1fda7949 1083240 
python3-pandas_0.13.1-2_all.deb
 89fc2d76dc8471d096f1888e4cf4378884356324 1122294 
python-pandas-lib_0.13.1-2_amd64.deb
 8258f2bc7fa6beb633bf3b38d218655671fcafae 1145254 
python3-pandas-lib_0.13.1-2_amd64.deb
Checksums-Sha256: 
 71f497f7dd44be1a85dfa9ef716a88edfebe20103caef151b3fdfd1849fa59bb 2106 
pandas_0.13.1-2.dsc
 25a39a7d70e8c8047699bb8a5df9af346145bedf62f9636ed9c975d3be397357 1423128 
pandas_0.13.1-2.debian.tar.xz
 73bf680ab29fb9ce85a2dad7a41eca2fb37d7994eb0c00e7b7f3de8f53e1b173 1088844 
python-pandas_0.13.1-2_all.deb
 32032d280ab8d6a2878af48c5e2c37b7b52cdaeed02a1ebecfc26ee8b1b278d4 1083240 
python3-pandas_0.13.1-2_all.deb
 0dee35ab03154b90599e99016e6b52c531596e9526791657303ca99704b7c693 1122294 
python-pandas-lib_0.13.1-2_amd64.deb
 205700a9455e378d60d36cc45be1ba942231f8d7a6d42eaa91a1290b803105a8 1145254 
python3-pandas-lib_0.13.1-2_amd64.deb
Files: 
 0ead0f24f9fa232c238980bedd403c4c 2106 python optional pandas_0.13.1-2.dsc
 8a5fdf7b8bc5a484c41e5e11d0275954 1423128 python optional 
pandas_0.13.1-2.debian.tar.xz
 3ed91839f3bf6210a9b4fa6bd4ebecd8 1088844 python optional 
python-pandas_0.13.1-2_all.deb
 ecfd60caf1dd51c6af28cdc3041b409c 1083240 python optional 
python3-pandas_0.13.1-2_all.deb
 433ee5dd5606e87c084563eccf699493 1122294 python optional 
python-pandas-lib_0.13.1-2_amd64.deb
 b5b6a5ba1ad8ad652f8a8dc7d87fb16e 1145254 python optional 
python3-pandas-lib_0.13.1-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlL32k8ACgkQjRFFY3XAJMjytgCggBDBpmUnN7RSVVzoO30/ErCa
lXcAnjJDzMBsGyb6pGeLpPj1brcE6pBk
=d2AP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to