Closed
Bug 661381
Opened 14 years ago
Closed 14 years ago
Android Reftest or Crashtest Failure due to "Python: can't open file '../../sut_tools/reboot.py': [Errno 2] No such file or directory"
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dholbert, Assigned: bear)
Details
Attachments
(1 file)
5.05 KB,
patch
|
mozilla
:
review+
bear
:
checked-in+
|
Details | Diff | Splinter Review |
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Aurora/1306962413.1306963129.19111.gz
Android Tegra 250 mozilla-aurora opt test reftest-2 on 2011/06/01 14:06:53
s: tegra-030
{
======== BuildStep ended ========
======== BuildStep started ========
Reboot Device slave lost
=== Output ===
python ../../sut_tools/reboot.py 10.250.49.17
in dir /builds/tegra-030/test/build (timeout 1200 secs)
watching logfiles {}
argv: ['python', '../../sut_tools/reboot.py', '10.250.49.17']
environment:
PATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
PWD=/builds/tegra-030/test/build
SUT_IP=10.250.49.17
SUT_NAME=tegra-030
__CF_USER_TEXT_ENCODING=0x1F6:0:0
closing stdin
using PTY: False
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python: can't open file '../../sut_tools/reboot.py': [Errno 2] No such file or directory
program finished with exit code 2
elapsedTime=0.058841
=== Output ended ===
======== BuildStep ended ========
}
Reporter | ||
Comment 1•14 years ago
|
||
Just hit an Android opt crashtest run, too:
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Aurora/1306963241.1306964193.23230.gz
Android Tegra 250 mozilla-aurora opt test crashtest on 2011/06/01 14:20:41
Is it possible this is related to bug 661386? (It doesn't seem like it, except they cropped up at about the same time)
Summary: Android R2 Failure due to "Python: can't open file '../../sut_tools/reboot.py': [Errno 2] No such file or directory" → Android Reftest or Crashtest Failure due to "Python: can't open file '../../sut_tools/reboot.py': [Errno 2] No such file or directory"
![]() |
Assignee | |
Comment 2•14 years ago
|
||
This was caused by the recent mobile work change - the base directory for tests changed and the tegra side wasn't updated. Fixing it now.
![]() |
Assignee | |
Comment 3•14 years ago
|
||
Assignee: nobody → bear
Attachment #536776 -
Flags: review?(aki)
Updated•14 years ago
|
Attachment #536776 -
Flags: review?(aki) → review+
![]() |
Assignee | |
Comment 4•14 years ago
|
||
Comment on attachment 536776 [details] [diff] [review]
make sut_tools/ references absolute
committed changeset 1579:22bbbf5ba66a
Attachment #536776 -
Flags: checked-in+
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Aurora/1306978286.1306978888.18892.gz
Android Tegra 250 mozilla-aurora opt test crashtest
Comment 6•14 years ago
|
||
This made it to production today.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•