AndreaCensi / compmake

Compmake is a non-obtrusive module that provides Makefile-like facilities (including parallel processing) for batch Python applications.
http://compmake.org/
Other
17 stars 6 forks source link

crash #70

Closed AndreaCensi closed 10 years ago

AndreaCensi commented 14 years ago

Password: Job v_optic_unif-create_report_affine: host failed Job localhost:1: host failed Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.6/bin//compmake", line 8, in load_entry_point('compmake==1.0', 'console_scripts', 'compmake')() File "/Users/andrea/svn/compmake/master.py", line 134, in main retcode = interactive_console() File "/Users/andrea/svn/compmake/compmake/ui/console.py", line 37, in interactive_console interpret_commands(commands) File "/Users/andrea/svn/compmake/compmake/ui/ui.py", line 204, in interpret_commands return function(**kwargs) File "/Users/andrea/svn/compmake/compmake/ui/commands.py", line 175, in clustmore manager.process() File "/Users/andrea/svn/compmake/compmake/jobs/manager.py", line 216, in process self.loop_until_something_finishes() File "/Users/andrea/svn/compmake/compmake/jobs/manager.py", line 178, in loop_until_something_finishes received = received or self.check_job_finished(job_id) File "/Users/andrea/svn/compmake/compmake/jobs/manager.py", line 118, in check_job_finished self.host_failed(job_id) File "/Users/andrea/svn/compmake/compmake/jobs/manager_ssh_cluster.py", line 70, in host_failed self.host_failed(host) File "/Users/andrea/svn/compmake/compmake/jobs/manager_ssh_cluster.py", line 68, in host_failed Manager.host_failed(self, job_id) File "/Users/andrea/svn/compmake/compmake/jobs/manager.py", line 130, in host_failed self.processing.remove(job_id) KeyError: 'localhost:1'