Source: pyentropy
Version: 0.4-1
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20110502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-pyentropy_0.4-1-amd64-TSzhjP/pyentropy-0.4'
> PYTHONPATH=WD nosetests -v -s pyentropy
> /usr/lib/python2.6/dist-packages/scipy/io/matlab/mio.py:232: FutureWarning: 
> Using oned_as default value ('column') This will change to 'row' in future 
> versions
>   oned_as=oned_as)
> pyentropy.tests.test_maxent.test_theta_roundtrip ... ERROR
> pyentropy.tests.test_maxent.test_theta_roundtrip_loaded ... ERROR
> pyentropy.tests.test_maxent.test_first_order_solve ... ERROR
> pyentropy.tests.test_maxent.test_first_order_solve_loaded ... ERROR
> pyentropy.tests.test_systems.test_1d_plugin('plugin', None) ... ok
> pyentropy.tests.test_systems.test_1d_pt('pt', None) ... ok
> pyentropy.tests.test_systems.test_1d_qe('qe', 'plugin') ... ok
> pyentropy.tests.test_systems.test_1d_qe_pt('plugin', 'pt') ... ok
> pyentropy.tests.test_systems.test_1d_plugin_sorted('plugin', None) ... ok
> pyentropy.tests.test_systems.test_1d_pt_sorted('pt', None) ... ok
> pyentropy.tests.test_systems.test_1d_qe_sorted('qe', 'plugin') ... ok
> pyentropy.tests.test_systems.test_1d_qe_pt_sorted('plugin', 'pt') ... ok
> pyentropy.tests.test_systems.test_toy1 ... ok
> pyentropy.tests.test_systems.test_toy1_sorted ... ok
> pyentropy.tests.test_utils.test_dec2base_1d ... ok
> pyentropy.tests.test_utils.test_dec2base_2d ... ok
> pyentropy.tests.test_utils.test_dec2base_noncol ... ok
> pyentropy.tests.test_utils.test_base2dec ... ok
> pyentropy.tests.test_utils.test_decimalise ... ok
> pyentropy.tests.test_utils.test_decimalise_error ... ok
> pyentropy.tests.test_utils.test_prob_naive ... ok
> pyentropy.tests.test_utils.test_prob_naive_missed_responses ... ok
> pyentropy.tests.test_utils.test_pt_bayescount(100000, 5.0) ... ok
> pyentropy.tests.test_utils.test_pt_bayescount(50, 5.0) ... ok
> pyentropy.tests.test_utils.test_pt_bayescount(30, 6.0) ... ok
> pyentropy.tests.test_utils.test_pt_bayescount(12, 7.0) ... ok
> pyentropy.tests.test_utils.test_pt_bayescount(10, 8.0) ... ok
> pyentropy.tests.test_utils.test_pt_bayescount(8, 9.0) ... ok
> pyentropy.tests.test_utils.test_pt_bayescount(7, 10.0) ... ok
> 
> ======================================================================
> ERROR: pyentropy.tests.test_maxent.test_theta_roundtrip
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/pymodules/python2.6/nose/case.py", line 187, in runTest
>     self.test(*self.arg)
>   File 
> "/build/user-pyentropy_0.4-1-amd64-TSzhjP/pyentropy-0.4/pyentropy/tests/test_maxent.py",
>  line 44, in test_theta_roundtrip
>     assert_array_almost_equal(p, a.p_from_theta(a.theta_from_p(p)))
>   File 
> "/build/user-pyentropy_0.4-1-amd64-TSzhjP/pyentropy-0.4/pyentropy/maxent.py", 
> line 411, in p_from_theta
>     p[1:] = self._p_from_theta(theta)
>   File 
> "/build/user-pyentropy_0.4-1-amd64-TSzhjP/pyentropy-0.4/pyentropy/maxent.py", 
> line 406, in _p_from_theta
>     return pnorm(np.exp(self.A.T.matvec(theta)))
>   File "/usr/lib/python2.6/dist-packages/scipy/sparse/base.py", line 384, in 
> __getattr__
>     raise AttributeError(attr + " not found")
> AttributeError: matvec not found
> 
> ======================================================================
> ERROR: pyentropy.tests.test_maxent.test_theta_roundtrip_loaded
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/pymodules/python2.6/nose/case.py", line 187, in runTest
>     self.test(*self.arg)
>   File 
> "/build/user-pyentropy_0.4-1-amd64-TSzhjP/pyentropy-0.4/pyentropy/tests/test_maxent.py",
>  line 47, in test_theta_roundtrip_loaded
>     assert_array_almost_equal(p, 
> a_loaded.p_from_theta(a_loaded.theta_from_p(p)))
>   File 
> "/build/user-pyentropy_0.4-1-amd64-TSzhjP/pyentropy-0.4/pyentropy/maxent.py", 
> line 411, in p_from_theta
>     p[1:] = self._p_from_theta(theta)
>   File 
> "/build/user-pyentropy_0.4-1-amd64-TSzhjP/pyentropy-0.4/pyentropy/maxent.py", 
> line 406, in _p_from_theta
>     return pnorm(np.exp(self.A.T.matvec(theta)))
>   File "/usr/lib/python2.6/dist-packages/scipy/sparse/base.py", line 384, in 
> __getattr__
>     raise AttributeError(attr + " not found")
> AttributeError: matvec not found
> 
> ======================================================================
> ERROR: pyentropy.tests.test_maxent.test_first_order_solve
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/pymodules/python2.6/nose/case.py", line 187, in runTest
>     self.test(*self.arg)
>   File 
> "/build/user-pyentropy_0.4-1-amd64-TSzhjP/pyentropy-0.4/pyentropy/tests/test_maxent.py",
>  line 52, in test_first_order_solve
>     p1a = a.solve(p, 1)
>   File 
> "/build/user-pyentropy_0.4-1-amd64-TSzhjP/pyentropy-0.4/pyentropy/maxent.py", 
> line 357, in solve
>     eta_sampled = Asmall.matvec(Pr[1:])
>   File "/usr/lib/python2.6/dist-packages/scipy/sparse/base.py", line 384, in 
> __getattr__
>     raise AttributeError(attr + " not found")
> AttributeError: matvec not found
> 
> ======================================================================
> ERROR: pyentropy.tests.test_maxent.test_first_order_solve_loaded
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/pymodules/python2.6/nose/case.py", line 187, in runTest
>     self.test(*self.arg)
>   File 
> "/build/user-pyentropy_0.4-1-amd64-TSzhjP/pyentropy-0.4/pyentropy/tests/test_maxent.py",
>  line 57, in test_first_order_solve_loaded
>     p1a = a.solve(p, 1)
>   File 
> "/build/user-pyentropy_0.4-1-amd64-TSzhjP/pyentropy-0.4/pyentropy/maxent.py", 
> line 357, in solve
>     eta_sampled = Asmall.matvec(Pr[1:])
>   File "/usr/lib/python2.6/dist-packages/scipy/sparse/base.py", line 384, in 
> __getattr__
>     raise AttributeError(attr + " not found")
> AttributeError: matvec not found
> 
> ----------------------------------------------------------------------
> Ran 29 tests in 1.786s
> 
> FAILED (errors=4)
> Order 1 complete. Time: Mon May  2 08:32:17 2011
> Order 2 complete. Time: Mon May  2 08:32:17 2011
> Order 3 complete. Time: Mon May  2 08:32:17 2011
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/05/02/pyentropy_0.4-1_lsid64.buildlog

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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to