Closed
Bug 878825
Opened 12 years ago
Closed 12 years ago
Ash only - Can't checkout talos on Windows machines with wip mozharness for talos jobs
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jyeo, Assigned: jyeo)
Details
(Whiteboard: [mozharness][talos])
Attachments
(1 file)
946 bytes,
patch
|
mozilla
:
feedback+
|
Details | Diff | Splinter Review |
12:43:36 ERROR - Can't run command ['hg', '--config', 'ui.merge=internal:merge', 'branch'] in non-existent directory C:\slave\test\build\talos_repo!
12:43:36 ERROR - Can't run command ['hg', '--config', 'ui.merge=internal:merge', 'update', '-C'] in non-existent directory 'C:\slave\test\build\talos_repo'!
12:43:36 FATAL - Can't checkout http://hg.mozilla.org/build/talos!
12:43:36 FATAL - Caught exception: Unable to update C:\slave\test\build\talos_repo!
12:43:36 FATAL - Caught exception: Unable to update C:\slave\test\build\talos_repo!
12:43:36 FATAL - Caught exception: Unable to update C:\slave\test\build\talos_repo!
12:43:36 FATAL - Caught exception: Unable to update C:\slave\test\build\talos_repo!
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → yshun
Assignee | ||
Updated•12 years ago
|
Whiteboard: [mozharness][talos]
Comment 1•12 years ago
|
||
Which Windows machines are these?
We just upgraded hg on the iX boxes (and talos-r3-xp) last Friday, so that's a likely culprit. Also, the command line is calling hg directly: is C:\mozilla-build\hg\ in the PATH?
Assignee | ||
Comment 2•12 years ago
|
||
I vnc'ed to t-xp32-ix-002 (In reply to Chris Cooper [:coop] from comment #1)
> Which Windows machines are these?
t-xp32-ix-120 https://tbpl.mozilla.org/php/getParsedLog.php?id=23720223&tree=Ash
t-w732-ix-040 https://tbpl.mozilla.org/php/getParsedLog.php?id=23720309&tree=Ash&full=1
t-w864-ix-128 https://tbpl.mozilla.org/php/getParsedLog.php?id=23720320&tree=Ash&full=1
> Also, the command line is calling hg directly: is
> C:\mozilla-build\hg\ in the PATH?
I'm pretty sure it is. I tried to vnc into t-xp32-ix-002 and tried running talos_script.py manually. It seems to work fine. It got to the step that where the browser got launched eventually.
Comment 3•12 years ago
|
||
This is happening for mozharness on Ash.
Not across the board.
Updated•12 years ago
|
Summary: Can't checkout talos on Windows machines → Ash only - Can't checkout talos on Windows machines with wip mozharness for talos jobs
Comment 4•12 years ago
|
||
You probably have to define self.config['exes']['hg'] a la
http://hg.mozilla.org/build/mozharness/file/5ef622ddcabe/configs/unittests/win_unittest.py#l18
since it's not in PATH.
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #757663 -
Flags: feedback?(aki)
Updated•12 years ago
|
Attachment #757663 -
Flags: feedback?(aki) → feedback+
Comment 6•12 years ago
|
||
Hm, re-looked at the error messages.
Are you actually creating the C:\slave\test\build\talos_repo dir (or is it being created by hg?) Wondering why the directory doesn't exist.
Assignee | ||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•11 years ago
|
Component: Platform Support → Mozharness
You need to log in
before you can comment on or make changes to this bug.
Description
•