On Tue, 06 May 2008 at 03:07AM -0700, mabshoff wrote:
> IIRC you also saw quiet odd things happening with ptest.

As I said, that was on another machine...but now I'm getting strange
behavior again!

In an earlier email I said that 'make test' worked fine with the usual
build. I decided to try a pbuild and run make test on that.

The build worked fine, but make test fails quickly. I don't mean the
tests fail, I mean that whole things just hangs at

  sage -t  devel/sage/sage/dsage/tests/testdoc.py

I see a defunct python process, but nothing is happening. No processor
usage, it's just sitting there. I never saw that with the usual build.

I'm attaching the test log, since it's short. This was run with the
SAGE_PBUILD env variables set.

Any ideas?

Dan

-- 
---  Dan Drake <[EMAIL PROTECTED]>
-----  KAIST Department of Mathematical Sciences
-------  http://math.kaist.ac.kr/~drake
---------------------
Tue May 6 21:55:44 CDT 2008
dsage-trial tmp directory doesn't exist - creating ...
This script will run the unit tests for DSage
sage.dsage.database.tests.test_client
  ClientTestCase
    testGetPublicKey ...                                                   [OK]
    testGetUsername ...                                                    [OK]
    testInitClient ...                                                     [OK]
    testSetConnected ...                                                   [OK]
    testSetEnabled ...                                                     [OK]
sage.dsage.database.tests.test_clientdb
  ClientDatabaseSQLiteTestCase
    testadd_client ...                                                     [OK]
    testdel_client ...                                                     [OK]
    testset_enabled ...                                                    [OK]
    testupdate_login_time ...                                              [OK]
sage.dsage.database.tests.test_job
  JobTestCase
    testcreate_job ...                                                     [OK]
    testjobCreationTime ...                                                [OK]
    testjobFailures ...                                                    [OK]
    testjobFile ...                                                        [OK]
    testjobFinishTime ...                                                  [OK]
    testjobKilled ...                                                      [OK]
    testjobResult ...                                                      [OK]
    testjobStatus ...                                                      [OK]
    testjobUpdateTime ...                                                  [OK]
    testjob_id ...                                                         [OK]
sage.dsage.database.tests.test_jobdb
  JobDatabaseSATestCase
    testget_job ...                                                        [OK]
    teststore_jdict ...                                                    [OK]
  JobDatabaseSQLiteTestCase
    testcreate_jdict ...                                                   [OK]
    testget_job ...                                                        [OK]
    testget_job_by_id ...                                                  [OK]
    testget_killed_jobs_list ...                                           [OK]
    testhas_job ...                                                        [OK]
    teststore_jdict ...                                                    [OK]
sage.dsage.database.tests.test_workerdb
  WorkerDatabaseSATestCase
    testget_worker ...                                                     [OK]
    testget_worker_count ...                                               [OK]
    testinitial_sate ...                                                   [OK]
    testset_connected ...                                                  [OK]
sage.dsage.server.tests.test_server
  DSageServerTestCase
    testget_active_clients_list ...                                        [OK]
    testget_active_jobs ...                                                [OK]
    testget_all_jobs ...                                                   [OK]
    testget_job ...                                                        [OK]
    testget_job_by_id ...                                                  [OK]
    testget_job_result_by_id ...                                           [OK]
    testget_jobs_by_username ...                                           [OK]
    testget_killed_jobs_list ...                                           [OK]
    testjob_done ...                                                       [OK]
    testjob_failed ...                                                     [OK]
    testkill_job ...                                                       [OK]
    testsubmit_job ...                                                     [OK]
sage.dsage.twisted.tests.test_pubkeyauth
  PublicKeyCredentialsCheckerTest
    testanonymous_login ...                                                [OK]
    testget_pubkey_string ...                                              [OK]
    testrequestAvatarId ...                                                [OK]
sage.dsage.twisted.tests.test_remote
  ClientRemoteCallsTest
    testremoteSubmitBadJob ...                                             [OK]
    testremoteSubmitJob ...                                                [OK]
  WorkerRemoteCallsTest
    testget_killed_jobs_list ...                                           [OK]
    testremote_get_job ...                                                 [OK]
    testremote_job_done ...                                                [OK]
    testremote_job_failed ...                                              [OK]

-------------------------------------------------------------------------------
Ran 52 tests in 7.372s

PASSED (successes=52)
Testing of examples currently not implemented.
sage -t  devel/doc/tut/tut.tex                              
         [44.6 s]
 
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 44.6 seconds
sage -t  devel/doc/prog/prog.tex                            
         [4.4 s]
 
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 4.4 seconds
sage -t  devel/doc/const/const.tex                          
         [34.5 s]
 
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 34.5 seconds
sage -t  devel/sage/sage/monoids/monoid.py                  
         [2.6 s]
sage -t  devel/sage/sage/monoids/free_monoid.py             
         [2.7 s]
sage -t  devel/sage/sage/monoids/free_abelian_monoid.py     
         [2.7 s]
sage -t  devel/sage/sage/monoids/free_monoid_element.py     
         [2.7 s]
sage -t  devel/sage/sage/monoids/all.py                     
         [2.6 s]
sage -t  devel/sage/sage/monoids/string_monoid.py           
         [2.7 s]
sage -t  devel/sage/sage/monoids/string_monoid_element.py   
         [3.0 s]
sage -t  devel/sage/sage/monoids/string_ops.py              
         [2.7 s]
sage -t  devel/sage/sage/monoids/free_abelian_monoid_element.py
         [2.6 s]
sage -t  devel/sage/sage/games/all.py                       
         [2.6 s]
sage -t  devel/sage/sage/games/sudoku.py                    
         [2.7 s]
sage -t  devel/sage/sage/logic/all.py                       
         [2.6 s]
sage -t  devel/sage/sage/logic/logic.py                     
         [2.7 s]
sage -t  devel/sage/sage/dsage/web/web_server.py            
         [2.7 s]
sage -t  devel/sage/sage/dsage/misc/misc.py (skipping) -- nodoctest.py file in 
directory
sage -t  devel/sage/sage/dsage/misc/config.py (skipping) -- nodoctest.py file 
in directory
sage -t  devel/sage/sage/dsage/misc/constants.py (skipping) -- nodoctest.py 
file in directory
sage -t  devel/sage/sage/dsage/misc/__init__.py (skipping) -- nodoctest.py file 
in directory
sage -t  devel/sage/sage/dsage/misc/countrefs.py (skipping) -- nodoctest.py 
file in directory
sage -t  devel/sage/sage/dsage/misc/hostinfo.py (skipping) -- nodoctest.py file 
in directory
sage -t  devel/sage/sage/dsage/misc/nodoctest.py (skipping) -- nodoctest.py 
file in directory
sage -t  devel/sage/sage/dsage/interface/dsage_interface.py (skipping) -- 
nodoctest.py file in directory
sage -t  devel/sage/sage/dsage/interface/__init__.py (skipping) -- nodoctest.py 
file in directory
sage -t  devel/sage/sage/dsage/interface/nodoctest.py (skipping) -- 
nodoctest.py file in directory
sage -t  devel/sage/sage/dsage/all.py (skipping) -- nodoctest.py file in 
directory
sage -t  devel/sage/sage/dsage/errors/__init__.py (skipping) -- nodoctest.py 
file in directory
sage -t  devel/sage/sage/dsage/errors/exceptions.py (skipping) -- nodoctest.py 
file in directory
sage -t  devel/sage/sage/dsage/errors/nodoctest.py (skipping) -- nodoctest.py 
file in directory
sage -t  devel/sage/sage/dsage/tests/testdoc.py             

Attachment: signature.asc
Description: Digital signature

Reply via email to