Closed
Bug 659656
Opened 14 years ago
Closed 8 years ago
when a build times out when removing "build" directory it should halt and retry the job
Categories
(Release Engineering :: General, enhancement, P4)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: jrmuizel, Unassigned)
Details
(Whiteboard: [automation][cleanup][retry])
rm -rf timed out on this build:
http://tinderbox.mozilla.org/showlog.cgi?log=Try/1306281908.1306299396.12250.gz&fulltext=1
Updated•14 years ago
|
Assignee: nobody → armenzg
Status: NEW → ASSIGNED
Priority: -- → P3
Whiteboard: [buildduty]
Comment 1•14 years ago
|
||
This was run on a VM and the step timed out without stopping the build (i.e. it run all the steps through until the end).
I would like two things to happen:
1) halting and retrying
2) bumping the timeout
Sounds good?
command timed out: 3600 seconds without output
program finished with exit code 1
elapsedTime=3600.125000
Summary: rm -rf times out. → Timing out when removing "build" directory it should halt and retry the job
Comment 2•14 years ago
|
||
(In reply to comment #1)
> 2) bumping the timeout
Please, not this. If we're not getting output for 3600s, I don't think extending it will help.
Comment 3•14 years ago
|
||
I changed this to rm -rfv in one of the tegra factories, with the assumption that by listing every file removed, it would have to hang on a single file for /timeout/ seconds to time out.
A side effect is that the log gets a lot larger, though.
Updated•14 years ago
|
Status: ASSIGNED → NEW
Comment 5•13 years ago
|
||
I don't think this is a buildduty issue, this is a regular old bug.
Summary: Timing out when removing "build" directory it should halt and retry the job → when a build times out when removing "build" directory it should halt and retry the job
Whiteboard: [buildduty]
Updated•13 years ago
|
Component: Release Engineering → Release Engineering: Automation
OS: Mac OS X → All
Priority: P3 → --
QA Contact: release → catlee
Hardware: x86 → All
Whiteboard: [automation][cleanup][retry]
Comment 6•13 years ago
|
||
p4 enhancement based on the fact this doesn't seem to happen very often
Severity: normal → enhancement
Priority: -- → P4
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•