[mlpack-svn] [MLPACK] #194: ARM build mlpack_test fails

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Mon Jan 30 17:20:31 EST 2012


#194: ARM build mlpack_test fails
----------------------+-----------------------------------------------------
  Reporter:  jcline3  |        Owner:  jcline3
      Type:  defect   |       Status:  new    
  Priority:  trivial  |    Milestone:         
 Component:  mlpack   |   Resolution:         
  Keywords:  arm      |     Blocking:         
Blocked By:           |  
----------------------+-----------------------------------------------------
Description changed by jcline3:

Old description:

> Built on the ASUS Transformer Prime inside Arch Linux ARM chroot.
>
> armadillo 2.4.2
> blas 3.4
> lapack 3.4
> gcc 4.6.2
>

> {{{
> ./bin/mlpack_test
> Running 169 test cases...
> /home/vil/mlpack/trunk/src/mlpack/tests/cli_test.cpp(199): fatal error in
> "TestPrefixedOutStreamModifiers": critical check ss.str() == "\033[0;32m"
> "[INFO ] " "\033[0m" "I have a precise number which is 000156" failed
> [[INFO ] I have a precise number which is Failed
> lexical_cast<std::string>(T) for output; output not shown.
> Failed lexical_cast<std::string>(T) for output; output not shown.
> 156 != [INFO ] I have a precise number which is 000156]
> /home/vil/mlpack/trunk/src/mlpack/tests/distribution_test.cpp(65): fatal
> error in "DiscreteDistributionRandomTest": difference{-nan%} between
> actualProb(0){-nan} and 0.3{0.29999999999999999} exceeds 8%
> [DEBUG] Iteration 0: log-likelihood 0
> [DEBUG] Converged after 0 iterations.
> [DEBUG] Iteration 0: log-likelihood -120.45773184227049
> [DEBUG] Iteration 1: log-likelihood -99.813194000632095
> [DEBUG] Iteration 2: log-likelihood -99.813194000632095
> [DEBUG] Converged after 2 iterations.
> [DEBUG] Iteration 0: log-likelihood -238480.56345104999
> [DEBUG] Iteration 1: log-likelihood -159844.24997759404
> [DEBUG] Iteration 2: log-likelihood -159844.24997759404
> [DEBUG] Converged after 2 iterations.
> [DEBUG] Iteration 0: log-likelihood -108006.35822989396
> [DEBUG] Iteration 1: log-likelihood -107991.09625675959
> [DEBUG] Iteration 2: log-likelihood -107991.05837097802
> [DEBUG] Iteration 3: log-likelihood -107991.05684464579
> [DEBUG] Iteration 4: log-likelihood -107991.05669689408
> [DEBUG] Iteration 5: log-likelihood -107991.05667285752
> [DEBUG] Iteration 6: log-likelihood -107991.05666700477
> [DEBUG] Converged after 6 iterations.
> [DEBUG] GMM::GMM(): no parameters given; Estimate() will fail unless
> parameters are set.
> [DEBUG] Point 26 assigned to empty cluster 0.
> [DEBUG] Point 24 assigned to empty cluster 3.
> [DEBUG] Point 25 assigned to empty cluster 4.
> [DEBUG] Point 20 assigned to empty cluster 8.
> [DEBUG] Point 21 assigned to empty cluster 9.
> [DEBUG] Point 26 assigned to empty cluster 10.
> [DEBUG] Point 18 assigned to empty cluster 0.
> [DEBUG] Point 2 assigned to empty cluster 2.
> [WARN ] Cannot determine type of file 'noextension'; no extension is
> present.  Load failed.
> [WARN ] No extension given with filename 'noextension'; type unknown.
> Save failed.
> [WARN ] Cannot open file 'nonexistentfile_______________.csv'; load
> failed.
> [WARN ] Loading 'test_file.bin' as raw binary formatted data; but this
> may not be the actual filetype!
>
> *** 2 failures detected in test suite "MLPACKTest"
> }}}

New description:

 Built on the ASUS Transformer Prime inside Arch Linux ARM chroot.

 armadillo 2.4.2
 blas 3.4
 lapack 3.4
 gcc 4.6.2


 {{{
 ./bin/mlpack_test
 Running 169 test cases...
 /home/vil/mlpack/trunk/src/mlpack/tests/cli_test.cpp(199): fatal error in
 "TestPrefixedOutStreamModifiers": critical check ss.str() == "\033[0;32m"
 "[INFO ] " "\033[0m" "I have a precise number which is 000156" failed
 [[INFO ] I have a precise number which is Failed
 lexical_cast<std::string>(T) for output; output not shown.
 Failed lexical_cast<std::string>(T) for output; output not shown.
 156 != [INFO ] I have a precise number which is 000156]
 /home/vil/mlpack/trunk/src/mlpack/tests/distribution_test.cpp(65): fatal
 error in "DiscreteDistributionRandomTest": difference{-nan%} between
 actualProb(0){-nan} and 0.3{0.29999999999999999} exceeds 8%
 [DEBUG] Iteration 0: log-likelihood 0
 [DEBUG] Converged after 0 iterations.
 [DEBUG] Iteration 0: log-likelihood -120.45773184227049
 [DEBUG] Iteration 1: log-likelihood -99.813194000632095
 [DEBUG] Iteration 2: log-likelihood -99.813194000632095
 [DEBUG] Converged after 2 iterations.
 [DEBUG] Iteration 0: log-likelihood -238480.56345104999
 [DEBUG] Iteration 1: log-likelihood -159844.24997759404
 [DEBUG] Iteration 2: log-likelihood -159844.24997759404
 [DEBUG] Converged after 2 iterations.
 [DEBUG] Iteration 0: log-likelihood -108006.35822989396
 [DEBUG] Iteration 1: log-likelihood -107991.09625675959
 [DEBUG] Iteration 2: log-likelihood -107991.05837097802
 [DEBUG] Iteration 3: log-likelihood -107991.05684464579
 [DEBUG] Iteration 4: log-likelihood -107991.05669689408
 [DEBUG] Iteration 5: log-likelihood -107991.05667285752
 [DEBUG] Iteration 6: log-likelihood -107991.05666700477
 [DEBUG] Converged after 6 iterations.
 [DEBUG] GMM::GMM(): no parameters given; Estimate() will fail unless
 parameters are set.
 [DEBUG] Point 26 assigned to empty cluster 0.
 [DEBUG] Point 24 assigned to empty cluster 3.
 [DEBUG] Point 25 assigned to empty cluster 4.
 [DEBUG] Point 20 assigned to empty cluster 8.
 [DEBUG] Point 21 assigned to empty cluster 9.
 [DEBUG] Point 26 assigned to empty cluster 10.
 [DEBUG] Point 18 assigned to empty cluster 0.
 [DEBUG] Point 2 assigned to empty cluster 2.
 [WARN ] Cannot determine type of file 'noextension'; no extension is
 present.  Load failed.
 [WARN ] No extension given with filename 'noextension'; type unknown.
 Save failed.
 [WARN ] Cannot open file 'nonexistentfile_______________.csv'; load
 failed.
 [WARN ] Loading 'test_file.bin' as raw binary formatted data; but this may
 not be the actual filetype!

 *** 2 failures detected in test suite "MLPACKTest"
 }}}


 Edit: Copy and paste from terminal output on the TFP is apparently stupid.

--

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/194#comment:1>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list