Advertisement
Guest User

Untitled

a guest
May 26th, 2015
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1.  
  2. 26/05/2015 13:29:48::DEBUG::shell.py::384::Operation finished with exit code: 0
  3. ------------------------------------------------------------
  4.  
  5.  
  6. 26/05/2015 13:29:48::DEBUG::main.py::26::Traceback (most recent call last):
  7. File "c:\te_scripts\main.py", line 102, in main
  8. executor.execute(atms_params, scenario_desc)
  9. File "c:\te_scripts\base_share_ftp_msp.py", line 6, in execute
  10. base_share_ftp.execute(atms_params, scenario_desc)
  11. File "c:\te_scripts\base_share_ftp.py", line 8, in execute
  12. base.execute(atms_params, scenario_desc)
  13. File "c:\te_scripts\common.py", line 291, in wrapper
  14. return func(*args, **kwagrs)
  15. File "c:\te_scripts\base.py", line 35, in execute
  16. deploy_host.prepare_host(build, scenario_id, svn_path, scenario_desc, locale, branch_name)
  17. File "C:\pain\common\log_helpers.py", line 18, in g
  18. result = method(*args, **kwargs)
  19. File "c:\te_scripts\deploy_host.py", line 191, in prepare_host
  20. copy_bins_from_autotest2(host, DATA_SERVER_SHARE, build, scenario_description, localization)
  21. File "c:\te_scripts\common.py", line 65, in f
  22. method(*args, **kwargs)
  23. File "c:\te_scripts\deploy_host.py", line 33, in copy_bins_from_autotest2
  24. shell.copy(join(WRK_DIR, "bin", "eventgen.exe"), join(WRK_DIR, "bin", "RemoteServerFiles"))
  25. File "C:\pain\common\shell.py", line 291, in <lambda>
  26. return lambda *args, **kwargs: self(*self._cg.__getattribute__(name)(*args, **kwargs))
  27. File "C:\pain\common\shell.py", line 267, in f
  28. self._rh(result, msg)
  29. File "C:\pain\common\result_handlers.py", line 36, in __call__
  30. raise ResultHandlerError, result
  31. ResultHandlerError: ExecutionInfo(1, "The system cannot find the file specified.
  32. ", "")
  33.  
  34. 26/05/2015 13:29:48::INFO::main.py::113::**********POST ACTIONS STARTED********************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement