Closed Bug 780573 Opened 12 years ago Closed 6 years ago

WARNING (robocop): zip file not as expected: There is no item named 'bin/robocop.apk' in the archive

Categories

(Testing :: Mochitest, defect)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: emorley, Unassigned)

Details

Android Tegra 250 services-central opt test jsreftest-1 on 2012-08-06 00:56:07 PDT for push c8d94fe7506a

slave: tegra-187

https://tbpl.mozilla.org/php/getParsedLog.php?id=14153961&tree=Services-Central

{
08-06 00:59:45.046 W/RecognitionManagerService( 1020): no available voice recognition services found
return code [0]
$>
WARNING (robocop): zip file not as expected: There is no item named 'bin/robocop.apk' in the archive (("There is no item named 'bin/robocop.apk' in the archive",))
WARNING (robocop): robocop.apk will not be installed
/builds/sut_tools/installApp.py:84: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  print "WARNING (robocop): zip file not as expected: %s (%s)" % (e.message,
program finished with exit code 0
elapsedTime=115.681295
========= Finished Install App on Device (results: 0, elapsed: 1 mins, 55 secs) (at 2012-08-06 01:00:47.488313) =========
}
Blocks: 438871
Whiteboard: [orange][red]
Is this actually causing red? It says "exit code 0" there, so it doesn't look like a failure.
I'm not an expert at reading the mobile testing tea leaves, but the failure appears to be up here in the log:

TinderboxPrint: jsreftest-1<br/><em class="testfail">T-FAIL</em>
========= Finished 'python reftest/remotereftest.py ...' warnings (results: 1, elapsed: 29 secs) (at 2012-08-06 01:02:04.840864) =========

If you look up above that you can see that the app crashed:
I/DEBUG   (  937): pid: 1655, tid: 1655  >>> org.mozilla.fennec <<<
I/DEBUG   (  937): signal 11 (SIGSEGV), fault addr 00277000
(In reply to Ted Mielczarek [:ted] from comment #1)
> Is this actually causing red? It says "exit code 0" there, so it doesn't
> look like a failure.

Yeah true (which is why I didn't add [orange][red] initially, but for some reason decided to afterwards, since I thought I'd forgotten *facepalm*)
No longer blocks: 438871
Whiteboard: [orange][red]
Filed the crash as bug 780605
so this is just a message, do we want to remove this from the releng scripts?
(In reply to Joel Maher (:jmaher) from comment #5)
> so this is just a message, do we want to remove this from the releng scripts?

If there is a way to hide this message *only* on the jobs that don't need the robocop apk then yes. Also if the robocop apk is no longer installed at all, yes.
IIRC, the message was written since:

* we try to install robocop whether we need to or not
* to let us know if we fail to install it when it is, in fact, required

Ideally, we would only try to install it if we needed to, and it would become an error instead of a warning that's ignorable in some cases and actually an error in others.

Without that, maybe add some more lines saying "this may be ignorable"?

I forget the details about why robocop is sometimes available and not in other cases; is it branch-specific or test-specific?
Mass closing mochitest bugs that haven't had activity in the past 5 years. Please re-open or file a new bug with modern context if this is still relevant.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.