Traceback (most recent call last): File "/stage/sl3-lcg-exp/sl5/micesgm/sl6/MAUS-v0.6.0/tests/integration/test_distributed_processing/_test_online_okay.py", line 74, in test_celery_is_alive proc = subprocess.Popen(['celeryd', '-lINFO', '-c2', '--purge']) File "/stage/sl3-lcg-exp/sl5/micesgm/sl6/MAUS-v0.6.0/third_party/install/lib/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/stage/sl3-lcg-exp/sl5/micesgm/sl6/MAUS-v0.6.0/third_party/install/lib/python2.7/subprocess.py", line 1228, in _execute_child raise child_exception OSError: [Errno 20] Not a directory EEpython: can't open file '/home/hep/martynia/maus/MAUS-v0.6.0/third_party/install/lib/maus-apps-0.2/src/mausweb/manage.py': [Errno 2] No such file or directory FF ====================================================================== ERROR: test_celery_is_alive (__main__.OnlineOkayTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/stage/sl3-lcg-exp/sl5/micesgm/sl6/MAUS-v0.6.0/tests/integration/test_distributed_processing/_test_online_okay.py", line 82, in test_celery_is_alive if proc.poll() == None: UnboundLocalError: local variable 'proc' referenced before assignment ====================================================================== ERROR: test_input_cpp_daq_online (__main__.OnlineOkayTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/stage/sl3-lcg-exp/sl5/micesgm/sl6/MAUS-v0.6.0/tests/integration/test_distributed_processing/_test_online_okay.py", line 119, in test_input_cpp_daq_online from MAUS import InputCppDAQOnlineData # pylint:disable=E0611,W0612 ImportError: cannot import name InputCppDAQOnlineData ====================================================================== FAIL: test_maus_app (__main__.OnlineOkayTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/stage/sl3-lcg-exp/sl5/micesgm/sl6/MAUS-v0.6.0/tests/integration/test_distributed_processing/_test_online_okay.py", line 113, in test_maus_app self.assertEquals(proc.poll(), 0) # pylint: disable=E1101 AssertionError: 2 != 0 ====================================================================== FAIL: test_mongodb_is_alive (__main__.OnlineOkayTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/stage/sl3-lcg-exp/sl5/micesgm/sl6/MAUS-v0.6.0/tests/integration/test_distributed_processing/_test_online_okay.py", line 95, in test_mongodb_is_alive self.assertTrue(False, "MongoDB server is not accessible") AssertionError: MongoDB server is not accessible ---------------------------------------------------------------------- Ran 4 tests in 10.625s FAILED (failures=2, errors=2) [?1034h