Open
Bug 1666469
Opened 5 years ago
Updated 4 years ago
mozregression fails with: OSError: [Errno 30] Read-only file system: '$HOME' on macOS
Categories
(Testing :: mozregression, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: jwatt, Unassigned)
Details
Trying to run freshly downloaded mozregression on macOS 10.15.6 I get this error after selecting reuse profile (without specifying one), adding a bunch of prefs and clicking Next:
platform: Darwin-19.6.0-x86_64-i386-64bit
python: 3.7.5 FROZEN (64bit)
mozregression: 4.0.14
message: OSError: [Errno 30] Read-only file system: '$HOME'
traceback: File "mozregui/mainwindow.py", line 106, in start_bisection_wizard
File "mozregui/mainwindow.py", line 102, in _start_runner
File "mozregui/build_runner.py", line 172, in start
File "mozregui/bisection.py", line 217, in init_worker
File "mozregui/build_runner.py", line 132, in init_worker
File "mozregui/build_runner.py", line 21, in __init__
File "mozregression/download_manager.py", line 333, in __init__
File "mozregression/download_manager.py", line 243, in __init__
File "os.py", line 211, in makedirs
File "os.py", line 211, in makedirs
File "os.py", line 211, in makedirs
[Previous line repeated 1 more time]
File "os.py", line 221, in makedirs
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•