Guest User

Untitled

a guest
May 20th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. Traceback (most recent call last):
  2.  
  3. File "/work/hydra-server/configure/tasks.py", line 264, in run_job
  4. step.run(args)
  5.  
  6. File "/work/hydra-server/configure/models/target.py", line 432, in run
  7. result = self._run_agent_command(target, "start-target --label %s --serial %s" % (target.name, target.pk))
  8.  
  9. File "/work/hydra-server/configure/lib/job.py", line 209, in _run_agent_command
  10. return self.invoke_agent(tm.host, command)
  11.  
  12. File "/work/hydra-server/configure/lib/job.py", line 157, in invoke_agent
  13. return agent.invoke(command, args)
  14.  
  15. File "/work/hydra-server/configure/lib/agent.py", line 130, in invoke
  16. exception = pickle.loads(data['exception'])
  17.  
  18. File "/usr/lib64/python2.6/pickle.py", line 1374, in loads
  19. return Unpickler(file).load()
  20.  
  21. File "/usr/lib64/python2.6/pickle.py", line 858, in load
  22. dispatch[key](self)
  23.  
  24. File "/usr/lib64/python2.6/pickle.py", line 1090, in load_global
  25. klass = self.find_class(module, name)
  26.  
  27. File "/usr/lib64/python2.6/pickle.py", line 1124, in find_class
  28. __import__(module)
  29.  
  30. TypeError: __import__() argument 1 must be string without null bytes, not str
Add Comment
Please, Sign In to add comment