Skip to content

Instantly share code, notes, and snippets.

@agrif
Created April 9, 2011 03:31
Show Gist options
  • Save agrif/911077 to your computer and use it in GitHub Desktop.
Save agrif/911077 to your computer and use it in GitHub Desktop.
(04/08/11 23:18:24) [core] error: error in <local.build.BuildPlugin object at 0x2d66710>
Traceback (most recent call last):
File "/home/agrif/devel/gitbot/hesperus/agent.py", line 73, in start
item[0](self, *item[1], **item[2])
File "/home/agrif/devel/gitbot/hesperus/plugin.py", line 152, in handle_incoming
if func(self, chans, msg, direct, reply):
File "/home/agrif/devel/gitbot/hesperus/plugin.py", line 143, in sub_function
func(self, chans, match, direct, reply)
File "/home/agrif/devel/gitbot/local/build.py", line 70, in build_command
j = self.gm_client.submit_job(func, data, background=False, wait_until_complete=False)
File "/usr/local/lib/python2.6/dist-packages/gearman-2.0.2-py2.6.egg/gearman/client.py", line 37, in submit_job
completed_job_list = self.submit_multiple_jobs([job_info], background=background, wait_until_complete=wait_until_complete, max_retries=max_retries, poll_timeout=poll_timeout)
File "/usr/local/lib/python2.6/dist-packages/gearman-2.0.2-py2.6.egg/gearman/client.py", line 50, in submit_multiple_jobs
return self.submit_multiple_requests(requests_to_submit, wait_until_complete=wait_until_complete, poll_timeout=poll_timeout)
File "/usr/local/lib/python2.6/dist-packages/gearman-2.0.2-py2.6.egg/gearman/client.py", line 65, in submit_multiple_requests
processed_requests = self.wait_until_jobs_accepted(job_requests, poll_timeout=time_remaining)
File "/usr/local/lib/python2.6/dist-packages/gearman-2.0.2-py2.6.egg/gearman/client.py", line 90, in wait_until_jobs_accepted
self.poll_connections_until_stopped(self.connection_list, continue_while_jobs_pending, timeout=poll_timeout)
File "/usr/local/lib/python2.6/dist-packages/gearman-2.0.2-py2.6.egg/gearman/connection_manager.py", line 194, in poll_connections_until_stopped
self.handle_connection_activity(read_connections, write_connections, dead_connections)
File "/usr/local/lib/python2.6/dist-packages/gearman-2.0.2-py2.6.egg/gearman/connection_manager.py", line 160, in handle_connection_activity
self.handle_read(current_connection)
File "/usr/local/lib/python2.6/dist-packages/gearman-2.0.2-py2.6.egg/gearman/connection_manager.py", line 218, in handle_read
current_handler.fetch_commands()
File "/usr/local/lib/python2.6/dist-packages/gearman-2.0.2-py2.6.egg/gearman/command_handler.py", line 39, in fetch_commands
continue_working = self.recv_command(cmd_type, **cmd_args)
File "/usr/local/lib/python2.6/dist-packages/gearman-2.0.2-py2.6.egg/gearman/command_handler.py", line 65, in recv_command
completed_work = cmd_callback(**cmd_args)
File "/usr/local/lib/python2.6/dist-packages/gearman-2.0.2-py2.6.egg/gearman/client_handler.py", line 151, in recv_status_res
current_request = self.handle_to_request_map[job_handle]
KeyError: 'H:syn:45'
(04/08/11 23:18:24) [core] debug: stopping...
(04/08/11 23:18:24) [plugins.ghub] debug: stopping...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment