Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save stephendonner/29c1f04df5496fb0dddfc865651e0da6 to your computer and use it in GitHub Desktop.

Select an option

Save stephendonner/29c1f04df5496fb0dddfc865651e0da6 to your computer and use it in GitHub Desktop.
self.profile = mozprofile.Profile.clone(self.conditioned_profile_dir)
23:52:27 INFO - raptor-main Info: cond_prof_target_dir is: /var/folders/tn/jmgsfg315sd73yn_dnrf66c80000gn/T/tmpSAQclj
23:52:27 INFO - raptor-main Info: self.conditioned_profile_dir is now set: /var/folders/tn/jmgsfg315sd73yn_dnrf66c80000gn/T/tmpSAQclj
23:52:27 ERROR - Traceback (most recent call last):
23:52:27 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 1973, in <module>
23:52:27 INFO - main()
23:52:27 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 1928, in main
23:52:27 INFO - no_conditioned_profile=args.no_conditioned_profile
23:52:27 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 1257, in __init__
23:52:27 INFO - super(RaptorDesktop, self).__init__(*args, **kwargs)
23:52:27 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 1069, in __init__
23:52:27 INFO - super(Raptor, self).__init__(*args, **kwargs)
23:52:27 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 211, in __init__
23:52:27 INFO - self.build_browser_profile()
23:52:27 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 1169, in build_browser_profile
23:52:27 INFO - super(Raptor, self).build_browser_profile()
23:52:27 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/raptor/raptor/raptor.py", line 265, in build_browser_profile
23:52:27 INFO - self.profile = mozprofile.Profile.clone(self.conditioned_profile_dir)
23:52:27 INFO - File "/Users/sdonner/mozilla-source/mozilla-unified/testing/mozbase/mozprofile/mozprofile/profile.py", line 146, in clone
23:52:27 INFO - copytree(path_from, path_to, ignore=ignore)
23:52:27 INFO - File "/usr/local/Cellar/python@2/2.7.17/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 194, in copytree
23:52:27 INFO - names = os.listdir(src)
23:52:27 INFO - OSError: [Errno 2] No such file or directory: '/var/folders/tn/jmgsfg315sd73yn_dnrf66c80000gn/T/tmpSAQclj'
23:52:27 ERROR - Return code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment