Closed Bug 813647 Opened 12 years ago Closed 12 years ago

Intermittent Android "Automation Error: No crash directory (/mnt/sdcard/tests/profile/minidumps/) found on remote device"

Categories

(Testing :: General, defect)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 722166

People

(Reporter: emorley, Unassigned)

Details

(Until now we would pass on this failure mode. Bug made it fatal.) Android Tegra 250 mozilla-inbound opt test robocop on 2012-11-20 09:04:10 PST for push dc876e45639c slave: tegra-097 https://tbpl.mozilla.org/php/getParsedLog.php?id=17213402&tree=Mozilla-Inbound { INFO | runtests.py | Running tests: start. FIRE PROC: '"MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpThWhWDpidlog,XPCOM_MEM_BLOAT_LOG=/mnt/sdcard/tests/profile/runtests_leaks.log" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testBookmark org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner' Robocop derived process name: org.mozilla.fennec INFO | automation.py | Application pid: 0 INFO | automation.py | Application ran for: 0:00:03.027122 INFO | automation.py | Reading PID log: /tmp/tmpThWhWDpidlog Automation Error: No crash directory (/mnt/sdcard/tests/profile/minidumps/) found on remote device WARNING | automationutils.processLeakLog() | refcount logging is off, so leaks can't be detected! INFO | runtests.py | Running tests: end. WARNING: Unable to retrieve log file (/mnt/sdcard/tests/logs/mochitest.log) from remote device Warning: cleaning up pidfile '/builds/tegra-097/test/../runtestsremote.pid' was unsuccessful from the test harness removing file: /mnt/sdcard/tests/robotium.config } ... { INFO | runtests.py | Running tests: start. FIRE PROC: '"MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpmXBYgFpidlog,XPCOM_MEM_BLOAT_LOG=/mnt/sdcard/tests/profile/runtests_leaks.log" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testSearchSuggestions org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner' Robocop derived process name: org.mozilla.fennec INFO | automation.py | Application pid: 0 INFO | automation.py | Application ran for: 0:00:02.587737 INFO | automation.py | Reading PID log: /tmp/tmpmXBYgFpidlog Automation Error: No crash directory (/mnt/sdcard/tests/profile/minidumps/) found on remote device WARNING | automationutils.processLeakLog() | refcount logging is off, so leaks can't be detected! INFO | runtests.py | Running tests: end. }
Note this comes from: https://hg.mozilla.org/integration/mozilla-inbound/file/3a2e859e77d2/build/mobile/remoteautomation.py#l88 { def checkForCrashes(self, directory, symbolsPath): remoteCrashDir = self._remoteProfile + '/minidumps/' if not self._devicemanager.dirExists(remoteCrashDir): # As of this writing, the minidumps directory is automatically # created when fennec (first) starts, so its lack of presence # is a hint that something went wrong. print "Automation Error: No crash directory (%s) found on remote device" % remoteCrashDir } Presuming it just means that the process didn't start?
(In reply to Ed Morley [:edmorley UTC+0] from comment #0) > (Until now we would pass on this failure mode. Bug made it fatal.) Bug 808410
Summary: Intermittent Intermittent Android "Automation Error: No crash directory (/mnt/sdcard/tests/profile/minidumps/) found on remote device" → Intermittent Android "Automation Error: No crash directory (/mnt/sdcard/tests/profile/minidumps/) found on remote device"
No longer blocks: 438871
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Whiteboard: [orange]
Summary: Intermittent Android "Automation Error: No crash directory (/mnt/sdcard/tests/profile/minidumps/) found on remote device" → Intermittent Android "Automation Error: No crash directory (/mnt/sdcard/tests/profile/minidumps/) found on remote device" or "Automation Error: No crash directory (/mnt/sdcard/tests/reftest/profile/minidumps/) found on remote device"
Bah, wrong bug.
Summary: Intermittent Android "Automation Error: No crash directory (/mnt/sdcard/tests/profile/minidumps/) found on remote device" or "Automation Error: No crash directory (/mnt/sdcard/tests/reftest/profile/minidumps/) found on remote device" → Intermittent Android "Automation Error: No crash directory (/mnt/sdcard/tests/profile/minidumps/) found on remote device"
You need to log in before you can comment on or make changes to this bug.