Closed
Bug 1623328
Opened 5 years ago
Closed 5 years ago
mach try again | IOError: [Errno 2] No such file or directory
Categories
(Developer Infrastructure :: Try, defect, P3)
Developer Infrastructure
Try
Tracking
(firefox76 fixed)
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: ahal, Assigned: sfraser)
Details
Attachments
(1 file)
Running mach try again
resulted in this traceback temporarily:
IOError: [Errno 2] No such file or directory: u'/home/ahal/.mozbuild/srcdirs/mozilla-central-abd83d18d5df/cache/taskgraph/target_task_set'
File "/home/ahal/dev/mozilla-central/tools/tryselect/mach_commands.py", line 342, in try_again
return self.run(**kwargs)
File "/home/ahal/dev/mozilla-central/tools/tryselect/mach_commands.py", line 177, in run
return mod.run(**kwargs)
File "/home/ahal/dev/mozilla-central/tools/tryselect/selectors/again.py", line 133, in run
try_task_config=try_task_config, **pushargs)
File "/home/ahal/dev/mozilla-central/tools/tryselect/push.py", line 144, in push_to_try
display_push_estimates(try_task_config)
File "/home/ahal/dev/mozilla-central/tools/tryselect/push.py", line 119, in display_push_estimates
make_trimmed_taskgraph_cache(graph_cache, dep_cache, target_file=target_file)
File "/home/ahal/dev/mozilla-central/tools/tryselect/util/manage_estimates.py", line 105, in make_trimmed_taskgraph_cache
with open(target_file) as f:
I then ran it from another terminal session and it worked fine. Not sure what was going on here, but worth having on file.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → sfraser
Assignee | ||
Comment 1•5 years ago
|
||
I'm unsure of the root cause as the file should exist if generate_tasks has worked, but this should avoid errors in the meantime while we investigate.
Pushed by sfraser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7fcd3948e2db
Handle missing target_task_set in try estimates r=ahal
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•