Advertisement
Guest User

Error_Rep

a guest
Nov 4th, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.92 KB | None | 0 0
  1. ➜  client  marionette --binary /mozilla/bin/nightly/firefox --gecko-log anz/gecko.log .
  2. Traceback (most recent call last):
  3.   File "/usr/local/bin/marionette", line 9, in <module>
  4.     load_entry_point('marionette-client==1.1.0', 'console_scripts', 'marionette')()
  5.   File "/Library/Python/2.7/site-packages/marionette/runtests.py", line 59, in cli
  6.     runner = startTestRunner(runner_class, args)
  7.   File "/Library/Python/2.7/site-packages/marionette/runtests.py", line 38, in startTestRunner
  8.     runner.run_tests(tests)
  9.   File "/Library/Python/2.7/site-packages/marionette/runner/base.py", line 724, in run_tests
  10.     self.start_marionette()
  11.   File "/Library/Python/2.7/site-packages/marionette/runner/base.py", line 669, in start_marionette
  12.     self.marionette = self.driverclass(**self._build_kwargs())
  13.   File "/Library/Python/2.7/site-packages/marionette_driver/marionette.py", line 596, in __init__
  14.     self.instance.start()
  15.   File "/Library/Python/2.7/site-packages/marionette_driver/geckoinstance.py", line 120, in start
  16.     self.runner.start()
  17.   File "/Library/Python/2.7/site-packages/mozrunner/base/browser.py", line 81, in start
  18.     BaseRunner.start(self, *args, **kwargs)
  19.   File "/Library/Python/2.7/site-packages/mozrunner/base/runner.py", line 106, in start
  20.     self.process_handler = self.process_class(cmd, env=self.env, **self.process_args)
  21.   File "/Library/Python/2.7/site-packages/mozprocess/processhandler.py", line 979, in __init__
  22.     logoutput = LogOutput(logfile)
  23.   File "/Library/Python/2.7/site-packages/mozprocess/processhandler.py", line 947, in __init__
  24.     self.file_obj = open(filename, 'a')
  25. IOError: [Errno 2] No such file or directory: '/Users/jalemrajrohit/mozilla-central/testing/marionette/client/anz/gecko.log'
  26. Exception AttributeError: "'LogOutput' object has no attribute 'file_obj'" in <bound method LogOutput.__del__ of <mozprocess.processhandler.LogOutput object at 0x101bf6550>> ignored
  27. ➜  client
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement