saga-project / bliss

ATTENTION: bliss is now saga-python. Please check out the new project website for the latest version: http://saga-project.github.com/saga-python/
http://saga-project.github.com/saga-python/
Other
8 stars 4 forks source link

What happened to job container? Test fails... #76

Closed andre-merzky closed 11 years ago

andre-merzky commented 11 years ago

see here::

merzky@thinkie:~/saga/bliss (feature/attributes *$%) $ python test/compliance/job/06_job_container_01.py fork://localhost
/usr/local/lib/python2.6/dist-packages/pycrypto_on_pypi-2.3-py2.6-linux-x86_64.egg/Crypto/Util/randpool.py:40: RandomPool_DeprecationWarning: This application uses RandomPool, which is BROKEN in older releases.  See http://www.pycrypto.org/randpool-broken
  RandomPool_DeprecationWarning)

============================================
The job seems to have FAILED!
============================================

SAGA Exception (NotImplemented): [saga.plugin.job.local] Not implemented plugin method called: container_object_register()
Traceback (most recent call last):
  File "test/compliance/job/06_job_container_01.py", line 116, in main
    remoteusername = args[1]
IndexError: list index out of range

Please run this test again with SAGA_VERBOSE=5
and report the results at:

https://github.com/saga-project/bliss/issues

Exception bliss.saga.Exception.Exception: Exception() in <bound method Container.__del__ of <bliss.saga.job.Container.Container object at 0x263a590>> ignored
oweidner commented 11 years ago

See #69