Created
January 8, 2020 06:27
-
-
Save stephendonner/29c1f04df5496fb0dddfc865651e0da6 to your computer and use it in GitHub Desktop.
self.profile = mozprofile.Profile.clone(self.conditioned_profile_dir)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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