Closed
Bug 1950031
Opened 29 days ago
Closed 28 days ago
Windows Power Profiling with Raptor - Command Failed xpcshell.exe
Categories
(Testing :: Raptor, defect)
Tracking
(firefox137 fixed)
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
Details
(Whiteboard: [fxp])
Attachments
(1 file)
03:15:46 INFO - raptor-browsertime Info: Calling browsertime with proc_timeout=230, and output_timeout=120
03:15:46 INFO - raptor-browsertime Info: Running tests using Firefox - 1 iteration(s)
03:15:46 INFO - raptor-browsertime Info: Skip setting default preferences for Firefox
03:15:49 INFO - raptor-browsertime Info: Starting a browsertime pageload
03:15:49 INFO - raptor-browsertime Info: Waiting for 30000 ms (post_startup_delay)
03:15:49 INFO - raptor-browsertime Info: DEBUG ERROR Error: Command failed: D:/mozilla-unified\testing\mozharness\build\tests\bin\xpcshell.exe
03:15:49 INFO - raptor-browsertime Info: The system cannot find the path specified.
03:15:49 INFO - raptor-browsertime Info:
03:15:49 INFO - raptor-browsertime Info: at ChildProcess.exithandler (node:child_process:422:12)
03:15:49 INFO - raptor-browsertime Info: at ChildProcess.emit (node:events:517:28)
03:15:49 INFO - raptor-browsertime Info: at maybeClose (node:internal/child_process:1098:16)
03:15:49 INFO - raptor-browsertime Info: at ChildProcess._handle.onexit (node:internal/child_process:303:5) {
03:15:49 INFO - raptor-browsertime Info: code: 1,
03:15:49 INFO - raptor-browsertime Info: killed: false,
03:15:49 INFO - raptor-browsertime Info: signal: null,
03:15:49 INFO - raptor-browsertime Info: cmd: 'D:/mozilla-unified\\testing\\mozharness\\build\\tests\\bin\\xpcshell.exe'
03:15:49 INFO - raptor-browsertime Info: }
03:15:49 INFO - raptor-browsertime Info: DEBUG stderr Error: Command failed: D:/mozilla-unified\testing\mozharness\build\tests\bin\xpcshell.exe
03:15:49 INFO - raptor-browsertime Info: The system cannot find the path specified.
03:15:49 INFO - raptor-browsertime Info:
03:15:49 INFO - raptor-browsertime Info: at ChildProcess.exithandler (node:child_process:422:12)
03:15:49 INFO - raptor-browsertime Info: at ChildProcess.emit (node:events:517:28)
03:15:49 INFO - raptor-browsertime Info: at maybeClose (node:internal/child_process:1098:16)
03:15:49 INFO - raptor-browsertime Info: at ChildProcess._handle.onexit (node:internal/child_process:303:5) {
03:15:49 INFO - raptor-browsertime Info: code: 1,
03:15:49 INFO - raptor-browsertime Info: killed: false,
03:15:49 INFO - raptor-browsertime Info: signal: null,
03:15:49 INFO - raptor-browsertime Info: cmd: 'D:/mozilla-unified\\testing\\mozharness\\build\\tests\\bin\\xpcshell.exe'
03:15:49 INFO - raptor-browsertime Info: }
When running the ./mach raptor -t amazon
command locally on Win11, I get errors when Raptor tries to use xpcshell.exe
to do some triggering of power profiling. The rest of the benchmark still runs after this fails.
There seems to be something wrong with the XPCSHELL_PATH logic
Assignee | ||
Comment 1•29 days ago
|
||
The XPCSHELL_PATH was configured based on CI unpacking a build tarball, but now
additionally allows using local topobjdir/dist/bin path as well.
Updated•29 days ago
|
Assignee: nobody → tcampbell
Status: NEW → ASSIGNED
Updated•28 days ago
|
Whiteboard: [fxp]
Updated•28 days ago
|
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fe79185490da
Fix local Win11 power-profiling in raptor r=sparky
Comment 3•28 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 28 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•