Closed
Bug 822321
Opened 13 years ago
Closed 12 years ago
Intermittent Panda "Could not connect; sleeping for 5 seconds. reconnecting socket" in runtestsremote.py, then "Remote Device Error: unable to connect socket: [Errno 111] Connection refused" during reboot device step
*
Summary:
Intermittent Panda "Could not connect; sleeping for 5 seconds. reconnecting socket" in runtestsremote.py, then "Remote Device Error: unable to connect socket: [Errno 111] Connection refused" during reboot device step
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
RESOLVED
WORKSFORME
---
Iteration:
---
Accessibility Severity |
Tracking | Status | |
---|---|---|
relnote-firefox | ||
firefox-esr115 | ||
firefox-esr140 | ||
firefox144 | ||
firefox145 | ||
firefox146 |
People
(Reporter: emorley, Unassigned)
References
---
---
Details
(Keywords: intermittent-failure)
---
---
QA Whiteboard:
---
Change Request:
---
0
Bug Flags:
| ||||
Crash Data
Signature:
None
Security
(public)
This bug is publicly visible.
User Story
Android 4.0 Panda mozilla-central opt test mochitest-8 on 2012-12-17 06:52:50 PST for push ba26dc1c6267
slave: panda-0856
https://tbpl.mozilla.org/php/getParsedLog.php?id=18016450&tree=Firefox
{
12/17/2012 07:00:22: INFO: forcing device panda-0856 reboot
12/17/2012 07:00:22: INFO: Calling PDU powercycle for panda-0856, panda-relay-077.p9.releng.scl1.mozilla.com:2:1
12/17/2012 07:00:23: INFO: Waiting for device to come back...
12/17/2012 07:01:53: INFO: Try 1
reconnecting socket
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Could not connect; sleeping for 5 seconds.
reconnecting socket
sent cmd: testroot
recv'ing...
response: /mnt/sdcard
$>
sent cmd: cd /mnt/sdcard/tests
recv'ing...
response: $>
sent cmd: cwd
recv'ing...
response: /mnt/sdcard/tests
$>
12/17/2012 07:01:58: INFO: devroot /mnt/sdcard/tests
12/17/2012 07:01:58: INFO: True
program finished with exit code 0
elapsedTime=96.456906
========= Finished Reboot Device (results: 0, elapsed: 1 mins, 36 secs) (at 2012-12-17 07:01:58.864448) =========
}
Similar to bug 820851:
(a) We're not getting a TBPL parsable error at the point of the initial failure (the runtestsremote.py step)
(b) We're not marking this as a buildbot RETRY, when we probably should be
Comment 1•13 years ago
|
||
in this particular logs case it *looks* like the following happens:
* installApp.py
** Installs needed apks
** Issues PDU Reboot
** Attempts to wait for device to come back
*** Ends up being speedy and connects right away
** Considers itself good/passed
* runtests
** Tries [and fails] to connect to device
** Considers job failed
** Attempts to run logcat after job
** --SUCCEEDS-- at running logcat, indicating the device is truely up at this point
** Moves on because the job was considered failed.
* reboot.py
** Issues PDU reboot
** fails to reconnect on the first try
*** Prints out "Remote Device Error" which TBPL recognizes and bubbles
** --SUCCEEDS-- to connect on second try
** exits [successfully, though that doesn't matter for this script/part-of-jobs]
Comment 2•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=18034544&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-4 on 2012-12-17 17:31:50
slave: panda-0855
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
1) reboot.py should fix the "Remote Device Error" messages.
2) should installApp.py do a better job of ensuring the device has come back online?
3) should runtests.py have a better retry mechanism by default to connect? We recently fixed this for inside the test, but we could probably tweak it a bit for initial connection.
Comment 4•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=18035978&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-5 on 2012-12-17 17:31:50
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 5•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18090522&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2012-12-19 04:15:50
slave: panda-0837
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 6•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18143352&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2012-12-20 14:39:51
slave: panda-0847
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 7•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
past
https://tbpl.mozilla.org/php/getParsedLog.php?id=18155731&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2012-12-21 01:38:50
slave: panda-0820
PROCESS-CRASH | http://10.12.136.19:30820/jsreftest/tests/jsreftest.html?test=ecma/Array/15.4.5.2-2.js | application crashed [@ FreeArenaList]
Thread 23 (crashed)
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 8•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18159890&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2012-12-21 03:24:12
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 9•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18168519&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2012-12-21 09:29:50
slave: panda-0862
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 10•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jmaher%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=18312415&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-8 on 2012-12-28 00:06:51
slave: panda-0854
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 11•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
graememcc_firefox%graeme-online.co.uk
https://tbpl.mozilla.org/php/getParsedLog.php?id=18335132&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobopan on 2012-12-29 04:10:52
slave: panda-0854
talosError: 'checking that painted surface loaded: painted surface loaded [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 12•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
WG9s
https://tbpl.mozilla.org/php/getParsedLog.php?id=18342257&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2012-12-29 13:06:21
slave: panda-0811
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 13•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jdm
https://tbpl.mozilla.org/php/getParsedLog.php?id=18342698&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-6 on 2012-12-29 12:56:44
slave: panda-0810
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 14•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ehsan
https://tbpl.mozilla.org/php/getParsedLog.php?id=18348555&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2012-12-29 22:14:53
slave: panda-0842
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
![]() |
Reporter | |
Comment 15•13 years ago
|
||
Callek, the last week or so this has been pretty prominent on OrangeFactor. Are you ok being point on this bug? :-)
Flags: needinfo?(bugspam.Callek)
Comment 16•13 years ago
|
||
(In reply to Ed Morley (Away 20th Dec-2nd Jan) [UTC+0; email:edmorley@moco] from comment #15)
> Callek, the last week or so this has been pretty prominent on OrangeFactor.
> Are you ok being point on this bug? :-)
Indeed I am, my dependant bug (once deployed) *should* cut this down to almost non-existant.
At least the "Remote Device Error: unable to connect socket: [Errno 111] Connection refused" part
Flags: needinfo?(bugspam.Callek)
![]() |
Reporter | |
Comment 17•13 years ago
|
||
(In reply to Justin Wood (:Callek) from comment #16)
> Indeed I am, my dependant bug (once deployed) *should* cut this down to
> almost non-existant.
>
> At least the "Remote Device Error: unable to connect socket: [Errno 111]
> Connection refused" part
Ah great! Hadn't gotten that far through the bugmail yet :-)
Comment 18•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18358969&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-6 on 2012-12-30 17:09:54
slave: panda-0825
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 19•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
graememcc_firefox%graeme-online.co.uk
https://tbpl.mozilla.org/php/getParsedLog.php?id=18364732&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobopan on 2012-12-31 04:16:52
slave: panda-0838
talosError: 'checking that painted surface loaded: painted surface loaded [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 20•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18378962&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2012-12-31 14:49:53
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 21•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18429096&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobopan on 2013-01-03 04:41:53
slave: panda-0872
talosError: 'checking that painted surface loaded: painted surface loaded [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 22•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18453568&tree=Cedar
Android 4.0 Panda cedar talos remote-trobopan on 2013-01-03 19:01:18
slave: panda-0815
talosError: 'failed to initialize browser'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 23•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18448179&tree=Cedar
Android 4.0 Panda cedar talos remote-ts on 2013-01-03 15:56:08
slave: panda-0845
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 24•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18484599&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-7 on 2013-01-04 17:49:54
slave: panda-0858
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 25•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18493622&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-01-05 02:34:53
slave: panda-0704
PROCESS-CRASH | http://10.12.135.17:30704/jsreftest/tests/jsreftest.html?test=js1_7/geniter/regress-345736.js | application crashed [@ js::NewObjectWithClassProto]
Thread 12 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 26•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18540109&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-5 on 2013-01-07 01:31:52
slave: panda-0858
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 27•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18541297&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-6 on 2013-01-07 01:31:54
slave: panda-0856
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 28•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18543888&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-01-07 03:43:14
slave: panda-0745
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 29•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18547578&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-01-07 05:48:23
slave: panda-0835
Thread 11 (crashed)
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 30•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18547465&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-01-07 05:42:53
slave: panda-0857
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 31•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18547476&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-01-07 05:07:38
slave: panda-0858
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 32•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18547715&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-01-07 05:42:52
slave: panda-0702
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 33•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18553069&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-01-07 08:44:01
slave: panda-0667
PROCESS-CRASH | http://10.12.134.21:30667/tests/layout/generic/crashtests/408749-1.xhtml | application crashed [@ nssCertificate_Destroy]
Thread 23 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 34•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18553085&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-01-07 08:41:38
slave: panda-0835
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 35•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18554788&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-01-07 09:29:01
slave: panda-0659
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 36•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18554877&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-01-07 09:29:01
slave: panda-0675
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 37•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18558804&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-01-07 11:18:53
slave: panda-0771
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 38•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18586178&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-01-08 03:52:53
slave: panda-0771
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 39•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18588849&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-01-08 05:21:39
slave: panda-0816
Thread 11 (crashed)
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 40•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18593213&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-01-08 07:47:54
slave: panda-0618
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 41•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18622203&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-09 01:01:53
slave: panda-0702
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 42•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18620063&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-08 23:23:44
slave: panda-0828
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 43•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18620205&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-08 23:21:59
slave: panda-0708
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
![]() |
Reporter | |
Comment 44•13 years ago
|
||
(In reply to Justin Wood (:Callek) from comment #16)
> (In reply to Ed Morley (Away 20th Dec-2nd Jan) [UTC+0; email:edmorley@moco]
> from comment #15)
> > Callek, the last week or so this has been pretty prominent on OrangeFactor.
> > Are you ok being point on this bug? :-)
>
> Indeed I am, my dependant bug (once deployed) *should* cut this down to
> almost non-existant.
>
> At least the "Remote Device Error: unable to connect socket: [Errno 111]
> Connection refused" part
We're still getting this after the deploy.
Don't suppose you can take another look?
Just keen for Android 4.0 to not become the next Android thing that devs learn to ignore :-)
Flags: needinfo?(bugspam.Callek)
Comment 45•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18625821&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-09 03:32:14
slave: panda-0702
PROCESS-CRASH | http://10.12.135.17:30702/jsreftest/tests/jsreftest.html?test=js1_8/regress/regress-465220.js | application crashed [@ js::frontend::FoldConstants(JSContext*, js::frontend::ParseNode*, js::frontend::Parser*, bool, bool)]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 46•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18627782&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-09 05:00:29
slave: panda-0732
16674 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16676 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 47•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18629740&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-09 06:11:01
slave: panda-0718
Thread 11 (crashed)
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 48•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18630601&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-09 06:38:14
slave: panda-0712
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 49•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18631222&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-09 06:49:22
slave: panda-0742
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 50•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18633136&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-09 07:51:15
slave: panda-0833
Thread 11 (crashed)
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 51•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18633862&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-09 08:03:21
slave: panda-0676
16674 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16676 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 52•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18633860&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-09 08:02:54
slave: panda-0710
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 53•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18635810&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-09 09:04:45
slave: panda-0842
16674 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16676 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 54•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18636590&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-09 09:26:13
slave: panda-0710
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 55•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18639294&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-09 08:46:12
slave: panda-0836
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 56•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18647353&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-09 13:59:16
slave: panda-0846
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 57•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18647575&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-09 13:44:10
slave: panda-0845
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 58•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18649376&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-01-09 15:04:54
slave: panda-0846
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 59•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18660580&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-09 23:11:18
slave: panda-0776
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 60•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18660257&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-09 23:05:16
slave: panda-0845
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 61•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18660142&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-09 23:05:15
slave: panda-0841
Thread 11 (crashed)
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 62•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18660672&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-09 22:44:15
slave: panda-0846
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 63•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18664240&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-01-10 02:24:19
slave: panda-0832
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 64•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18666906&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-10 04:04:43
slave: panda-0773
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 65•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18670789&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-10 06:30:15
slave: panda-0835
Thread 11 (crashed)
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 66•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18673003&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-10 07:28:01
slave: panda-0616
46795 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 67•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18677185&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-01-10 09:48:07
slave: panda-0864
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 68•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18677384&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-10 09:09:35
slave: panda-0714
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 69•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
honzab.moz%firemni.cz
https://tbpl.mozilla.org/php/getParsedLog.php?id=18655431&tree=Try
Android 4.0 Panda try talos remote-trobocheck2 on 2013-01-09 18:56:17
slave: panda-0701
talosError: 'Exception while replaying events: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 70•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18680725&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-01-10 11:07:20
slave: panda-0740
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/10/2013 11:25:27: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 71•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18706067&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-11 02:53:12
slave: panda-0831
46814 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 72•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18706008&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-11 02:53:11
slave: panda-0830
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 73•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18709031&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-11 04:33:15
slave: panda-0839
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 74•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18720796&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-11 10:04:28
slave: panda-0636
16201 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16203 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 75•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18722655&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-11 11:10:16
slave: panda-0826
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 76•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18724807&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-11 12:23:18
slave: panda-0836
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 77•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
bugs%pettay.fi
https://tbpl.mozilla.org/php/getParsedLog.php?id=18727915&tree=Mozilla-Beta
Android Armv6 Tegra 250 mozilla-beta opt test mochitest-7 on 2013-01-11 13:49:23
slave: tegra-362
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 78•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18728277&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-11 13:58:50
slave: panda-0670
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Thread 12 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 79•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18729747&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-11 14:46:13
slave: panda-0830
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 80•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18754454&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-12 20:01:33
slave: panda-0826
16201 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16203 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 81•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
rs
https://tbpl.mozilla.org/php/getParsedLog.php?id=18756766&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-01-13 01:29:01
slave: panda-0629
01/13/2013 01:38:39: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/13/2013 01:52:11: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 82•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18762484&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-13 09:24:15
slave: panda-0710
16201 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16203 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 83•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18769793&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-13 17:07:37
slave: panda-0526
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 84•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18775120&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-13 23:42:15
slave: panda-0842
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 85•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18776710&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-14 02:11:01
slave: panda-0690
46931 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 86•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18779231&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-01-14 04:35:51
slave: panda-0841
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 87•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18780780&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-14 06:11:01
slave: panda-0691
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 88•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18782506&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-14 07:54:30
slave: panda-0767
mozcrash ERROR | PROCESS-CRASH | ttest.py | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
mozcrash ERROR | PROCESS-CRASH | ttest.py | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 89•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18782857&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-14 08:12:46
slave: panda-0663
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 90•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18783209&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-14 08:32:20
slave: panda-0664
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 91•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18785273&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-14 09:53:16
slave: panda-0526
16201 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16203 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 92•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18783643&tree=Cedar
Android 4.0 Panda cedar opt test crashtest-3 on 2013-01-14 08:37:56
slave: panda-0630
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/14/2013 08:57:54: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 23 failures -
.
Comment 93•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18788017&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-14 11:42:02
slave: panda-0582
Automation Error: No crash directory (/mnt/sdcard/tests/reftest/profile/minidumps/) found on remote device
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 94•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18791097&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-14 13:33:30
slave: panda-0865
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 95•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18792315&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-14 14:06:24
slave: panda-0811
16201 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16203 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 96•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18791630&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-01-14 13:33:30
slave: panda-0872
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testBrowserProviderPerf org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/14/2013 13:56:40: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 23 failures -
.
Comment 97•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18793114&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-14 13:53:24
slave: panda-0826
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 98•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18794254&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-01-14 14:52:30
slave: panda-0843
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 99•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18812162&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-15 02:11:23
slave: panda-0834
16547 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16549 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 100•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18811445&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-15 01:43:30
slave: panda-0806
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 101•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18809182&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-14 23:47:01
slave: panda-0664
46931 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 102•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18813407&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-15 03:16:31
slave: panda-0836
16547 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16549 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 103•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18814203&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-01-15 04:02:30
slave: panda-0839
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 104•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18819238&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-15 07:41:01
slave: panda-0599
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 105•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18821847&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-15 09:04:05
slave: panda-0576
16547 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16549 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 106•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18821946&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-01-15 09:04:06
slave: panda-0584
DMError: Automation Error: Timeout in command execsu /system/bin/logcat -v time -d dalvikvm:S ConnectivityService:S WifiMonitor:S WifiStateTracker:S wpa_supplicant:S NetworkStateTracker:S
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 107•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18823131&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-01-15 09:50:11
slave: panda-0762
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 108•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18823181&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-01-15 09:59:30
slave: panda-0836
talosError: 'browser failed to close after being initialized'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 109•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18823371&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-15 10:00:01
slave: panda-0547
16547 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16549 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 110•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18826842&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-15 12:21:24
slave: panda-0594
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 111•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18827349&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-15 12:32:29
slave: panda-0873
16674 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16676 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 112•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18833322&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-15 15:29:57
slave: panda-0836
16674 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16676 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 113•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18833322&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-15 15:29:57
slave: panda-0836
16674 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16676 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 114•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18841941&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-15 19:56:35
slave: panda-0573
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 115•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18840728&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-15 19:18:38
slave: panda-0576
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 116•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18849072&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-01-16 00:34:35
slave: panda-0556
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 117•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18850364&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-16 01:31:50
slave: panda-0666
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
![]() |
Reporter | |
Comment 118•13 years ago
|
||
Any joy with this Callek? :-)
Comment 119•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18852119&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-16 02:43:48
slave: panda-0536
46931 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 120•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18860718&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-16 08:04:19
slave: panda-0803
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 121•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18860873&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-16 08:08:21
slave: panda-0846
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 122•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18862849&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-16 09:45:53
slave: panda-0626
16547 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16549 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 123•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18861849&tree=Try
Android 4.0 Panda try talos remote-trobocheck2 on 2013-01-16 09:04:05
slave: panda-0806
talosError: 'Exception while replaying events: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 124•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18861835&tree=Try
Android 4.0 Panda try opt test mochitest-3 on 2013-01-16 08:58:27
slave: panda-0803
16201 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16203 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 125•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18867773&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-16 14:05:28
slave: panda-0803
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 126•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18867695&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-16 14:00:32
slave: panda-0053
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 127•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18867936&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-01-16 14:07:46
slave: panda-0858
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmp58GIT0pidlog,XPCOM_MEM_BLOAT_LOG=/tmp/tmpKxmi2z/runtests_leaks.log" org.mozilla.fennec -no-remote -profile /mnt/sdcard/tests/profile/ http://mochi.test:8888/tests/?autorun=1&closeWhenDone=1&logFile=%2Fmnt%2Fsdcard%2Ftests%2Flogs%2Fmochitest.log&fileLevel=INFO&consoleLevel=INFO&totalChunks=8&thisChunk=4&hideResultsTable=1&testManifest=android.json&runOnly=true
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 128•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18869124&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-01-16 14:39:32
slave: panda-0828
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 129•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18869235&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-16 14:07:15
slave: panda-0868
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 130•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18869206&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-16 14:07:33
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 131•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18871508&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-16 15:52:15
slave: panda-0065
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 132•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18873009&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-16 16:32:22
slave: panda-0861
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 133•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18872845&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-16 16:32:31
slave: panda-0803
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
Thread 11 (crashed)
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 134•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18875376&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-16 17:56:29
slave: panda-0867
16547 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16549 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 135•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18876933&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-16 19:00:13
slave: panda-0857
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 136•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18877412&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-16 19:16:12
slave: panda-0855
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 137•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18881835&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-01-16 21:53:30
slave: panda-0052
talosError: 'initialization timed out'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 138•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18882031&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-16 21:37:17
slave: panda-0871
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 139•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18884643&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-17 00:47:31
slave: panda-0794
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 140•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18884312&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-16 23:58:30
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 141•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18885685&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-17 01:47:30
slave: panda-0812
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 142•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18885396&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-01-17 00:47:30
slave: panda-0856
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 143•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18885638&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-17 00:47:29
slave: panda-0858
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 144•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18885392&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-17 00:47:31
slave: panda-0848
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 145•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18887024&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-01-17 03:55:29
slave: panda-0866
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Thread 12 (crashed)
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Thread 12 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 146•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18887050&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-01-17 03:55:29
slave: panda-0858
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 147•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18889077&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-17 05:55:30
slave: panda-0803
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 148•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18877690&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-16 19:32:09
slave: panda-0821
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 149•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18877882&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-16 19:02:30
slave: panda-0789
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 150•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18872910&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-16 16:30:30
slave: panda-0056
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 151•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18890788&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-17 07:15:29
slave: panda-0852
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Thread 12 (crashed)
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Thread 12 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 152•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18891386&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-17 07:44:29
slave: panda-0862
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 153•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18891479&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-17 07:44:29
slave: panda-0871
46938 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 154•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18894817&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-17 10:00:02
slave: panda-0822
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 155•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=18894830&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-17 09:57:21
slave: panda-0873
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 156•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18896311&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-17 10:46:37
slave: panda-0526
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 157•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18896665&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-17 10:58:51
slave: panda-0580
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 158•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18898547&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-17 12:07:39
slave: panda-0809
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 159•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18898693&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-17 12:07:40
slave: panda-0817
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 160•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18898654&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-01-17 11:34:34
slave: panda-0581
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 161•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18897753&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-01-17 11:34:34
slave: panda-0620
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 162•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18901109&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-17 12:53:17
slave: panda-0613
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 163•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18903092&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-17 14:32:15
slave: panda-0628
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 164•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18902126&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-01-17 13:53:29
slave: panda-0855
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 165•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18903878&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-17 14:20:51
slave: panda-0577
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 166•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18905325&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-17 15:31:01
slave: panda-0821
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 167•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18905312&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-17 15:31:00
slave: panda-0803
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 168•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18906094&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-17 15:50:50
slave: panda-0603
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 169•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18909165&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-01-17 17:41:02
slave: panda-0634
talosError: 'browser failed to close after being initialized'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 170•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18913207&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-17 19:12:00
slave: panda-0826
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 171•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18915946&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-01-17 22:10:29
slave: panda-0858
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 172•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
graememcc_firefox%graeme-online.co.uk
https://tbpl.mozilla.org/php/getParsedLog.php?id=18918185&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-17 23:22:37
slave: panda-0529
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 173•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
graememcc_firefox%graeme-online.co.uk
https://tbpl.mozilla.org/php/getParsedLog.php?id=18925302&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-18 07:10:50
slave: panda-0628
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 174•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
graememcc_firefox%graeme-online.co.uk
https://tbpl.mozilla.org/php/getParsedLog.php?id=18925804&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-18 06:44:52
slave: panda-0603
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 175•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
graememcc_firefox%graeme-online.co.uk
https://tbpl.mozilla.org/php/getParsedLog.php?id=18892771&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-17 08:37:41
slave: panda-0613
PROCESS-CRASH | http://10.12.134.17:30613/jsreftest/tests/jsreftest.html?test=js1_5/Regress/regress-360969-06.js | application crashed [@ libz.so + 0x59b0]
Thread 19 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 176•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
graememcc_firefox%graeme-online.co.uk
https://tbpl.mozilla.org/php/getParsedLog.php?id=18926377&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-18 07:44:51
slave: panda-0603
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 177•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
graememcc_firefox%graeme-online.co.uk
https://tbpl.mozilla.org/php/getParsedLog.php?id=18928848&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-18 09:17:29
slave: panda-0873
46941 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 178•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18929739&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-18 09:51:00
slave: panda-0819
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 179•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18929962&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-18 09:22:01
slave: panda-0838
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 180•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18930749&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-18 10:18:51
slave: panda-0582
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 181•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18930786&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-18 10:14:13
slave: panda-0799
46941 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 182•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18934917&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-18 12:16:43
slave: panda-0872
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Thread 12 (crashed)
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Thread 12 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 183•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18934236&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-18 11:57:29
slave: panda-0857
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 184•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18934219&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-18 11:57:38
slave: panda-0540
PROCESS-CRASH | http://10.12.133.18:30540/tests/layout/xul/base/src/crashtests/432068-1.xul | application crashed [@ nssCertificate_Destroy]
Thread 18 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 185•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18936429&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-18 12:55:30
slave: panda-0872
46941 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 186•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18939586&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-01-18 14:39:58
slave: panda-0799
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 187•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18940296&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-18 14:58:51
slave: panda-0819
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 188•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18941086&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-18 15:17:49
slave: panda-0843
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/18/2013 15:38:00: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 23 failures -
.
Comment 189•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18941388&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-18 15:41:29
slave: panda-0857
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 190•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18943406&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-18 16:36:46
slave: panda-0872
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 191•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18934887&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-18 12:12:44
slave: panda-0822
REFTEST TEST-UNEXPECTED-FAIL | http://10.12.136.20:30822/tests/image/test/crashtests/ownerdiscard.html | load failed: timed out waiting for reftest-wait to be removed
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 192•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18924950&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-18 06:55:29
slave: panda-0862
REFTEST TEST-UNEXPECTED-FAIL | http://10.12.136.23:30862/tests/image/test/crashtests/ownerdiscard.html | load failed: timed out waiting for reftest-wait to be removed
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 193•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18946863&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-18 18:27:00
slave: panda-0828
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 194•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18946684&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-18 18:18:33
slave: panda-0528
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 195•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18947787&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-18 18:54:41
slave: panda-0812
REFTEST TEST-UNEXPECTED-FAIL | http://10.12.136.19:30812/tests/image/test/crashtests/ownerdiscard.html | load failed: timed out waiting for reftest-wait to be removed
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 196•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18942293&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-3 on 2013-01-18 16:07:13
slave: panda-0832
16755 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16757 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 197•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18951427&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-18 22:19:51
slave: panda-0610
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 198•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18976297&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-20 07:15:50
slave: panda-0610
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 199•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18976340&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-20 07:16:00
slave: panda-0822
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 200•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18976727&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-20 06:07:44
slave: panda-0623
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 201•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18975426&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-20 06:10:29
slave: panda-0866
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 202•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18992385&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-21 09:29:00
slave: panda-0802
16755 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16757 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 203•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=18997222&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-21 14:37:51
slave: panda-0826
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Thread 12 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 204•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19000346&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-21 16:06:43
slave: panda-0568
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 205•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19002031&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-21 16:06:43
slave: panda-0667
85213 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_loop.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 206•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19002188&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-21 17:10:15
slave: panda-0580
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 207•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19002222&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-21 17:10:15
slave: panda-0550
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 208•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19002795&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-21 17:25:26
slave: panda-0697
46930 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 209•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19005988&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-21 21:37:39
slave: panda-0524
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 210•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19010016&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-22 03:52:34
slave: panda-0552
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 211•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19007616&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-21 23:44:51
slave: panda-0606
16755 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16757 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
PROCESS-CRASH | /tests/dom/browser-element/mochitest/test_browserElement_inproc_Auth.html | application crashed [@ dalvik-heap (deleted) + 0x1b835c]
Thread 0 (crashed)
01-21 23:54:35.859 I/GeckoDump( 2205): 16755 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
01-21 23:54:35.937 I/GeckoDump( 2205): 16757 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 212•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
kats
https://tbpl.mozilla.org/php/getParsedLog.php?id=18998131&tree=Try
Android 4.0 Panda try opt test crashtest-2 on 2013-01-21 15:04:36
slave: panda-0798
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 213•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19016887&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-22 09:05:50
slave: panda-0580
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 214•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19017342&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-22 09:15:28
slave: panda-0822
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 215•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19017934&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-22 09:32:16
slave: panda-0711
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 216•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19019788&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-22 10:31:38
slave: panda-0524
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 217•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19021432&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-01-22 11:15:50
slave: panda-0577
PROCESS-CRASH | tp4m | application crashed [@ nss_certificate_hash]
Thread 12 (crashed)
PROCESS-CRASH | tp4m | application crashed [@ nss_certificate_hash]
Thread 12 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 218•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19022097&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-22 11:36:27
slave: panda-0641
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Thread 13 (crashed)
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Thread 13 (crashed)
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 219•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jesup
https://tbpl.mozilla.org/php/getParsedLog.php?id=19022223&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-01-22 11:36:28
slave: panda-0568
943 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_basicAudio.html | Unexpected error callback with ReferenceError: mozRTCPeerConnection is not defined
946 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_basicAudioVideo.html | Unexpected error callback with ReferenceError: mozRTCPeerConnection is not defined
949 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_basicAudioVideoCombined.html | Unexpected error callback with ReferenceError: mozRTCPeerConnection is not defined
952 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_basicVideo.html | Unexpected error callback with ReferenceError: mozRTCPeerConnection is not defined
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 220•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19024204&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-22 12:42:01
slave: panda-0709
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Thread 11 (crashed)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 221•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19028424&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-22 14:46:10
slave: panda-0694
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 222•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19028345&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-22 14:46:10
slave: panda-0564
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 223•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19028701&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-22 14:49:18
slave: panda-0695
46940 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 224•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19029337&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-01-22 15:24:33
slave: panda-0603
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 225•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19033805&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-22 18:17:29
slave: panda-0857
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 226•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19036876&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-22 20:46:38
slave: panda-0528
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 227•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19037916&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-22 21:22:50
slave: panda-0681
46940 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 228•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19037854&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-22 21:22:51
slave: panda-0684
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 229•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19039607&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-22 22:26:55
slave: panda-0547
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 230•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19047113&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-troboprovider on 2013-01-23 03:49:38
slave: panda-0540
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/23/2013 04:15:47: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 231•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
mounir
https://tbpl.mozilla.org/php/getParsedLog.php?id=19047246&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-23 03:57:51
slave: panda-0627
75078 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug564001.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 232•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19043510&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-23 00:36:50
slave: panda-0560
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/23/2013 00:56:19: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 233•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19045286&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-23 02:25:13
slave: panda-0567
46940 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 234•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19050178&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-23 05:42:49
slave: panda-0677
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 235•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19057669&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-8 on 2013-01-23 09:29:35
slave: panda-0546
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 236•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19057967&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-23 10:17:51
slave: panda-0607
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 237•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19057854&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-23 10:13:51
slave: panda-0569
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 238•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19058690&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-23 10:41:36
slave: panda-0692
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 239•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19057173&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-01-23 09:44:38
slave: panda-0539
talosError: "failed to cleanup processes: [(2543, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 240•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19060730&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-01-23 11:37:37
slave: panda-0526
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 241•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19061571&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-23 12:09:50
slave: panda-0568
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 242•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19061513&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-23 12:11:30
slave: panda-0573
PROCESS-CRASH | http://10.12.133.21:30573/tests/layout/xul/base/src/crashtests/415394-1.xhtml | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 243•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19060815&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-01-23 11:37:51
slave: panda-0692
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 244•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19066136&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-23 14:22:00
slave: panda-0842
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 245•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19069416&tree=Firefox
Android Tegra 250 mozilla-central opt test plain-reftest-3 on 2013-01-23 15:24:51
slave: tegra-256
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 246•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19071265&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-23 16:39:38
slave: panda-0539
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 247•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19071265&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-23 16:39:38
slave: panda-0539
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 248•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19071464&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-23 16:39:14
slave: panda-0707
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/23/2013 16:58:31: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 249•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19071464&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-23 16:39:14
slave: panda-0707
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/23/2013 16:58:31: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 250•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19071551&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-01-23 16:39:47
slave: panda-0550
955 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_bug827843.html | Unexpected error callback with ReferenceError: mozRTCPeerConnection is not defined
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/23/2013 17:01:10: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 251•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19071867&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-23 16:40:16
slave: panda-0690
46940 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/23/2013 17:09:40: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 252•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19072183&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-23 16:57:21
slave: panda-0788
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/23/2013 17:19:13: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 253•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19073194&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-01-23 17:41:11
slave: panda-0652
959 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_bug827843.html | Unexpected error callback with ReferenceError: mozRTCPeerConnection is not defined
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 254•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19073388&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-23 17:41:18
slave: panda-0623
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 255•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19073469&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-01-23 17:48:00
slave: panda-0835
959 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_bug827843.html | Unexpected error callback with ReferenceError: mozRTCPeerConnection is not defined
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 256•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19073616&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-01-23 17:42:13
slave: panda-0665
959 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_bug827843.html | Unexpected error callback with ReferenceError: mozRTCPeerConnection is not defined
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/23/2013 18:03:35: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 257•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19074268&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-23 18:11:51
slave: panda-0560
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 258•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19080739&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-23 22:23:38
slave: panda-0529
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 259•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19081731&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-23 23:03:51
slave: panda-0627
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 260•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19081698&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-23 23:03:51
slave: panda-0663
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 261•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19081574&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-23 23:00:53
slave: panda-0565
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
talosError: 'stack found after process termination (org.mozilla.fennec: terminated by testAgent.killProcess, plugin-container: terminated by testAgent.killProcess, crashreporter: terminated by testAgent.killProcess)'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 262•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19090657&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-24 06:58:54
slave: panda-0577
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 263•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19089258&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-01-24 05:55:38
slave: panda-0540
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 264•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19094898&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-3 on 2013-01-24 09:31:49
slave: panda-0568
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 265•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19095721&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-24 09:57:50
slave: panda-0603
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 266•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19098412&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-01-24 11:08:11
slave: panda-0655
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/24/2013 11:27:18: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 267•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19099204&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-24 10:51:52
slave: panda-0670
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 268•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19100824&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-01-24 12:25:52
slave: panda-0579
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 269•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19101953&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-24 12:56:38
slave: panda-0527
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 270•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19102321&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-24 13:01:13
slave: panda-0838
46944 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 271•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19103326&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-24 13:38:31
slave: panda-0613
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 272•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19105454&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-24 14:00:27
slave: panda-0634
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 273•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19105559&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-24 14:06:51
slave: panda-0627
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 274•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19106108&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-01-24 15:04:29
slave: panda-0867
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 275•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19106611&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-24 15:16:50
slave: panda-0613
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 276•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19106549&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-24 15:17:11
slave: panda-0677
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 277•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19106774&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-01-24 14:44:38
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 278•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19107276&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-24 15:04:35
slave: panda-0618
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 279•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19107700&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-24 15:48:53
slave: panda-0692
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 280•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19109098&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-24 15:48:38
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 281•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19109773&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-01-24 16:48:37
slave: panda-0527
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 282•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19111103&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-24 17:31:12
slave: panda-0626
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 283•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19111201&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-24 17:31:13
slave: panda-0682
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 284•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19110649&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-24 17:16:00
slave: panda-0815
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 285•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19112703&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-24 18:20:29
slave: panda-0052
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 286•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19113971&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-24 18:53:51
slave: panda-0678
16755 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16757 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 287•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19115417&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-24 19:34:01
slave: panda-0548
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 288•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19115492&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-01-24 18:53:38
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 289•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19118749&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-24 21:09:52
slave: panda-0619
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/24/2013 21:27:28: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 290•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19120671&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-24 21:37:11
slave: panda-0616
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 291•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19125617&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-25 02:18:51
slave: panda-0670
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 292•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19128015&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-25 04:01:50
slave: panda-0630
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 293•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19128959&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-25 04:02:10
slave: panda-0546
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 294•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19130552&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-25 04:49:50
slave: panda-0610
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 295•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19130641&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-25 04:49:51
slave: panda-0582
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 296•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19128278&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-25 04:01:38
slave: panda-0523
75284 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug564001.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 297•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19132987&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-25 07:55:50
slave: panda-0655
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 298•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19135397&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-25 09:38:00
slave: panda-0835
16755 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16757 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 299•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19135398&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-25 09:33:51
slave: panda-0625
16755 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16757 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 300•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19136201&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-25 10:04:21
slave: panda-0577
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 301•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19139889&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-25 11:40:51
slave: panda-0602
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 302•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19141898&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-25 13:23:38
slave: panda-0569
16755 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16757 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 303•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19141341&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-25 13:07:50
slave: panda-0681
16755 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16757 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 304•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19144850&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-25 15:26:29
slave: panda-0867
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 305•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19146404&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-25 16:12:50
slave: panda-0546
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 306•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19146692&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-25 16:18:40
slave: panda-0614
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 307•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19152039&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-25 21:24:38
slave: panda-0522
talosError: 'initialization timed out'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 308•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19152399&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-25 21:24:51
slave: panda-0568
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 309•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19160826&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-26 05:15:37
slave: panda-0523
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 310•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19154832&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-26 00:12:38
slave: panda-0610
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 311•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19163845&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-26 08:13:50
slave: panda-0568
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 312•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19164487&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-26 08:52:38
slave: panda-0534
16755 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16757 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 313•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19167272&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-26 11:17:38
slave: panda-0523
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 314•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19170119&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-26 12:34:51
slave: panda-0626
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 315•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19170120&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-26 13:10:51
slave: panda-0663
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 316•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19173641&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-26 17:32:50
slave: panda-0569
PROCESS-CRASH | http://10.12.133.20:30569/tests/layout/generic/crashtests/376419.html | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 317•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19173674&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-01-26 17:33:50
slave: panda-0550
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 318•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19173732&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-01-26 17:33:50
slave: panda-0607
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 319•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19174159&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-26 17:32:51
slave: panda-0658
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 320•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19174869&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-01-26 18:31:50
slave: panda-0650
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 321•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19179392&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-01-27 04:32:38
slave: panda-0536
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 322•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19181052&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-27 06:19:50
slave: panda-0627
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 323•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19167522&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-26 10:36:51
slave: panda-0580
75284 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug564001.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 324•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19183738&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-27 12:10:52
slave: panda-0610
16755 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16757 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 325•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19185077&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-27 13:26:50
slave: panda-0546
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 326•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19185173&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-27 12:55:50
slave: panda-0672
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 327•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19189058&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-01-27 16:33:52
slave: panda-0546
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 328•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19189603&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-27 17:52:51
slave: panda-0655
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 329•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19189850&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-27 18:11:52
slave: panda-0579
Automation Error: No crash directory (/mnt/sdcard/tests/reftest/profile/minidumps/) found on remote device
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 330•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19190562&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-27 18:12:13
slave: panda-0650
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 331•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19193381&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-27 21:23:51
slave: panda-0613
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 332•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19193949&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-01-27 21:29:51
slave: panda-0627
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 333•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19196100&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-28 01:18:51
slave: panda-0546
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 334•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19198327&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-28 04:13:51
slave: panda-0686
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 335•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19200022&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-28 05:41:51
slave: panda-0550
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 336•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19199982&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-28 05:00:26
slave: panda-0625
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 337•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19200488&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-28 05:41:38
slave: panda-0536
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 338•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19202571&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-28 08:27:38
slave: panda-0571
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 339•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19204189&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-28 08:39:51
slave: panda-0673
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/28/2013 09:39:38: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 340•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19210309&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-28 13:39:18
slave: panda-0711
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 341•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19212035&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-28 14:52:51
slave: panda-0623
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 342•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19212075&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-28 14:52:38
slave: panda-0523
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 343•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19213951&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-28 16:06:51
slave: panda-0684
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 344•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19213951&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-28 16:06:51
slave: panda-0684
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 345•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19215306&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-28 16:04:54
slave: panda-0629
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 346•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19216489&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-28 16:41:48
slave: panda-0810
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 347•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19219403&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-01-28 18:10:49
slave: panda-0836
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 348•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19219532&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-01-28 18:55:24
slave: panda-0614
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 349•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19220549&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-28 18:48:34
slave: panda-0701
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 350•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19220866&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-28 19:44:50
slave: panda-0655
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 351•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19221051&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-01-28 19:44:51
slave: panda-0578
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 352•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19223730&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-28 21:21:11
slave: panda-0798
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 353•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19226278&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-28 22:24:51
slave: panda-0672
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 354•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19228815&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-29 00:38:20
slave: panda-0629
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 355•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19230981&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-29 01:50:51
slave: panda-0682
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 356•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19229969&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 00:35:22
slave: panda-0571
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 357•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19229439&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 00:19:50
slave: panda-0550
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 358•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19227972&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-28 23:25:51
slave: panda-0597
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 359•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19227211&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-28 23:00:35
slave: panda-0631
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 360•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19231077&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-29 01:50:38
slave: panda-0530
PROCESS-CRASH | Shutdown | application crashed [Unknown top frame]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 361•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19231545&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-29 02:09:38
slave: panda-0523
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 362•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19233134&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-29 03:09:50
slave: panda-0655
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 363•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19233110&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-29 03:09:51
slave: panda-0610
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 364•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19233503&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-29 03:20:54
slave: panda-0719
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 365•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19234788&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-29 04:10:38
slave: panda-0527
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 366•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19234512&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 03:20:16
slave: panda-0627
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 367•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19234205&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-29 03:46:37
slave: panda-0527
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 368•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19233854&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 02:54:22
slave: panda-0838
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 369•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19235307&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 03:40:51
slave: panda-0661
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/29/2013 04:40:35: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 370•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19235883&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-01-29 04:08:09
slave: panda-0551
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 371•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19236323&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 04:29:08
slave: panda-0821
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 372•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19233279&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-01-29 03:09:51
slave: panda-0634
talosError: "failed to cleanup processes: [(2525, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 373•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19239021&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-29 06:40:51
slave: panda-0578
PROCESS-CRASH | http://10.12.133.21:30578/jsreftest/tests/jsreftest.html?test=ecma_5/Global/parseFloat-01.js | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 374•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19239004&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-29 06:40:50
slave: panda-0686
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 375•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19239324&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 06:10:29
slave: panda-0610
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 376•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19240228&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 06:40:51
slave: panda-0579
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 377•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19240590&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-29 07:27:27
slave: panda-0689
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 378•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19240793&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-29 07:27:27
slave: panda-0634
46958 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 379•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19241085&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 07:05:51
slave: panda-0604
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 380•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19243076&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-01-29 08:04:29
slave: panda-0689
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 381•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19245364&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-29 09:58:27
slave: panda-0540
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 382•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19244252&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-29 09:22:12
slave: panda-0672
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 383•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19246319&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-8 on 2013-01-29 10:14:34
slave: panda-0555
46958 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 384•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19246319&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-8 on 2013-01-29 10:14:34
slave: panda-0555
46958 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 385•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19248872&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-29 11:32:51
slave: panda-0566
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 386•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19252686&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-29 13:13:20
slave: panda-0655
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 387•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19256931&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 14:38:51
slave: panda-0689
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 388•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19257444&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-29 15:31:52
slave: panda-0639
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 389•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19258568&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-29 15:59:43
slave: panda-0681
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 390•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19247915&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 10:54:45
slave: panda-0689
75318 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug564001.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 391•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19259403&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-29 16:21:14
slave: panda-0695
PROCESS-CRASH | http://10.12.134.23:30695/jsreftest/tests/jsreftest.html?test=ecma/Array/15.4.4.4-1.js | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 392•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19259357&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-01-29 16:21:13
slave: panda-0672
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 393•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19259433&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 15:41:27
slave: panda-0544
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 394•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19261269&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 16:28:54
slave: panda-0766
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 395•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Tanvi
https://tbpl.mozilla.org/php/getParsedLog.php?id=19260648&tree=Try
Android 4.0 Panda try opt test mochitest-2 on 2013-01-29 16:12:10
slave: panda-0629
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 396•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Tanvi
https://tbpl.mozilla.org/php/getParsedLog.php?id=19260648&tree=Try
Android 4.0 Panda try opt test mochitest-2 on 2013-01-29 16:12:10
slave: panda-0629
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 397•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19266381&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-29 19:54:18
slave: panda-0564
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 398•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19265368&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-29 19:26:26
slave: panda-0626
16674 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16676 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 399•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19265845&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-29 19:36:41
slave: panda-0573
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 400•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19264746&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-29 19:01:12
slave: panda-0555
PROCESS-CRASH | Shutdown | application crashed [Unknown top frame]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 401•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19264792&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-29 19:08:26
slave: panda-0679
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 402•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19266925&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-29 20:13:42
slave: panda-0670
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 403•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19268069&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-29 20:44:40
slave: panda-0582
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 404•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19267600&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-29 20:34:40
slave: panda-0672
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 405•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19267654&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-29 20:34:27
slave: panda-0530
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 406•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19268060&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 20:13:41
slave: panda-0620
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 407•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19267889&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 20:02:41
slave: panda-0604
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 408•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19269046&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 20:44:41
slave: panda-0564
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 409•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19270656&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 22:00:53
slave: panda-0824
75318 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug564001.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 410•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19270445&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-29 22:00:40
slave: panda-0626
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 411•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19270064&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 21:40:40
slave: panda-0565
75318 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug564001.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 412•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19270885&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-01-29 21:36:41
slave: panda-0578
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 413•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19271573&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-29 22:06:54
slave: panda-0577
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 414•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19271578&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-29 22:39:41
slave: panda-0576
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 415•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19272714&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-01-29 22:52:27
slave: panda-0523
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 416•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19274246&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-30 00:55:40
slave: panda-0686
PROCESS-CRASH | http://10.12.134.23:30686/jsreftest/tests/jsreftest.html?test=js1_6/Array/regress-310425-02.js | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 417•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19274311&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-30 00:55:40
slave: panda-0595
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 418•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19274980&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 00:55:40
slave: panda-0548
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 419•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19279371&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 04:01:40
slave: panda-0565
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 420•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19279775&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-30 04:51:11
slave: panda-0569
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 421•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19280781&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-01-30 04:42:42
slave: panda-0629
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/30/2013 05:41:56: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 422•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19281058&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-30 05:32:24
slave: panda-0552
PROCESS-CRASH | Shutdown | application crashed [Unknown top frame]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 423•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19281272&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 05:12:14
slave: panda-0546
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 424•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19281998&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-30 06:14:27
slave: panda-0523
PROCESS-CRASH | tp4m | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 425•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19283257&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-troboprovider on 2013-01-30 06:46:08
slave: panda-0595
PROCESS-CRASH | tprovider | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 426•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19283148&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-01-30 06:42:26
slave: panda-0695
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 427•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19283446&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 06:14:41
slave: panda-0650
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 428•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19281290&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-01-30 05:32:23
slave: panda-0634
talosError: "failed to cleanup processes: [(2526, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/30/2013 05:59:17: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 429•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19284205&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-30 07:27:23
slave: panda-0530
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 430•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19285282&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-30 08:00:29
slave: panda-0679
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 431•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19285462&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-30 08:00:29
slave: panda-0692
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 432•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19286164&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-01-30 08:22:40
slave: panda-0667
DMError: Automation Error: Timeout in command mkdr /mnt/sdcard/tests/profile/webapps/http_test1_example_org_8000
Automation Error: Unable to copy profile to device.
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 433•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19286615&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-30 08:35:40
slave: panda-0695
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 434•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19286766&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 08:00:28
slave: panda-0571
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 435•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19287849&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 08:35:41
slave: panda-0669
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 436•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19290098&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 09:43:40
slave: panda-0552
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 437•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19289844&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-30 10:11:45
slave: panda-0655
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 438•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19289038&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 09:05:40
slave: panda-0626
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 439•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19291196&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-30 10:55:26
slave: panda-0573
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 440•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19292204&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-30 11:31:41
slave: panda-0670
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 441•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19292309&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 10:55:18
slave: panda-0559
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 442•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19295829&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-30 13:32:25
slave: panda-0563
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 443•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19297006&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-30 13:59:13
slave: panda-0808
16728 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16730 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 444•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19297334&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 13:26:28
slave: panda-0667
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 445•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19297703&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-30 14:19:29
slave: panda-0553
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 446•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19301015&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-30 15:39:40
slave: panda-0597
46958 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/30/2013 16:08:56: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 447•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19300778&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 15:15:56
slave: panda-0824
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 448•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19301870&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 15:45:40
slave: panda-0655
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 449•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19302000&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-01-30 16:24:55
slave: panda-0807
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 450•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19302858&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-30 16:54:00
slave: panda-0527
16728 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16730 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 451•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
rnewman
https://tbpl.mozilla.org/php/getParsedLog.php?id=19304291&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-troboprovider on 2013-01-30 17:29:27
slave: panda-0523
01/30/2013 17:39:02: ERROR: Remote Device Error: waiting for device timed out.
01/30/2013 17:48:27: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 452•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19304811&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-30 17:59:11
slave: panda-0641
PROCESS-CRASH | http://10.12.134.19:30641/tests/layout/generic/crashtests/381152-1.html | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 453•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19304189&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 17:03:40
slave: panda-0679
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 454•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19305864&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-30 18:38:31
slave: panda-0650
PROCESS-CRASH | http://10.12.134.20:30650/tests/layout/xul/base/src/crashtests/387080-1.xul | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 455•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19306630&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-30 19:04:54
slave: panda-0756
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 456•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19307071&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-30 19:04:54
slave: panda-0798
PROCESS-CRASH | Shutdown | application crashed [Unknown top frame]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/30/2013 19:31:19: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 457•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19307624&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-30 19:41:33
slave: panda-0663
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 458•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19309404&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 20:16:40
slave: panda-0695
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 459•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19310257&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 20:47:40
slave: panda-0604
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 460•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19310405&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 20:52:41
slave: panda-0666
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 461•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19312030&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 21:58:40
slave: panda-0663
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 462•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19312848&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-30 23:13:47
slave: panda-0557
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 463•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19313357&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-30 23:13:40
slave: panda-0559
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 464•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19315412&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-01-31 01:25:27
slave: panda-0527
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 465•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19315005&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-31 00:21:53
slave: panda-0814
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 466•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19316378&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-31 01:25:40
slave: panda-0602
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 467•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19317928&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-31 03:10:57
slave: panda-0786
16675 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16677 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 468•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19320914&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-01-31 04:18:41
slave: panda-0670
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 469•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19324999&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-31 07:43:27
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 470•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19324958&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-01-31 08:11:41
slave: panda-0594
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 471•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19325597&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-31 08:39:32
slave: panda-0658
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
01/31/2013 09:02:22: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 472•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19326859&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-31 09:08:40
slave: panda-0658
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 473•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19328647&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-31 10:50:41
slave: panda-0661
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 474•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19328776&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-01-31 10:50:40
slave: panda-0577
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 475•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19291104&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-01-30 10:52:16
slave: panda-0655
PROCESS-CRASH | http://10.12.134.20:30655/jsreftest/tests/jsreftest.html?test=ecma_2/Exceptions/date-003.js | application crashed [@ 0x0]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 476•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19329043&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-01-31 11:01:54
slave: panda-0808
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 477•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19328856&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-31 11:01:54
slave: panda-0822
PROCESS-CRASH | Shutdown | application crashed [Unknown top frame]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 478•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19330711&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-31 11:56:20
slave: panda-0838
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 479•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19331331&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-31 12:17:27
slave: panda-0534
16675 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16677 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 480•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19331785&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-31 12:29:41
slave: panda-0675
16675 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16677 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 481•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19332039&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-31 11:56:20
slave: panda-0828
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 482•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19332628&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-31 12:20:29
slave: panda-0768
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 483•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19332901&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-31 12:29:41
slave: panda-0553
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 484•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19334306&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-01-31 13:47:53
slave: panda-0871
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 485•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19334071&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-01-31 13:45:18
slave: panda-0560
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 486•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19336683&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-01-31 15:10:18
slave: panda-0634
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 487•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19336504&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-01-31 15:05:12
slave: panda-0565
PROCESS-CRASH | Shutdown | application crashed [@ PR_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 488•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19338136&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-31 15:10:19
slave: panda-0670
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 489•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19338633&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-31 15:22:23
slave: panda-0742
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 490•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19339631&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-31 15:47:24
slave: panda-0565
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 491•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19339398&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-01-31 16:20:22
slave: panda-0667
16728 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16730 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 492•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19345287&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-01-31 20:28:23
slave: panda-0779
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 493•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19348659&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-01-31 23:03:23
slave: panda-0550
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 494•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19348929&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-01-31 22:39:18
slave: panda-0597
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 495•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19353368&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-01 03:41:08
slave: panda-0841
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 496•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19355366&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-01 05:23:23
slave: panda-0603
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 497•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19356296&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-01 06:52:23
slave: panda-0819
16728 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16730 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 498•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19356982&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-01 06:48:23
slave: panda-0808
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 499•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ttaubert
https://tbpl.mozilla.org/php/getParsedLog.php?id=19359096&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-02-01 08:34:24
slave: panda-0567
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 500•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19359231&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-01 08:01:18
slave: panda-0560
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 501•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19360293&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-02-01 08:34:24
slave: panda-0559
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 502•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ttaubert
https://tbpl.mozilla.org/php/getParsedLog.php?id=19360293&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-02-01 08:34:24
slave: panda-0559
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 503•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19359948&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-01 08:23:24
slave: panda-0636
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 504•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19361844&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-01 09:26:24
slave: panda-0675
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 505•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19361959&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-01 09:32:23
slave: panda-0803
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 506•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19364876&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-01 11:55:25
slave: panda-0666
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 507•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19365436&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-01 12:10:23
slave: panda-0560
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 508•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19365690&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-01 12:15:23
slave: panda-0577
16728 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16730 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 509•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19366708&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-02-01 12:54:13
slave: panda-0741
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 510•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19366045&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-01 11:49:16
slave: panda-0768
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 511•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19367569&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-01 13:14:10
slave: panda-0659
16728 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16730 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 512•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19367746&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-01 13:14:11
slave: panda-0681
46851 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 513•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19368073&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-01 12:54:13
slave: panda-0797
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 514•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19370663&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-01 14:51:23
slave: panda-0808
16756 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16758 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 515•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19370663&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-01 14:51:23
slave: panda-0808
16756 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16758 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 516•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19374180&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-01 16:50:24
slave: panda-0754
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 517•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19374170&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-01 16:50:23
slave: panda-0809
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
02/01/2013 17:07:11: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 518•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19377832&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-01 20:35:23
slave: panda-0763
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 519•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19381789&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-02 02:28:23
slave: panda-0655
46861 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 520•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19381266&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-02 01:06:23
slave: panda-0741
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 521•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19380826&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-02 00:22:23
slave: panda-0566
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 522•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19381164&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-02 00:50:08
slave: panda-0792
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 523•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19383202&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-02-02 03:53:23
slave: panda-0597
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 524•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jesup
https://tbpl.mozilla.org/php/getParsedLog.php?id=19385584&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-3 on 2013-02-02 06:45:23
slave: panda-0776
16728 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16730 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 525•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19383454&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-02 04:49:23
slave: panda-0804
DMError: Automation Error: Failed to validate file when downloading /mnt/sdcard/tests/logs/mochitest.log
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 526•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19390412&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-02 14:41:23
slave: panda-0629
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 527•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19393223&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-02 22:07:50
slave: panda-0571
talosError: 'initialization timed out'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 528•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jfkthame
https://tbpl.mozilla.org/php/getParsedLog.php?id=19396911&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-03 06:28:23
slave: panda-0782
16728 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16730 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 529•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19401709&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-03 12:21:24
slave: panda-0826
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 530•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19402854&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-03 14:25:23
slave: panda-0817
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 531•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19406459&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-03 21:08:25
slave: panda-0778
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 532•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19406708&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-03 21:19:24
slave: panda-0805
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 533•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19413678&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-04 04:52:23
slave: panda-0798
46854 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 534•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19414020&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-02-04 05:06:23
slave: panda-0655
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 535•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19414501&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-02-04 05:24:47
slave: panda-0661
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 536•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19414600&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-04 05:31:24
slave: panda-0604
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 537•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19416429&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-04 06:29:18
slave: panda-0679
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 538•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19418221&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-04 07:24:23
slave: panda-0803
16762 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16764 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 539•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19421005&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-04 09:06:24
slave: panda-0818
46854 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions_cancel_near_end.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 540•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19421852&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-04 09:47:24
slave: panda-0811
16762 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16764 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 541•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19419267&tree=Try
Android 4.0 Panda try opt test mochitest-3 on 2013-02-04 08:01:23
slave: panda-0817
16727 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16729 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 542•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19419330&tree=Try
Android 4.0 Panda try talos remote-troboprovider on 2013-02-04 08:01:23
slave: panda-0578
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 543•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19424592&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-04 11:10:24
slave: panda-0699
PROCESS-CRASH | /tests/content/media/test/test_bug493187.html | application crashed [@ mozilla::layers::ShmemYCbCrImage::IsValid()]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 544•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19426779&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-04 12:25:19
slave: panda-0809
PROCESS-CRASH | /tests/content/media/test/test_bug493187.html | application crashed [@ mozilla::layers::ShmemYCbCrImage::IsValid()]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 545•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19427705&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-04 12:56:23
slave: panda-0555
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 546•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19428965&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-04 13:36:24
slave: panda-0741
16762 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16764 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 547•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19429642&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-04 13:57:23
slave: panda-0805
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 548•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19430053&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-04 13:57:23
slave: panda-0731
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 549•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19431136&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-04 14:31:23
slave: panda-0603
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 550•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19433569&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-04 16:04:24
slave: panda-0742
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 551•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19433933&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-04 16:18:09
slave: panda-0714
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 552•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19434367&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-04 16:28:23
slave: panda-0779
16762 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16764 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 553•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19435641&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-3 on 2013-02-04 17:10:18
slave: panda-0731
16762 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16764 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 554•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19436787&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-02-04 17:48:00
slave: panda-0809
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 555•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19436998&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-04 18:08:24
slave: panda-0822
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 556•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19436998&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-04 18:08:24
slave: panda-0822
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 557•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19437106&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-04 18:08:23
slave: panda-0695
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 558•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19438515&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-04 18:55:46
slave: panda-0812
PROCESS-CRASH | Shutdown | application crashed [Unknown top frame]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 559•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19438963&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-04 18:46:31
slave: panda-0534
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 560•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19441132&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-04 21:11:23
slave: panda-0546
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 561•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19444431&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-04 23:59:24
slave: panda-0739
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 562•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19446309&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-05 02:21:23
slave: panda-0577
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 563•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19447224&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-05 02:48:23
slave: panda-0627
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 564•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19448260&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-05 03:32:13
slave: panda-0565
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 565•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19452545&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-05 06:39:26
slave: panda-0713
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 566•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19453720&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-05 07:25:53
slave: panda-0675
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 567•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19453206&tree=Cedar
Android 4.0 Panda cedar talos remote-tp4m_nochrome on 2013-02-05 07:10:23
slave: panda-0686
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 568•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19456741&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-3 on 2013-02-05 08:58:23
slave: panda-0577
16762 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16764 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 569•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19456641&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-02-05 08:58:24
slave: panda-0565
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 570•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19456737&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-05 09:05:17
slave: panda-0742
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 571•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19458828&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-05 09:53:26
slave: panda-0604
PROCESS-CRASH | Shutdown | application crashed [Unknown top frame]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
02/05/2013 10:19:39: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 572•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19460256&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-05 10:49:18
slave: panda-0655
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 573•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19460701&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-05 10:18:24
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 574•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19461593&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-05 11:23:02
slave: panda-0714
16762 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16764 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 575•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19462914&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-05 11:55:27
slave: panda-0713
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 576•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19462914&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-05 11:55:27
slave: panda-0713
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 577•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19466365&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-05 14:10:04
slave: panda-0527
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 578•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19467021&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-05 14:29:11
slave: panda-0794
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 579•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19468083&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-05 15:06:09
slave: panda-0817
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 580•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19471521&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-05 16:33:57
slave: panda-0595
74421 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug564001.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 581•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19471914&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-05 16:59:23
slave: panda-0768
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 582•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19472038&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-02-05 16:59:24
slave: panda-0779
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 583•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19474456&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-05 18:27:14
slave: panda-0733
16756 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 8, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
16758 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug590573.html | test 10, got 300 for popup.scrollY instead of 199|200 - got 1, expected 0
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 584•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19477454&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-05 19:52:53
slave: panda-0823
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
02/05/2013 20:19:14: ERROR: Remote Device Error: waiting for device timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 585•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19484469&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-06 00:50:57
slave: panda-0822
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 586•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19485362&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-06 01:41:23
slave: panda-0826
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 587•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19486671&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-06 02:59:16
slave: panda-0794
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 588•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19487254&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-06 03:32:38
slave: panda-0822
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 589•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19490983&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-06 05:39:20
slave: panda-0629
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 590•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19491001&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-06 04:57:38
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 591•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19491981&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-06 06:14:23
slave: panda-0686
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 592•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19493344&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-06 06:55:17
slave: panda-0773
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 593•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19494530&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-06 07:26:03
slave: panda-0831
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 594•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19495510&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-06 08:00:13
slave: panda-0794
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 595•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19505923&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-02-06 13:35:42
slave: panda-0714
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 596•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19506571&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-06 13:51:27
slave: panda-0799
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 597•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19506598&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-02-06 13:55:44
slave: panda-0554
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 598•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19507166&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-06 14:07:47
slave: panda-0631
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 599•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19507988&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-06 14:20:30
slave: panda-0564
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 600•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19508083&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-02-06 14:30:02
slave: panda-0681
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 601•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19510154&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-06 15:36:17
slave: panda-0607
PROCESS-CRASH | http://10.12.133.23:30607/jsreftest/tests/jsreftest.html?test=ecma_5/misc/new-with-non-constructor.js | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 602•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19509619&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-06 15:14:52
slave: panda-0631
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 603•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19509514&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-02-06 15:12:40
slave: panda-0690
PROCESS-CRASH | tcheck2 | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 604•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19509792&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-06 15:21:07
slave: panda-0809
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 605•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19509190&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-06 14:58:58
slave: panda-0624
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 606•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19511369&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-06 16:11:23
slave: panda-0609
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 607•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19514108&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-06 17:30:24
slave: panda-0609
PROCESS-CRASH | Shutdown | application crashed [Unknown top frame]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 608•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19519532&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-06 22:24:42
slave: panda-0597
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 609•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19520720&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-02-06 23:21:59
slave: panda-0552
PROCESS-CRASH | /tests/dom/tests/mochitest/dom-level1-core/test_commentgetcomment.html | application crashed [Unknown top frame]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 610•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19534367&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-07 08:07:16
slave: panda-0755
76733 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug659743.xml | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 611•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19534481&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-02-07 08:19:24
slave: panda-0826
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 612•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19534409&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-02-07 08:19:11
slave: panda-0562
talosError: 'Exception caught: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 613•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19538565&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-07 10:01:04
slave: panda-0530
PROCESS-CRASH | Shutdown | application crashed [Unknown top frame]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 614•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19538721&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-02-07 10:11:16
slave: panda-0555
PROCESS-CRASH | Shutdown | application crashed [@ js::GCMarker::drainMarkStack(js::SliceBudget&)]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 615•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19538819&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-02-07 10:11:23
slave: panda-0536
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 616•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
rnewman
https://tbpl.mozilla.org/php/getParsedLog.php?id=19538658&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-8 on 2013-02-07 10:11:16
slave: panda-0552
raise DMError("Remote Device Error: unable to connect to %s after %s attempts" % (self.host, retryLimit))
DMError: Remote Device Error: unable to connect to 10.12.133.95 after 5 attempts
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 617•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19540934&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-07 11:17:24
slave: panda-0565
PROCESS-CRASH | /tests/content/media/test/test_reset_src.html | application crashed [@ mozalloc_abort(char const*)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 618•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19541728&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-07 11:50:04
slave: panda-0528
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 619•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19542080&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-07 12:13:23
slave: panda-0814
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 620•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19544380&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-02-07 13:26:15
slave: panda-0609
talosError: 'failed to initialize browser'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 621•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19561974&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-07 23:53:14
slave: panda-0761
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 622•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19562724&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-02-07 23:53:15
slave: panda-0801
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 623•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19566343&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-08 03:43:12
slave: panda-0692
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 624•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19567532&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-08 03:31:23
slave: panda-0612
84027 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_twice.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 625•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19570444&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-02-08 05:43:23
slave: panda-0796
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 626•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19571712&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-08 06:34:18
slave: panda-0566
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 627•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19572923&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-08 07:16:24
slave: panda-0822
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 628•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
dmose
https://tbpl.mozilla.org/php/getParsedLog.php?id=19574172&tree=Try
Android 4.0 Panda try opt test crashtest-2 on 2013-02-08 07:53:23
slave: panda-0713
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 629•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19577785&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-02-08 09:56:37
slave: panda-0860
PROCESS-CRASH | http://10.12.136.22:30860/jsreftest/tests/jsreftest.html?test=ecma_5/strict/12.10.1.js | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 630•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19577785&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-02-08 09:56:37
slave: panda-0860
PROCESS-CRASH | http://10.12.136.22:30860/jsreftest/tests/jsreftest.html?test=ecma_5/strict/12.10.1.js | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 631•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19578593&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-08 10:12:25
slave: panda-0852
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 632•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
tanvi
https://tbpl.mozilla.org/php/getParsedLog.php?id=19561055&tree=Try
Android 4.0 Panda try opt test crashtest-3 on 2013-02-07 23:22:21
slave: panda-0634
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 633•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19583338&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-08 12:58:29
slave: panda-0055
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 634•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19582910&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-08 12:38:23
slave: panda-0774
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 635•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19582689&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-02-08 12:38:24
slave: panda-0634
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 636•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19582852&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-08 12:41:45
slave: panda-0853
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 637•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19582604&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-08 11:52:23
slave: panda-0814
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 638•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19584512&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-08 13:39:06
slave: panda-0814
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 639•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19585274&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-08 14:03:02
slave: panda-0861
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 640•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19586155&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-08 14:32:50
slave: panda-0577
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 641•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19587459&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-08 15:05:47
slave: panda-0832
76796 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug659743.xml | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 642•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19589927&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-08 16:33:09
slave: panda-0553
76796 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug659743.xml | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 643•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19588703&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-08 15:05:32
slave: panda-0753
76796 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug659743.xml | Test timed out.
85628 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_twice.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 644•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19595318&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-08 20:12:23
slave: panda-0737
76796 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug659743.xml | Test timed out.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 645•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19596498&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-08 21:46:05
slave: panda-0653
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 646•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19597284&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-6 on 2013-02-08 22:44:24
slave: panda-0810
PROCESS-CRASH | /tests/dom/tests/mochitest/dom-level2-html/test_HTMLFrameElement05.html | application crashed [@ XPCWrappedNative::GetWrappedNativeOfJSObject(JSContext*, JSObject*, JSObject*, JSObject**, XPCWrappedNativeTearOff**)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 647•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19597260&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-08 22:44:23
slave: panda-0805
PROCESS-CRASH | tsvg | application crashed [@ libnss3.so + 0x3a718]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 648•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19604912&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-09 07:49:23
slave: panda-0616
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 649•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19604912&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-09 07:49:23
slave: panda-0616
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 650•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19605027&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-09 07:49:24
slave: panda-0750
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 651•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19608025&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-09 10:32:14
slave: panda-0634
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 652•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19611004&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-09 14:08:23
slave: panda-0703
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 653•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19611056&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-09 14:08:24
slave: panda-0767
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 654•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19619349&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-10 07:10:23
slave: panda-0553
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 655•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19621659&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-10 11:11:24
slave: panda-0566
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 656•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19626182&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-10 18:31:24
slave: panda-0807
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 657•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19626366&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-10 18:43:23
slave: panda-0790
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 658•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19627200&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-10 19:37:06
slave: panda-0785
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 659•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19626827&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-10 19:23:23
slave: panda-0650
PROCESS-CRASH | tsvg | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 660•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19630821&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-02-11 04:16:24
slave: panda-0803
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 661•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19641033&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-11 12:36:21
slave: panda-0615
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 662•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19641439&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-02-11 12:36:22
slave: panda-0566
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 663•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19642143&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-11 12:59:23
slave: panda-0612
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 664•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19642507&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-11 13:06:11
slave: panda-0537
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 665•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19643219&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-11 12:59:23
slave: panda-0822
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 666•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19644141&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-02-11 14:16:25
slave: panda-0756
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 667•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19646161&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-11 14:33:23
slave: panda-0819
85112 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_twice.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 668•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19647518&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-11 16:04:02
slave: panda-0832
PROCESS-CRASH | http://10.12.136.20:30832/tests/layout/generic/crashtests/386799-1.html | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 669•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19647509&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-11 15:53:24
slave: panda-0815
76279 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug659743.xml | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 670•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19649268&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-11 16:01:20
slave: panda-0742
76279 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug659743.xml | Test timed out.
85111 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_twice.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 671•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19650172&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-11 17:13:14
slave: panda-0538
76279 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_bug659743.xml | Test timed out.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 672•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
honzab.moz%firemni.cz
https://tbpl.mozilla.org/php/getParsedLog.php?id=19650415&tree=Try
Android 4.0 Panda try opt test mochitest-8 on 2013-02-11 17:42:15
slave: panda-0612
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 673•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19657048&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-11 20:59:25
slave: panda-0612
84627 ERROR TEST-UNEXPECTED-FAIL |tests/content/media/test/big.wav
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 674•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19665596&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-12 05:44:04
slave: panda-0538
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 675•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19665484&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-12 05:44:04
slave: panda-0544
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 676•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19677063&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-12 13:00:41
slave: panda-0665
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 677•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19678518&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-12 12:57:27
slave: panda-0573
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 678•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19680253&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-02-12 14:25:59
slave: panda-0799
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 679•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19680361&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-12 14:30:59
slave: panda-0761
PROCESS-CRASH | http://10.12.135.22:30761/jsreftest/tests/jsreftest.html?test=js1_7/extensions/regress-354945-01.js | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 680•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19680751&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-02-12 14:40:21
slave: panda-0763
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 681•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19681096&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-12 14:51:59
slave: panda-0827
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 682•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19683815&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-02-12 16:20:27
slave: panda-0792
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 683•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19686554&tree=Cedar
Android 4.0 Panda cedar talos remote-trobocheck on 2013-02-12 17:58:28
slave: panda-0615
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 684•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19689981&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-12 20:19:42
slave: panda-0635
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 685•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19697709&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-13 05:01:25
slave: panda-0607
PROCESS-CRASH | /tests/content/media/test/test_streams_element_capture.html | application crashed [@ FastConvertYUVToRGB32Row_C]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 686•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19700315&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-3 on 2013-02-13 07:01:26
slave: panda-0676
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 687•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19700409&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-02-13 07:01:26
slave: panda-0595
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 688•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19700664&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobopan on 2013-02-13 07:01:27
slave: panda-0600
talosError: 'initialization timed out'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 689•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19703144&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-13 08:40:21
slave: panda-0630
12487 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/inspector/tests/test_bug462787.html | got the expected exception - got 2147942487, expected 2147500035
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 690•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19703763&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-02-13 09:06:18
slave: panda-0692
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 691•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19703908&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-13 09:09:34
slave: panda-0024
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 692•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19703689&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-13 08:59:35
slave: panda-0858
12487 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/inspector/tests/test_bug462787.html | got the expected exception - got 2147942487, expected 2147500035
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 693•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19704311&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-13 09:16:25
slave: panda-0650
12482 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/inspector/tests/test_bug462787.html | got the expected exception - got 2147942487, expected 2147500035
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 694•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19704373&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-13 09:18:17
slave: panda-0058
12482 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/inspector/tests/test_bug462787.html | got the expected exception - got 2147942487, expected 2147500035
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 695•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19704373&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-13 09:18:17
slave: panda-0058
12482 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/inspector/tests/test_bug462787.html | got the expected exception - got 2147942487, expected 2147500035
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 696•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19704791&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-13 09:32:30
slave: panda-0868
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 697•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19705921&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-13 10:14:14
slave: panda-0684
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 698•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19706247&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-13 10:26:53
slave: panda-0872
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 699•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19708769&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-02-13 11:55:53
slave: panda-0866
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 700•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19708398&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-02-13 11:55:53
slave: panda-0029
Automation Error: No crash directory (/mnt/sdcard/tests/reftest/profile/minidumps/) found on remote device
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 701•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19709026&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-13 12:08:24
slave: panda-0059
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 702•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19709035&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-13 12:08:39
slave: panda-0600
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 703•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19709309&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-13 12:14:35
slave: panda-0027
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 704•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19709833&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-13 12:33:20
slave: panda-0827
PROCESS-CRASH | tp4m | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 705•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19711547&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-13 13:17:49
slave: panda-0831
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 706•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19711758&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-13 13:29:26
slave: panda-0690
PROCESS-CRASH | tp4m | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 707•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19713839&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-13 14:21:18
slave: panda-0849
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 708•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19715151&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test mochitest-2 on 2013-02-13 14:41:29
slave: tegra-347
PROCESS-CRASH | /tests/content/media/test/test_streams_element_capture.html | application crashed [@ FastConvertYUVToRGB32Row_C]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 709•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19719542&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-13 17:16:28
slave: panda-0831
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 710•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19719542&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-13 17:16:28
slave: panda-0831
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 711•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19719767&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-13 17:19:42
slave: panda-0060
11157 ERROR TEST-UNEXPECTED-FAIL | /tests/image/test/mochitest/test_bug733553.html | Test 8 damon.jpg width correct - got 0, expected 80
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 712•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19721699&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-02-13 18:43:58
slave: panda-0734
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 713•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19721806&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-02-13 18:44:04
slave: panda-0542
talosError: 'Exception caught: java.lang.UnsupportedOperationException [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 714•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19722046&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-13 18:57:00
slave: panda-0695
PROCESS-CRASH | http://10.12.134.23:30695/tests/layout/xul/base/src/crashtests/384871-1.html | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 715•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19724738&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-02-13 20:20:14
slave: panda-0052
talosError: 'Exception caught: java.lang.UnsupportedOperationException [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 716•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19730304&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-02-14 01:41:27
slave: panda-0036
PROCESS-CRASH | http://10.12.137.18:30036/jsreftest/tests/jsreftest.html?test=ecma/FunctionObjects/15.3.5-1.js | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 717•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19734816&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-14 05:19:17
slave: panda-0053
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 718•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19737070&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-14 06:59:28
slave: panda-0552
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 719•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19737070&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-14 06:59:28
slave: panda-0552
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 720•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19737998&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-14 07:37:28
slave: panda-0566
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 721•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19737998&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-14 07:37:28
slave: panda-0566
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 722•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19738330&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-14 07:37:27
slave: panda-0862
PROCESS-CRASH | /tests/content/media/test/test_streams_element_capture.html | application crashed [@ FastConvertYUVToRGB32Row_C]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 723•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19738330&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-14 07:37:27
slave: panda-0862
PROCESS-CRASH | /tests/content/media/test/test_streams_element_capture.html | application crashed [@ FastConvertYUVToRGB32Row_C]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 724•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19738508&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-14 07:47:58
slave: panda-0618
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 725•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19740107&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-14 08:47:28
slave: panda-0038
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 726•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19742775&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-14 10:29:27
slave: panda-0540
16965 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/navigation/test_not-opener.html | Should not be able to navigate popup's popup by submitting form. - got 1, expected 2
16966 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/navigation/test_not-opener.html | Should not be able to navigate popup's popup by targeted hyperlink. - got 1, expected 2
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 727•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19742759&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-02-14 10:17:11
slave: panda-0589
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 728•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19751307&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-14 15:07:27
slave: panda-0569
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 729•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19753963&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-02-14 16:22:20
slave: panda-0027
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 730•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19755593&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-14 17:12:07
slave: panda-0027
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 731•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19755641&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-14 17:12:28
slave: panda-0646
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 732•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19758215&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-14 18:35:08
slave: panda-0557
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 733•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19760466&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-02-14 20:44:20
slave: panda-0617
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 734•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19762982&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-14 22:08:12
slave: panda-0871
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 735•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=19768002&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-15 02:55:28
slave: panda-0850
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 736•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19769514&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-15 04:01:28
slave: panda-0689
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 737•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19770425&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-02-15 04:39:18
slave: panda-0822
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 738•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19773913&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-02-15 07:19:28
slave: panda-0666
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 739•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19774015&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-15 07:16:23
slave: panda-0659
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 740•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19774648&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-15 07:45:15
slave: panda-0667
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 741•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19774273&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-15 06:35:21
slave: panda-0600
82720 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_twice.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 742•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19774273&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-15 06:35:21
slave: panda-0600
82720 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_twice.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 743•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19775438&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-3 on 2013-02-15 08:10:27
slave: panda-0527
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 744•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19783114&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-15 13:27:28
slave: panda-0866
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 745•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19785871&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-15 14:51:31
slave: panda-0784
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 746•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19785810&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-15 14:47:30
slave: panda-0820
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 747•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19785866&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-15 14:47:31
slave: panda-0819
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 748•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19786891&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-15 15:14:27
slave: panda-0544
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 749•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19797709&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-15 22:55:21
slave: panda-0678
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 750•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19797936&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-15 23:12:46
slave: panda-0827
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 751•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19798125&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-02-15 23:23:27
slave: panda-0681
PROCESS-CRASH | /tests/dom/tests/mochitest/dom-level1-core/test_nodeinsertbeforenewchildexists.html | application crashed [@ js::DefineNativeProperty]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 752•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19807240&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-02-16 08:12:30
slave: panda-0711
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 753•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19807294&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-02-16 08:19:47
slave: panda-0590
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 754•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19812097&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-16 12:19:30
slave: panda-0715
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 755•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19818593&tree=Cedar
Android 4.0 Panda cedar opt test crashtest-3 on 2013-02-16 21:54:26
slave: panda-0741
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 756•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19819315&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-16 22:47:30
slave: panda-0748
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 757•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19821789&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-17 04:36:30
slave: panda-0778
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 758•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19827884&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-17 14:01:30
slave: panda-0734
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 759•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19831672&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-02-17 19:31:28
slave: panda-0035
talosError: 'failed to initialize browser'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 760•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19832646&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-17 19:31:28
slave: panda-0858
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 761•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19832855&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-17 20:23:21
slave: panda-0690
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 762•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19834265&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-17 22:07:28
slave: panda-0858
talosError: 'failed to initialize browser'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 763•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19837018&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-18 00:42:07
slave: panda-0855
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 764•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19838242&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-5 on 2013-02-18 02:19:21
slave: panda-0856
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmp8s6ea7pidlog,XPCOM_MEM_BLOAT_LOG=/tmp/tmpVo_3S_/runtests_leaks.log" org.mozilla.fennec -no-remote -profile /mnt/sdcard/tests/profile/ http://mochi.test:8888/tests/?autorun=1&closeWhenDone=1&logFile=%2Fmnt%2Fsdcard%2Ftests%2Flogs%2Fmochitest.log&fileLevel=INFO&consoleLevel=INFO&totalChunks=8&thisChunk=5&hideResultsTable=1&testManifest=android.json&runOnly=true
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 765•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19838441&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-18 02:36:27
slave: panda-0653
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 766•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19839607&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test crashtest-3 on 2013-02-18 03:13:16
slave: tegra-324
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 767•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19839977&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-18 03:33:29
slave: panda-0649
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 768•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19842282&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-18 05:04:26
slave: panda-0620
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 769•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19841542&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-02-18 04:36:28
slave: panda-0025
DMError: Automation Error: Timeout in command isdir /mnt/sdcard/tests/reftest
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 770•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19842744&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-18 05:20:10
slave: panda-0607
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 771•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19842794&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-18 05:20:18
slave: panda-0635
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 772•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19844009&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-02-18 05:59:27
slave: panda-0858
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 773•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19849688&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-02-18 10:23:27
slave: panda-0527
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 774•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19850049&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-18 10:32:28
slave: panda-0616
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 775•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19851020&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-18 11:14:27
slave: panda-0604
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 776•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19850965&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-18 11:14:28
slave: panda-0060
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 777•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19853882&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-18 13:09:28
slave: panda-0038
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 778•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19854199&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-18 13:18:27
slave: panda-0657
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 779•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19855060&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-18 13:59:14
slave: panda-0537
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 780•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19855946&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-02-18 14:33:28
slave: panda-0050
talosError: 'browser failed to close after being initialized'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 781•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19857568&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-18 15:44:29
slave: panda-0661
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 782•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19860051&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-18 18:21:27
slave: panda-0867
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 783•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19860836&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-18 18:21:28
slave: panda-0692
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 784•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19862305&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-18 20:31:28
slave: panda-0678
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 785•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19862143&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-18 20:21:27
slave: panda-0616
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 786•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19867003&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-19 01:45:28
slave: panda-0861
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 787•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19868315&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-19 02:42:27
slave: panda-0060
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 788•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19868301&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-19 02:42:28
slave: panda-0861
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 789•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19871859&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-19 04:44:27
slave: panda-0858
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 790•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19871259&tree=Firefox
Android Tegra 250 mozilla-central talos remote-tsvg on 2013-02-19 04:20:54
slave: tegra-336
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 791•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19875494&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-19 06:57:27
slave: panda-0861
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 792•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19875618&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-19 06:19:27
slave: panda-0586
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 793•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19875783&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-19 07:04:30
slave: panda-0829
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 794•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19877790&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-19 08:23:28
slave: panda-0654
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 795•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19878700&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-19 08:52:28
slave: panda-0655
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 796•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19879100&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-02-19 08:57:22
slave: panda-0634
PROCESS-CRASH | remoteautomation.py | application crashed [@ libc.so + 0x23226]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 797•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19879401&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-19 09:11:24
slave: panda-0577
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 798•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19880845&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-02-19 10:10:27
slave: panda-0852
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 799•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19882871&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-19 11:11:28
slave: panda-0868
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 800•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19882727&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-19 11:11:28
slave: panda-0630
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 801•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19882700&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-02-19 11:10:23
slave: panda-0669
8319 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/crypto/test_getRandomValues.html | The array buffer has one random value
02-19 11:20:20.781 I/GeckoDump( 2199): 8319 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/crypto/test_getRandomValues.html | The array buffer has one random value
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 802•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19884205&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-19 11:56:27
slave: panda-0684
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 803•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19884162&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-19 11:56:28
slave: panda-0867
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 804•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19888039&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-19 14:02:19
slave: panda-0629
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 805•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19887184&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-19 13:31:16
slave: panda-0553
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 806•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19888531&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-02-19 14:15:09
slave: panda-0643
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 807•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19886987&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-19 12:35:27
slave: panda-0607
84879 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_loop.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 808•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19889376&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-19 14:49:28
slave: panda-0678
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 809•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19889389&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-02-19 14:49:28
slave: panda-0034
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 810•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19891041&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-19 15:44:28
slave: panda-0051
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 811•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19891354&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-19 15:55:26
slave: panda-0578
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 812•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19899741&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-02-19 22:09:28
slave: panda-0023
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 813•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19899737&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-02-19 22:09:28
slave: panda-0029
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 814•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19902999&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-19 23:57:28
slave: panda-0683
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 815•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19885732&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-19 12:50:17
slave: panda-0648
PROCESS-CRASH | /tests/editor/libeditor/html/tests/test_bug640321.html | application crashed [@ js::ion::CodeGenerator::emitArrayPush(js::ion::LInstruction*, js::ion::MArrayPush const*, js::ion::Register, js::ion::ConstantOrRegister, js::ion::Register, js::ion::Register)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 816•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19909625&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-20 05:39:35
slave: panda-0535
11163 ERROR TEST-UNEXPECTED-FAIL | /tests/image/test/mochitest/test_bug733553.html | Test 8 damon.jpg width correct - got 0, expected 80
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 817•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19910713&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-02-20 06:23:28
slave: panda-0857
talosError: 'initialization timed out'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 818•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19913568&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-20 08:07:28
slave: panda-0858
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 819•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19916112&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-20 09:21:13
slave: panda-0820
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 820•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19916221&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-20 09:24:24
slave: panda-0758
PROCESS-CRASH | /tests/content/media/test/test_audio2.html | application crashed [@ libc.so + 0x11ca4]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 821•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19916864&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-20 09:41:15
slave: panda-0774
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 822•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19918462&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-20 10:26:09
slave: panda-0741
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 823•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19919454&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-20 10:05:05
slave: panda-0538
85363 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_twice.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 824•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19920805&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-20 11:41:44
slave: panda-0710
PROCESS-CRASH | tp4m | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 825•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19915421&tree=Cedar
Android 4.0 Panda cedar opt test jsreftest-1 on 2013-02-20 08:59:14
slave: panda-0054
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 826•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19923807&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-20 13:20:28
slave: panda-0039
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 827•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19926047&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-20 13:39:05
slave: panda-0529
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 828•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19926181&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-20 14:21:27
slave: panda-0051
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 829•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19926235&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-20 14:21:56
slave: panda-0653
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 830•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19927868&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-20 15:23:06
slave: panda-0611
PROCESS-CRASH | http://10.12.134.17:30611/tests/layout/xul/base/src/crashtests/384105-1.html | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 831•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19935256&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-20 19:42:05
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 832•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19932365&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-02-20 18:05:04
slave: panda-0526
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 833•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19937043&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-20 21:51:06
slave: panda-0794
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 834•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19935998&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-20 20:47:30
slave: panda-0831
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 835•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19937666&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-20 21:51:05
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 836•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19945637&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-21 04:08:55
slave: panda-0609
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 837•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19954468&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-21 08:32:43
slave: panda-0819
PROCESS-CRASH | tp4m | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 838•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19955340&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-02-21 08:51:59
slave: panda-0834
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 839•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19955521&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-21 08:55:40
slave: panda-0708
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 840•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19957258&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-21 08:58:53
slave: panda-0025
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 841•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19958459&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-21 10:11:28
slave: panda-0051
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 842•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19967239&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-21 15:24:59
slave: panda-0770
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 843•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19967910&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-02-21 15:44:00
slave: panda-0650
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 844•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19971971&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-21 18:49:05
slave: panda-0528
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 845•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19974163&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-21 20:22:31
slave: panda-0757
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 846•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19977219&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-21 22:39:30
slave: panda-0820
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 847•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19981570&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-02-22 04:20:30
slave: panda-0770
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 848•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19985018&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-22 06:38:05
slave: panda-0543
DMError: Automation Error: Failed to validate file when downloading /mnt/sdcard/tests/logs/mochitest.log
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 849•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19985348&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-22 06:43:31
slave: panda-0788
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 850•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19986016&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-22 07:01:03
slave: panda-0736
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 851•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19986016&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-22 07:01:03
slave: panda-0736
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 852•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19987816&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-22 07:54:05
slave: panda-0524
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 853•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19987800&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-22 07:54:30
slave: panda-0829
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 854•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19988940&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-22 08:27:47
slave: panda-0051
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 855•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19991920&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-22 09:46:27
slave: panda-0030
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 856•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19993159&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-22 10:12:10
slave: panda-0801
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 857•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19993190&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-22 10:12:10
slave: panda-0751
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 858•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19993410&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-22 10:18:10
slave: panda-0698
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 859•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19993420&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-22 10:17:20
slave: panda-0838
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 860•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19993776&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-22 10:23:00
slave: panda-0053
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 861•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19993776&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-22 10:23:00
slave: panda-0053
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 862•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19994521&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-22 10:44:06
slave: panda-0631
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 863•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19995236&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-02-22 10:54:28
slave: panda-0856
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 864•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19995579&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-22 11:09:22
slave: panda-0693
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 865•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19995799&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-22 10:37:37
slave: panda-0716
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 866•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=19996045&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-22 11:23:18
slave: panda-0561
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 867•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=19998570&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-22 12:41:29
slave: panda-0816
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 868•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20001731&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-02-22 14:37:31
slave: panda-0777
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 869•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20006166&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-22 17:17:13
slave: panda-0832
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 870•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20006132&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-22 17:17:13
slave: panda-0766
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 871•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20005751&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-22 17:06:30
slave: panda-0710
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 872•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20007647&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-22 17:58:05
slave: panda-0524
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 873•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20007966&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-22 18:09:30
slave: panda-0832
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 874•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20012642&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-22 21:20:31
slave: panda-0792
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 875•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20013407&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-22 21:56:30
slave: panda-0737
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 876•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20013666&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-22 22:05:27
slave: panda-0835
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 877•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20014977&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-22 23:06:30
slave: panda-0742
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 878•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20015713&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-22 23:40:31
slave: panda-0699
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 879•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20035614&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-23 20:37:01
slave: panda-0631
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 880•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20041760&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-02-24 05:07:01
slave: panda-0638
talosError: 'Exception while replaying events: java.util.ConcurrentModificationException [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 881•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20046802&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-02-24 12:23:13
slave: panda-0621
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 882•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20047567&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-24 13:48:04
slave: panda-0640
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 883•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20052248&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-24 18:23:05
slave: panda-0527
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 884•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20053398&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-24 20:16:05
slave: panda-0526
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 885•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20053377&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-24 20:16:05
slave: panda-0527
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 886•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20053467&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-24 20:26:17
slave: panda-0742
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 887•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20066413&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-25 07:21:17
slave: panda-0800
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 888•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20069241&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-25 08:42:21
slave: panda-0567
talosError: 'initialization timed out'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 889•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20072272&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-25 10:36:17
slave: panda-0703
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 890•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20074038&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-25 11:32:21
slave: panda-0617
PROCESS-CRASH | tp4m | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 891•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20077325&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-25 13:05:58
slave: panda-0641
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 892•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20082545&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-25 15:29:04
slave: panda-0760
PROCESS-CRASH | http://10.12.135.22:30760/tests/layout/generic/crashtests/399412-1.html | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 893•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20083410&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-25 15:52:25
slave: panda-0872
PROCESS-CRASH | http://10.12.136.23:30872/jsreftest/tests/jsreftest.html?test=ecma_5/strict/15.10.7.js | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 894•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20083529&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-25 15:52:25
slave: panda-0027
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 895•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20089673&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-25 20:28:21
slave: panda-0621
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 896•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20092805&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-25 23:21:21
slave: panda-0555
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 897•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20092752&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-25 23:21:21
slave: panda-0683
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 898•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20094586&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-26 00:34:08
slave: panda-0757
PROCESS-CRASH | remoteautomation.py | application crashed [@ libc.so + 0x23226]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 899•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20096724&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-26 02:26:21
slave: panda-0695
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 900•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20099623&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-02-26 04:43:28
slave: panda-0029
PROCESS-CRASH | tp4m | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 901•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20100140&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-02-26 04:55:55
slave: panda-0854
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 902•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20105951&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-26 07:52:43
slave: panda-0055
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 903•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20106136&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-26 07:58:38
slave: panda-0873
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 904•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20107939&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-26 09:08:28
slave: panda-0029
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 905•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20107968&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-26 09:08:28
slave: panda-0025
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 906•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20109180&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-26 09:46:40
slave: panda-0537
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 907•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20115175&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-26 12:44:16
slave: panda-0673
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 908•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20115293&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-26 12:44:16
slave: panda-0576
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 909•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20115293&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-26 12:44:16
slave: panda-0576
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 910•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20115031&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-02-26 12:32:38
slave: panda-0803
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 911•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20116128&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-26 12:22:28
slave: panda-0060
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 912•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20116343&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-02-26 12:27:54
slave: panda-0702
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 913•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20117961&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-26 13:53:06
slave: panda-0535
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 914•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20119674&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-26 12:44:17
slave: panda-0637
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 915•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20124917&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-26 16:55:28
slave: panda-0848
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 916•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20123542&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-26 16:20:27
slave: panda-0636
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 917•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20120976&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-26 15:13:59
slave: panda-0808
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 918•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20120623&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-26 15:09:15
slave: panda-0691
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 919•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20120705&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-26 15:10:28
slave: panda-0848
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 920•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20122190&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-26 15:05:00
slave: panda-0858
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 921•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20120479&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-26 15:05:00
slave: panda-0039
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 922•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20125708&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-02-26 17:18:16
slave: panda-0555
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 923•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20127177&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-26 17:30:53
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 924•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20130058&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-02-26 20:32:53
slave: panda-0595
talosError: "failed to cleanup processes: [(2532, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 925•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20132298&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-26 22:47:16
slave: panda-0627
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 926•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20132609&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-26 22:56:16
slave: panda-0596
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 927•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20133223&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-26 23:17:16
slave: panda-0617
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 928•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20135245&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-27 00:35:15
slave: panda-0655
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 929•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20134575&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-27 00:13:10
slave: panda-0872
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0xd1bc]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 930•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20133276&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-26 23:17:16
slave: panda-0636
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 931•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20139831&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-02-27 05:17:28
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 932•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20140879&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-27 06:12:54
slave: panda-0760
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 933•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20140781&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-02-27 06:09:17
slave: panda-0581
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 934•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20142284&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-27 06:32:06
slave: panda-0621
DMError: Automation Error: Timeout in command ps
DMError: Automation Error: Timeout in command isdir /mnt/sdcard/tests/logs
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 935•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20145137&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-02-27 07:41:30
slave: panda-0621
DMError: Automation Error: Timeout in command ps
DMError: Automation Error: Timeout in command isdir /mnt/sdcard/tests/logs
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 936•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20144175&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-02-27 07:41:53
slave: panda-0835
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 937•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20145686&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-02-27 07:41:54
slave: panda-0804
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 938•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20150220&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-27 10:34:05
slave: panda-0735
PROCESS-CRASH | tp4m | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 939•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20151314&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-27 11:04:54
slave: panda-0755
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 940•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20152723&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-27 10:59:07
slave: panda-0035
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 941•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20153064&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-27 11:09:49
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 942•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20157036&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-02-27 12:55:06
slave: panda-0869
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 943•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20157510&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-3 on 2013-02-27 13:56:17
slave: tegra-344
17033 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/navigation/test_not-opener.html | Should not be able to navigate popup's popup by calling window.open. - got 1, expected 2
17034 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/navigation/test_not-opener.html | Should not be able to navigate popup's popup by submitting form. - got 1, expected 2
17035 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/navigation/test_not-opener.html | Should not be able to navigate popup's popup by targeted hyperlink. - got 1, expected 2
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 944•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20157735&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-27 14:10:45
slave: panda-0779
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 945•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20158950&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-27 14:52:55
slave: panda-0821
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 946•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20159637&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-02-27 15:10:14
slave: panda-0610
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 947•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20159637&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-02-27 15:10:14
slave: panda-0610
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 948•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20159983&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-02-27 15:10:13
slave: panda-0573
talosError: "failed to cleanup processes: [(2536, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 949•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20160003&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-27 15:17:06
slave: panda-0858
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 950•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20160068&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-02-27 15:19:51
slave: panda-0626
PROCESS-CRASH | /tests/content/html/content/test/test_bug607145.html | application crashed [@ libGLESv2_POWERVR_SGX540_120.so + 0x19904]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 951•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20160158&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-27 15:19:14
slave: panda-0735
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 952•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20160799&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-27 15:39:06
slave: panda-0779
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 953•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20161525&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-27 16:01:04
slave: panda-0716
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 954•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20164117&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-27 17:12:10
slave: panda-0035
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 955•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20164117&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-27 17:12:10
slave: panda-0035
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 956•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20164077&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-27 16:57:36
slave: panda-0634
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 957•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20165082&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-02-27 17:22:25
slave: panda-0634
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testBrowserProviderPerf org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 958•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20165703&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-02-27 17:57:11
slave: panda-0836
PROCESS-CRASH | tcheckerboard | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 959•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20166697&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-27 18:43:54
slave: panda-0808
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 960•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20166571&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-02-27 18:38:06
slave: panda-0850
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 961•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20171371&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-27 21:15:13
slave: panda-0039
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 962•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20172067&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-02-27 21:44:12
slave: panda-0634
DMError: Automation Error: Timeout in command isdir /mnt/sdcard/tests/profile//webapps/http_test1_example_org
Automation Error: Unable to copy profile to device.
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 963•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20173054&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-02-27 22:18:15
slave: panda-0631
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 964•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20173045&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-27 22:18:16
slave: panda-0634
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 965•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20180824&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-02-28 04:43:16
slave: panda-0552
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 966•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20184219&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-02-28 06:51:16
slave: panda-0634
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 967•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20172069&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-02-27 21:44:53
slave: panda-0711
PROCESS-CRASH | remoteautomation.py | application crashed [@ libc.so + 0x23226]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 968•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20197887&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-28 14:46:17
slave: panda-0809
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 969•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20202875&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-28 17:26:14
slave: panda-0742
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 970•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20205423&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-02-28 18:59:19
slave: panda-0774
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 971•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20210031&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-02-28 21:45:54
slave: panda-0866
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 972•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20210205&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-02-28 21:56:04
slave: panda-0039
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 973•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20219074&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-01 05:04:08
slave: panda-0039
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 974•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20219773&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-01 05:29:04
slave: panda-0610
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 975•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20225974&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound talos remote-tsvg on 2013-03-01 09:05:33
slave: tegra-365
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 976•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20226850&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-01 09:41:17
slave: panda-0617
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 977•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20226634&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-01 09:34:16
slave: panda-0631
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 978•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20228840&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-01 10:24:05
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 979•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20228787&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-01 10:24:05
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 980•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20230272&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-01 12:34:05
slave: panda-0527
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 981•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20234922&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-8 on 2013-03-01 14:55:06
slave: panda-0856
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 982•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20234863&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-03-01 14:55:07
slave: panda-0858
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 983•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20235111&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-03-01 14:55:06
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 984•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20238324&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-01 17:13:06
slave: panda-0036
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 985•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20238476&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-03-01 17:17:07
slave: panda-0857
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 986•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20240203&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-01 17:13:06
slave: panda-0854
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 987•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20241340&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-01 18:43:15
slave: panda-0560
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 988•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20245145&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-01 21:36:06
slave: panda-0856
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 989•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20244701&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-01 21:16:06
slave: panda-0858
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 990•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20244243&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-01 21:07:08
slave: panda-0856
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 991•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20244507&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-03-01 21:07:17
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 992•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20245273&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-01 21:33:07
slave: panda-0857
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 993•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20245972&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-03-01 21:33:06
slave: panda-0035
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 994•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20247727&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-01 23:21:05
slave: panda-0528
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 995•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20247643&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-01 23:21:07
slave: panda-0868
PROCESS-CRASH | tp4m | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 996•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20247528&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-01 22:33:05
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 997•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20246733&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-01 22:33:07
slave: panda-0859
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 998•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20253263&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-03-02 04:59:06
slave: panda-0523
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 999•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20253399&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobopan on 2013-03-02 04:59:06
slave: panda-0856
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1000•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20253410&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-03-02 04:59:06
slave: panda-0853
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1001•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20252162&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-03-02 04:16:07
slave: panda-0053
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1002•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20252146&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-4 on 2013-03-02 04:16:08
slave: panda-0856
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1003•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20251990&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-03-02 04:16:09
slave: panda-0864
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1004•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20253111&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-03-02 04:16:08
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1005•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20251112&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-02 03:20:08
slave: panda-0527
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1006•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20250060&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-02 02:15:05
slave: panda-0527
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1007•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20244997&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-03-01 21:33:06
slave: panda-0060
PROCESS-CRASH | /tests/dom/tests/mochitest/dom-level0/test_setting_document.domain_to_shortened_ipaddr.html | application crashed [@ 0x68c6b220]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1008•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20245582&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-01 21:16:06
slave: panda-0868
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1009•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20239312&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-01 17:38:07
slave: panda-0054
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1010•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20255544&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-02 06:52:05
slave: panda-0536
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1011•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20255672&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-02 06:52:06
slave: panda-0855
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1012•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20255675&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-03-02 06:54:07
slave: panda-0856
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpovFYL3pidlog,XPCOM_MEM_BLOAT_LOG=/tmp/tmpUZwK9I/runtests_leaks.log" org.mozilla.fennec -no-remote -profile /mnt/sdcard/tests/profile/ http://mochi.test:8888/tests/?autorun=1&closeWhenDone=1&logFile=%2Fmnt%2Fsdcard%2Ftests%2Flogs%2Fmochitest.log&fileLevel=INFO&consoleLevel=INFO&totalChunks=8&thisChunk=5&hideResultsTable=1&testManifest=android.json&runOnly=true
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1013•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20256105&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-02 07:25:53
slave: panda-0766
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1014•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20256221&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-02 06:52:05
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1015•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20239835&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-01 17:17:07
slave: panda-0855
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1016•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20239832&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-01 17:17:06
slave: panda-0871
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1017•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20238592&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-03-01 17:17:07
slave: panda-0035
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1018•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20258532&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-02 10:54:07
slave: panda-0859
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1019•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20258570&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-02 10:54:07
slave: panda-0856
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1020•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20258625&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-03-02 10:54:07
slave: panda-0035
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1021•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20259306&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-03-02 11:17:07
slave: panda-0856
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1022•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20259938&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-02 11:53:06
slave: panda-0058
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1023•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20259941&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-02 11:53:15
slave: panda-0615
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1024•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20262182&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-02 12:54:06
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1025•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20264500&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-02 15:23:06
slave: panda-0055
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1026•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20264506&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-02 15:23:06
slave: panda-0529
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1027•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20265146&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-03-02 15:59:07
slave: panda-0039
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1028•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20265235&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-03-02 15:54:06
slave: panda-0860
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1029•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20265609&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-03-02 15:59:07
slave: panda-0871
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1030•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20265820&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-03-02 16:19:30
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1031•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20265312&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-03-02 15:59:07
slave: panda-0060
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1032•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20265832&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-02 16:20:06
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1033•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20266374&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-02 17:55:03
slave: panda-0653
PROCESS-CRASH | /tests/content/html/content/test/test_bug607145.html | application crashed [@ libGLESv2_POWERVR_SGX540_120.so + 0x19904]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1034•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20266341&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-02 17:55:04
slave: panda-0628
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1035•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20268040&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-02 19:34:06
slave: panda-0857
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1036•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20268908&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-02 19:25:06
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1037•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20269067&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-02 19:34:06
slave: panda-0855
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1038•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20271080&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-03-02 21:58:06
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1039•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20277882&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-03 09:14:07
slave: panda-0035
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1040•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20277380&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-03 08:25:05
slave: panda-0522
83812 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_loop.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1041•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20278381&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-03 10:20:05
slave: panda-0527
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1042•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20279062&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-03 11:01:05
slave: panda-0527
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1043•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20279861&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-03-03 11:53:05
slave: panda-0522
PROCESS-CRASH | http://10.12.133.17:30522/jsreftest/tests/jsreftest.html?test=ecma_5/extensions/JSON-string-replacer-overflow.js | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1044•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20280694&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-03 12:22:07
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1045•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20281163&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-03 13:29:06
slave: panda-0060
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1046•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20282143&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-03 14:40:54
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1047•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20282156&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-03 14:06:05
slave: panda-0526
82483 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_bug495145.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1048•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20282747&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-03 15:49:05
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1049•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20283168&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-03 16:17:05
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1050•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20285071&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-03 21:15:07
slave: panda-0037
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1051•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20285400&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-03 21:15:07
slave: panda-0035
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1052•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20284768&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-03 21:08:06
slave: panda-0541
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1053•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20284856&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-03 21:08:05
slave: panda-0527
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1054•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20283816&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-03 20:00:48
slave: panda-0054
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1055•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20291369&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-04 03:49:16
slave: panda-0625
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1056•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20291882&tree=Firefox
Android Tegra 250 mozilla-central talos remote-tsvg on 2013-03-04 03:58:21
slave: tegra-325
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1057•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20291838&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-03-04 03:57:16
slave: panda-0679
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1058•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20292210&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-04 04:06:05
slave: panda-0540
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1059•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20293565&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-04 04:06:05
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1060•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20294778&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-04 04:43:05
slave: panda-0523
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1061•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20295170&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-04 05:41:16
slave: panda-0578
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1062•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20297151&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-04 07:10:07
slave: panda-0851
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1063•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20297151&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-04 07:10:07
slave: panda-0851
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1064•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20297314&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-04 07:10:07
slave: panda-0860
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1065•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20297456&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-04 06:46:05
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1066•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20297487&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-04 06:46:06
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1067•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20297487&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-04 06:46:06
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1068•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20297456&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-04 06:46:05
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1069•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20298095&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-04 07:10:06
slave: panda-0872
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1070•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20298907&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-04 08:25:16
slave: panda-0626
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1071•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20300280&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-04 08:25:06
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1072•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20303066&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-04 10:08:07
slave: panda-0852
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1073•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20304469&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-04 10:43:07
slave: panda-0860
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1074•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20305864&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-04 11:30:16
slave: panda-0602
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1075•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20305814&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-03-04 11:27:05
slave: panda-0527
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1076•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20305603&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-03-04 10:47:06
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1077•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20306460&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-2 on 2013-03-04 10:47:23
slave: tegra-333
84757 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_replay_metadata.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1078•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20306941&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-04 11:58:15
slave: panda-0649
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1079•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20307831&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-04 12:24:07
slave: panda-0058
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1080•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20309612&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-04 12:24:06
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1081•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20310048&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-04 13:21:06
slave: panda-0059
PROCESS-CRASH | http://10.12.137.19:30059/tests/layout/generic/crashtests/406380.html | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1082•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20310166&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-04 13:21:17
slave: panda-0689
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1083•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20311617&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-04 14:03:15
slave: panda-0647
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1084•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20311434&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-04 13:14:06
slave: panda-0035
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1085•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20311880&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-04 14:03:06
slave: panda-0872
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1086•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20311852&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-04 14:03:16
slave: panda-0607
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1087•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20312056&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-04 13:22:16
slave: panda-0613
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1088•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20315678&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-04 15:47:17
slave: panda-0606
PROCESS-CRASH | /tests/content/html/content/test/test_bug607145.html | application crashed [@ libGLESv2_POWERVR_SGX540_120.so + 0x19904]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1089•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20316802&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-04 16:16:05
slave: panda-0541
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1090•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20318912&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-03-04 16:34:07
slave: panda-0035
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1091•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20319566&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-03-04 16:54:05
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1092•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20320142&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-04 17:19:05
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1093•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20320556&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-04 17:35:15
slave: panda-0685
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1094•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20321084&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-04 18:18:53
slave: panda-0809
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1095•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20321739&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-04 18:46:15
slave: panda-0682
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1096•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20322534&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-04 18:41:07
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1097•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20300782&tree=Cedar
Android 4.0 Panda cedar opt test crashtest-3 on 2013-03-04 08:37:06
slave: panda-0035
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1098•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20299424&tree=Cedar
Android 4.0 Panda cedar talos remote-tsvg on 2013-03-04 08:37:16
slave: panda-0643
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1099•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20326858&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-04 21:32:07
slave: panda-0867
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1100•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20326926&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-04 21:32:06
slave: panda-0059
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1101•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20327227&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-04 21:41:47
slave: panda-0649
PROCESS-CRASH | tcheckerboard | application crashed [@ FreeArenaList]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1102•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20328013&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-04 21:32:07
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1103•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20328684&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-04 22:34:06
slave: panda-0861
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1104•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20329439&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-04 22:53:47
slave: panda-0055
talosError: 'Exception caught: java.util.ConcurrentModificationException [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
![]() |
Reporter | |
Comment 1105•13 years ago
|
||
(In reply to Ed Morley [:edmorley UTC+0] from comment #44)
> (In reply to Justin Wood (:Callek) from comment #16)
> > (In reply to Ed Morley (Away 20th Dec-2nd Jan) [UTC+0; email:edmorley@moco]
> > from comment #15)
> > > Callek, the last week or so this has been pretty prominent on OrangeFactor.
> > > Are you ok being point on this bug? :-)
> >
> > Indeed I am, my dependant bug (once deployed) *should* cut this down to
> > almost non-existant.
> >
> > At least the "Remote Device Error: unable to connect socket: [Errno 111]
> > Connection refused" part
>
> We're still getting this after the deploy.
> Don't suppose you can take another look?
> Just keen for Android 4.0 to not become the next Android thing that devs
> learn to ignore :-)
Callek?
You've been ignoring the needinfo on this for 2 weeks! :P
Comment 1106•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20334896&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-05 02:29:06
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1107•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20338134&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-05 04:51:06
slave: panda-0058
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1108•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20338109&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-05 04:51:16
slave: panda-0603
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1109•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20339627&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-05 05:54:07
slave: panda-0039
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1110•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20339915&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-05 05:57:16
slave: panda-0637
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1111•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20340042&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-05 06:08:28
slave: panda-0790
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1112•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20340476&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound talos remote-trobocheck on 2013-03-05 05:57:55
slave: tegra-347
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Only displaying first 20 of 37 failures -
.
Comment 1113•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20340476&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound talos remote-trobocheck on 2013-03-05 05:57:55
slave: tegra-347
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Only displaying first 20 of 37 failures -
.
Comment 1114•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20340720&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-05 05:54:05
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1115•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20342081&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-05 07:48:06
slave: panda-0055
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1116•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20347437&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-05 09:25:17
slave: panda-0595
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1117•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20348349&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-05 10:29:05
slave: panda-0527
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1118•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20348891&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-05 10:38:16
slave: panda-0577
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1119•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20348785&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound talos remote-trobocheck on 2013-03-05 10:29:07
slave: tegra-312
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1120•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20349420&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-03-05 10:48:16
slave: panda-0611
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1121•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20349708&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-05 10:48:06
slave: panda-0860
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1122•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20350654&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-05 10:47:13
slave: panda-0637
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1123•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20351263&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-05 11:21:23
slave: panda-0541
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 11:46:37.484 I/Robocop ( 3766): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 11:46:37.531 I/Robocop ( 3766): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 11:46:37.531 I/Robocop ( 3766): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 11:46:39.015 I/TestRunner( 3766): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1124•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20351529&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-05 11:48:16
slave: panda-0694
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1125•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20352828&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-05 12:28:16
slave: panda-0610
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1126•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20354357&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-05 12:59:06
slave: panda-0619
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:23:58.554 I/Robocop ( 3803): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:23:58.570 I/Robocop ( 3803): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:23:58.570 I/Robocop ( 3803): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:24:00.085 I/TestRunner( 3803): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1127•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20354269&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-05 12:33:16
slave: panda-0643
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1128•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20354269&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-05 12:33:16
slave: panda-0643
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1129•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20354357&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-05 12:59:06
slave: panda-0619
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:23:58.554 I/Robocop ( 3803): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:23:58.570 I/Robocop ( 3803): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:23:58.570 I/Robocop ( 3803): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:24:00.085 I/TestRunner( 3803): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1130•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20354506&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-05 13:00:25
slave: panda-0764
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:29:07.749 I/Robocop ( 3699): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:29:07.765 I/Robocop ( 3699): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:29:07.796 I/Robocop ( 3699): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:29:09.328 I/TestRunner( 3699): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1131•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20354911&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-05 13:17:02
slave: panda-0560
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:45:40.562 I/Robocop ( 3734): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:45:40.585 I/Robocop ( 3734): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:45:40.585 I/Robocop ( 3734): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 13:45:42.125 I/TestRunner( 3734): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1132•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20355313&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-05 13:07:12
slave: panda-0642
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1133•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20359876&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-05 16:05:16
slave: panda-0613
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 16:34:10.499 I/Robocop ( 3722): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 16:34:10.539 I/Robocop ( 3722): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 16:34:10.539 I/Robocop ( 3722): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 16:34:11.960 I/TestRunner( 3722): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1134•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20359639&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-3 on 2013-03-05 15:37:53
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1135•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20359042&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-03-05 15:37:53
slave: panda-0798
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 16:08:25.171 I/Robocop ( 3711): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 16:08:25.226 I/Robocop ( 3711): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 16:08:25.226 I/Robocop ( 3711): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 16:08:26.757 I/TestRunner( 3711): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1136•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20360505&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-05 16:45:16
slave: panda-0581
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1137•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20360660&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-05 16:05:16
slave: panda-0618
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1138•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20365099&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-05 19:22:42
slave: panda-0807
4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-05 19:42:49.562 I/Robocop ( 2958): 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-05 19:42:49.585 I/Robocop ( 2958): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-05 19:42:49.585 I/Robocop ( 2958): 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-05 19:42:50.835 I/TestRunner( 2958): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 19:50:14.976 I/Robocop ( 3722): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 19:50:15.046 I/Robocop ( 3722): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 19:50:15.046 I/Robocop ( 3722): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 19:50:16.554 I/TestRunner( 3722): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1139•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20361298&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-05 17:06:15
slave: panda-0794
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1140•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20361356&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-05 16:37:54
slave: panda-0816
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 17:15:44.414 I/Robocop ( 3724): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 17:15:44.437 I/Robocop ( 3724): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 17:15:44.437 I/Robocop ( 3724): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-05 17:15:46.007 I/TestRunner( 3724): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1141•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20367412&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-05 23:14:05
slave: panda-0529
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1142•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20369691&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-06 00:59:05
slave: panda-0537
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1143•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20369213&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-03-06 00:29:05
slave: panda-0522
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1144•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20370630&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-06 01:08:22
slave: panda-0579
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1145•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20372759&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-06 03:10:30
slave: panda-0770
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 03:40:55.289 I/Robocop ( 3689): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 03:40:55.312 I/Robocop ( 3689): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 03:40:55.312 I/Robocop ( 3689): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 03:40:56.898 I/TestRunner( 3689): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Only displaying first 20 of 27 failures -
.
Comment 1146•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20373600&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-06 03:42:16
slave: panda-0594
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1147•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20375425&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-06 05:11:05
slave: panda-0528
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1148•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20375642&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-06 05:18:16
slave: panda-0695
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1149•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20376891&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-06 05:48:16
slave: panda-0605
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1150•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20376896&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-06 05:11:16
slave: panda-0611
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1151•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20376725&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-06 05:11:16
slave: panda-0618
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1152•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20377766&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-06 06:24:05
slave: panda-0541
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1153•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20379229&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-06 06:52:40
slave: panda-0627
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 07:21:25.757 I/Robocop ( 3708): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 07:21:25.781 I/Robocop ( 3708): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 07:21:25.781 I/Robocop ( 3708): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 07:21:27.257 I/TestRunner( 3708): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1154•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20378640&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-06 06:28:09
slave: panda-0563
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 06:56:43.078 I/Robocop ( 3698): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 06:56:43.085 I/Robocop ( 3698): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 06:56:43.093 I/Robocop ( 3698): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 06:56:44.570 I/TestRunner( 3698): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1155•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20379586&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-06 07:27:05
slave: panda-0540
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1156•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20379960&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-06 07:41:53
slave: panda-0746
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1157•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20380434&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-06 07:41:53
slave: panda-0837
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1158•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20380788&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-06 08:04:38
slave: panda-0807
PROCESS-CRASH | Shutdown | application crashed [@ arena_dalloc]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1159•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20380454&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-06 07:45:16
slave: panda-0644
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1160•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20381012&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-06 08:08:30
slave: panda-0762
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1161•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20382843&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-06 08:58:54
slave: panda-0831
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1162•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20382931&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-06 08:58:53
slave: panda-0705
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1163•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20384172&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-03-06 09:16:13
slave: panda-0745
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 09:45:17.187 I/Robocop ( 3714): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 09:45:17.226 I/Robocop ( 3714): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 09:45:17.234 I/Robocop ( 3714): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 09:45:18.687 I/TestRunner( 3714): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1164•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20384378&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-06 09:40:16
slave: panda-0549
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1165•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20384378&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-06 09:40:16
slave: panda-0549
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1166•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20388373&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-06 10:52:05
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1167•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20388688&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-06 11:39:06
slave: panda-0857
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1168•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20388751&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-06 11:50:05
slave: panda-0535
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1169•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20389978&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-06 12:25:07
slave: panda-0860
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1170•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20389978&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-06 12:25:07
slave: panda-0860
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1171•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20391301&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-06 12:56:16
slave: panda-0644
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1172•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20391621&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-06 12:56:05
slave: panda-0534
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1173•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20391439&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-06 13:00:16
slave: panda-0669
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1174•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20392593&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-06 13:39:17
slave: panda-0600
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1175•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20392686&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-03-06 13:00:17
slave: panda-0611
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1176•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20393924&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-06 14:13:15
slave: panda-0573
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1177•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20396501&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-06 14:36:16
slave: panda-0686
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1178•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20394843&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-06 14:36:07
slave: panda-0848
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1179•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20395431&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-06 14:51:06
slave: panda-0853
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1180•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20400331&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-03-06 18:23:54
slave: panda-0812
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1181•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20403937&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-03-06 20:33:28
slave: panda-0522
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 21:11:42.710 I/Robocop ( 3740): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 21:11:42.710 I/Robocop ( 3740): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 21:11:42.726 I/Robocop ( 3740): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 21:11:44.234 I/TestRunner( 3740): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1182•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20404241&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-06 21:07:15
slave: panda-0649
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1183•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20405563&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-06 21:32:17
slave: panda-0611
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1184•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20406291&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-06 22:33:06
slave: panda-0052
PROCESS-CRASH | tcheck2 | application crashed [@ libdvm.so + 0x20d54]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1185•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20406325&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-06 22:11:03
slave: panda-0600
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpTtG3qYpidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
raise DMError('Automation Error: DeviceManager isdir returned null')
DMError: Automation Error: DeviceManager isdir returned null
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1186•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20407452&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-06 23:03:16
slave: panda-0611
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1187•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20407388&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-06 23:03:16
slave: panda-0602
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1188•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20407396&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-06 23:03:06
slave: panda-0864
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1189•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20412096&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-07 01:26:16
slave: panda-0692
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1190•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20411835&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-07 00:44:17
slave: panda-0618
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1191•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20415836&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-07 03:45:16
slave: panda-0555
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1192•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20419421&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-07 05:51:52
slave: panda-0656
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1193•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20423277&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-07 07:28:16
slave: panda-0618
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1194•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20424096&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-07 08:07:17
slave: panda-0615
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1195•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20425730&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-07 09:37:16
slave: panda-0649
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1196•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20426704&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-07 10:02:16
slave: panda-0680
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1197•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20426946&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-07 10:06:05
slave: panda-0523
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1198•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20427142&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-07 09:37:16
slave: panda-0671
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1199•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20427084&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-07 09:39:16
slave: panda-0655
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1200•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20428052&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-03-07 10:48:05
slave: panda-0529
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1201•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20428061&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-03-07 10:48:16
slave: panda-0631
PROCESS-CRASH | http://10.12.134.18:30631/tests/layout/xul/base/src/crashtests/433429.xul | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1202•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20428069&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-07 10:48:06
slave: panda-0852
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1203•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20428665&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-07 10:48:17
slave: panda-0618
DMError: Automation Error: Timeout in command ps
DMError: Automation Error: Timeout in command isdir /mnt/sdcard/tests/logs
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1204•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20400085&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-03-06 18:07:51
slave: panda-0528
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 18:37:45.531 I/Robocop ( 3701): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 18:37:45.546 I/Robocop ( 3701): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 18:37:45.546 I/Robocop ( 3701): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-06 18:37:46.968 I/TestRunner( 3701): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1205•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20431402&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-07 12:22:06
slave: panda-0855
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1206•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20431402&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-07 12:22:06
slave: panda-0855
PROCESS-CRASH | tcheckerboard | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1207•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20432173&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-07 12:43:17
slave: panda-0650
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1208•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20432849&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-07 13:07:17
slave: panda-0571
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1209•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20433063&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-07 13:07:05
slave: panda-0534
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1210•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20433063&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-07 13:07:05
slave: panda-0534
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1211•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20433214&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-07 12:53:32
slave: panda-0624
4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-07 13:13:56.320 I/Robocop ( 2954): 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-07 13:13:56.328 I/Robocop ( 2954): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-07 13:13:56.328 I/Robocop ( 2954): 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-07 13:13:57.664 I/TestRunner( 2954): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1212•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20433513&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-07 12:43:16
slave: panda-0611
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1213•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20433664&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-07 13:07:17
slave: panda-0550
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpWxfB8Npidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
raise DMError('Automation Error: DeviceManager isdir returned null')
DMError: Automation Error: DeviceManager isdir returned null
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1214•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20434303&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-07 12:52:27
slave: panda-0652
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1215•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20437197&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-07 15:17:05
slave: panda-0535
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1216•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20437536&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-07 14:55:09
slave: panda-0638
4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-07 15:25:23.906 I/Robocop ( 2948): 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-07 15:25:23.906 I/Robocop ( 2948): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-07 15:25:23.906 I/Robocop ( 2948): 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-07 15:25:25.132 I/TestRunner( 2948): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1217•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20438933&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-07 15:57:15
slave: panda-0610
PROCESS-CRASH | Shutdown | application crashed [@ PR_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1218•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20438943&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-07 15:17:16
slave: panda-0601
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1219•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20438995&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-07 15:17:16
slave: panda-0695
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1220•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20439833&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-07 15:44:17
slave: panda-0563
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1221•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20440621&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-07 16:04:22
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1222•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20442442&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-07 17:41:05
slave: panda-0527
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1223•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20443160&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-07 18:11:05
slave: panda-0540
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1224•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20443259&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-07 18:13:17
slave: panda-0577
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1225•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20443362&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-07 18:13:16
slave: panda-0642
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1226•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20444605&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-07 18:13:16
slave: panda-0689
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1227•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20445241&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-07 19:18:16
slave: panda-0618
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmp9cZHEDpidlog,XPCOM_MEM_BLOAT_LOG=/tmp/tmpoeDA47/runtests_leaks.log" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testAllPagesTab org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
DMError: Automation Error: Timeout in command isdir /mnt/sdcard/tests/logs
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1228•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20447392&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-07 21:24:05
slave: panda-0527
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1229•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20447562&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-07 21:24:17
slave: panda-0624
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1230•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20447484&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-03-07 21:24:05
slave: panda-0544
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1231•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20447557&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-07 21:11:18
slave: panda-0603
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpIX10GYpidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
raise DMError('Automation Error: DeviceManager isdir returned null')
DMError: Automation Error: DeviceManager isdir returned null
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1232•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20448169&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-03-07 22:06:17
slave: panda-0686
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1233•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20451387&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-08 00:30:17
slave: panda-0601
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1234•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20451959&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-08 01:11:55
slave: panda-0692
PROCESS-CRASH | http://10.12.134.23:30692/jsreftest/tests/jsreftest.html?test=ecma/Expressions/11.9.2.js | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1235•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20452001&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-08 01:07:05
slave: panda-0528
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1236•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20457013&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-08 04:45:16
slave: panda-0625
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1237•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20457567&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-08 05:01:16
slave: panda-0694
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1238•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20457672&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-08 05:01:16
slave: panda-0627
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1239•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20463965&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-08 09:18:18
slave: panda-0683
86057 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_decodeAudioData.html | Expected at most 14836 bytes difference, found 14844 bytes
86058 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_decodeAudioData.html | Received expected decoded data
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1240•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20464295&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-03-08 09:45:16
slave: panda-0666
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1241•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20466313&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-03-08 10:39:53
slave: panda-0817
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1242•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20467010&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-08 10:19:17
slave: panda-0612
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1243•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20467643&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-03-08 10:39:54
slave: panda-0828
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1244•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20467517&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-08 10:19:16
slave: panda-0566
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1245•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20467823&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-08 10:19:06
slave: panda-0866
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1246•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20467962&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-08 10:48:15
slave: panda-0643
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1247•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20468272&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-03-08 10:59:16
slave: panda-0594
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1248•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20468343&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-08 10:59:16
slave: panda-0682
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1249•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20468552&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-08 10:48:05
slave: panda-0541
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1250•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20468661&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-08 11:17:17
slave: panda-0573
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpjOQudXpidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
raise DMError('Automation Error: DeviceManager isdir returned null')
DMError: Automation Error: DeviceManager isdir returned null
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1251•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20469287&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-08 10:19:06
slave: panda-0867
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1252•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20472169&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-08 13:08:16
slave: panda-0694
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1253•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20472255&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-08 13:08:16
slave: panda-0618
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1254•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20475483&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-08 14:28:05
slave: panda-0544
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1255•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20475329&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-03-08 15:27:05
slave: panda-0535
PROCESS-CRASH | tcheckerboard | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1256•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20476378&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-08 15:23:17
slave: panda-0601
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1257•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20476652&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-08 15:23:17
slave: panda-0663
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1258•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20477184&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-08 15:59:18
slave: panda-0619
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1259•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20477864&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-08 15:24:06
slave: panda-0860
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1260•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20481120&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-08 20:16:06
slave: panda-0059
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1261•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20486855&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-03-09 04:38:16
slave: panda-0650
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1262•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20488589&tree=Cedar
Android 4.0 Panda cedar talos remote-tsvg on 2013-03-09 07:03:06
slave: panda-0039
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1263•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20492440&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-09 09:45:16
slave: panda-0579
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmphHY2NYpidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
DMError: Automation Error: Timeout in command isdir /mnt/sdcard/tests/logs
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1264•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20492463&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-09 09:45:16
slave: panda-0613
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1265•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20480865&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-08 19:00:53
slave: panda-0800
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1266•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20493434&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-09 11:00:16
slave: panda-0601
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1267•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20494334&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-09 11:42:16
slave: panda-0686
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1268•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20494334&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-09 11:42:16
slave: panda-0686
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1269•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20498678&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-09 19:12:16
slave: panda-0663
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1270•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20501242&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-1 on 2013-03-10 01:05:15
slave: panda-0594
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1271•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20507827&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-10 13:42:16
slave: panda-0637
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1272•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20508464&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-10 15:10:16
slave: panda-0627
REFTEST TEST-UNEXPECTED-FAIL | | program error managing timeouts
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1273•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20510407&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-10 16:56:06
slave: panda-0867
talosError: 'Exception while replaying events: java.util.ConcurrentModificationException [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1274•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20511005&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-03-10 16:47:16
slave: panda-0594
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1275•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20512161&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-10 19:30:16
slave: panda-0610
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1276•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20515083&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-10 21:31:18
slave: panda-0595
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1277•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20516811&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-10 23:34:05
slave: panda-0527
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1278•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20517285&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-10 23:34:16
slave: panda-0685
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1279•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20518837&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-11 02:07:05
slave: panda-0523
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1280•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20518829&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-11 02:46:50
slave: panda-0576
4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-11 03:07:44.187 I/Robocop ( 2945): 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-11 03:07:44.195 I/Robocop ( 2945): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-11 03:07:44.195 I/Robocop ( 2945): 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-11 03:07:45.460 I/TestRunner( 2945): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1281•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20523234&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-11 07:39:16
slave: panda-0663
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1282•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20523288&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-11 07:39:16
slave: panda-0683
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1283•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20526302&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobopan on 2013-03-11 09:54:05
slave: panda-0527
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1284•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20526643&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-11 09:48:16
slave: panda-0686
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmp5bwcDApidlog,XPCOM_MEM_BLOAT_LOG=/tmp/tmpxcgMdr/runtests_leaks.log" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testWebContentContextMenu org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1285•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20528556&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-11 10:28:16
slave: panda-0595
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1286•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20530658&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-11 11:33:40
slave: panda-0561
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1287•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20536261&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-11 13:38:24
slave: panda-0058
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1288•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20539849&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-11 15:31:00
slave: panda-0609
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpYsWKpWpidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
raise DMError('Automation Error: DeviceManager isdir returned null')
DMError: Automation Error: DeviceManager isdir returned null
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1289•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20539849&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-11 15:31:00
slave: panda-0609
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpYsWKpWpidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
raise DMError('Automation Error: DeviceManager isdir returned null')
DMError: Automation Error: DeviceManager isdir returned null
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1290•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20538228&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-11 14:50:09
slave: panda-0660
4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-11 15:11:03.703 I/Robocop ( 2951): 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-11 15:11:03.710 I/Robocop ( 2951): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-11 15:11:03.710 I/Robocop ( 2951): 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-11 15:11:04.953 I/TestRunner( 2951): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1291•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20540464&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-11 15:25:16
slave: panda-0579
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1292•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20540594&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-11 15:25:16
slave: panda-0686
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1293•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20542089&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-03-11 16:38:05
slave: panda-0527
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1294•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20542089&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-03-11 16:38:05
slave: panda-0527
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1295•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20544415&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-11 17:08:16
slave: panda-0655
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1296•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20543937&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-11 16:47:16
slave: panda-0566
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1297•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20543718&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-11 16:47:16
slave: panda-0610
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1298•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20545605&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-11 17:36:17
slave: panda-0747
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1299•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20547237&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-11 18:52:08
slave: panda-0563
9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
junit.framework.AssertionFailedError: 9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
03-11 19:10:37.476 I/Robocop ( 2982): 9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
03-11 19:10:37.500 I/Robocop ( 2982): junit.framework.AssertionFailedError: 9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
03-11 19:10:37.500 I/Robocop ( 2982): 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
03-11 19:10:38.695 I/TestRunner( 2982): junit.framework.AssertionFailedError: 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1300•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20547715&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-11 17:19:06
slave: panda-0872
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1301•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20548057&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-11 18:51:10
slave: panda-0705
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1302•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20548778&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-11 18:51:06
slave: panda-0867
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1303•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20549356&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-11 20:11:16
slave: panda-0594
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1304•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20549156&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-11 18:10:05
slave: panda-0528
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1305•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20550112&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-03-11 20:25:05
slave: panda-0527
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testBrowserProviderPerf org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1306•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20551446&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-11 20:25:16
slave: panda-0661
84239 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_twice.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1307•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20551977&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-11 20:53:08
slave: panda-0655
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1308•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20552466&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-11 21:29:15
slave: panda-0609
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1309•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20555194&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-12 00:09:16
slave: panda-0650
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1310•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20562619&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-6 on 2013-03-12 04:38:16
slave: panda-0603
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1311•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20562630&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-03-12 04:38:17
slave: panda-0612
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1312•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20562690&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-03-12 05:24:06
slave: panda-0861
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1313•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20560157&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-12 03:45:13
slave: panda-0594
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1314•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20567583&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-12 07:32:16
slave: panda-0558
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1315•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20568883&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-12 08:08:26
slave: panda-0681
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1316•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20569949&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-12 08:44:55
slave: panda-0650
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1317•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20570309&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-12 09:21:53
slave: panda-0717
6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-12 09:44:02.523 I/Robocop ( 3869): 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-12 09:44:03.820 I/TestRunner( 3869): junit.framework.AssertionFailedError: 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-12 09:44:02.523 I/Robocop ( 3869): 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-12 09:44:03.820 I/TestRunner( 3869): junit.framework.AssertionFailedError: 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1318•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20570916&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-12 08:58:16
slave: panda-0548
84240 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_twice.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1319•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20570916&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-12 08:58:16
slave: panda-0548
84240 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_twice.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1320•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20571192&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-12 09:22:53
slave: panda-0846
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1321•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20571192&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-12 09:22:53
slave: panda-0846
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1322•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20571548&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-12 09:25:10
slave: panda-0814
84239 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_twice.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1323•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20572049&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-12 09:58:16
slave: panda-0685
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1324•13 years ago
|
||
(In reply to Ed Morley (Away until 13th March) [:edmorley UTC+0] from comment #1105)
> (In reply to Ed Morley [:edmorley UTC+0] from comment #44)
> > (In reply to Justin Wood (:Callek) from comment #16)
> > > (In reply to Ed Morley (Away 20th Dec-2nd Jan) [UTC+0; email:edmorley@moco]
> > > from comment #15)
> > > > Callek, the last week or so this has been pretty prominent on OrangeFactor.
> > > > Are you ok being point on this bug? :-)
> > >
> > > Indeed I am, my dependant bug (once deployed) *should* cut this down to
> > > almost non-existant.
> > >
> > > At least the "Remote Device Error: unable to connect socket: [Errno 111]
> > > Connection refused" part
> >
> > We're still getting this after the deploy.
> > Don't suppose you can take another look?
> > Just keen for Android 4.0 to not become the next Android thing that devs
> > learn to ignore :-)
>
> Callek?
>
> You've been ignoring the needinfo on this for 2 weeks! :P
Sorry! (totally missed it amid all my SeaMonkey stuff I've been ignoring for longer)
I'm stock out of the good ideas on here for now, perhaps once we start cleaning up the technical debt in this code we'll find an obvious issue. That said, I know joel has seen signs of when pandas reboot due to thermal issues. So maybe he has ideas?
I note we are still a lot better than we were a month or two ago (but still nowhere near where we want to be) punting to joel incase he has good ideas.
Flags: needinfo?(bugspam.Callek) → needinfo?(jmaher)
Comment 1325•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20572818&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-12 10:41:53
slave: panda-0790
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpsqtR35pidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
raise DMError('Automation Error: DeviceManager isdir returned null')
DMError: Automation Error: DeviceManager isdir returned null
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1326•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20573052&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-12 10:32:45
slave: panda-0839
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
this is yet another bug where we reboot in the middle of a step during a test run. We are looking into this, but it could be another month or two. I have been investigating temperature issues (which I am thinking is not an issue), memory, cpu starvation, kernel panics, and relay board reboot issues. In total there are a lot of factors to investigate and running the tests on these take a long time.
Some basic stats:
* ~7.5% total failure rate on the pandas
* I estimate 3-4% of that is due to reboots in the middle of a test
We are working on this general problem each day. When we fix a problem causing reboots in the middle of the tests and can prove it lowers the overall failure rate, I would like to revisit all these bugs for panda boards and connection/reboots.
Flags: needinfo?(jmaher)
Comment 1328•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20573839&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-12 10:29:05
slave: panda-0534
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1329•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20579110&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-03-12 13:53:16
slave: panda-0660
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1330•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20580447&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-12 14:38:17
slave: panda-0594
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1331•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20580728&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-03-12 15:25:05
slave: panda-0523
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1332•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20581347&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-03-12 15:30:06
slave: panda-0039
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1333•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20582086&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-03-12 15:57:15
slave: panda-0577
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1334•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20582093&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-03-12 15:57:15
slave: panda-0609
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1335•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20582420&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-03-12 16:05:07
slave: panda-0616
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1336•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20582558&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-12 15:25:16
slave: panda-0694
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1337•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20582540&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-12 14:59:15
slave: panda-0563
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1338•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20582479&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-12 14:59:06
slave: panda-0854
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1339•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20583810&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-12 16:02:30
slave: panda-0715
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1340•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20583098&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-12 15:41:53
slave: panda-0787
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1341•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20584105&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-12 14:55:05
slave: panda-0528
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1342•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20585140&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-12 15:57:06
slave: panda-0053
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1343•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20586036&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-12 18:46:59
slave: panda-0058
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpzhzkfnpidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
raise DMError('Automation Error: DeviceManager isdir returned null')
DMError: Automation Error: DeviceManager isdir returned null
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1344•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20589927&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-12 20:56:16
slave: panda-0682
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1345•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20587643&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-12 19:20:05
slave: panda-0544
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1346•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20588889&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-12 19:20:05
slave: panda-0529
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1347•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20590574&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-03-12 21:59:08
slave: panda-0035
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1348•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20592043&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-03-12 21:59:08
slave: panda-0854
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1349•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20591775&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-03-12 21:59:08
slave: panda-0867
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1350•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20595729&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-13 01:08:16
slave: panda-0691
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
![]() |
Reporter | |
Comment 1351•13 years ago
|
||
(In reply to Justin Wood (:Callek) from comment #1324)
> > You've been ignoring the needinfo on this for 2 weeks! :P
>
> Sorry! (totally missed it amid all my SeaMonkey stuff I've been ignoring for
> longer)
Perhaps set up a filter on |X-Bugzilla-Type = request|, so that reviews, feedback and needinfos don't get buried by everything else? :-)
(I find this approach works well for me)
(In reply to Joel Maher (:jmaher) from comment #1327)
> this is yet another bug where we reboot in the middle of a step during a
> test run. We are looking into this, but it could be another month or two.
> I have been investigating temperature issues (which I am thinking is not an
> issue), memory, cpu starvation, kernel panics, and relay board reboot
> issues. In total there are a lot of factors to investigate and running the
> tests on these take a long time.
>
> Some basic stats:
> * ~7.5% total failure rate on the pandas
> * I estimate 3-4% of that is due to reboots in the middle of a test
>
> We are working on this general problem each day. When we fix a problem
> causing reboots in the middle of the tests and can prove it lowers the
> overall failure rate, I would like to revisit all these bugs for panda
> boards and connection/reboots.
Thank you for the update Joel :-)
Comment 1352•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
kats
https://tbpl.mozilla.org/php/getParsedLog.php?id=20575089&tree=Try
Android 4.0 Panda try opt test robocop-2 on 2013-03-12 12:10:16
slave: panda-0618
10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
junit.framework.AssertionFailedError: 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
11 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
03-12 12:31:29.460 I/Robocop ( 2949): 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
03-12 12:31:29.468 I/Robocop ( 2949): junit.framework.AssertionFailedError: 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
03-12 12:31:29.468 I/Robocop ( 2949): 11 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
03-12 12:31:30.601 I/TestRunner( 2949): junit.framework.AssertionFailedError: 11 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
3 INFO TEST-UNEXPECTED-FAIL | testShareLink | Exception caught - junit.framework.AssertionFailedError: The text: ^Share$ is not found!
03-12 12:37:06.492 I/Robocop ( 3416): 3 INFO TEST-UNEXPECTED-FAIL | testShareLink | Exception caught - junit.framework.AssertionFailedError: The text: ^Share$ is not found!
03-12 12:37:07.882 I/TestRunner( 3416): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testShareLink | Exception caught - junit.framework.AssertionFailedError: The text: ^Share$ is not found!
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-12 12:39:21.132 I/Robocop ( 3674): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-12 12:39:21.140 I/Robocop ( 3674): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-12 12:39:21.148 I/Robocop ( 3674): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-12 12:39:22.695 I/TestRunner( 3674): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 1353•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
kats
https://tbpl.mozilla.org/php/getParsedLog.php?id=20598884&tree=Try
Android 4.0 Panda try opt test robocop-2 on 2013-03-13 04:30:53
slave: panda-0753
10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
junit.framework.AssertionFailedError: 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
11 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
03-13 04:51:40.960 I/Robocop ( 2915): 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
03-13 04:51:40.968 I/Robocop ( 2915): junit.framework.AssertionFailedError: 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
03-13 04:51:40.968 I/Robocop ( 2915): 11 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
03-13 04:51:42.101 I/TestRunner( 2915): junit.framework.AssertionFailedError: 11 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 3972 green pixels after tapping; expected 4115
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-13 04:58:56.984 I/Robocop ( 3648): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-13 04:58:57.015 I/Robocop ( 3648): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-13 04:58:57.015 I/Robocop ( 3648): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-13 04:58:58.546 I/TestRunner( 3648): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1354•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
kats
https://tbpl.mozilla.org/php/getParsedLog.php?id=20574796&tree=Try
Android 4.0 Panda try talos remote-ts on 2013-03-12 12:18:41
slave: panda-0594
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1355•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20601940&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-13 06:20:16
slave: panda-0654
11166 ERROR TEST-UNEXPECTED-FAIL | /tests/image/test/mochitest/test_bug733553.html | Test 8 damon.jpg width correct - got 0, expected 80
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1356•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20602560&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-13 06:20:16
slave: panda-0566
4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-13 06:41:57.468 I/Robocop ( 3022): 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-13 06:41:57.476 I/Robocop ( 3022): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-13 06:41:57.476 I/Robocop ( 3022): 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-13 06:41:58.742 I/TestRunner( 3022): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1357•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20603312&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-03-13 06:20:16
slave: panda-0581
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1358•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20604200&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-13 07:14:38
slave: panda-0642
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpGKsqEEpidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
raise DMError('Automation Error: DeviceManager isdir returned null')
DMError: Automation Error: DeviceManager isdir returned null
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1359•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20604556&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-03-13 06:44:05
slave: panda-0535
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1360•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20608983&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-03-13 09:19:16
slave: panda-0644
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1361•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20609817&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-13 10:07:10
slave: panda-0595
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1362•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20609894&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-03-13 10:07:05
slave: panda-0534
talosError: "failed to cleanup processes: [(2519, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1363•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20613228&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-03-13 11:25:15
slave: panda-0642
6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-13 11:37:09.773 I/Robocop ( 2071): 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-13 11:37:11.054 I/TestRunner( 2071): junit.framework.AssertionFailedError: 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1364•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20614227&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-13 11:25:54
slave: panda-0787
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
![]() |
||
Comment 1365•13 years ago
|
||
Information from etherpad regarding Android releng crashes
* many failures here are test harness failing during shutdown (nssDestroy, etc...)
* some failures here are failure to execute command on the panda, usually followed by an unexpected reboot
* all these failures do a reboot as the last step and never reconnect
* how come we are not trying a second pdu reboot?
* about 875 instances in the last 2 months
Comment 1366•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20616852&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-13 12:26:16
slave: panda-0623
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1367•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20616759&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-13 12:22:16
slave: panda-0595
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1368•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20618231&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-13 12:39:05
slave: panda-0541
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1369•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20620777&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-13 12:44:06
slave: panda-0866
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1370•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20620770&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-13 14:28:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1371•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20621848&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-13 14:13:16
slave: panda-0660
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1372•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20622712&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-13 14:46:39
slave: panda-0571
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1373•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20623344&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-03-13 15:43:06
slave: panda-0857
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1374•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20624072&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-13 15:08:16
slave: panda-0644
84710 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_replay_metadata.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1375•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20624728&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-13 15:35:44
slave: panda-0713
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1376•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20625608&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-13 16:24:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1377•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20625567&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-13 15:53:14
slave: panda-0799
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1378•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20625827&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-13 16:18:15
slave: panda-0603
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpeX1yGIpidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
raise DMError('Automation Error: DeviceManager isdir returned null')
DMError: Automation Error: DeviceManager isdir returned null
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1379•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20626844&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-13 16:02:05
slave: panda-0529
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1380•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20626827&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-13 15:10:06
slave: panda-0860
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1381•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20630298&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-13 18:27:49
slave: panda-0618
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpEZIz0tpidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
raise DMError('Automation Error: DeviceManager isdir returned null')
DMError: Automation Error: DeviceManager isdir returned null
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1382•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20627970&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-13 16:59:16
slave: panda-0691
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1383•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20632740&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-13 18:13:06
slave: panda-0059
talosError: 'initialization timed out'
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1384•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20637200&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-13 22:29:16
slave: panda-0625
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1385•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20646486&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-14 06:27:25
slave: panda-0578
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1386•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20649546&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-14 08:18:16
slave: panda-0566
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1387•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20649496&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-14 08:18:06
slave: panda-0855
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1388•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20657316&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-14 13:17:16
slave: panda-0660
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1389•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
kats
https://tbpl.mozilla.org/php/getParsedLog.php?id=20655659&tree=Try
Android 4.0 Panda try opt test robocop-2 on 2013-03-14 12:43:29
slave: panda-0811
4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-14 13:04:56.382 I/Robocop ( 3062): 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-14 13:04:56.390 I/Robocop ( 3062): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-14 13:04:56.390 I/Robocop ( 3062): 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-14 13:04:57.632 I/TestRunner( 3062): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1390•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20659402&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-14 14:39:39
slave: panda-0861
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1391•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20660841&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-03-14 14:39:39
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1392•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20660841&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-03-14 14:39:39
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1393•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20661989&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-14 15:10:31
slave: panda-0035
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1394•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20662573&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-14 15:18:53
slave: panda-0704
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1395•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20663530&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-14 15:18:53
slave: panda-0821
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1396•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20662573&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-14 15:18:53
slave: panda-0704
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1397•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20662951&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-14 15:29:15
slave: panda-0548
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1398•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20663881&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-14 15:58:16
slave: panda-0595
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1399•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20674093&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-14 22:44:53
slave: panda-0799
85910 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_currentTime.html | AudioContext.currentTime should have increased by now
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1400•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20674192&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-14 22:47:53
slave: panda-0820
85914 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_currentTime.html | AudioContext.currentTime should have increased by now
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1401•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20673223&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-14 21:52:16
slave: panda-0685
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1402•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20673274&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-14 21:11:09
slave: panda-0806
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1403•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20678247&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-14 23:41:15
slave: panda-0633
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1404•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20677114&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-14 23:22:16
slave: panda-0625
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1405•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20678774&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-15 00:10:16
slave: panda-0650
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1406•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20676656&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-14 23:13:15
slave: panda-0760
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1407•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20681740&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-15 03:15:06
slave: panda-0857
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1408•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20681678&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-15 03:15:06
slave: panda-0861
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1409•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20684121&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-15 03:51:53
slave: panda-0800
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1410•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20684562&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-15 04:10:16
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1411•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20685808&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-15 04:33:34
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1412•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20690469&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-15 07:15:16
slave: panda-0661
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1413•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20690796&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-15 07:15:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1414•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20693634&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-15 08:38:54
slave: panda-0713
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1415•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20694150&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-15 08:36:53
slave: panda-0778
4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-15 08:57:29.898 I/Robocop ( 2906): 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-15 08:57:29.906 I/Robocop ( 2906): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-15 08:57:29.906 I/Robocop ( 2906): 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-15 08:57:31.171 I/TestRunner( 2906): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1416•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20694874&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-15 08:38:53
slave: panda-0828
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1417•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20694850&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-15 08:36:53
slave: panda-0715
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1418•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20697055&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-15 10:57:07
slave: panda-0671
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1419•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20699659&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-15 12:09:07
slave: panda-0059
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1420•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20707582&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-15 15:17:54
slave: panda-0828
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1421•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20710741&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-15 15:53:53
slave: panda-0747
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1422•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20715760&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-03-15 22:03:07
slave: panda-0035
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1423•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20715691&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-15 22:03:07
slave: panda-0872
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1424•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20717743&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-15 23:46:07
slave: panda-0861
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1425•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20716498&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-15 22:15:13
slave: panda-0628
84413 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_twice.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1426•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20729277&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-03-16 16:27:16
slave: panda-0595
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpMw4HWIpidlog,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.testNewTab org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1427•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20729274&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-16 16:40:16
slave: panda-0568
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1428•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20729381&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobopan on 2013-03-16 16:51:06
slave: panda-0848
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1429•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20729256&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-16 16:40:06
slave: panda-0857
PROCESS-CRASH | tsvg | application crashed [@ nssCertificateStore_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1430•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20729574&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-16 16:40:16
slave: panda-0576
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1431•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20730299&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-16 17:07:15
slave: panda-0688
84267 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_events.html | Last event should be canplaythrough for http://mochi.test:8888/tests/content/media/test/seek.webm - got playing, expected canplaythrough
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1432•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20731003&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-16 17:45:12
slave: panda-0650
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1433•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20731955&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-16 18:13:08
slave: panda-0616
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1434•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20732040&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-16 17:38:53
slave: panda-0709
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1435•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20733032&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-16 18:57:15
slave: panda-0625
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1436•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20734219&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-16 19:13:07
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1437•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20734236&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-16 19:36:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpZ703ehpidlog,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.testVkbOverlap org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1438•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20734602&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-16 20:07:16
slave: panda-0682
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0xd1bc]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1439•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20736676&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-16 21:50:06
slave: panda-0055
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1440•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20742554&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-17 04:07:15
slave: panda-0566
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1441•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20742143&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-17 03:34:06
slave: panda-0857
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1442•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20743087&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-03-17 04:27:16
slave: panda-0580
6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-17 04:50:20.882 I/Robocop ( 3949): 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-17 04:50:22.203 I/TestRunner( 3949): junit.framework.AssertionFailedError: 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-17 04:50:20.882 I/Robocop ( 3949): 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-17 04:50:22.203 I/TestRunner( 3949): junit.framework.AssertionFailedError: 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1443•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20747634&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-17 09:12:07
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1444•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20745335&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-17 07:16:07
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1445•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20747686&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-17 09:55:06
slave: panda-0872
PROCESS-CRASH | http://10.12.136.23:30872/tests/layout/generic/crashtests/397187-1.html | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1446•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20748538&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-03-17 09:55:06
slave: panda-0035
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1447•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20755654&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-17 15:38:16
slave: panda-0618
PROCESS-CRASH | testAxisLocking | application crashed [@ dalvik-jit-code-cache (deleted) + 0x57f04]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1448•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20757299&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-03-17 16:33:11
slave: panda-0595
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpLi0m0Xpidlog,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
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1449•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20758661&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-03-17 18:13:16
slave: panda-0578
PROCESS-CRASH | http://10.12.133.21:30578/jsreftest/tests/jsreftest.html?test=js1_7/expressions/regress-346645-03.js | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1450•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20759146&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-17 17:50:07
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1451•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20759361&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-03-17 18:36:08
slave: panda-0566
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1452•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20760221&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-17 19:09:05
slave: panda-0534
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1453•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20760847&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-03-17 18:48:07
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1454•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20761054&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-03-17 19:09:16
slave: panda-0595
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1455•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20762295&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-17 20:32:10
slave: panda-0568
PROCESS-CRASH | tp4m | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1456•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20763303&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-17 20:31:06
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1457•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20763594&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-17 20:50:53
slave: panda-0803
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1458•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20765798&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-17 22:43:05
slave: panda-0534
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1459•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20765465&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-17 22:23:17
slave: panda-0644
84391 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_bug726904.html | clientWidth should be 400 - got 0, expected 400
84392 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_bug726904.html | clientHeight should be 400 - got 0, expected 400
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1460•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20766682&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-17 23:06:16
slave: panda-0644
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1461•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20766799&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-17 23:10:10
slave: panda-0678
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1462•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20767558&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-17 23:30:06
slave: panda-0800
PROCESS-CRASH | http://10.12.136.18:30800/tests/layout/generic/crashtests/410595-1.html | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1463•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20767533&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-17 23:30:06
slave: panda-0765
PROCESS-CRASH | tp4m | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1464•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20770463&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-03-18 00:20:07
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1465•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20771255&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-18 01:24:06
slave: panda-0855
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 1466•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20775065&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-18 04:37:11
slave: panda-0753
4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-18 05:00:57.351 I/Robocop ( 2995): 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-18 05:00:57.351 I/Robocop ( 2995): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-18 05:00:57.351 I/Robocop ( 2995): 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-18 05:00:58.703 I/TestRunner( 2995): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1467•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20776973&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-18 06:21:05
slave: panda-0529
PROCESS-CRASH | tsvg | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1468•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20777888&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-18 06:21:06
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1469•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20779908&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-18 08:16:07
slave: panda-0053
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1470•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20779222&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-18 07:14:06
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1471•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20780857&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-18 08:38:55
slave: panda-0750
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1472•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20781173&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-18 08:41:53
slave: panda-0791
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1473•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20778478&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-18 07:21:16
slave: panda-0642
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1474•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20781416&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-18 08:59:06
slave: panda-0054
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1475•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20781952&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-18 09:16:20
slave: panda-0535
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1476•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20781586&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-18 08:16:15
slave: panda-0595
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1477•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20782944&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-18 09:51:06
slave: panda-0053
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1478•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20783640&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-18 10:11:38
slave: panda-0834
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1479•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20784499&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-18 10:39:06
slave: panda-0866
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1480•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20784300&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-18 09:51:07
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1481•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20784621&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-18 10:11:38
slave: panda-0806
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpZ3hWkXpidlog,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.testClearPrivateData org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1482•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20784941&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-18 10:39:53
slave: panda-0748
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpiiK4xQpidlog,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.testBrowserProvider org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
raise DMError('Automation Error: DeviceManager isdir returned null')
DMError: Automation Error: DeviceManager isdir returned null
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1483•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20786047&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-18 11:15:06
slave: panda-0857
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmprvA4pOpidlog,XPCOM_MEM_BLOAT_LOG=/tmp/tmp705qJN/runtests_leaks.log" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testAllPagesTab org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1484•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20787203&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-18 11:15:07
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1485•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20788813&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-03-18 12:25:53
slave: panda-0708
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1486•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20787752&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-18 11:20:18
slave: panda-0576
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1487•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20787071&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-18 11:46:07
slave: panda-0854
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1488•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20790748&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-18 13:13:23
slave: panda-0820
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1489•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20790736&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-18 13:22:16
slave: panda-0616
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1490•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20794718&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-18 14:38:53
slave: panda-0813
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1491•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20794666&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-18 14:38:54
slave: panda-0814
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1492•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20797053&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-18 16:11:55
slave: panda-0748
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1493•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20797247&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-18 16:13:54
slave: panda-0812
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1494•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20798942&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-18 16:13:54
slave: panda-0807
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1495•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20799065&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-03-18 16:11:53
slave: panda-0700
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1496•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20799065&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-03-18 16:11:53
slave: panda-0700
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1497•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20803497&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-18 18:29:07
slave: panda-0055
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1498•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20800255&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-03-18 17:08:49
slave: panda-0812
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1499•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20798812&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-18 16:48:06
slave: panda-0854
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1500•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20804520&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-18 18:29:07
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1501•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20804965&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-18 18:45:47
slave: panda-0035
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1502•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20806655&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-18 20:24:30
slave: panda-0799
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1503•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20807066&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-18 20:24:30
slave: panda-0756
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1504•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20809487&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-03-18 21:45:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1505•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20809798&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-18 21:58:05
slave: panda-0528
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1506•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20810408&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-18 22:09:53
slave: panda-0831
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1507•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20810575&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-03-18 22:09:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1508•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20814440&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-19 00:10:16
slave: panda-0661
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1509•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20814397&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-19 00:10:05
slave: panda-0534
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1510•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20814400&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-19 00:10:06
slave: panda-0867
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1511•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20812478&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-18 21:55:27
slave: panda-0702
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpwW2eumpidlog,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.testAddonManager org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1512•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20821527&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-19 05:19:15
slave: panda-0577
4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
5 INFO TEST-UNEXPECTED-FAIL | testLoad | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-19 05:38:24.320 I/Robocop ( 3109): 4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-19 05:38:24.335 I/Robocop ( 3109): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-19 05:38:24.335 I/Robocop ( 3109): 5 INFO TEST-UNEXPECTED-FAIL | testLoad | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-19 05:38:25.656 I/TestRunner( 3109): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testLoad | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1513•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20822730&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-19 05:55:16
slave: panda-0581
DMError: Automation Error: Failed to validate file when downloading /mnt/sdcard/tests/logs/mochitest.log
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1514•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20823680&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-19 05:41:16
slave: panda-0563
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1515•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20825988&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-19 07:47:05
slave: panda-0528
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1516•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20827527&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-03-19 08:18:54
slave: panda-0819
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1517•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20828348&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-19 08:01:09
slave: panda-0700
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpkLrEX_pidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1518•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20830445&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-19 08:42:01
slave: panda-0581
4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-19 09:25:30.390 I/Robocop ( 2983): 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-19 09:25:30.398 I/Robocop ( 2983): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-19 09:25:30.398 I/Robocop ( 2983): 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-19 09:25:31.703 I/TestRunner( 2983): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1519•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20832715&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-19 10:11:16
slave: panda-0657
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1520•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20833262&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-19 10:11:32
slave: panda-0054
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1521•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20834573&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-19 10:41:50
slave: panda-0804
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1522•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20834803&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-19 10:11:53
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1523•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20836258&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-19 11:29:13
slave: panda-0671
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1524•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20837826&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-19 11:17:54
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1525•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20837800&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-19 11:17:53
slave: panda-0805
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1526•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20837264&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-19 11:43:45
slave: panda-0054
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1527•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20838856&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-03-19 12:14:43
slave: panda-0803
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1528•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20839131&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-19 12:27:17
slave: panda-0571
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1529•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20840120&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-19 12:35:29
slave: panda-0700
4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-19 12:55:19.835 I/Robocop ( 3581): 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-19 12:55:19.843 I/Robocop ( 3581): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-19 12:55:19.851 I/Robocop ( 3581): 5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-19 12:55:21.187 I/TestRunner( 3581): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1530•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20841189&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-19 13:11:05
slave: panda-0535
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1531•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20846898&tree=Firefox
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-03-19 15:10:24
slave: panda-0055
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1532•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20847059&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-19 15:06:16
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1533•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20847470&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-19 15:22:54
slave: panda-0775
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1534•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20847634&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-03-19 15:23:05
slave: panda-0529
6533 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/power/test/test_power_basics.html | Should be able to access power manager with permission.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1535•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20848008&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-19 15:31:16
slave: panda-0571
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1536•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20838852&tree=Try
Android 4.0 Panda try talos remote-trobopan on 2013-03-19 12:11:53
slave: panda-0804
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1537•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20849354&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-03-19 15:22:53
slave: panda-0817
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1538•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20850729&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-19 16:29:16
slave: panda-0614
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1539•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20850833&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-19 16:33:54
slave: panda-0747
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1540•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20850869&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-19 16:33:54
slave: panda-0805
Automation Error: No crash directory (/mnt/sdcard/tests/reftest/profile/minidumps/) found on remote device
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1541•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20851367&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-19 15:53:59
slave: panda-0035
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1542•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20851728&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-19 16:52:06
slave: panda-0866
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1543•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20853732&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-19 16:52:10
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1544•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20854433&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-19 17:27:10
slave: panda-0603
4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-19 17:56:18.750 I/Robocop ( 3574): 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-19 17:56:18.757 I/Robocop ( 3574): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-19 17:56:18.757 I/Robocop ( 3574): 5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-19 17:56:20.015 I/TestRunner( 3574): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1545•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20854046&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-03-19 17:31:06
slave: panda-0661
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1546•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20854046&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-03-19 17:31:06
slave: panda-0661
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1547•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20855340&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-03-19 18:12:06
slave: panda-0854
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1548•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20857192&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-03-19 18:34:48
slave: panda-0707
4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-19 18:58:12.687 I/Robocop ( 2976): 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-19 18:58:12.695 I/Robocop ( 2976): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-19 18:58:12.695 I/Robocop ( 2976): 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-19 18:58:14.007 I/TestRunner( 2976): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1549•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20860841&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-03-19 20:12:53
slave: panda-0803
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1550•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20860428&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-19 20:14:06
slave: panda-0053
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1551•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20862387&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-19 20:19:53
slave: panda-0807
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1552•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20864387&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-19 20:55:06
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1553•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20864390&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-19 21:42:07
slave: panda-0059
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1554•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20864584&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-03-19 21:42:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1555•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20865439&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-19 22:20:07
slave: panda-0866
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1556•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20865343&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-19 22:20:05
slave: panda-0534
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1557•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20865565&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-19 22:18:10
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1558•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20865565&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-19 22:18:10
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1559•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20868821&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-20 00:49:43
slave: panda-0841
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1560•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20869246&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-20 00:49:22
slave: panda-0700
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1561•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20870950&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-20 01:01:16
slave: panda-0580
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1562•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20870115&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-03-20 01:04:05
slave: panda-0807
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testBrowserProviderPerf org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1563•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ttaubert
https://tbpl.mozilla.org/php/getParsedLog.php?id=20872615&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-03-20 02:33:24
slave: panda-0785
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1564•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20879473&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-20 05:52:53
slave: panda-0748
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1565•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20879183&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-20 05:52:05
slave: panda-0528
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1566•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
honzab.moz%firemni.cz
https://tbpl.mozilla.org/php/getParsedLog.php?id=20860894&tree=Try
Android Tegra 250 try opt test mochitest-2 on 2013-03-19 19:19:17
slave: tegra-316
86146 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_twice.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1567•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20882242&tree=Firefox
Android 4.0 Panda mozilla-central opt test mochitest-4 on 2013-03-20 06:23:18
slave: panda-0814
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1568•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20883264&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-20 07:32:53
slave: panda-0799
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1569•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20883264&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-20 07:32:53
slave: panda-0799
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1570•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20884791&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-20 07:56:12
slave: panda-0708
4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
5 INFO TEST-UNEXPECTED-FAIL | testLoad | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-20 08:14:48.703 I/Robocop ( 3101): 4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-20 08:14:48.710 I/Robocop ( 3101): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-20 08:14:48.710 I/Robocop ( 3101): 5 INFO TEST-UNEXPECTED-FAIL | testLoad | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-20 08:14:50.039 I/TestRunner( 3101): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testLoad | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testLoad | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1571•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20884748&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-20 08:07:53
slave: panda-0716
PROCESS-CRASH | http://10.12.135.18:30716/jsreftest/tests/jsreftest.html?test=ecma_5/misc/enumerate-undefined.js | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1572•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20884748&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-20 08:07:53
slave: panda-0716
PROCESS-CRASH | http://10.12.135.18:30716/jsreftest/tests/jsreftest.html?test=ecma_5/misc/enumerate-undefined.js | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1573•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20886591&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-20 08:07:56
slave: panda-0803
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1574•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20886881&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-20 08:40:54
slave: panda-0805
4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
5 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-20 09:01:14.421 I/Robocop ( 3454): 4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-20 09:01:14.429 I/Robocop ( 3454): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-20 09:01:14.429 I/Robocop ( 3454): 5 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-20 09:01:15.750 I/TestRunner( 3454): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1575•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20888348&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-20 09:28:18
slave: panda-0558
PROCESS-CRASH | http://10.12.133.20:30558/jsreftest/tests/jsreftest.html?test=ecma/Expressions/11.6.1-2.js | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1576•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20890067&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-20 10:02:16
slave: panda-0761
PROCESS-CRASH | Shutdown | application crashed [@ PR_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1577•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20891651&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-20 10:02:16
slave: panda-0807
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1578•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20892901&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-20 10:44:43
slave: panda-0830
4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-20 11:08:22.617 I/Robocop ( 3002): 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-20 11:08:22.625 I/Robocop ( 3002): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-20 11:08:22.625 I/Robocop ( 3002): 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-20 11:08:23.937 I/TestRunner( 3002): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1579•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20893179&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-03-20 11:07:14
slave: panda-0813
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1580•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20895026&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-20 11:07:13
slave: panda-0748
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1581•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20897521&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-20 12:31:05
slave: panda-0807
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1582•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20899593&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-20 13:29:29
slave: panda-0794
85997 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_events.html | Last event should be canplaythrough for http://mochi.test:8888/tests/content/media/test/seek.webm - got playing, expected canplaythrough
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1583•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20899500&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-20 13:18:10
slave: panda-0817
4 INFO TEST-UNEXPECTED-FAIL | testAxisLocking | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testAxisLocking | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
5 INFO TEST-UNEXPECTED-FAIL | testAxisLocking | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testAxisLocking | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-20 13:40:22.523 I/Robocop ( 3821): 4 INFO TEST-UNEXPECTED-FAIL | testAxisLocking | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-20 13:40:22.539 I/Robocop ( 3821): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testAxisLocking | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-20 13:40:22.539 I/Robocop ( 3821): 5 INFO TEST-UNEXPECTED-FAIL | testAxisLocking | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testAxisLocking | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
03-20 13:40:23.890 I/TestRunner( 3821): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testAxisLocking | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testAxisLocking | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1584•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20899119&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-20 13:18:09
slave: panda-0812
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1585•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20902200&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-20 14:34:16
slave: panda-0671
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1586•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20901200&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-20 14:08:17
slave: panda-0871
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1587•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20900905&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-20 14:00:53
slave: panda-0818
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1588•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20902463&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-20 14:00:54
slave: panda-0817
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1589•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20900894&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-20 13:18:07
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1590•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20900366&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-20 13:18:06
slave: panda-0035
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1591•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20904808&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-03-20 15:08:06
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1592•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20905928&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-20 16:08:14
slave: panda-0823
11156 ERROR TEST-UNEXPECTED-FAIL | /tests/image/test/mochitest/test_bug733553.html | Test 9 damon.jpg width correct - got 0, expected 80
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1593•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20905571&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-20 15:59:05
slave: panda-0544
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1594•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20906982&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-20 16:36:10
slave: panda-0798
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1595•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20907130&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-20 16:36:10
slave: panda-0807
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1596•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20907046&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-20 15:58:07
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1597•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20908242&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-20 16:39:16
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1598•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20909167&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-20 17:40:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1599•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20910769&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-20 18:46:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1600•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20912615&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-20 19:32:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmp86d5Ztpidlog,XPCOM_MEM_BLOAT_LOG=/tmp/tmpPzc6qD/runtests_leaks.log" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testWebContentContextMenu org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1601•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20913048&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-20 19:32:07
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1602•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20915407&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-20 21:09:16
slave: panda-0661
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1603•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20915897&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-20 21:18:53
slave: panda-0713
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1604•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20915335&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-20 20:34:58
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpUtvDUCpidlog,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.testHistory org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1605•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20916155&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-20 20:40:53
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1606•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20921195&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-03-21 01:47:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1607•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20921447&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-21 01:29:06
slave: panda-0854
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1608•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20920947&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-21 01:29:06
slave: panda-0860
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 1609•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20924539&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-03-21 03:51:59
slave: panda-0803
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1610•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20931154&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-21 07:42:54
slave: panda-0841
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1611•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20932030&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-21 08:12:06
slave: panda-0035
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1612•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20933226&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-21 08:45:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1613•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20933226&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-21 08:45:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1614•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=20938932&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-03-21 11:11:46
slave: panda-0803
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpLQOoxQpidlog,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.testSystemPages org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1615•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20947600&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-03-21 14:48:15
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1616•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20948050&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-21 15:43:06
slave: panda-0055
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1617•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20952661&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-21 17:08:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1618•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20951689&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-21 16:56:19
slave: panda-0799
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1619•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20953884&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-21 17:40:06
slave: panda-0054
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1620•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
joe%drew.ca
https://tbpl.mozilla.org/php/getParsedLog.php?id=20958134&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-21 19:39:19
slave: panda-0558
6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-21 20:01:49.695 I/Robocop ( 3971): 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-21 20:01:50.960 I/TestRunner( 3971): junit.framework.AssertionFailedError: 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-21 20:01:49.695 I/Robocop ( 3971): 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
03-21 20:01:50.960 I/TestRunner( 3971): junit.framework.AssertionFailedError: 6 INFO TEST-UNEXPECTED-FAIL | testAboutPage | Exception caught - junit.framework.AssertionFailedError: The text: ^Settings$ is not found!
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1621•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20959646&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-21 20:31:06
slave: panda-0535
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1622•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20960715&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-21 20:55:05
slave: panda-0529
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1623•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20960647&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-21 20:39:23
slave: panda-0803
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmpubP70Bpidlog,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.testLoad org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1624•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20961414&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-21 20:55:06
slave: panda-0035
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 1625•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20961526&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-21 20:39:23
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1626•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20963186&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-21 21:10:28
slave: panda-0717
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1627•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20965640&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-21 23:00:41
slave: panda-0762
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1628•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20966058&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-21 23:11:15
slave: panda-0603
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1629•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20969865&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-22 00:34:53
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1630•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20971266&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-22 02:31:16
slave: panda-0685
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1631•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=20971676&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-22 02:39:16
slave: panda-0576
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1632•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20975408&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-03-22 04:27:54
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1633•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20975472&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-22 05:06:07
slave: panda-0035
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1634•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20975461&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-22 05:06:06
slave: panda-0872
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1635•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20981603&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-troboprovider on 2013-03-22 08:37:53
slave: panda-0816
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1636•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20985154&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-22 10:45:06
slave: panda-0860
PROCESS-CRASH | tsvg | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1637•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20986376&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-22 11:28:17
slave: panda-0644
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1638•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20986352&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-03-22 10:45:53
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1639•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20988866&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-22 13:09:54
slave: panda-0798
DMError: Automation Error: Failed to validate file when downloading /mnt/sdcard/tests/logs/mochitest.log
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1640•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=20991584&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-22 14:28:04
slave: panda-0842
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1641•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20994851&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-22 15:47:06
slave: panda-0860
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1642•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=20998229&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-22 16:54:53
slave: panda-0803
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1643•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21003031&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-22 20:13:06
slave: panda-0053
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1644•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21003613&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-03-22 20:34:06
slave: panda-0854
PROCESS-CRASH | tprovider | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1645•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21003803&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-22 20:34:06
slave: panda-0058
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 1646•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21015990&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-23 08:39:06
slave: panda-0855
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1647•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21018879&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-23 11:22:16
slave: panda-0642
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1648•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21024381&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-03-23 17:13:05
slave: panda-0534
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1649•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21034877&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-24 10:50:05
slave: panda-0535
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1650•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21041466&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-24 19:36:56
slave: panda-0746
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1651•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21038369&tree=Try
Android 4.0 Panda try opt test crashtest-3 on 2013-03-24 16:49:16
slave: panda-0581
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1652•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21038326&tree=Try
Android 4.0 Panda try talos remote-tp4m_nochrome on 2013-03-24 16:49:53
slave: panda-0717
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1653•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21048593&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-03-24 23:55:15
slave: panda-0642
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1654•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
kats
https://tbpl.mozilla.org/php/getParsedLog.php?id=21058000&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-25 06:41:53
slave: panda-0707
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-25 07:11:43.281 I/Robocop ( 3687): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-25 07:11:43.296 I/Robocop ( 3687): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-25 07:11:43.296 I/Robocop ( 3687): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-25 07:11:44.742 I/TestRunner( 3687): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1655•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
kats
https://tbpl.mozilla.org/php/getParsedLog.php?id=21058876&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-25 07:20:59
slave: panda-0756
3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-25 07:46:32.773 I/Robocop ( 3759): 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-25 07:46:32.789 I/Robocop ( 3759): junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-25 07:46:32.789 I/Robocop ( 3759): 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
03-25 07:46:34.226 I/TestRunner( 3759): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: 3 INFO TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for General option - The General option is present
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1656•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21061451&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-25 08:58:53
slave: panda-0846
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1657•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21065614&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-25 11:27:06
slave: panda-0059
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1658•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21066182&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-25 11:40:53
slave: panda-0817
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1659•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21068477&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-25 12:41:11
slave: panda-0571
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1660•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21071160&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 12:51:10
slave: panda-0529
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1661•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21071557&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 12:59:27
slave: panda-0748
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1662•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21072087&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 13:03:59
slave: panda-0058
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1663•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21069663&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-03-25 13:08:19
slave: panda-0801
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1664•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21072151&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-25 13:51:06
slave: panda-0855
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1665•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21073890&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 13:58:42
slave: panda-0769
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1666•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21073252&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 13:32:54
slave: panda-0718
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1667•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21078184&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 15:33:08
slave: panda-0708
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1668•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21078470&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-25 15:33:08
slave: panda-0820
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1669•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21077074&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 15:08:53
slave: panda-0790
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1670•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21079700&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 16:13:55
slave: panda-0702
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1671•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21080245&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-25 17:05:30
slave: panda-0758
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1672•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21084645&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 18:20:30
slave: panda-0661
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1673•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21084645&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 18:20:30
slave: panda-0661
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1674•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21084280&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 18:10:48
slave: panda-0855
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1675•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21082493&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-25 18:08:58
slave: panda-0055
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1676•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21085589&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 18:56:06
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1677•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21083652&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-25 17:52:18
slave: panda-0053
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1678•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21077200&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 15:21:10
slave: panda-0716
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1679•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21077185&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 15:20:39
slave: panda-0762
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1680•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21091233&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-25 21:44:53
slave: panda-0761
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1681•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21091233&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-25 21:44:53
slave: panda-0761
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1682•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21093213&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-03-25 23:35:12
slave: panda-0827
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1683•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21093322&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-25 23:35:05
slave: panda-0534
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1684•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21094501&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 23:30:22
slave: panda-0805
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1685•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21093728&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-25 22:53:10
slave: panda-0772
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1686•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21093590&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-03-25 23:02:04
slave: panda-0803
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1687•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21093808&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-03-25 22:59:55
slave: panda-0750
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1688•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21095683&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-03-25 23:58:01
slave: panda-0798
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1689•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21097381&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-26 01:46:33
slave: panda-0787
86011 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_events.html | Last event should be canplaythrough for http://mochi.test:8888/tests/content/media/test/seek.webm - got playing, expected canplaythrough
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1690•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21098483&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 01:43:53
slave: panda-0802
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1691•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21098483&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 01:43:53
slave: panda-0802
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1692•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21098792&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 01:57:23
slave: panda-0855
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1693•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21099248&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 02:21:53
slave: panda-0791
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1694•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21099363&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-26 03:12:06
slave: panda-0860
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1695•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21077499&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-25 16:12:09
slave: panda-0810
PROCESS-CRASH | tcheck2 | application crashed [@ AllocSrcNote]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1696•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21101037&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 03:12:54
slave: panda-0803
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmplpi0aCpidlog,XPCOM_MEM_BLOAT_LOG=/tmp/tmp3tFTzz/runtests_leaks.log" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testWebContentContextMenu org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1697•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21101860&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-03-26 03:46:16
slave: panda-0678
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1698•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21102159&tree=Firefox
Android Tegra 250 mozilla-central opt test mochitest-1 on 2013-03-26 03:46:07
slave: tegra-338
command timed out: 2400 seconds without output, attempting to kill
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1699•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21103065&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 04:19:06
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1700•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21104161&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-26 05:28:15
slave: panda-0581
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1701•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21105984&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 05:28:54
slave: panda-0794
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1702•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21109040&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 06:58:21
slave: panda-0855
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1703•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21110222&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 07:24:26
slave: panda-0581
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1704•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21110698&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 07:26:15
slave: panda-0555
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1705•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21112796&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 08:25:23
slave: panda-0737
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1706•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21113734&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 08:47:17
slave: panda-0661
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1707•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21113732&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 08:45:16
slave: panda-0691
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1708•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21113766&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-03-26 08:43:15
slave: panda-0606
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1709•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21113925&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 08:26:55
slave: panda-0648
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1710•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21114114&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-03-26 08:43:16
slave: panda-0631
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1711•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21116268&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 09:33:25
slave: panda-0737
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1712•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21117173&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 10:11:32
slave: panda-0803
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1713•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21117073&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 09:48:53
slave: panda-0756
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1714•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21118751&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 10:32:03
slave: panda-0681
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1715•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21118951&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 10:51:31
slave: panda-0600
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1716•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21119202&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 10:42:06
slave: panda-0814
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1717•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21119660&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 10:51:36
slave: panda-0748
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1718•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21121719&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-03-26 12:46:10
slave: panda-0692
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1719•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21122037&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-26 12:52:16
slave: panda-0602
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1720•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21122211&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 12:10:09
slave: panda-0803
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1721•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21123619&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 12:30:17
slave: panda-0059
4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-26 12:56:55.148 I/Robocop ( 3011): 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-26 12:56:55.156 I/Robocop ( 3011): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-26 12:56:55.156 I/Robocop ( 3011): 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
03-26 12:56:56.421 I/TestRunner( 3011): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | testVkbOverlap - Found 0 green pixels after tapping; expected 2427
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1722•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21124218&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 12:52:16
slave: panda-0603
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1723•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21109809&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-03-26 08:01:07
slave: panda-0670
PROCESS-CRASH | tcheck2 | application crashed [@ mozilla::layers::LayerManagerOGL::BindAndDrawQuadWithTextureRect(mozilla::layers::ShaderProgramOGL*, nsIntRect const&, nsIntSize const&, unsigned int, bool)]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1724•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21129241&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 15:11:06
slave: panda-0854
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1725•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21129780&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 15:24:18
slave: panda-0628
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1726•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21129701&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 15:22:18
slave: panda-0606
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1727•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21130193&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 15:24:02
slave: panda-0581
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1728•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21129937&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 14:58:09
slave: panda-0655
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1729•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21131367&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 16:02:16
slave: panda-0690
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1730•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21132348&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-26 16:33:54
slave: panda-0803
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1731•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21133342&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 16:41:16
slave: panda-0691
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1732•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21133310&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 16:50:22
slave: panda-0745
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1733•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21133429&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 16:33:54
slave: panda-0798
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1734•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21133984&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-26 17:54:09
slave: panda-0717
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1735•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21134252&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 17:18:16
slave: panda-0605
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1736•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21134774&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 17:31:17
slave: panda-0567
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1737•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21134886&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-26 18:20:17
slave: panda-0560
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1738•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21137047&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-26 18:59:05
slave: panda-0625
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 1739•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21136840&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-26 18:59:05
slave: panda-0560
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1740•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21138426&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-26 18:59:17
slave: panda-0637
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1741•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21138063&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 18:59:17
slave: panda-0640
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1742•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21137125&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-26 19:03:53
slave: panda-0750
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1743•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21138976&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 19:03:16
slave: panda-0610
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1744•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21135417&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-03-26 18:21:08
slave: panda-0803
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testPan org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1745•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21136404&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 18:08:59
slave: panda-0806
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1746•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21137425&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 18:32:59
slave: panda-0805
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1747•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21136815&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 17:54:09
slave: panda-0794
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1748•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21139455&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 19:09:31
slave: panda-0563
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1749•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21137238&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 18:28:01
slave: panda-0746
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1750•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21140493&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 19:54:06
slave: panda-0059
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1751•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21140903&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 20:09:53
slave: panda-0700
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1752•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21142715&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 21:05:53
slave: panda-0751
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1753•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21143203&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 21:26:15
slave: panda-0673
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1754•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21143228&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 21:27:15
slave: panda-0690
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1755•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21143455&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 21:25:16
slave: panda-0627
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1756•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21144731&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 22:08:16
slave: panda-0603
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1757•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21145384&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 22:32:37
slave: panda-0053
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1758•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21146172&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 22:41:53
slave: panda-0766
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1759•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21150921&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-27 01:19:16
slave: panda-0627
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1760•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21150549&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-27 01:06:16
slave: panda-0559
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1761•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=21150973&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-27 01:06:16
slave: panda-0657
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1762•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ttaubert
https://tbpl.mozilla.org/php/getParsedLog.php?id=21147228&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-03-26 23:58:15
slave: panda-0655
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1763•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21156113&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-03-27 04:35:54
slave: panda-0801
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1764•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21143401&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 21:33:00
slave: panda-0646
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1765•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21143429&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 21:33:29
slave: panda-0529
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1766•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21143401&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 21:33:00
slave: panda-0646
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1767•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21148049&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 23:45:20
slave: panda-0842
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1768•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21148929&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-27 00:06:10
slave: panda-0534
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1769•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21148068&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 23:45:05
slave: panda-0748
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1770•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21147064&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 23:16:54
slave: panda-0846
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1771•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21148231&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 23:30:02
slave: panda-0551
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1772•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21147291&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-27 00:12:16
slave: panda-0643
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1773•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21150050&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-27 00:51:05
slave: panda-0595
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1774•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21147990&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-27 00:31:05
slave: panda-0535
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1775•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21151711&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-27 01:37:16
slave: panda-0609
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1776•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21151803&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-03-27 02:07:15
slave: panda-0606
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1777•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21146621&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-26 22:52:51
slave: panda-0854
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1778•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21142714&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 21:05:52
slave: panda-0534
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1779•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21142716&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-26 21:05:52
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1780•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21158556&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-03-27 05:50:53
slave: panda-0827
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1781•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21159151&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-27 06:06:55
slave: panda-0692
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1782•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21159891&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-27 06:33:16
slave: panda-0663
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1783•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21160165&tree=Firefox
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-03-27 07:06:15
slave: panda-0681
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1784•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21161412&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-27 07:31:32
slave: panda-0555
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1785•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21162222&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-27 08:10:16
slave: panda-0631
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1786•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21162352&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-27 08:59:15
slave: panda-0672
PROCESS-CRASH | tp4m | application crashed [@ nssCertificateStore_Lock]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1787•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
fyan%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=21151671&tree=Try
Android 4.0 Panda try opt test jsreftest-1 on 2013-03-27 02:27:16
slave: panda-0643
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1788•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21163430&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-27 08:16:12
slave: panda-0681
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1789•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21165123&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-27 10:03:06
slave: panda-0055
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1790•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21165404&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-27 09:10:16
slave: panda-0652
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1791•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21165221&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-27 09:21:12
slave: panda-0678
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1792•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21165584&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-27 09:15:17
slave: panda-0671
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1793•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21165568&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-27 08:59:16
slave: panda-0546
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1794•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21165703&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-27 09:33:06
slave: panda-0855
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1795•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21166055&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-27 10:27:15
slave: panda-0652
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1796•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21166000&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-27 09:40:44
slave: panda-0603
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1797•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21166097&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-27 10:27:15
slave: panda-0661
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1798•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21166287&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-27 09:48:16
slave: panda-0695
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1799•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21166494&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-27 09:55:09
slave: panda-0658
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1800•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21166785&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-27 09:48:16
slave: panda-0606
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1801•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21167101&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-27 10:03:16
slave: panda-0640
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1802•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21167444&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-27 10:23:16
slave: panda-0691
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1803•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21167830&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-27 10:23:16
slave: panda-0649
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1804•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21169894&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-27 12:20:16
slave: panda-0684
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1805•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21169887&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-27 12:20:05
slave: panda-0529
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1806•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21170828&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-27 12:39:53
slave: panda-0765
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1807•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21173014&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-27 13:32:16
slave: panda-0643
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1808•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21173014&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-27 13:32:16
slave: panda-0643
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1809•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21173772&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test mochitest-3 on 2013-03-27 13:32:32
slave: tegra-150
18723 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/navigation/test_sibling-matching-parent.html | Should be able to navigate sibling with on-domain parent by targeted hyperlink. - got TypeError: SpecialPowers.wrap(...).document.body is null, expected This frame was navigated.
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1810•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21175673&tree=Try
Android 4.0 Panda try opt test jsreftest-2 on 2013-03-27 14:03:53
slave: panda-0803
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1811•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21178344&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-27 15:52:54
slave: panda-0714
talosError: 'failed to initialize browser'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1812•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21177593&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-03-27 15:39:16
slave: panda-0686
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1813•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21181133&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-27 17:13:06
slave: panda-0055
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1814•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21186585&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-27 19:45:53
slave: panda-0736
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 1815•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21189015&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-27 21:06:54
slave: panda-0709
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1816•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21189334&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-27 21:16:17
slave: panda-0640
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1817•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21189296&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-03-27 21:06:54
slave: panda-0803
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1818•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21199219&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-28 03:26:16
slave: panda-0688
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1819•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21199232&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-28 03:26:16
slave: panda-0633
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1820•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21187607&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-27 19:29:06
slave: panda-0860
85615 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_loop.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1821•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21204696&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-28 06:15:17
slave: panda-0600
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1822•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21204844&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-28 06:15:16
slave: panda-0679
12350 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/forms/test/test_bug411236.html | Should have focused an input element!
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1823•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21211450&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-28 10:14:18
slave: panda-0633
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1824•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21214571&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-28 11:39:17
slave: panda-0563
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1825•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21215271&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-28 12:03:02
slave: panda-0855
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1826•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21220323&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-03-28 14:02:17
slave: panda-0691
talosError: "failed to cleanup processes: [(2518, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1827•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21222878&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-28 15:25:17
slave: panda-0685
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1828•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21222292&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-28 14:24:15
slave: panda-0680
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1829•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21222045&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-03-28 14:02:06
slave: panda-0053
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1830•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21221873&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-28 14:14:16
slave: panda-0594
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1831•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21217888&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-03-28 12:23:16
slave: panda-0606
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1832•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21226795&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-28 17:01:16
slave: panda-0672
12350 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/forms/test/test_bug411236.html | Should have focused an input element!
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1833•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21228083&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-28 17:29:06
slave: panda-0059
12350 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/forms/test/test_bug411236.html | Should have focused an input element!
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1834•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21227579&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-28 17:08:16
slave: panda-0646
12350 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/forms/test/test_bug411236.html | Should have focused an input element!
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1835•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21228151&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-8 on 2013-03-28 17:20:27
slave: tegra-342
12350 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/forms/test/test_bug411236.html | Should have focused an input element!
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1836•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21227649&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-28 17:19:46
slave: panda-0672
12350 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/forms/test/test_bug411236.html | Should have focused an input element!
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1837•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21227427&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-28 17:14:16
slave: panda-0663
12350 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/forms/test/test_bug411236.html | Should have focused an input element!
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1838•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21227516&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-28 17:15:53
slave: panda-0846
12350 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/forms/test/test_bug411236.html | Should have focused an input element!
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1839•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21226386&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-28 16:50:07
slave: panda-0688
12350 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/forms/test/test_bug411236.html | Should have focused an input element!
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1840•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21229330&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-28 17:57:06
slave: panda-0860
12350 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/forms/test/test_bug411236.html | Should have focused an input element!
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1841•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21229520&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-28 18:07:14
slave: panda-0786
12350 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/forms/test/test_bug411236.html | Should have focused an input element!
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1842•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21229520&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-03-28 18:07:14
slave: panda-0786
12350 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/forms/test/test_bug411236.html | Should have focused an input element!
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1843•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21230987&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-28 18:56:14
slave: panda-0661
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1844•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21236838&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-03-28 22:31:06
slave: panda-0860
03-28 22:40:27.781 I/GeckoDump( 2047): 568786: "Assertion failure: !(attrs & (JSPROP_GETTER | JSPROP_SETTER))," with Object.defineProperty
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1845•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21242238&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-03-29 04:35:16
slave: panda-0605
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1846•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21251236&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-29 10:05:18
slave: panda-0684
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1847•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21251128&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-29 10:03:17
slave: panda-0691
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1848•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21255101&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-03-29 12:02:20
slave: panda-0712
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1849•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
kats
https://tbpl.mozilla.org/php/getParsedLog.php?id=21251716&tree=Try
Android 4.0 Panda try opt test robocop-1 on 2013-03-29 09:36:16
slave: panda-0546
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1850•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
kats
https://tbpl.mozilla.org/php/getParsedLog.php?id=21255061&tree=Try
Android 4.0 Panda try opt test robocop-1 on 2013-03-29 11:33:12
slave: panda-0801
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1851•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
kats
https://tbpl.mozilla.org/php/getParsedLog.php?id=21254169&tree=Try
Android 4.0 Panda try opt test robocop-2 on 2013-03-29 10:58:15
slave: panda-0681
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1852•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
kats
https://tbpl.mozilla.org/php/getParsedLog.php?id=21250201&tree=Try
Android 4.0 Panda try opt test crashtest-3 on 2013-03-29 09:36:16
slave: panda-0696
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1853•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21276607&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-03-30 05:01:06
slave: panda-0053
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1854•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21284022&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-30 13:19:18
slave: panda-0657
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1855•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21290215&tree=Try
Android 4.0 Panda try opt test robocop-1 on 2013-03-30 19:28:16
slave: panda-0690
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1856•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
bent
https://tbpl.mozilla.org/php/getParsedLog.php?id=21302203&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-03-31 17:31:06
slave: panda-0860
18898 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/navigation/test_sibling-matching-parent.html | Should be able to navigate sibling with on-domain parent by targeted hyperlink. - got TypeError: SpecialPowers.wrap(...).document.body is null, expected This frame was navigated.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1857•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21298746&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-03-31 11:40:16
slave: panda-0567
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1858•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21298728&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-31 11:40:16
slave: panda-0630
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1859•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21298699&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-03-31 11:40:16
slave: panda-0608
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1860•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21303819&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-03-31 20:02:06
slave: panda-0854
85934 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_events.html | Last event should be canplaythrough for http://mochi.test:8888/tests/content/media/test/seek.webm - got playing, expected canplaythrough
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1861•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21303739&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-03-31 20:02:16
slave: panda-0657
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1862•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Ms2ger%gmail.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=21306723&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-01 02:25:17
slave: panda-0595
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1863•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Ms2ger%gmail.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=21306216&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-04-01 01:53:17
slave: panda-0689
talosError: 'Awesomebar URL typed properly: got http://bm-remote.build.mozilla.org/startup_test/fennecmark/wi.html, expected http://bm-remote.build.mozilla.org/startup_test/fennecmark/wikipedia.html [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1864•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21313713&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-01 09:15:19
slave: panda-0689
talosError: 'Awesomebar URL typed properly: got http://bm-remote.build.mozilla.org/startup_test/fennecmark/ti.html, expected http://bm-remote.build.mozilla.org/startup_test/fennecmark/timecube.html [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1865•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21314720&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-01 09:58:17
slave: panda-0657
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1866•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21315453&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-01 10:37:16
slave: panda-0695
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1867•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21315972&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-1 on 2013-04-01 09:58:06
slave: tegra-316
command timed out: 2400 seconds without output, attempting to kill
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1868•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21317827&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-01 11:14:15
slave: panda-0636
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1869•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21320461&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-01 13:09:17
slave: panda-0631
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1870•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21321897&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-01 13:34:53
slave: panda-0791
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1871•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21325667&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-01 15:26:15
slave: panda-0055
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1872•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21326007&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-01 15:26:16
slave: panda-0689
talosError: 'Awesomebar URL typed properly: got http://bm-remote.build.mozilla.org/startup_test/fennecmark/ti.html, expected http://bm-remote.build.mozilla.org/startup_test/fennecmark/timecube.html [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1873•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21330301&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-01 18:18:16
slave: panda-0571
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1874•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21332480&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-01 19:00:54
slave: panda-0707
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1875•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21332937&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-01 19:25:12
slave: panda-0689
talosError: 'Awesomebar URL typed properly: got http://bm-remote.build.mozilla.org/startup_test/fennecmark/ti.html, expected http://bm-remote.build.mozilla.org/startup_test/fennecmark/timecube.html [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1876•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21333033&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-01 19:27:15
slave: panda-0707
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1877•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21333465&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-01 19:26:28
slave: panda-0787
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 1878•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21334844&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-01 20:33:16
slave: panda-0640
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1879•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21337044&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-01 22:00:17
slave: panda-0612
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1880•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21338976&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-01 23:47:16
slave: panda-0644
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1881•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21337687&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-01 22:33:53
slave: panda-0745
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1882•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21342622&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-04-02 04:33:53
slave: panda-0709
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1883•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21336159&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-01 20:24:33
slave: panda-0629
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1884•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21344270&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-02 05:42:56
slave: panda-0842
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1885•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21345461&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-02 06:28:05
slave: panda-0534
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1886•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21346457&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-02 07:07:54
slave: panda-0748
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1887•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21346744&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-02 07:31:55
slave: panda-0800
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1888•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21349798&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-04-02 08:49:48
slave: panda-0700
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1889•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21352262&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-02 10:12:55
slave: panda-0778
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1890•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21357758&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-02 05:37:47
slave: panda-0657
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1891•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21358680&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-02 06:01:16
slave: panda-0644
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1892•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21359728&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-02 06:22:15
slave: panda-0688
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1893•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21359805&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-02 06:43:54
slave: panda-0790
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1894•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21360850&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-02 07:23:52
slave: panda-0806
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1895•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21362028&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-02 07:58:53
slave: panda-0717
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1896•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21362494&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-02 07:58:53
slave: panda-0769
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1897•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21362881&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-02 08:30:49
slave: panda-0671
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1898•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21363506&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-02 08:53:16
slave: panda-0649
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1899•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21363918&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-02 09:05:06
slave: panda-0860
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1900•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21365400&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-02 10:31:16
slave: panda-0595
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1901•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21365400&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-02 10:31:16
slave: panda-0595
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1902•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21366362&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-02 10:27:53
slave: panda-0799
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1903•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21369189&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-02 12:17:16
slave: panda-0637
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1904•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21372084&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-04-02 13:36:53
slave: panda-0745
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1905•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21373182&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-02 13:29:53
slave: panda-0799
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1906•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21373476&tree=Firefox
Android Tegra 250 mozilla-central opt test mochitest-2 on 2013-04-02 13:54:34
slave: tegra-219
85803 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_events.html | Last event should be canplaythrough for http://mochi.test:8888/tests/content/media/test/seek.webm - got playing, expected canplaythrough
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1907•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21377474&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-02 17:09:16
slave: panda-0600
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1908•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21378393&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-02 16:56:52
slave: panda-0804
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1909•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21378980&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-02 18:47:54
slave: panda-0747
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1910•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21389769&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-03 01:51:54
slave: panda-0751
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1911•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
honzab.moz%firemni.cz
https://tbpl.mozilla.org/php/getParsedLog.php?id=21374230&tree=Try
Android 4.0 Panda try opt test robocop-2 on 2013-04-02 13:54:05
slave: panda-0618
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1912•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21393371&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-03 03:38:53
slave: panda-0751
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1913•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21394143&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-03 04:12:53
slave: panda-0751
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1914•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21398555&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-03 06:20:15
slave: panda-0673
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1915•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21402111&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-03 07:41:16
slave: panda-0637
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1916•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21403277&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-03 08:15:16
slave: panda-0555
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1917•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21404675&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-03 08:50:16
slave: panda-0661
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1918•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21406867&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-04-03 09:06:14
slave: panda-0745
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1919•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21407549&tree=Firefox
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-04-03 09:06:14
slave: panda-0806
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1920•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21408700&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-04-03 10:28:05
slave: panda-0529
18910 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/navigation/test_not-opener.html | Should not be able to navigate popup's popup by targeted hyperlink. - got 1, expected 2
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1921•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21414639&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-03 13:16:53
slave: panda-0747
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1922•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21413893&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-03 12:53:54
slave: panda-0710
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1923•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21415767&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-04-03 13:41:50
slave: panda-0618
18910 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/navigation/test_not-opener.html | Should not be able to navigate popup's popup by targeted hyperlink. - got 1, expected 2
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1924•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21415766&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-03 12:53:53
slave: panda-0800
85475 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_loop.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1925•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21415226&tree=Firefox
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-04-03 13:24:16
slave: panda-0627
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1926•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21427422&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-3 on 2013-04-03 22:08:53
slave: panda-0842
17181 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug669671.html | Load count (should be cached) - got 10, expected 8
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1927•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21422330&tree=Graphics
Android Tegra 250 graphics opt test mochitest-7 on 2013-04-03 18:39:31
slave: tegra-118
DMError: Automation Error: Timeout in command ps
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1928•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21433119&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-04 01:07:05
slave: panda-0523
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1929•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21433119&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-04 01:07:05
slave: panda-0523
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1930•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21434261&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-04 01:47:00
slave: panda-0526
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1931•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21437180&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-04 02:50:13
slave: panda-0671
ImportError: No module named mozfile
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1932•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21444100&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-04 05:42:54
slave: panda-0710
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1933•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21447061&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-04 08:43:16
slave: panda-0600
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1934•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21448614&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-04 09:13:53
slave: panda-0774
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1935•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21457245&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-04 12:59:53
slave: panda-0794
26706 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_events.html | Last event should be canplaythrough for http://mochi.test:8888/tests/content/media/test/seek.webm - got playing, expected canplaythrough
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1936•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21459818&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-04 13:58:15
slave: panda-0648
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1937•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21459704&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-04 13:56:38
slave: panda-0603
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1938•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21459855&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-04 13:48:55
slave: panda-0526
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1939•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21462395&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-04 18:01:54
slave: panda-0718
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1940•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21466877&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-3 on 2013-04-04 21:31:53
slave: panda-0746
17181 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug669671.html | Load count (should be cached) - got 10, expected 8
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1941•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21469168&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-04-04 22:30:51
slave: panda-0658
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1942•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21473032&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-05 00:39:51
slave: panda-0827
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1943•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21474050&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-05 01:08:50
slave: panda-0802
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1944•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21480320&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-05 04:00:55
slave: panda-0715
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1945•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21480853&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-05 04:32:53
slave: panda-0716
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1946•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21481963&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-05 04:51:40
slave: panda-0600
talosError: 'browser failed to close after being initialized'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1947•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21486252&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-05 06:30:55
slave: panda-0753
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1948•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21491595&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-4 on 2013-04-05 07:44:50
slave: tegra-340
DMError: Automation Error: Timeout in command isdir /mnt/sdcard/tests/profile/extensions/staged/workerbootstrap-test@mozilla.org
Automation Error: Unable to copy profile to device.
Automation Error: Exception caught while running tests
AttributeError: 'MochiRemote' object has no attribute 'server'
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Only displaying first 20 of 79 failures -
.
Comment 1949•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21492218&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-05 08:49:54
slave: panda-0618
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1950•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21492919&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-05 09:10:03
slave: panda-0671
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1951•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21495516&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-05 09:35:11
slave: panda-0526
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1952•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21494611&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-05 09:08:15
slave: panda-0643
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1953•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21489327&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-05 06:50:59
slave: panda-0524
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1954•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21485509&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-05 05:22:33
slave: panda-0555
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1955•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21488412&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-05 06:30:53
slave: panda-0841
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1956•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21487851&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-05 06:33:05
slave: panda-0526
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1957•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21491106&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-05 07:44:54
slave: panda-0746
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1958•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21495888&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-05 09:53:23
slave: panda-0802
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1959•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21491869&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-05 07:59:53
slave: panda-0717
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1960•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21495895&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-05 09:54:02
slave: panda-0684
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1961•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21494528&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-05 09:08:14
slave: panda-0769
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1962•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21498302&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-05 11:07:16
slave: panda-0855
27954 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_seek.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 1963•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21500617&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-05 13:46:54
slave: panda-0751
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1964•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21501517&tree=Mozilla-Central
Android Tegra 250 mozilla-central opt test mochitest-1 on 2013-04-05 14:25:08
slave: tegra-351
command timed out: 2400 seconds without output, attempting to kill
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1965•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21509070&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-04-06 00:26:53
slave: panda-0746
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1966•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21512533&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-06 06:36:39
slave: panda-0523
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1967•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21516938&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-04-06 12:04:50
slave: panda-0814
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1968•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21501617&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-04-05 14:24:54
slave: panda-0798
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1969•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21509081&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-04-06 00:25:37
slave: panda-0827
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1970•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21503226&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-04-05 17:37:03
slave: panda-0774
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1971•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21519568&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-06 19:48:05
slave: panda-0530
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1972•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21519249&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test robocop-2 on 2013-04-06 18:30:06
slave: tegra-339
39 INFO TEST-UNEXPECTED-FAIL | testWebContentContextMenu | Verify that the download started - The download started
junit.framework.AssertionFailedError: 39 INFO TEST-UNEXPECTED-FAIL | testWebContentContextMenu | Verify that the download started - The download started
40 INFO TEST-UNEXPECTED-FAIL | testWebContentContextMenu | Exception caught - junit.framework.AssertionFailedError: 39 INFO TEST-UNEXPECTED-FAIL | testWebContentContextMenu | Verify that the download started - The download started
04-07 01:39:48.021 I/Robocop ( 2101): 39 INFO TEST-UNEXPECTED-FAIL | testWebContentContextMenu | Verify that the download started - The download started
04-07 01:39:48.081 I/Robocop ( 2101): junit.framework.AssertionFailedError: 39 INFO TEST-UNEXPECTED-FAIL | testWebContentContextMenu | Verify that the download started - The download started
04-07 01:39:48.081 I/Robocop ( 2101): 40 INFO TEST-UNEXPECTED-FAIL | testWebContentContextMenu | Exception caught - junit.framework.AssertionFailedError: 39 INFO TEST-UNEXPECTED-FAIL | testWebContentContextMenu | Verify that the download started - The download started
04-07 01:39:49.101 I/TestRunner( 2101): junit.framework.AssertionFailedError: 40 INFO TEST-UNEXPECTED-FAIL | testWebContentContextMenu | Exception caught - junit.framework.AssertionFailedError: 39 INFO TEST-UNEXPECTED-FAIL | testWebContentContextMenu | Verify that the download started - The download started
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 61 failures -
.
Comment 1973•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21525141&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-07 00:57:54
slave: panda-0778
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1974•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21528520&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-04-07 07:38:53
slave: panda-0794
26706 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_events.html | Last event should be canplaythrough for http://mochi.test:8888/tests/content/media/test/seek.webm - got playing, expected canplaythrough
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1975•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21540112&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-07 21:45:16
slave: panda-0695
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1976•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21540490&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound talos remote-trobocheck on 2013-04-07 21:44:49
slave: tegra-109
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1977•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21540532&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-07 21:51:17
slave: panda-0692
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1978•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21541025&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-07 22:14:53
slave: panda-0753
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1979•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21543087&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-07 23:31:44
slave: panda-0530
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1980•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21545266&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-04-08 00:37:05
slave: panda-0528
16990 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/navigation/test_sibling-matching-parent.html | Should be able to navigate sibling with on-domain parent by targeted hyperlink. - got TypeError: SpecialPowers.wrap(...).document.body is null, expected This frame was navigated.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1981•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21545231&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-08 00:37:06
slave: panda-0536
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 1982•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21545290&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-08 00:43:08
slave: panda-0860
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1983•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21545290&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-08 00:43:08
slave: panda-0860
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1984•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21549610&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-08 03:11:06
slave: panda-0538
DMError: Automation Error: Timeout in command isdir /mnt/sdcard/tests/reftest
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1985•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21550641&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-08 03:38:05
slave: panda-0536
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1986•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21550991&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-08 03:50:16
slave: panda-0571
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1987•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21551040&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-08 03:11:06
slave: panda-0541
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1988•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21550991&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-08 03:50:16
slave: panda-0571
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1989•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21551040&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-08 03:11:06
slave: panda-0541
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1990•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21552534&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-08 03:50:05
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1991•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21555799&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-08 05:54:05
slave: panda-0539
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1992•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
msucan
https://tbpl.mozilla.org/php/getParsedLog.php?id=21553815&tree=Try
Android 4.0 Panda try opt test robocop-2 on 2013-04-08 03:53:53
slave: panda-0717
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1993•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21559096&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-04-08 06:53:53
slave: panda-0709
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1994•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21564588&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-08 08:17:16
slave: panda-0630
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1995•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21572666&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-04-08 12:04:08
slave: panda-0643
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1996•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21573079&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-08 12:17:18
slave: panda-0655
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1997•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21573079&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-08 12:17:18
slave: panda-0655
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1998•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21573660&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-08 12:19:42
slave: panda-0580
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 1999•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21573660&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-08 12:19:42
slave: panda-0580
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2000•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21573815&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-04-08 11:50:05
slave: panda-0543
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2001•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21575328&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-08 12:53:36
slave: panda-0646
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2002•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21576054&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-08 13:36:43
slave: panda-0601
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2003•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21579084&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-08 14:58:53
slave: panda-0790
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2004•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21583507&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-08 17:41:06
slave: panda-0543
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2005•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21585008&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-04-08 17:41:06
slave: panda-0538
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2006•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21588526&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-08 19:59:16
slave: panda-0594
DMError: Automation Error: Timeout in command ls
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2007•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21588425&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-08 19:59:16
slave: panda-0558
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2008•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21588428&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-04-08 19:59:16
slave: panda-0601
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2009•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21588282&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-04-08 19:48:16
slave: panda-0678
talosError: "failed to cleanup processes: [(2525, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2010•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21590291&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-08 21:00:05
slave: panda-0535
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2011•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21590346&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-08 21:00:06
slave: panda-0055
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2012•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21590346&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-08 21:00:06
slave: panda-0055
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2013•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21592728&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-4 on 2013-04-08 22:00:05
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2014•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21593754&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-04-08 22:57:01
slave: panda-0625
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2015•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21595161&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-5 on 2013-04-08 23:08:06
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2016•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21595018&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-08 23:35:16
slave: panda-0653
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2017•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21597228&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-09 00:36:16
slave: panda-0555
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2018•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21597885&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-09 00:56:58
slave: panda-0548
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2019•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21595292&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-08 23:28:41
slave: panda-0544
4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
5 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-09 06:57:01.726 I/Robocop ( 3887): 4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-09 06:57:01.781 I/Robocop ( 3887): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-09 06:57:01.781 I/Robocop ( 3887): 5 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-09 06:57:03.125 I/TestRunner( 3887): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testPanCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2020•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21598638&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-09 00:36:06
slave: panda-0860
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2021•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21606003&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-09 04:47:51
slave: panda-0653
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2022•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21605867&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-04-09 04:15:47
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2023•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21606100&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-09 04:53:44
slave: panda-0642
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2024•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21608464&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-04-09 06:12:54
slave: panda-0822
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2025•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21610370&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-09 04:53:53
slave: panda-0599
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2026•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21612030&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-09 07:37:53
slave: panda-0739
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2027•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21612395&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-09 07:05:53
slave: panda-0812
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2028•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21613475&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-09 07:28:40
slave: panda-0834
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2029•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21614185&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-1 on 2013-04-09 07:28:54
slave: tegra-300
command timed out: 2400 seconds without output, attempting to kill
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2030•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21614227&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-09 08:27:55
slave: panda-0834
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2031•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21615611&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-09 08:58:47
slave: panda-0819
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2032•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21617979&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-09 09:50:53
slave: panda-0805
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2033•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21618627&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-09 10:01:55
slave: panda-0699
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2034•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21619962&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-09 10:01:53
slave: panda-0814
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2035•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21620698&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-3 on 2013-04-09 11:08:05
slave: panda-0535
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2036•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21622076&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-04-09 11:52:53
slave: panda-0769
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2037•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21627609&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-09 13:30:54
slave: panda-0702
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2038•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21628077&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-04-09 14:23:40
slave: panda-0738
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2039•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21629147&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-09 14:23:39
slave: panda-0835
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2040•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21634173&tree=Mozilla-Aurora
Android Tegra 250 mozilla-aurora talos remote-tsvg on 2013-04-09 18:48:06
slave: tegra-362
OSError: [Errno 13] Permission denied
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2041•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
honzab.moz%firemni.cz
https://tbpl.mozilla.org/php/getParsedLog.php?id=21618616&tree=Try
Android 4.0 Panda try opt test robocop-1 on 2013-04-09 09:11:25
slave: panda-0704
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2042•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21645556&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-10 00:46:54
slave: panda-0713
talosError: "failed to cleanup processes: [(2840, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2043•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21647657&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-10 01:36:40
slave: panda-0841
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2044•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21647060&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-10 00:46:54
slave: panda-0835
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2045•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21647730&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-04-10 01:42:48
slave: panda-0703
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2046•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21630135&tree=Try
Android 4.0 Panda try opt test robocop-1 on 2013-04-09 14:47:10
slave: panda-0839
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2047•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21628878&tree=Try
Android 4.0 Panda try opt test robocop-2 on 2013-04-09 14:06:53
slave: panda-0792
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2048•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21650351&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-10 02:16:42
slave: panda-0843
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2049•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21651899&tree=Fx-Team
Android Tegra 250 fx-team opt test mochitest-3 on 2013-04-10 03:35:12
slave: tegra-038
16990 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/navigation/test_sibling-matching-parent.html | Should be able to navigate sibling with on-domain parent by targeted hyperlink. - got TypeError: SpecialPowers.wrap(...).document.body is null, expected This frame was navigated.
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2050•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21653621&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-10 04:30:54
slave: panda-0815
25995 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_events.html | Last event should be canplaythrough for http://mochi.test:8888/tests/content/media/test/seek.webm - got playing, expected canplaythrough
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2051•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21654566&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-10 04:43:55
slave: panda-0738
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2052•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21657551&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-10 06:06:54
slave: panda-0835
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2053•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21658011&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-10 06:14:54
slave: panda-0783
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2054•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21658514&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-10 05:47:58
slave: panda-0814
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2055•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21661439&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-04-10 07:53:45
slave: panda-0535
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER=1,XPCOM_DEBUG_BREAK=stack,MOZ_HIDE_RESULTS_TABLE=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1,MOZ_PROCESS_LOG=/tmp/tmplt7Y7cpidlog,XPCOM_MEM_BLOAT_LOG=/tmp/tmpr7Xx6O/runtests_leaks.log" org.mozilla.fennec -no-remote -profile /mnt/sdcard/tests/profile/ http://mochi.test:8888/tests/?autorun=1&closeWhenDone=1&logFile=%2Fmnt%2Fsdcard%2Ftests%2Flogs%2Fmochitest.log&fileLevel=INFO&consoleLevel=INFO&totalChunks=8&thisChunk=6&hideResultsTable=1&testManifest=android.json&runOnly=true
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2056•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21661175&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-10 07:13:53
slave: panda-0709
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2057•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21661706&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-10 07:53:46
slave: panda-0540
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2058•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21652983&tree=Try
Android 4.0 Panda try opt test robocop-1 on 2013-04-10 03:24:28
slave: panda-0536
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2059•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21663283&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-10 07:53:45
slave: panda-0528
25657 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_loop.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2060•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21666638&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-10 11:10:51
slave: panda-0539
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2061•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21665818&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-7 on 2013-04-10 10:23:53
slave: panda-0835
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2062•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21668077&tree=Services-Central
Android Tegra 250 services-central opt test mochitest-1 on 2013-04-10 12:38:07
slave: tegra-346
command timed out: 2400 seconds without output, attempting to kill
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2063•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21672914&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-10 18:40:54
slave: panda-0776
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2064•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21673010&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-10 18:40:55
slave: panda-0798
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2065•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21674272&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-10 18:31:54
slave: panda-0835
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2066•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21677662&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-10 19:50:54
slave: panda-0825
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2067•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21679753&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-10 21:41:53
slave: panda-0845
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2068•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21681739&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-1 on 2013-04-10 21:50:12
slave: tegra-260
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2069•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21688333&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-04-11 02:50:55
slave: panda-0702
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2070•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21689216&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-11 02:41:26
slave: panda-0835
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2071•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21690049&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-1 on 2013-04-11 02:44:23
slave: tegra-347
command timed out: 2400 seconds without output, attempting to kill
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2072•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21694530&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-11 04:54:53
slave: panda-0817
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2073•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21694530&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-11 04:54:53
slave: panda-0817
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2074•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21694877&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-11 05:43:53
slave: panda-0741
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2075•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21695775&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-11 05:50:55
slave: panda-0810
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2076•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21696383&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-11 05:35:48
slave: panda-0814
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2077•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21696970&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-11 05:50:53
slave: panda-0843
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2078•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21696383&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-11 05:35:48
slave: panda-0814
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2079•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21698216&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-11 06:58:47
slave: panda-0790
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2080•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21699793&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-11 06:57:54
slave: panda-0817
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2081•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21701580&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-11 08:25:42
slave: panda-0779
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2082•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21703025&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-11 09:08:53
slave: panda-0798
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2083•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21705984&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-04-11 09:31:44
slave: panda-0835
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2084•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21707386&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-04-11 10:39:52
slave: panda-0794
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2085•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21712748&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-04-11 12:10:02
slave: panda-0825
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2086•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21713975&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-11 12:18:44
slave: panda-0524
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2087•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21717945&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-11 14:15:55
slave: panda-0750
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2088•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21718989&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-11 14:46:53
slave: panda-0724
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2089•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21720270&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-04-11 14:46:53
slave: panda-0826
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2090•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21724400&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-11 17:24:54
slave: panda-0835
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2091•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21731404&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-11 22:16:54
slave: panda-0846
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2092•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21734952&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-11 23:25:45
slave: panda-0818
27245 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_seek.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2093•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21739231&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-04-12 02:12:12
slave: panda-0851
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2094•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21741460&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-12 02:11:59
slave: panda-0729
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2095•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21741369&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-12 02:12:08
slave: panda-0835
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2096•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
honzab.moz%firemni.cz
https://tbpl.mozilla.org/php/getParsedLog.php?id=21739749&tree=Try
Android 4.0 Panda try opt test jsreftest-3 on 2013-04-12 01:43:16
slave: panda-0601
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2097•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21741371&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-04-12 02:46:45
slave: panda-0535
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2098•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21743125&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-12 03:29:06
slave: panda-0025
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2099•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21743241&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-12 03:20:45
slave: panda-0766
PROCESS-CRASH | /tests/content/media/test/test_streams_element_capture_createObjectURL.html | application crashed [@ mozilla::gfx::yuv42x_to_rgb565_row_neon(unsigned short*, unsigned char const*, unsigned char const*, unsigned char const*, int, int)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2100•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21745560&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-12 04:19:54
slave: panda-0798
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2101•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21745799&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-04-12 04:19:54
slave: panda-0825
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2102•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
honzab.moz%firemni.cz
https://tbpl.mozilla.org/php/getParsedLog.php?id=21742990&tree=Try
Android 4.0 Panda try opt test robocop-1 on 2013-04-12 02:23:41
slave: panda-0637
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2103•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
honzab.moz%firemni.cz
https://tbpl.mozilla.org/php/getParsedLog.php?id=21741485&tree=Try
Android 4.0 Panda try opt test robocop-2 on 2013-04-12 01:43:16
slave: panda-0561
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2104•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21747446&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-04-12 05:10:54
slave: panda-0709
16996 ERROR TEST-UNEXPECTED-FAIL | /tests/docshell/test/navigation/test_not-opener.html | Should not be able to navigate popup's popup by targeted hyperlink. - got 1, expected 2
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2105•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21749255&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-12 05:30:50
slave: panda-0851
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2106•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21749569&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-12 06:08:55
slave: panda-0835
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2107•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21749788&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test jsreftest-2 on 2013-04-12 06:09:30
slave: tegra-046
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2108•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21750897&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-12 06:50:44
slave: panda-0760
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2109•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21751541&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-12 07:05:55
slave: panda-0839
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2110•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21757458&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-12 08:57:53
slave: panda-0708
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2111•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21758560&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-12 10:17:40
slave: panda-0711
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2112•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21758786&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-12 10:17:40
slave: panda-0778
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2113•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21758837&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-12 10:17:40
slave: panda-0736
PROCESS-CRASH | Shutdown | application crashed [@ PR_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2114•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21758606&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-12 10:17:41
slave: panda-0798
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2115•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21761723&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-04-12 13:19:54
slave: panda-0794
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2116•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21763963&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-12 14:54:59
slave: panda-0750
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2117•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21764473&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-12 15:08:44
slave: panda-0797
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2118•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21766620&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-12 16:43:53
slave: panda-0797
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2119•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21772722&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-04-12 21:54:47
slave: panda-0766
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2120•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21775695&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-13 01:00:04
slave: panda-0625
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2121•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21776189&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-13 01:00:05
slave: panda-0552
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2122•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21777045&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-13 03:50:47
slave: panda-0844
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2123•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21777971&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-13 05:36:46
slave: panda-0838
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2124•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21780405&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-04-13 10:51:46
slave: panda-0845
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2125•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21776917&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-04-13 03:50:46
slave: panda-0824
PROCESS-CRASH | /tests/dom/tests/mochitest/dom-level2-html/test_HTMLTableRowElement16.html | application crashed [@ libz.so + 0x8e68]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2126•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21781307&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-13 11:46:47
slave: panda-0703
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2127•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21781795&tree=Mozilla-Central
Android Armv6 Tegra 250 mozilla-central opt test plain-reftest-4 on 2013-04-13 12:38:56
slave: tegra-081
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2128•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21782665&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-13 14:05:09
slave: panda-0851
PROCESS-CRASH | tcheckerboard | application crashed [@ libz.so + 0x14a0]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2129•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21782716&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-13 14:05:46
slave: panda-0829
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2130•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21783643&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-13 17:37:46
slave: panda-0739
PROCESS-CRASH | Shutdown | application crashed [@ PR_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2131•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21783828&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-13 17:57:47
slave: panda-0771
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2132•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21783925&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-13 17:57:47
slave: panda-0738
PROCESS-CRASH | tp4m | application crashed [@ jemalloc_crash]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2133•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21787579&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-04-13 22:02:46
slave: panda-0814
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2134•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21786939&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-13 22:02:46
slave: panda-0737
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2135•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21790290&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-14 03:04:46
slave: panda-0736
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2136•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21787851&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-13 22:02:47
slave: panda-0773
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2137•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21789473&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-14 00:23:55
slave: panda-0790
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2138•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21787380&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-13 21:31:34
slave: panda-0524
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2139•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21787920&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-04-13 22:11:46
slave: panda-0824
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2140•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21789461&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-04-14 00:33:03
slave: panda-0844
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2141•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21774535&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-04-12 23:07:43
slave: panda-0534
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2142•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21772411&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-04-12 21:36:54
slave: panda-0742
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2143•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21769771&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-04-12 19:40:48
slave: panda-0785
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2144•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21775515&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-04-12 23:45:22
slave: panda-0709
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2145•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21776436&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-04-13 01:27:11
slave: panda-0625
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2146•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21767620&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-04-12 17:43:46
slave: panda-0709
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2147•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21796067&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-04-14 10:20:42
slave: panda-0708
DMError: Automation Error: Timeout in command ps
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2148•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21799115&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-14 12:57:46
slave: panda-0823
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2149•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21799993&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-14 13:34:47
slave: panda-0814
PROCESS-CRASH | tp4m | application crashed [@ FreeArenaList]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2150•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21801616&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-14 14:58:46
slave: panda-0701
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2151•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21810307&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-15 04:42:46
slave: panda-0703
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2152•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21810631&tree=Mozilla-Central
Android Tegra 250 mozilla-central opt test mochitest-1 on 2013-04-15 04:29:55
slave: tegra-081
command timed out: 2400 seconds without output, attempting to kill
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2153•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21814420&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-15 07:16:46
slave: panda-0708
DMError: Automation Error: Timeout in command isdir /mnt/sdcard/tests/reftest
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2154•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21815142&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-15 07:16:46
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2155•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21817510&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-1 on 2013-04-15 08:09:09
slave: tegra-213
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2156•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21817947&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-15 09:41:29
slave: panda-0539
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2157•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21819163&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-04-15 10:17:08
slave: panda-0577
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2158•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21821541&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-15 11:13:44
slave: panda-0844
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2159•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21821541&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-15 11:13:44
slave: panda-0844
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2160•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21821726&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-15 11:13:44
slave: panda-0713
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2161•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21822284&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-15 11:25:46
slave: panda-0802
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2162•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21822225&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-15 11:25:46
slave: panda-0811
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2163•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21822315&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-04-15 10:49:47
slave: panda-0807
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2164•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21824757&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-15 12:34:47
slave: panda-0724
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2165•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21825879&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-15 13:01:46
slave: panda-0844
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2166•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21825962&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-15 13:03:05
slave: panda-0579
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2167•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21827666&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-15 13:47:47
slave: panda-0770
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2168•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21827745&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-15 13:02:47
slave: panda-0835
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2169•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21829459&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-15 13:47:46
slave: panda-0804
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2170•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21829959&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-15 13:47:46
slave: panda-0739
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2171•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21831673&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-15 15:11:06
slave: panda-0608
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2172•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21832145&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-15 15:21:46
slave: panda-0823
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2173•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21832222&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-15 15:22:40
slave: panda-0794
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2174•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21832226&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-15 15:22:41
slave: panda-0746
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2175•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21840714&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-04-15 18:42:47
slave: panda-0703
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2176•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21840714&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-04-15 18:42:47
slave: panda-0703
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2177•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21842647&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-15 19:28:47
slave: panda-0818
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2178•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21843201&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-15 19:28:46
slave: panda-0756
25964 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_events.html | Last event should be canplaythrough for http://mochi.test:8888/tests/content/media/test/seek.webm - got playing, expected canplaythrough
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2179•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21843337&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-1 on 2013-04-15 19:29:41
slave: tegra-326
DMError: Automation Error: Timeout in command ps
DMError: Automation Error: Timeout in command isdir /mnt/sdcard/tests/logs
Automation Error: Exception caught while running tests
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2180•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21844860&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-15 20:21:47
slave: panda-0750
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2181•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21846087&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-15 20:45:37
slave: panda-0756
25964 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_events.html | Last event should be canplaythrough for http://mochi.test:8888/tests/content/media/test/seek.webm - got playing, expected canplaythrough
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2182•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21846058&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-15 20:45:37
slave: panda-0708
DMError: Automation Error: Timeout in command ps
Automation Error: Exception caught while running tests
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2183•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21847856&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-04-15 21:13:46
slave: panda-0807
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2184•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21853960&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-16 02:02:46
slave: panda-0807
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2185•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21856986&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-04-16 04:52:46
slave: panda-0844
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2186•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21858687&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-16 06:20:04
slave: panda-0624
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2187•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21861910&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-16 07:33:57
slave: panda-0631
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2188•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21862138&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-16 07:33:57
slave: panda-0628
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2189•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21862739&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-04-16 07:53:45
slave: panda-0600
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2190•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21863073&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-16 08:04:04
slave: panda-0637
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2191•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21863161&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-16 08:04:04
slave: panda-0614
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2192•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21869547&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-16 10:16:04
slave: panda-0637
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2193•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21869547&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-16 10:16:04
slave: panda-0637
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2194•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21870659&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-3 on 2013-04-16 10:36:01
slave: tegra-160
17261 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/apps/tests/test_app_update.html | Test timed out.
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2195•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21871651&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-16 11:27:55
slave: panda-0667
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2196•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21871651&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-16 11:27:55
slave: panda-0667
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2197•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21874008&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-04-16 12:31:45
slave: panda-0872
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2198•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21874008&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-ts on 2013-04-16 12:31:45
slave: panda-0872
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2199•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21874111&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-16 12:31:45
slave: panda-0856
talosError: "failed to cleanup processes: [(2455, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2200•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21874875&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-16 12:31:45
slave: panda-0777
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2201•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21875335&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-16 12:48:26
slave: panda-0783
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2202•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21881062&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-16 14:41:46
slave: panda-0763
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2203•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21881062&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-16 14:41:46
slave: panda-0763
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2204•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21881306&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-16 14:45:45
slave: panda-0873
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2205•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21883269&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-2 on 2013-04-16 15:07:27
slave: tegra-346
25964 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_events.html | Last event should be canplaythrough for http://mochi.test:8888/tests/content/media/test/seek.webm - got playing, expected canplaythrough
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2206•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21884754&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-16 15:51:44
slave: panda-0832
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2207•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Gijs
https://tbpl.mozilla.org/php/getParsedLog.php?id=21882761&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-troboprovider on 2013-04-16 15:10:34
slave: panda-0787
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2208•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21883666&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-8 on 2013-04-16 14:36:45
slave: panda-0853
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2209•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21891615&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-16 18:27:45
slave: panda-0765
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2210•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21891794&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-16 18:33:45
slave: panda-0736
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2211•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21893871&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-16 19:31:10
slave: panda-0726
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2212•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21894685&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-04-16 19:51:44
slave: panda-0776
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2213•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21894729&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-04-16 19:51:45
slave: panda-0857
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2214•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21894000&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-16 18:38:58
slave: panda-0740
PROCESS-CRASH | java-exception | java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2215•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21891580&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-16 18:07:28
slave: panda-0681
PROCESS-CRASH | java-exception | java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2216•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21889934&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-16 17:25:49
slave: panda-0859
PROCESS-CRASH | java-exception | java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2217•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21888036&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-16 16:42:45
slave: panda-0848
PROCESS-CRASH | java-exception | java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2218•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21886812&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-16 16:11:44
slave: panda-0820
PROCESS-CRASH | java-exception | java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2219•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21885783&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-16 15:51:44
slave: panda-0717
PROCESS-CRASH | java-exception | java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2220•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21886140&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-16 15:59:11
slave: panda-0842
PROCESS-CRASH | java-exception | java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2221•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21885294&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-16 15:42:45
slave: panda-0762
PROCESS-CRASH | java-exception | java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2222•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21882129&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-16 14:45:44
slave: panda-0885
PROCESS-CRASH | java-exception | java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2223•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21881609&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-16 14:06:46
slave: panda-0866
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2224•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21884107&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-16 14:55:04
slave: panda-0854
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2225•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21895218&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-16 19:35:30
slave: panda-0886
PROCESS-CRASH | java-exception | java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2226•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21896807&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-16 20:51:44
slave: panda-0710
PROCESS-CRASH | Shutdown | application crashed [@ PR_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2227•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21896920&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-16 21:06:45
slave: panda-0024
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2228•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21906555&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-17 04:00:45
slave: panda-0815
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2229•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21908525&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-17 04:50:44
slave: panda-0809
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2230•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21905890&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-17 03:30:14
slave: panda-0816
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2231•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21905338&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-17 02:54:45
slave: panda-0855
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2232•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21898324&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-16 22:37:44
slave: panda-0769
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2233•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21898299&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-16 22:37:45
slave: panda-0763
PROCESS-CRASH | http://10.12.135.22:30763/jsreftest/tests/jsreftest.html?test=ecma_5/extensions/watchpoint-deletes-JSPropertyOp-setter.js | application crashed [@ PORT_FreeArena_Util]
04-16 22:42:22.242 I/GeckoDump( 2170): 568786: "Assertion failure: !(attrs & (JSPROP_GETTER | JSPROP_SETTER))," with Object.defineProperty
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2234•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21898545&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-16 22:37:44
slave: panda-0765
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2235•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21908799&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-17 04:54:04
slave: panda-0666
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2236•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21909382&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-17 05:14:04
slave: panda-0688
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2237•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21910763&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test crashtest-2 on 2013-04-17 05:37:54
slave: tegra-084
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2238•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21912902&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-17 07:07:45
slave: panda-0717
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2239•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21913370&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-17 06:39:45
slave: panda-0831
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2240•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21916983&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-17 09:17:45
slave: panda-0861
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2241•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21917768&tree=Mozilla-Inbound
Android no-ionmonkey Tegra 250 mozilla-inbound opt test jsreftest-2 on 2013-04-17 09:21:54
slave: tegra-084
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2242•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21919876&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-17 10:21:45
slave: panda-0842
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2243•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21920494&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-17 09:52:44
slave: panda-0885
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2244•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21921314&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-17 10:52:45
slave: panda-0813
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2245•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21921894&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-17 10:51:44
slave: panda-0766
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2246•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21929572&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-17 14:35:44
slave: panda-0777
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2247•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21931177&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-17 15:05:12
slave: panda-0030
PROCESS-CRASH | Shutdown | application crashed [@ FinalizeArenas]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2248•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21931862&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-17 15:17:44
slave: panda-0727
PROCESS-CRASH | Shutdown | application crashed [@ arena_dalloc]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2249•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21932984&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-17 15:37:45
slave: panda-0855
PROCESS-CRASH | Shutdown | application crashed [@ js::GCMarker::drainMarkStack(js::SliceBudget&)]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2250•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21933177&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-17 15:46:45
slave: panda-0032
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2251•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21934632&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-17 16:04:47
slave: panda-0857
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2252•13 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21935292&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-17 16:29:45
slave: panda-0034
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2253•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21937092&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-17 17:11:55
slave: panda-0028
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2254•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21937712&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-17 17:23:44
slave: panda-0777
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2255•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21937187&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-17 17:11:53
slave: panda-0859
PROCESS-CRASH | tsvg | application crashed [@ 0x23ff7560]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2256•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21939226&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-17 17:40:43
slave: panda-0813
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2257•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21943233&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-17 20:37:45
slave: panda-0855
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2258•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21943777&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-04-17 21:05:05
slave: panda-0727
PROCESS-CRASH | tp4m | application crashed [@ FreeArenaList]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2259•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21943841&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-04-17 21:05:04
slave: panda-0644
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2260•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21943783&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-04-17 21:05:05
slave: panda-0685
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2261•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21945425&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-17 22:51:55
slave: panda-0858
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2262•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21948449&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-18 01:50:45
slave: panda-0768
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2263•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21944540&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-17 20:49:44
slave: panda-0770
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2264•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21957088&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-18 06:43:44
slave: panda-0736
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2265•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21959872&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-18 07:39:23
slave: panda-0872
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2266•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21959872&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-18 07:39:23
slave: panda-0872
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2267•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21962776&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-04-18 08:47:46
slave: panda-0818
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2268•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21962835&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-04-18 08:47:48
slave: panda-0782
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2269•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21962776&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-04-18 08:47:46
slave: panda-0818
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2270•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21962835&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-04-18 08:47:48
slave: panda-0782
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2271•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21963666&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-04-18 09:11:57
slave: panda-0815
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2272•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21963666&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-04-18 09:11:57
slave: panda-0815
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2273•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21963979&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-18 09:15:12
slave: panda-0726
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2274•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21965411&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-18 09:42:44
slave: panda-0764
PROCESS-CRASH | http://10.12.135.22:30764/tests/layout/xul/base/src/crashtests/391974-1.html | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2275•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21970101&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-18 11:10:45
slave: panda-0814
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2276•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21970070&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-18 11:10:46
slave: panda-0741
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2277•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21969742&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-18 11:02:21
slave: panda-0737
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2278•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21971006&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-18 10:31:08
slave: panda-0774
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2279•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21974257&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-18 12:48:45
slave: panda-0030
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2280•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21974487&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-18 12:33:44
slave: panda-0775
PROCESS-CRASH | Shutdown | application crashed [@ arena_dalloc]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2281•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21973708&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-18 11:35:36
slave: panda-0731
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2282•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21973767&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-18 11:36:38
slave: panda-0763
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2283•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21973767&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-18 11:36:38
slave: panda-0763
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2284•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21973931&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-04-18 12:39:37
slave: panda-0816
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2285•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21976083&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-04-18 12:39:36
slave: panda-0727
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2286•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21976709&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-18 13:46:44
slave: panda-0733
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2287•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21978625&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-18 14:27:45
slave: panda-0765
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2288•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21984651&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-18 17:07:35
slave: panda-0654
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2289•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21984978&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-18 16:28:34
slave: panda-0611
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2290•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21985229&tree=Mozilla-Beta
Android Armv6 Tegra 250 mozilla-beta opt test mochitest-8 on 2013-04-18 17:12:20
slave: tegra-316
PROCESS-CRASH | /tests/layout/style/test/test_media_queries.html | application crashed [@ js::gc::MarkArraySlots(JSTracer*, unsigned int, js::HeapSlot*, char const*)]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2291•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21985349&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-18 17:29:35
slave: panda-0679
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2292•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21985468&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-18 17:29:12
slave: panda-0522
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2293•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21990784&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-18 20:24:38
slave: panda-0615
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2294•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21992698&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-18 21:31:18
slave: panda-0576
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2295•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21992931&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-18 21:25:10
slave: panda-0622
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2296•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21992631&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-18 21:25:10
slave: panda-0667
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2297•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=21992592&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-18 21:25:11
slave: panda-0626
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2298•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=21996181&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-19 00:12:12
slave: panda-0522
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2299•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22002171&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-19 03:10:12
slave: panda-0544
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2300•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22004094&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-19 03:06:05
slave: panda-0764
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2301•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=21998810&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-8 on 2013-04-19 01:58:45
slave: panda-0848
11319 ERROR TEST-UNEXPECTED-FAIL | /tests/image/test/mochitest/test_bug733553.html | Test 12 bad.jpg width correct - got 80, expected 0
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2302•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22006876&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-19 04:58:04
slave: panda-0642
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2303•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22008093&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-19 05:30:34
slave: panda-0692
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2304•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22008093&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-19 05:30:34
slave: panda-0692
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2305•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22008313&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-19 04:57:34
slave: panda-0631
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2306•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22008313&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-19 04:57:34
slave: panda-0631
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2307•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
mbrubeck
https://tbpl.mozilla.org/php/getParsedLog.php?id=22009992&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-04-19 06:21:43
slave: panda-0634
BaseException: Failed to connect to SUT Agent and retrieve the device root.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2308•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
mbrubeck
https://tbpl.mozilla.org/php/getParsedLog.php?id=22009691&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-19 06:21:36
slave: panda-0580
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2309•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22011233&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-19 06:47:36
slave: panda-0610
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2310•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22016783&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-19 08:17:13
slave: panda-0524
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2311•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22018561&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-19 08:02:28
slave: panda-0573
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2312•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22020716&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-19 09:55:36
slave: panda-0563
talosError: 'Exception while replaying events: java.util.ConcurrentModificationException [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2313•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22023028&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-19 10:10:36
slave: panda-0635
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2314•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22024010&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-19 10:18:20
slave: panda-0634
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2315•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22027282&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-19 11:47:35
slave: panda-0678
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2316•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22029635&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-19 13:07:28
slave: panda-0657
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2317•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22030920&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-19 13:07:28
slave: panda-0692
PROCESS-CRASH | tp4m | application crashed [@ jemalloc_crash]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2318•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22033071&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-19 14:34:35
slave: panda-0563
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2319•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22033040&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-04-19 14:34:13
slave: panda-0538
PROCESS-CRASH | /tests/dom/tests/mochitest/bugs/test_bug739038.html | application crashed [@ 0xfffffffe]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2320•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22031214&tree=Fx-Team
Android Tegra 250 fx-team opt test mochitest-1 on 2013-04-19 12:17:17
slave: tegra-316
TEST-UNEXPECTED-FAIL | Shutdown | application ran for longer than allowed maximum time
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2321•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22035089&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-19 15:32:35
slave: panda-0637
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2322•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22036863&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-19 16:28:04
slave: panda-0831
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2323•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22039383&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-19 17:48:12
slave: panda-0524
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2324•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22038833&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-19 16:28:05
slave: panda-0843
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2325•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22040155&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-19 18:20:18
slave: panda-0736
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2326•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22040480&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-19 17:58:53
slave: panda-0852
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2327•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22041591&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-19 20:27:27
slave: panda-0037
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2328•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22042164&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-19 20:47:33
slave: panda-0866
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2329•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22042537&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-19 21:15:34
slave: panda-0034
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2330•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22051936&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-20 06:19:34
slave: panda-0848
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2331•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22051736&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-04-20 05:09:12
slave: panda-0545
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2332•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22049971&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-04-20 05:09:13
slave: panda-0544
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2333•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22055562&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-20 09:09:34
slave: panda-0873
PROCESS-CRASH | tp4m | application crashed [@ jemalloc_crash]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2334•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22053873&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-20 08:22:33
slave: panda-0038
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2335•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22056449&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-20 11:15:33
slave: panda-0866
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2336•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22058412&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-20 13:57:34
slave: panda-0867
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2337•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22059688&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-20 16:18:33
slave: panda-0873
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2338•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22061342&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-20 18:35:13
slave: panda-0535
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2339•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22062302&tree=Mozilla-Aurora
Android Tegra 250 mozilla-aurora opt test mochitest-1 on 2013-04-20 19:55:20
slave: tegra-347
command timed out: 2400 seconds without output, attempting to kill
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2340•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22062662&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-20 21:53:33
slave: panda-0872
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2341•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22067881&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-21 04:38:06
slave: panda-0032
PROCESS-CRASH | /tests/content/media/test/test_streams_element_capture_createObjectURL.html | application crashed [@ mozilla::gfx::yuv42x_to_rgb565_row_neon(unsigned short*, unsigned char const*, unsigned char const*, unsigned char const*, int, int)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2342•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22069518&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-21 04:38:06
slave: panda-0025
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2343•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22070586&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-21 09:20:34
slave: panda-0647
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2344•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22071294&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-04-21 11:18:34
slave: panda-0853
PROCESS-CRASH | /tests/content/media/webspeech/recognition/test/test_abort.html | application crashed [@ PR_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2345•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22074649&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-21 18:25:13
slave: panda-0540
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2346•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22074735&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-04-21 18:25:34
slave: panda-0861
PROCESS-CRASH | trobopan | application crashed [@ js::ion::Assembler::TraceJumpRelocations(JSTracer*, js::ion::IonCode*, js::ion::CompactBufferReader&)]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2347•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22075055&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-21 18:25:12
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2348•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22075274&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-21 19:38:33
slave: panda-0851
PROCESS-CRASH | tcheckerboard | application crashed [@ sqlite3DbMallocRaw]
talosError: 'failed to initialize browser'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2349•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22075967&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-04-21 20:24:13
slave: panda-0543
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2350•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22076135&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-04-21 20:24:12
slave: panda-0544
PROCESS-CRASH | /tests/content/media/webspeech/recognition/test/test_abort.html | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2351•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22076596&tree=Try
Android 4.0 Panda try talos remote-tp4m_nochrome on 2013-04-21 20:40:35
slave: panda-0654
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2352•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22076194&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-04-21 20:24:13
slave: panda-0538
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2353•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22078312&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-21 21:36:12
slave: panda-0523
PROCESS-CRASH | http://10.12.133.17:30523/jsreftest/tests/jsreftest.html?test=ecma_5/extensions/regress-bug629723.js | application crashed [@ PORT_FreeArena_Util]
04-21 21:45:03.164 I/GeckoDump( 2049): 568786: "Assertion failure: !(attrs & (JSPROP_GETTER | JSPROP_SETTER))," with Object.defineProperty
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2354•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22078326&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-21 20:33:33
slave: panda-0867
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2355•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22078481&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-4 on 2013-04-21 21:41:34
slave: panda-0852
PROCESS-CRASH | /tests/dom/indexedDB/test/test_file_transaction_abort.html | application crashed [@ js::frontend::Parser<js::frontend::FullParseHandler>::expr()]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2356•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22079189&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-21 21:08:08
slave: panda-0683
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2357•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22079325&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-21 22:15:14
slave: panda-0634
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2358•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22080528&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-22 00:20:04
slave: panda-0644
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2359•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22080297&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-21 23:57:34
slave: panda-0871
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2360•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22080202&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-21 23:56:33
slave: panda-0866
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2361•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22080216&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-21 23:56:33
slave: panda-0031
talosError: "failed to cleanup processes: [(2235, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2362•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22080955&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-21 23:57:35
slave: panda-0615
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2363•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22081216&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-21 23:57:36
slave: panda-0855
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2364•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22088194&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-04-22 07:13:45
slave: panda-0785
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2365•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22088596&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-22 07:27:34
slave: panda-0854
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2366•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22089573&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-22 07:27:34
slave: panda-0022
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2367•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22090477&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-22 08:21:06
slave: panda-0618
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2368•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22090731&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-22 08:21:06
slave: panda-0628
25977 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_events.html | Last event should be canplaythrough for http://mochi.test:8888/tests/content/media/test/seek.webm - got playing, expected canplaythrough
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2369•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22090971&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-22 07:27:13
slave: panda-0538
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2370•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22091469&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-22 07:57:34
slave: panda-0025
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2371•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22091038&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-22 08:37:25
slave: panda-0608
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2372•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22092031&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-22 08:21:51
slave: panda-0559
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2373•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22093310&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-22 09:54:13
slave: panda-0526
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2374•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22093581&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-22 09:54:12
slave: panda-0523
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2375•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22093871&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-22 10:15:13
slave: panda-0524
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2376•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22095106&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-04-22 10:55:13
slave: panda-0524
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2377•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22095129&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-04-22 10:55:34
slave: panda-0854
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2378•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22095556&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-22 10:15:12
slave: panda-0526
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2379•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22103434&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-22 15:16:49
slave: panda-0757
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2380•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22104252&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-22 15:20:29
slave: panda-0025
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2381•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22104522&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-22 15:24:13
slave: panda-0537
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2382•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22106873&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-1 on 2013-04-22 14:46:15
slave: tegra-367
TEST-UNEXPECTED-FAIL | Shutdown | application ran for longer than allowed maximum time
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2383•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22108733&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-22 16:39:34
slave: panda-0872
PROCESS-CRASH | /tests/content/media/webspeech/recognition/test/test_abort.html | application crashed [@ PR_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2384•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22110115&tree=Mozilla-Aurora
Android Tegra 250 mozilla-aurora talos remote-trobocheck2 on 2013-04-22 17:12:18
slave: tegra-262
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2385•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22114213&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-22 18:08:06
slave: panda-0851
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2386•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22114811&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-22 18:08:06
slave: panda-0526
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 36 failures -
.
Comment 2387•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22118093&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-1 on 2013-04-22 20:37:35
slave: panda-0863
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2388•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22117976&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-04-22 20:37:34
slave: panda-0852
PROCESS-CRASH | http://10.12.136.22:30852/jsreftest/tests/jsreftest.html?test=ecma_5/strict/10.4.2.js | application crashed [@ FreeArenaList]
04-22 20:46:38.375 I/GeckoDump( 2057): 568786: "Assertion failure: !(attrs & (JSPROP_GETTER | JSPROP_SETTER))," with Object.defineProperty
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2389•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22118102&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-04-22 20:37:35
slave: panda-0618
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2390•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22118195&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-22 20:11:34
slave: panda-0024
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2391•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22119878&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-22 20:48:31
slave: panda-0555
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2392•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22121215&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-04-22 20:53:23
slave: panda-0595
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2393•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22124624&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-23 00:20:34
slave: panda-0544
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2394•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22125434&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-22 23:51:33
slave: panda-0867
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2395•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22123505&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-22 23:51:34
slave: panda-0684
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2396•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22126033&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-23 00:48:05
slave: panda-0647
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2397•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22126088&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 00:19:34
slave: panda-0596
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2398•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22123202&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-04-22 22:21:33
slave: panda-0031
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2399•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22126545&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-23 00:48:06
slave: panda-0634
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2400•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22128671&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-23 02:31:33
slave: panda-0872
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2401•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22131191&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-23 03:48:12
slave: panda-0544
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2402•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22134481&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-23 05:39:34
slave: panda-0060
talosError: 'Exception while replaying events: java.util.ConcurrentModificationException [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2403•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22134455&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-04-23 05:49:34
slave: panda-0866
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2404•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22136282&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-23 06:30:35
slave: panda-0571
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2405•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22140081&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 07:07:08
slave: panda-0615
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2406•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22140081&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 07:07:08
slave: panda-0615
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2407•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22140670&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-23 07:07:08
slave: panda-0627
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2408•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22140670&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-23 07:07:08
slave: panda-0627
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2409•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22141894&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-23 07:39:13
slave: panda-0537
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2410•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22143257&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 08:31:34
slave: panda-0059
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2411•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22146012&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-23 10:26:34
slave: panda-0695
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2412•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22146981&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test mochitest-2 on 2013-04-23 10:38:21
slave: tegra-330
PROCESS-CRASH | /tests/content/media/webspeech/recognition/test/test_audio_capture_error.html | application crashed [@ jemalloc_crash]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2413•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22148176&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-23 10:52:19
slave: panda-0025
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2414•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22148844&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 10:52:18
slave: panda-0855
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2415•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22148844&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 10:52:18
slave: panda-0855
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2416•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22150086&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-23 11:44:35
slave: panda-0658
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2417•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22150335&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-23 11:35:33
slave: panda-0034
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2418•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22151214&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-23 12:14:45
slave: panda-0595
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2419•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22153007&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-23 12:55:20
slave: panda-0628
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2420•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22152927&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-23 12:55:20
slave: panda-0547
PROCESS-CRASH | tsvg | application crashed [@ jemalloc_crash]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2421•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22152940&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test jsreftest-3 on 2013-04-23 12:45:54
slave: tegra-046
PROCESS-CRASH | Shutdown | application crashed [@ arena_dalloc]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2422•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22153139&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-23 12:50:32
slave: panda-0037
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2423•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22154239&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-23 13:14:40
slave: panda-0650
PROCESS-CRASH | /tests/content/media/webspeech/recognition/test/test_abort.html | application crashed [@ PR_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2424•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22154478&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 12:40:03
slave: panda-0631
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2425•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22155120&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-23 13:27:22
slave: panda-0541
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2426•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22155510&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-04-23 13:00:11
slave: panda-0614
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2427•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22155510&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-04-23 13:00:11
slave: panda-0614
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2428•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22162870&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-23 15:59:34
slave: panda-0037
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2429•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22165072&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-04-23 16:55:36
slave: panda-0635
PROCESS-CRASH | tsvg | application crashed [@ jemalloc_crash]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2430•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22164013&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 15:45:13
slave: panda-0537
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2431•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22166722&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 16:38:12
slave: panda-0523
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2432•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22164294&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-23 16:38:13
slave: panda-0524
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2433•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22167122&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test mochitest-2 on 2013-04-23 17:27:13
slave: tegra-330
PROCESS-CRASH | /tests/content/media/webspeech/recognition/test/test_success_without_recognition_service.html | application crashed [@ PR_Lock]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2434•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22166436&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-23 17:27:34
slave: panda-0028
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2435•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22164513&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-23 16:43:34
slave: panda-0034
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2436•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22163917&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-23 15:59:35
slave: panda-0695
PROCESS-CRASH | tp4m | application crashed [@ dalvik-bitmap-2 (deleted) + 0x132960]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2437•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22167508&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-04-23 17:08:30
slave: panda-0634
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2438•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22169213&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-04-23 18:33:12
slave: panda-0537
PROCESS-CRASH | /tests/content/media/test/test_streams_element_capture.html | application crashed [@ mozilla::gfx::yuv42x_to_rgb565_row_neon(unsigned short*, unsigned char const*, unsigned char const*, unsigned char const*, int, int)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2439•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22169615&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-23 18:37:44
slave: panda-0828
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2440•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22169878&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 18:09:35
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2441•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22170239&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 18:09:35
slave: panda-0030
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2442•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22171063&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-04-23 18:38:34
slave: panda-0602
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2443•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22171136&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-23 19:17:13
slave: panda-0535
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2444•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22171310&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-23 19:29:34
slave: panda-0039
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2445•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22171354&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 18:37:33
slave: panda-0861
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2446•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22171671&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-23 19:29:35
slave: panda-0684
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2447•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22172573&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 19:29:34
slave: panda-0872
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2448•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22172610&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 19:31:34
slave: panda-0618
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2449•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22175939&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-23 22:24:34
slave: panda-0634
DMError: Automation Error: Timeout in command exec "MOZ_CRASHREPORTER_SHUTDOWN=1,MOZ_CRASHREPORTER_NO_REPORT=1,NO_EM_RESTART=1" am instrument -w -e deviceroot /mnt/sdcard/tests -e class org.mozilla.fennec.tests.testCheck2 org.mozilla.roboexample.test/org.mozilla.fennec.FennecInstrumentationTestRunner
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2450•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22178183&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 22:36:35
slave: panda-0597
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2451•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22180245&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-23 23:56:39
slave: panda-0060
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2452•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22179529&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-23 23:17:12
slave: panda-0545
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2453•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22181210&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-24 01:10:34
slave: panda-0059
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2454•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22177623&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-23 23:17:34
slave: panda-0028
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2455•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
m_kato%ga2.so-net.ne.jp
https://tbpl.mozilla.org/php/getParsedLog.php?id=22183171&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-24 02:27:12
slave: panda-0526
PROCESS-CRASH | /tests/content/media/webspeech/recognition/test/test_abort.html | application crashed [@ PR_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2456•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22185430&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-24 03:11:16
slave: panda-0034
PROCESS-CRASH | tp4m | application crashed [@ FreeArenaList]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2457•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22185605&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-24 03:12:34
slave: panda-0035
25636 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_loop.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2458•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22186372&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 03:48:13
slave: panda-0540
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2459•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22188727&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-04-24 04:57:35
slave: panda-0690
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2460•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22188608&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-24 05:36:03
slave: panda-0612
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2461•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22188648&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 04:46:12
slave: panda-0544
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2462•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22189628&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 05:36:04
slave: panda-0650
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2463•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22193024&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-24 07:53:33
slave: panda-0849
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2464•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22192893&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-24 07:32:42
slave: panda-0861
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2465•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22192893&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-24 07:32:42
slave: panda-0861
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2466•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22193024&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-24 07:53:33
slave: panda-0849
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2467•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22192893&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-24 07:32:42
slave: panda-0861
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2468•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22193499&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 07:32:14
slave: panda-0524
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2469•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22193883&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-24 08:29:17
slave: panda-0025
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2470•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22194092&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 07:53:03
slave: panda-0539
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2471•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22194395&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 08:09:12
slave: panda-0864
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2472•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22194745&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 08:30:01
slave: panda-0024
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2473•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22196244&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-24 10:02:38
slave: panda-0024
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2474•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22196909&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 09:24:13
slave: panda-0536
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2475•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22197786&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-24 10:38:34
slave: panda-0032
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2476•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22198213&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 10:02:36
slave: panda-0034
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2477•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22198910&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-24 11:00:35
slave: panda-0581
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2478•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22200073&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 11:09:35
slave: panda-0617
4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-24 11:36:34.242 I/Robocop ( 4011): 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-24 11:36:34.289 I/Robocop ( 4011): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-24 11:36:34.289 I/Robocop ( 4011): 5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-24 11:36:35.593 I/TestRunner( 4011): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-24 11:36:34.242 I/Robocop ( 4011): 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-24 11:36:34.289 I/Robocop ( 4011): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-24 11:36:34.289 I/Robocop ( 4011): 5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-24 11:36:35.593 I/TestRunner( 4011): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2479•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22200869&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 11:00:13
slave: panda-0544
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2480•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22201370&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-24 11:48:46
slave: panda-0727
PROCESS-CRASH | tcheck2 | application crashed [@ mozalloc_abort(char const*)]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2481•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22201127&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 11:06:25
slave: panda-0696
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2482•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22201566&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-04-24 12:12:36
slave: panda-0549
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2483•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22201853&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-24 11:09:35
slave: panda-0654
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2484•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22202918&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-24 12:28:03
slave: panda-0671
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2485•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22203173&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 11:54:34
slave: panda-0610
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2486•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22203584&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-24 12:51:12
slave: panda-0545
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2487•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22204119&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 12:23:44
slave: panda-0845
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2488•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22204119&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 12:23:44
slave: panda-0845
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2489•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22205634&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-24 13:46:33
slave: panda-0873
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2490•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22204666&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-24 13:28:13
slave: panda-0545
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2491•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22204634&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-24 13:28:13
slave: panda-0522
PROCESS-CRASH | http://10.12.133.17:30522/tests/layout/xul/base/src/crashtests/384105-1.html | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2492•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22204433&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 12:35:11
slave: panda-0633
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2493•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22204855&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-24 12:22:34
slave: panda-0030
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2494•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22206180&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-24 14:02:25
slave: panda-0607
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2495•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22207721&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 13:48:10
slave: panda-0030
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2496•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22209044&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-24 14:33:20
slave: panda-0069
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2497•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22208786&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 14:02:27
slave: panda-0619
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2498•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22211351&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-04-24 15:54:35
slave: panda-0654
PROCESS-CRASH | tcheck2 | application crashed [@ mozalloc_abort(char const*)]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2499•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22213378&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 15:54:12
slave: panda-0523
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2500•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
honzab.moz%firemni.cz
https://tbpl.mozilla.org/php/getParsedLog.php?id=22156400&tree=Try
Android 4.0 Panda try opt test mochitest-6 on 2013-04-23 13:16:53
slave: panda-0586
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2501•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22213788&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 16:08:17
slave: panda-0527
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2502•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22214999&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 16:48:29
slave: panda-0688
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2503•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22216666&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-24 18:26:35
slave: panda-0690
PROCESS-CRASH | /tests/content/media/webspeech/recognition/test/test_call_start_from_end_handler.html | application crashed [@ PR_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2504•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22217801&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-24 19:04:08
slave: panda-0534
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2505•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22217966&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 18:26:35
slave: panda-0546
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2506•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22219203&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-24 19:59:12
slave: panda-0545
PROCESS-CRASH | http://10.12.133.18:30545/jsreftest/tests/jsreftest.html?test=ecma_5/extensions/String-methods-infinite-recursion.js | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2507•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22218902&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 19:04:08
slave: panda-0544
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2508•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22218197&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-24 19:29:18
slave: panda-0535
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2509•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22220654&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-24 20:32:34
slave: panda-0030
PROCESS-CRASH | http://10.12.137.17:30030/jsreftest/tests/jsreftest.html?test=js1_7/block/regress-344139.js | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2510•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22219823&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-24 20:14:26
slave: panda-0848
PROCESS-CRASH | http://10.12.136.22:30848/tests/layout/xul/base/src/crashtests/391974-1.html | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2511•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22221546&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-24 19:59:12
slave: panda-0524
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2512•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22221450&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-24 20:43:35
slave: panda-0576
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2513•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22221113&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-24 20:43:36
slave: panda-0575
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2514•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22221066&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-24 20:32:34
slave: panda-0852
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2515•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22221121&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-24 20:32:34
slave: panda-0867
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2516•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22222220&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-24 21:18:05
slave: panda-0692
PROCESS-CRASH | http://10.12.134.23:30692/jsreftest/tests/jsreftest.html?test=ecma/Expressions/11.2.2-9-n.js | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2517•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22222236&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-24 21:18:33
slave: panda-0851
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2518•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22222087&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-24 21:09:12
slave: panda-0536
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2519•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22223917&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-24 22:25:26
slave: panda-0032
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2520•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22224604&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-7 on 2013-04-24 23:08:34
slave: panda-0849
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2521•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22225734&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-24 23:45:34
slave: panda-0849
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2522•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22223207&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-24 22:05:34
slave: panda-0035
PROCESS-CRASH | /tests/content/html/content/test/test_iframe_sandbox_navigation.html | application crashed [@ PR_ExitMonitor]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2523•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22223164&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-24 22:05:33
slave: panda-0871
PROCESS-CRASH | http://10.12.136.23:30871/jsreftest/tests/jsreftest.html?test=ecma/Expressions/11.2.1-1.js | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2524•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22226223&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-24 23:58:27
slave: panda-0628
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2525•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22226251&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-24 23:08:33
slave: panda-0031
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2526•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22230511&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-25 02:50:34
slave: panda-0849
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2527•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22228343&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-25 01:10:33
slave: panda-0035
PROCESS-CRASH | testVkbOverlap | application crashed [@ libc.so + 0x188e8]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2528•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22233014&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-25 04:42:27
slave: panda-0872
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2529•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22233207&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-04-25 04:49:36
slave: panda-0576
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2530•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22226964&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-25 00:37:33
slave: panda-0022
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2531•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22226907&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-25 00:37:12
slave: panda-0526
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2532•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22234681&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-25 06:11:33
slave: panda-0857
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2533•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22237057&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-25 07:24:16
slave: panda-0871
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2534•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22237057&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-25 07:24:16
slave: panda-0871
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2535•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22237854&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-25 08:07:34
slave: panda-0855
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2536•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22245142&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-04-25 11:20:33
slave: panda-0866
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2537•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22250723&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-25 14:21:35
slave: panda-0682
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2538•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22251639&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-25 14:39:34
slave: panda-0848
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2539•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22251794&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-25 14:48:17
slave: panda-0587
BaseException: Failed to connect to SUT Agent and retrieve the device root.
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2540•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22251951&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-25 14:48:19
slave: panda-0599
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2541•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22252441&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-25 14:24:36
slave: panda-0607
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2542•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22253791&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-25 15:32:36
slave: panda-0634
BaseException: Failed to connect to SUT Agent and retrieve the device root.
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2543•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22253970&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-25 14:54:35
slave: panda-0597
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2544•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22254703&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-25 15:21:06
slave: panda-0567
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2545•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22255638&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-25 15:59:42
slave: panda-0623
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2546•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22256391&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-25 16:08:16
slave: panda-0527
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2547•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22258872&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-25 16:58:50
slave: panda-0844
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2548•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22258782&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-25 17:07:34
slave: panda-0646
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2549•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22260391&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-25 17:39:24
slave: panda-0057
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2550•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22260434&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-25 17:39:24
slave: panda-0615
PROCESS-CRASH | tsvg | application crashed [@ 0x8d306d60]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2551•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22259968&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-25 17:30:20
slave: panda-0600
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2552•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22260401&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-25 17:24:09
slave: panda-0681
PROCESS-CRASH | /tests/content/media/test/test_streams_element_capture_createObjectURL.html | application crashed [@ mozilla::gfx::yuv42x_to_rgb565_row_neon(unsigned short*, unsigned char const*, unsigned char const*, unsigned char const*, int, int)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2553•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22259764&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-25 16:58:58
slave: panda-0035
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2554•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22261158&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-25 17:30:12
slave: panda-0534
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2555•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22262214&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test plain-reftest-1 on 2013-04-25 17:54:45
slave: tegra-253
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2556•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22264130&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-25 18:35:33
slave: panda-0858
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2557•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22264970&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-25 19:00:35
slave: panda-0658
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2558•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22266236&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-25 20:15:44
slave: panda-0754
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2559•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22266395&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-25 20:15:44
slave: panda-0779
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2560•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22266603&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-25 20:15:44
slave: panda-0814
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2561•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22267220&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-25 20:16:12
slave: panda-0523
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2562•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22268761&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-25 20:59:36
slave: panda-0550
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2563•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22271490&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-25 23:08:08
slave: panda-0547
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2564•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22270805&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-25 22:44:34
slave: panda-0639
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2565•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22270548&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-25 22:35:24
slave: panda-0862
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2566•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22269423&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-25 21:41:23
slave: panda-0650
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2567•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22274113&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-26 01:54:04
slave: panda-0595
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2568•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22274693&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-26 01:54:03
slave: panda-0670
9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
junit.framework.AssertionFailedError: 9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
04-26 02:19:52.414 I/Robocop ( 3059): 9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
04-26 02:19:52.554 I/Robocop ( 3059): junit.framework.AssertionFailedError: 9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
04-26 02:19:52.554 I/Robocop ( 3059): 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
04-26 02:19:53.804 I/TestRunner( 3059): junit.framework.AssertionFailedError: 10 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | Exception caught - junit.framework.AssertionFailedError: 9 INFO TEST-UNEXPECTED-FAIL | testVkbOverlap | PaintExpecter - blockUtilClear timeout
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2569•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22274917&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-26 01:28:12
slave: panda-0526
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2570•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22277827&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-26 03:11:34
slave: panda-0060
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2571•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22278781&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-04-26 04:41:36
slave: panda-0599
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2572•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22280215&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-04-26 04:41:36
slave: panda-0658
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2573•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22270328&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test crashtest-3 on 2013-04-25 22:08:20
slave: tegra-324
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Only displaying first 20 of 37 failures -
.
Comment 2574•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22270031&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-25 22:08:34
slave: panda-0861
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2575•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22282162&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-4 on 2013-04-26 06:11:20
slave: tegra-347
492 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/indexedDB/test/test_add_put.html | uncaught exception - AbortError at http://mochi.test:8888/tests/dom/indexedDB/test/unit/test_add_put.js:48
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2576•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22282986&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-26 05:46:34
slave: panda-0028
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2577•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22284251&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-26 07:04:12
slave: panda-0523
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2578•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22284448&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-26 06:52:35
slave: panda-0616
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2579•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22285086&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-26 07:51:13
slave: panda-0539
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2580•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22285730&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-26 07:18:33
slave: panda-0780
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2581•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22285889&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-26 08:23:33
slave: panda-0852
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2582•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22288872&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-26 09:59:34
slave: panda-0578
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2583•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22289223&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-26 10:42:34
slave: panda-0848
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2584•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22290566&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-26 11:17:34
slave: panda-0696
PROCESS-CRASH | /tests/toolkit/components/passwordmgr/test/test_bug_360493_1.html | application crashed [@ libc.so + 0xd7f0]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2585•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22290449&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-26 11:17:34
slave: panda-0857
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2586•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22291514&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-26 11:12:34
slave: panda-0060
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2587•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22292244&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-26 11:58:35
slave: panda-0630
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2588•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22293223&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-26 12:24:09
slave: panda-0852
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2589•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22293757&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-26 11:56:33
slave: panda-0025
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2590•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22294288&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-26 11:58:35
slave: panda-0681
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2591•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22296251&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-04-26 13:37:34
slave: panda-0032
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2592•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22296365&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-04-26 13:37:33
slave: panda-0039
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2593•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22297193&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-04-26 13:37:35
slave: panda-0861
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2594•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22296992&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-26 13:59:34
slave: panda-0849
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2595•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22300159&tree=Mozilla-Beta
Android Armv6 Tegra 250 mozilla-beta opt test crashtest-2 on 2013-04-26 15:23:21
slave: tegra-346
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2596•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22301048&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test plain-reftest-1 on 2013-04-26 15:20:28
slave: tegra-215
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 36 failures -
.
Comment 2597•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22301536&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-26 16:02:35
slave: panda-0665
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2598•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22301661&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-26 15:36:13
slave: panda-0541
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2599•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22288280&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-26 09:15:36
slave: panda-0034
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2600•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22283403&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-26 06:11:13
slave: panda-0536
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2601•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22286437&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-26 07:51:12
slave: panda-0535
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2602•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22295806&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-26 12:38:49
slave: panda-0667
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2603•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22299855&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-26 14:37:34
slave: panda-0610
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2604•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22302507&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-26 15:36:13
slave: panda-0524
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2605•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22303277&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-26 16:35:35
slave: panda-0640
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2606•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22302818&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-26 16:28:12
slave: panda-0534
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2607•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22302925&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-26 16:28:33
slave: panda-0861
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2608•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22303795&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-26 16:50:04
slave: panda-0025
PROCESS-CRASH | http://10.12.137.17:30025/jsreftest/tests/jsreftest.html?test=ecma_5/eval/exhaustive-global-normalcaller-direct-strictcode.js | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2609•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22304661&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-26 16:28:34
slave: panda-0854
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2610•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22311998&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-26 21:19:34
slave: panda-0866
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2611•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22311487&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-26 21:19:34
slave: panda-0872
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2612•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ttaubert
https://tbpl.mozilla.org/php/getParsedLog.php?id=22324858&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-04-27 09:43:38
slave: panda-0549
PROCESS-CRASH | Shutdown | application crashed [@ arena_dalloc]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2613•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ttaubert
https://tbpl.mozilla.org/php/getParsedLog.php?id=22326450&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-3 on 2013-04-27 09:43:36
slave: panda-0667
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2614•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22324603&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-27 09:08:34
slave: panda-0025
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2615•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22324072&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-27 09:08:34
slave: panda-0871
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2616•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22326879&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-27 09:46:35
slave: panda-0613
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2617•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22333422&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-27 18:27:34
slave: panda-0642
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2618•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22333584&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-27 18:27:34
slave: panda-0857
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2619•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22334945&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-04-27 20:02:34
slave: panda-0039
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2620•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22335272&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-27 20:24:33
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2621•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22333734&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-27 18:27:34
slave: panda-0022
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2622•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22332967&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-27 16:57:29
slave: panda-0032
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2623•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22330278&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-27 14:22:13
slave: panda-0545
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2624•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22342116&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-28 05:17:12
slave: panda-0540
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2625•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22340684&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-28 03:59:34
slave: panda-0060
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2626•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22340278&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-28 03:59:12
slave: panda-0527
PROCESS-CRASH | testTabHistory | application crashed [@ libc.so + 0x188e8]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2627•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22334429&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-27 19:11:12
slave: panda-0526
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2628•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
mounir
https://tbpl.mozilla.org/php/getParsedLog.php?id=22345613&tree=Try
Android 4.0 Panda try opt test robocop-1 on 2013-04-28 10:35:33
slave: panda-0039
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2629•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22328113&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-27 12:00:18
slave: panda-0534
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2630•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22327297&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-27 10:35:33
slave: panda-0025
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2631•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22318971&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-27 03:47:12
slave: panda-0540
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2632•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22317382&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-27 01:52:12
slave: panda-0544
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2633•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22308616&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-26 18:23:35
slave: panda-0670
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2634•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22308961&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-26 18:22:35
slave: panda-0664
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2635•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22307208&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-26 17:50:06
slave: panda-0851
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2636•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22306788&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-26 17:29:35
slave: panda-0688
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2637•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22305762&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-26 16:50:13
slave: panda-0540
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2638•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22347060&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-04-28 13:17:34
slave: panda-0866
PROCESS-CRASH | /tests/dom/tests/mochitest/dom-level2-core/test_nodehasattributes03.html | application crashed [@ js::ShapeTable::search(int, bool)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2639•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22356800&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-04-29 03:48:35
slave: panda-0646
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2640•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22360874&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-29 07:09:18
slave: panda-0594
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2641•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22361381&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-29 07:24:25
slave: panda-0630
PROCESS-CRASH | http://10.12.134.18:30630/jsreftest/tests/jsreftest.html?test=js1_7/extensions/regress-354499-01.js | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2642•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22361381&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-29 07:24:25
slave: panda-0630
PROCESS-CRASH | http://10.12.134.18:30630/jsreftest/tests/jsreftest.html?test=js1_7/extensions/regress-354499-01.js | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2643•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22362399&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-29 07:48:35
slave: panda-0611
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2644•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22362508&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-29 07:51:17
slave: panda-0566
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2645•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22362634&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-29 07:08:07
slave: panda-0032
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2646•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22363053&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-29 07:24:25
slave: panda-0610
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2647•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22362934&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-29 07:09:17
slave: panda-0666
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2648•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22363797&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-29 07:51:17
slave: panda-0569
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2649•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22364467&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-29 07:46:34
slave: panda-0872
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2650•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22365750&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-29 08:55:34
slave: panda-0642
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2651•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22365992&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-29 08:52:34
slave: panda-0871
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2652•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22366592&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-04-29 09:52:34
slave: panda-0022
PROCESS-CRASH | /tests/content/media/webspeech/recognition/test/test_call_start_from_end_handler.html | application crashed [@ mozilla::dom::AudioContext::GetJSContext() const]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2653•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22368741&tree=Mozilla-Central
Android Tegra 250 mozilla-central opt test mochitest-1 on 2013-04-29 10:15:02
slave: tegra-120
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2654•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22368757&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-04-29 11:13:33
slave: panda-0059
PROCESS-CRASH | remoteautomation.py | application crashed [@ libc.so + 0x23226]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2655•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22368775&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-04-29 10:27:35
slave: panda-0596
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2656•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22369274&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-29 11:27:11
slave: panda-0541
PROCESS-CRASH | http://10.12.133.18:30541/tests/layout/generic/crashtests/379917-1.xhtml | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2657•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22371076&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-29 12:07:21
slave: panda-0597
PROCESS-CRASH | http://10.12.133.23:30597/tests/layout/xul/base/src/crashtests/391974-1.html | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2658•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
spohl
https://tbpl.mozilla.org/php/getParsedLog.php?id=22373751&tree=Try
Android 4.0 Panda try opt test robocop-2 on 2013-04-29 11:59:34
slave: panda-0032
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2659•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22374870&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-29 13:22:33
slave: panda-0863
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2660•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22374620&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-29 13:11:23
slave: panda-0786
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2661•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22376306&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-29 13:58:50
slave: panda-0028
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2662•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22378126&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-29 14:38:36
slave: panda-0580
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2663•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22377563&tree=Mozilla-Aurora
Android Tegra 250 mozilla-aurora opt test mochitest-1 on 2013-04-29 14:13:03
slave: tegra-305
DMError: DeviceManager: pull unsuccessful: could not get all file data
Automation Error: Exception caught while running tests
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2664•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22379883&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-29 15:20:34
slave: panda-0024
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2665•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22382640&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-04-29 16:22:33
slave: panda-0790
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2666•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22382727&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-04-29 16:22:34
slave: panda-0776
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2667•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22384388&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-04-29 17:02:50
slave: panda-0654
PROCESS-CRASH | remoteautomation.py | application crashed [@ libc.so + 0x23226]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2668•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22384459&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-29 17:02:50
slave: panda-0556
PROCESS-CRASH | http://10.12.133.19:30556/tests/layout/generic/crashtests/391053-1.xhtml | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2669•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22386150&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-29 17:34:10
slave: panda-0057
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2670•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22389908&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-29 17:56:37
slave: panda-0611
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2671•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22386985&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-29 17:51:35
slave: panda-0550
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2672•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22389455&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-29 18:18:36
slave: panda-0614
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2673•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22387778&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-29 18:12:19
slave: panda-0576
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2674•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22384803&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-1 on 2013-04-29 16:22:33
slave: panda-0830
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2675•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22390768&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 18:31:07
slave: panda-0667
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2676•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22389942&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 18:12:29
slave: panda-0688
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2677•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22391322&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 18:44:12
slave: panda-0873
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2678•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22390221&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 18:18:29
slave: panda-0849
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2679•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22388628&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 17:43:34
slave: panda-0651
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2680•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22386677&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 17:02:50
slave: panda-0631
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2681•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22390112&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 18:16:34
slave: panda-0030
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2682•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22391135&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 18:38:59
slave: panda-0550
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2683•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22388098&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 17:34:10
slave: panda-0622
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2684•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22385448&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 16:36:19
slave: panda-0663
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2685•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22385448&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 16:36:19
slave: panda-0663
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2686•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22384438&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 16:15:35
slave: panda-0555
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2687•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22382950&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 15:43:13
slave: panda-0631
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2688•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22379927&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 14:38:33
slave: panda-0030
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2689•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22377240&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 13:36:21
slave: panda-0831
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2690•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22375092&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 12:43:31
slave: panda-0573
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2691•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22375030&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 12:42:35
slave: panda-0612
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2692•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22363696&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 07:46:34
slave: panda-0031
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2693•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22365461&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 08:52:34
slave: panda-0059
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2694•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22363733&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-04-29 07:48:35
slave: panda-0650
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2695•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22396177&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-29 21:47:33
slave: panda-0658
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2696•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22250238&tree=Try
Android 4.0 Panda try opt test robocop-1 on 2013-04-25 13:33:12
slave: panda-0545
4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-25 14:19:32.742 I/Robocop ( 4016): 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-25 14:19:32.796 I/Robocop ( 4016): junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-25 14:19:32.796 I/Robocop ( 4016): 5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
04-25 14:19:34.046 I/TestRunner( 4016): junit.framework.AssertionFailedError: 5 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Exception caught - junit.framework.AssertionFailedError: 4 INFO TEST-UNEXPECTED-FAIL | testFlingCorrectness | Pixel at 100, 0 - Color rgba(0,0,0,255) not close enough to expected rgb(32,100,0)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2697•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22405574&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-04-30 03:14:12
slave: panda-0544
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2698•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22406917&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-04-30 04:07:36
slave: panda-0638
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2699•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22408677&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-30 05:20:34
slave: panda-0857
PROCESS-CRASH | http://10.12.136.22:30857/jsreftest/tests/jsreftest.html?test=ecma/Expressions/11.7.2.js | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2700•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22412292&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-30 07:03:34
slave: panda-0031
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2701•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22413732&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-04-30 07:38:38
slave: panda-0034
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2702•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22416108&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-30 08:28:34
slave: panda-0849
27903 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_bug867089.html | uncaught exception - ReferenceError: source3 is not defined at http://mochi.test:8888/tests/content/media/webaudio/test/test_bug867089.html:32
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2703•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22416214&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-04-30 07:39:15
slave: panda-0545
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2704•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22416214&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-04-30 07:39:15
slave: panda-0545
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2705•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22416618&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-30 08:46:04
slave: panda-0028
27905 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_bug867089.html | uncaught exception - ReferenceError: source3 is not defined at http://mochi.test:8888/tests/content/media/webaudio/test/test_bug867089.html:32
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2706•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22416827&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-30 08:28:34
slave: panda-0862
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2707•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22417017&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-30 09:05:12
slave: panda-0778
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2708•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22417302&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-30 09:05:12
slave: panda-0540
27901 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_bug867089.html | uncaught exception - ReferenceError: source3 is not defined at http://mochi.test:8888/tests/content/media/webaudio/test/test_bug867089.html:32
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2709•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22417979&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-04-30 09:16:27
slave: panda-0549
27903 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_bug867089.html | uncaught exception - ReferenceError: source3 is not defined at http://mochi.test:8888/tests/content/media/webaudio/test/test_bug867089.html:32
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2710•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22418297&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-30 09:41:08
slave: panda-0558
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2711•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22418538&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test mochitest-2 on 2013-04-30 09:29:02
slave: tegra-299
27908 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_bug867089.html | uncaught exception - ReferenceError: source3 is not defined at http://mochi.test:8888/tests/content/media/webaudio/test/test_bug867089.html:32
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2712•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22418946&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-30 10:03:28
slave: panda-0619
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2713•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22418946&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-30 10:03:28
slave: panda-0619
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2714•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22419463&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-30 10:03:28
slave: panda-0546
PROCESS-CRASH | tp4m | application crashed [@ jemalloc_crash]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2715•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22420638&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-04-30 11:20:34
slave: panda-0034
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2716•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22421480&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-30 11:53:34
slave: panda-0682
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2717•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22421463&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-30 11:53:35
slave: panda-0032
talosError: "failed to cleanup processes: [(2534, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2718•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22422494&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-30 12:21:12
slave: panda-0544
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2719•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22422492&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-30 12:20:34
slave: panda-0857
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2720•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22423138&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-30 12:36:34
slave: panda-0640
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2721•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22423392&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-04-30 12:36:35
slave: panda-0630
talosError: 'previous cycle still running'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2722•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22423158&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-30 12:36:35
slave: panda-0663
PROCESS-CRASH | tsvg | application crashed [@ jemalloc_crash]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2723•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22423568&tree=Mozilla-Central
Android Tegra 250 mozilla-central opt test mochitest-1 on 2013-04-30 11:20:03
slave: tegra-342
TEST-UNEXPECTED-FAIL | Shutdown | application ran for longer than allowed maximum time
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2724•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22423568&tree=Mozilla-Central
Android Tegra 250 mozilla-central opt test mochitest-1 on 2013-04-30 11:20:03
slave: tegra-342
TEST-UNEXPECTED-FAIL | Shutdown | application ran for longer than allowed maximum time
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2725•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22423870&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-30 12:49:34
slave: panda-0873
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2726•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22424732&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-30 12:36:35
slave: panda-0551
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2727•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22425025&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-30 13:17:35
slave: panda-0581
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2728•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22427637&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-30 14:04:34
slave: panda-0557
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2729•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22427772&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-04-30 14:04:35
slave: panda-0595
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2730•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22427641&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test crashtest-3 on 2013-04-30 13:55:07
slave: tegra-326
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2731•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22429544&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-30 14:39:34
slave: panda-0060
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2732•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22418671&tree=Profiling
Android Tegra 250 profiling opt test mochitest-1 on 2013-04-30 08:28:19
slave: tegra-308
TEST-UNEXPECTED-FAIL | Shutdown | application ran for longer than allowed maximum time
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2733•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22431743&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-30 15:29:36
slave: panda-0612
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2734•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22431939&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-30 15:29:33
slave: panda-0866
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2735•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22432659&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-30 15:18:20
slave: panda-0610
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2736•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22433797&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-30 16:05:35
slave: panda-0028
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2737•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22433432&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-30 16:05:35
slave: panda-0596
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2738•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22434922&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-04-30 16:27:35
slave: panda-0614
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2739•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22435354&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-30 16:27:35
slave: panda-0642
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2740•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22434520&tree=Cedar
Android 4.0 Panda cedar opt test jsreftest-1 on 2013-04-30 16:22:12
slave: panda-0540
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2741•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22436105&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-04-30 16:25:21
slave: panda-0613
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2742•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22437279&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-30 17:14:35
slave: panda-0578
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2743•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22437279&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-04-30 17:14:35
slave: panda-0578
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2744•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22439400&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-30 17:57:35
slave: panda-0039
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2745•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22440032&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-30 18:12:05
slave: panda-0573
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2746•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22440032&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-30 18:12:05
slave: panda-0573
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2747•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22440355&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-30 18:20:24
slave: panda-0688
PROCESS-CRASH | http://10.12.134.23:30688/tests/layout/xul/base/src/crashtests/536931-1.xhtml | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2748•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
spohl
https://tbpl.mozilla.org/php/getParsedLog.php?id=22434862&tree=Try
Android 4.0 Panda try opt test robocop-1 on 2013-04-30 15:43:53
slave: panda-0654
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2749•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22442673&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-04-30 19:10:10
slave: panda-0646
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2750•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22442982&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-04-30 19:10:09
slave: panda-0635
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2751•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22444390&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test robocop-2 on 2013-04-30 18:45:17
slave: panda-0580
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2752•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22444978&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-04-30 20:00:36
slave: panda-0651
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2753•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22446486&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-04-30 20:00:33
slave: panda-0031
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2754•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22446634&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-04-30 20:41:10
slave: panda-0025
PROCESS-CRASH | http://10.12.137.17:30025/jsreftest/tests/jsreftest.html?test=js1_6/Regress/regress-352271.js | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2755•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22446634&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-04-30 20:41:10
slave: panda-0025
PROCESS-CRASH | http://10.12.137.17:30025/jsreftest/tests/jsreftest.html?test=js1_6/Regress/regress-352271.js | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2756•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22448477&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-04-30 20:51:24
slave: panda-0680
PROCESS-CRASH | tp4m | application crashed [@ nssCertificateStore_Lock]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2757•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22458866&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-01 07:25:44
slave: panda-0022
PROCESS-CRASH | http://10.12.137.17:30022/tests/layout/xul/base/src/crashtests/415394-1.xhtml | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2758•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22459338&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-01 07:23:07
slave: panda-0671
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2759•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22459707&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-01 08:04:47
slave: panda-0719
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2760•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22460481&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-01 08:48:23
slave: panda-0863
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2761•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22460517&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-01 08:12:30
slave: panda-0670
05/01/2013 08:15:37: WARNING: Automation Error: updateSUT.py: We have tried to connect 1 time(s) after trying to update.
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2762•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22462679&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-01 09:58:30
slave: panda-0661
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2763•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22464793&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-05-01 09:58:30
slave: panda-0567
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2764•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22465427&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-01 11:08:31
slave: panda-0557
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2765•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22468034&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-01 12:12:14
slave: panda-0775
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2766•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22468140&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-01 12:12:15
slave: panda-0808
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2767•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22468140&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-01 12:12:15
slave: panda-0808
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2768•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22469206&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-01 12:12:15
slave: panda-0716
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2769•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22469441&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-05-01 12:09:05
slave: panda-0628
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2770•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22472637&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-01 14:31:31
slave: panda-0692
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2771•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22463307&tree=Try
Android 4.0 Panda try talos remote-trobocheck2 on 2013-05-01 10:12:12
slave: panda-0030
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2772•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22473958&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-01 14:59:14
slave: panda-0867
PROCESS-CRASH | tsvg | application crashed [@ jemalloc_crash]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2773•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22473067&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-01 14:41:31
slave: panda-0541
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2774•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22474307&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-01 14:41:49
slave: panda-0688
PROCESS-CRASH | tp4m | application crashed [@ jemalloc_crash]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2775•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22476311&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-01 15:19:23
slave: panda-0820
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2776•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22477302&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-01 16:12:30
slave: panda-0628
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2777•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22477203&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-01 16:00:12
slave: panda-0849
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2778•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22477735&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-01 16:22:30
slave: panda-0863
PROCESS-CRASH | http://10.12.136.23:30863/jsreftest/tests/jsreftest.html?test=ecma_5/extensions/bug566661.js | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2779•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22480200&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-05-01 16:34:30
slave: panda-0634
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2780•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22481323&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-01 17:35:30
slave: panda-0715
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2781•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22482157&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-01 17:08:30
slave: panda-0772
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2782•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22482334&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-01 17:55:30
slave: panda-0524
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2783•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22483375&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-01 18:26:05
slave: panda-0611
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2784•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22484114&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-01 18:47:30
slave: panda-0737
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2785•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22484234&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-01 18:11:31
slave: panda-0638
PROCESS-CRASH | tp4m | application crashed [@ nssCertificateStore_Lock]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2786•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22484647&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-01 18:54:30
slave: panda-0826
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2787•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22484822&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-01 19:08:30
slave: panda-0612
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2788•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22485027&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-01 18:46:30
slave: panda-0544
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2789•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22485255&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-01 18:54:30
slave: panda-0550
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2790•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22484033&tree=Try
Android 4.0 Panda try opt test robocop-2 on 2013-05-01 17:59:31
slave: panda-0756
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2791•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22487104&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-01 20:42:30
slave: panda-0867
PROCESS-CRASH | tsvg | application crashed [@ jemalloc_crash]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2792•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22489087&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-05-01 21:57:30
slave: panda-0024
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2793•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22489269&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-05-01 21:57:30
slave: panda-0594
PROCESS-CRASH | tsvg | application crashed [@ FreeArenaList]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2794•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22489776&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-01 22:19:24
slave: panda-0025
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2795•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ewong
https://tbpl.mozilla.org/php/getParsedLog.php?id=22491149&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-05-01 23:25:32
slave: panda-0600
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2796•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22490081&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-6 on 2013-05-01 22:15:05
slave: panda-0024
PROCESS-CRASH | /tests/dom/tests/mochitest/dom-level2-html/test_HTMLAnchorElement03.html | application crashed [@ 0x5d2fe3e0]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2797•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22493221&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-05-02 01:23:30
slave: panda-0034
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2798•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22495031&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound talos remote-ts on 2013-05-02 02:44:14
slave: tegra-321
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
remoteFailed: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion.
Comment 2799•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22494680&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-05-02 02:32:30
slave: panda-0621
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2800•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22496863&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-02 04:04:30
slave: panda-0775
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2801•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22498040&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound talos remote-tsvg on 2013-05-02 04:38:14
slave: tegra-319
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2802•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22497961&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-05-02 04:44:30
slave: panda-0059
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2803•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22498118&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-02 04:49:30
slave: panda-0761
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2804•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22503117&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-05-02 06:27:30
slave: panda-0547
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2805•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22504204&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-05-02 06:21:30
slave: panda-0683
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2806•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22504877&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-02 07:25:15
slave: panda-0581
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2807•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22505055&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-02 07:40:30
slave: panda-0836
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2808•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22506934&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 07:40:30
slave: panda-0724
28637 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_bug867174.html | Test timed out.
28641 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_currentTime.html | AudioContext.currentTime should have increased by now
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2809•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22508564&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-2 on 2013-05-02 08:22:34
slave: tegra-314
28643 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_bug867174.html | Test timed out.
28647 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_currentTime.html | AudioContext.currentTime should have increased by now
command timed out: 2400 seconds without output, attempting to kill
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2810•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22508852&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-2 on 2013-05-02 08:19:12
slave: tegra-356
28641 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_bug867174.html | Test timed out.
28645 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_currentTime.html | AudioContext.currentTime should have increased by now
28736 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28739 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html | Test timed out.
28762 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_gainNode.html | Test timed out.
28763 ERROR TEST-UNEXPECTED-FAIL | (SimpleTest/TestRunner.js) | 4 test timeouts, giving up.
28764 ERROR TEST-UNEXPECTED-FAIL | (SimpleTest/TestRunner.js) | Skipping 60 remaining tests.
28765 ERROR TEST-UNEXPECTED-FAIL | (SimpleTest/TestRunner.js) | /tests/content/media/webaudio/test/test_gainNode.html finished in a non-clean fashion, probably because it didn't call SimpleTest.finish()
TEST-UNEXPECTED-FAIL | Shutdown | application ran for longer than allowed maximum time
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 27 failures -
.
Comment 2811•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22510403&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-02 10:08:30
slave: panda-0031
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2812•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22510471&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 09:13:08
slave: panda-0873
28634 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_bug867174.html | Test timed out.
28638 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_currentTime.html | AudioContext.currentTime should have increased by now
28729 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2813•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22510403&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-02 10:08:30
slave: panda-0031
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2814•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22510601&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-05-02 09:13:07
slave: panda-0025
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2815•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22510866&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-02 10:08:30
slave: panda-0534
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2816•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22511138&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-02 10:29:03
slave: panda-0650
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2817•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22511339&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 09:44:11
slave: panda-0692
28636 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_bug867174.html | Test timed out.
28640 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_currentTime.html | AudioContext.currentTime should have increased by now
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2818•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22511403&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 09:45:30
slave: panda-0653
28638 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_bug867174.html | Test timed out.
28642 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_currentTime.html | AudioContext.currentTime should have increased by now
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2819•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22491801&tree=Try
Android 4.0 Panda try opt test robocop-1 on 2013-05-01 23:12:30
slave: panda-0670
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2820•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22490059&tree=Try
Android 4.0 Panda try opt test robocop-1 on 2013-05-01 21:35:31
slave: panda-0030
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2821•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22463646&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-05-01 10:14:26
slave: panda-0725
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2822•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22482251&tree=Cedar
Android 4.0 Panda cedar opt test robocop-1 on 2013-05-01 17:13:32
slave: panda-0544
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2823•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22513744&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test mochitest-2 on 2013-05-02 10:39:19
slave: tegra-316
28640 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_currentTime.html | AudioContext.currentTime should have increased by now
28731 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28734 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html | Test timed out.
28757 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_gainNode.html | Test timed out.
28760 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_mixingRules.html | Test timed out.
28761 ERROR TEST-UNEXPECTED-FAIL | (SimpleTest/TestRunner.js) | 4 test timeouts, giving up.
28762 ERROR TEST-UNEXPECTED-FAIL | (SimpleTest/TestRunner.js) | Skipping 59 remaining tests.
28763 ERROR TEST-UNEXPECTED-FAIL | (SimpleTest/TestRunner.js) | /tests/content/media/webaudio/test/test_mixingRules.html finished in a non-clean fashion, probably because it didn't call SimpleTest.finish()
TEST-UNEXPECTED-FAIL | Shutdown | application ran for longer than allowed maximum time
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 27 failures -
.
Comment 2824•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22514114&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-02 11:57:30
slave: panda-0039
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2825•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22512932&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-05-02 10:36:23
slave: panda-0581
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2826•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22511130&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-05-02 09:44:10
slave: panda-0630
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2827•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22514114&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-02 11:57:30
slave: panda-0039
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2828•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22514635&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-02 11:57:30
slave: panda-0773
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2829•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22514792&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 11:28:30
slave: panda-0623
28637 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_currentTime.html | AudioContext.currentTime should have increased by now
28728 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2830•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22506730&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-05-02 07:40:30
slave: panda-0713
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2831•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22506313&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-05-02 07:27:30
slave: panda-0600
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2832•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22505252&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-05-02 06:59:07
slave: panda-0025
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2833•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22515730&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-05-02 11:57:30
slave: panda-0612
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2834•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22507578&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-1 on 2013-05-02 08:11:30
slave: panda-0545
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2835•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22516201&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 11:57:30
slave: panda-0030
28637 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_currentTime.html | AudioContext.currentTime should have increased by now
28728 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2836•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22519592&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-02 14:07:14
slave: panda-0724
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2837•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22519143&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-02 13:57:30
slave: panda-0711
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2838•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22519267&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-02 13:57:31
slave: panda-0547
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2839•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22518549&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-02 13:36:11
slave: panda-0678
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2840•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22521312&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 13:40:30
slave: panda-0534
5936 ERROR TEST-UNEXPECTED-PASS | /tests/content/html/content/test/forms/test_valueasdate_attribute.html | .valueAsDate should not return null - Thu May 02 2013 00:00:00 GMT+0000 (GMT) should not equal null
5937 ERROR TEST-UNEXPECTED-PASS | /tests/content/html/content/test/forms/test_valueasdate_attribute.html | .valueAsDate should not return null - Thu May 02 2013 00:00:00 GMT+0000 (GMT) should not equal null
5938 ERROR TEST-UNEXPECTED-PASS | /tests/content/html/content/test/forms/test_valueasdate_attribute.html | .valueAsDate should not return null - Thu Jan 01 1970 13:49:16 GMT+0000 (GMT) should not equal null
5939 ERROR TEST-UNEXPECTED-PASS | /tests/content/html/content/test/forms/test_valueasdate_attribute.html | .valueAsDate should not return null - Thu Jan 01 1970 13:49:16 GMT+0000 (GMT) should not equal null
28639 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_currentTime.html | AudioContext.currentTime should have increased by now
28730 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28733 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html | Test timed out.
28756 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_gainNode.html | Test timed out.
28759 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_mixingRules.html | Test timed out.
28760 ERROR TEST-UNEXPECTED-FAIL | (SimpleTest/TestRunner.js) | 4 test timeouts, giving up.
28761 ERROR TEST-UNEXPECTED-FAIL | (SimpleTest/TestRunner.js) | Skipping 60 remaining tests.
28762 ERROR TEST-UNEXPECTED-FAIL | (SimpleTest/TestRunner.js) | /tests/content/media/webaudio/test/test_mixingRules.html finished in a non-clean fashion, probably because it didn't call SimpleTest.finish()
TEST-UNEXPECTED-FAIL | Shutdown | application ran for longer than allowed maximum time
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2841•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22521130&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-02 14:07:12
slave: panda-0740
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2842•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22521212&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-02 14:41:25
slave: panda-0658
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2843•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22521378&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-02 14:41:24
slave: panda-0610
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2844•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22520911&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-05-02 14:15:03
slave: panda-0692
PROCESS-CRASH | testDistribution | application crashed [@ XPCNativeScriptableCreateInfo::SetCallback(already_AddRefed<nsIXPCScriptable>)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2845•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22522643&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-02 14:41:24
slave: panda-0642
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2846•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22523055&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-02 15:25:31
slave: panda-0631
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2847•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22523122&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-02 15:25:31
slave: panda-0551
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2848•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22523065&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-02 15:25:32
slave: panda-0661
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2849•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22523293&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 14:41:24
slave: panda-0581
5936 ERROR TEST-UNEXPECTED-PASS | /tests/content/html/content/test/forms/test_valueasdate_attribute.html | .valueAsDate should not return null - Thu May 02 2013 00:00:00 GMT+0000 (GMT) should not equal null
5937 ERROR TEST-UNEXPECTED-PASS | /tests/content/html/content/test/forms/test_valueasdate_attribute.html | .valueAsDate should not return null - Thu May 02 2013 00:00:00 GMT+0000 (GMT) should not equal null
5938 ERROR TEST-UNEXPECTED-PASS | /tests/content/html/content/test/forms/test_valueasdate_attribute.html | .valueAsDate should not return null - Thu Jan 01 1970 14:49:49 GMT+0000 (GMT) should not equal null
5939 ERROR TEST-UNEXPECTED-PASS | /tests/content/html/content/test/forms/test_valueasdate_attribute.html | .valueAsDate should not return null - Thu Jan 01 1970 14:49:49 GMT+0000 (GMT) should not equal null
28727 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/web
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2850•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22525127&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 15:19:31
slave: panda-0626
28726 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28729 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2851•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22524778&tree=Mozilla-Aurora
Android Tegra 250 mozilla-aurora opt test mochitest-1 on 2013-05-02 15:12:12
slave: tegra-326
command timed out: 2400 seconds without output, attempting to kill
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2852•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22525448&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-05-02 15:25:31
slave: panda-0670
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2853•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22525590&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-02 16:29:08
slave: panda-0772
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2854•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22524811&tree=Cedar
Android 4.0 Panda cedar opt test mochitest-2 on 2013-05-02 15:28:11
slave: panda-0784
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2855•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22526140&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 15:49:21
slave: panda-0739
28725 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28728 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2856•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22526666&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 16:06:30
slave: panda-0031
28724 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28727 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2857•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22527584&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 16:29:12
slave: panda-0783
28727 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28730 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2858•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22527584&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 16:29:12
slave: panda-0783
28727 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28730 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2859•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22528229&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-02 17:40:28
slave: panda-0713
PROCESS-CRASH | Shutdown | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2860•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22528294&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-02 17:40:28
slave: panda-0737
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2861•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22527944&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-05-02 17:40:26
slave: panda-0754
talosError: 'browser failed to close after being initialized'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2862•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22528468&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test mochitest-2 on 2013-05-02 16:37:11
slave: tegra-351
5936 ERROR TEST-UNEXPECTED-PASS | /tests/content/html/content/test/forms/test_valueasdate_attribute.html | .valueAsDate should not return null - Thu May 02 2013 00:00:00 GMT+0000 (GMT) should not equal null
5937 ERROR TEST-UNEXPECTED-PASS | /tests/content/html/content/test/forms/test_valueasdate_attribute.html | .valueAsDate should not return null - Thu May 02 2013 00:00:00 GMT+0000 (GMT) should not equal null
5938 ERROR TEST-UNEXPECTED-PASS | /tests/content/html/content/test/forms/test_valueasdate_attribute.html | .valueAsDate should not return null - Thu Jan 01 1970 16:43:23 GMT+0000 (GMT) should not equal null
5939 ERROR TEST-UNEXPECTED-PASS | /tests/content/html/content/test/forms/test_valueasdate_attribute.html | .valueAsDate should not return null - Thu Jan 01 1970 16:43:23 GMT+0000 (GMT) should not equal null
28642 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_currentTime.html | AudioContext.currentTime should have increased by now
28733 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28736 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html | Test timed out.
28759 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_gainNode.html | Test timed out.
28762 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_mixingRules.html | Test timed out.
28763 ERROR TEST-UNEXPECTED-FAIL | (SimpleTest/TestRunner.js) | 4 test timeouts, giving up.
28764 ERROR TEST-UNEXPECTED-FAIL | (SimpleTest/TestRunner.js) | Skipping 60 remaining tests.
28765 ERROR TEST-UNEXPECTED-FAIL | (SimpleTest/TestRunner.js) | /tests/content/media/webaudio/test/test_mixingRules.html finished in a non-clean fashion, probably because it didn't call SimpleTest.finish()
TEST-UNEXPECTED-FAIL | Shutdown | application ran for longer than allowed maximum time
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 28 failures -
.
Comment 2863•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22528702&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-02 17:46:30
slave: panda-0771
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2864•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22530537&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-05-02 17:47:41
slave: panda-0671
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2865•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22530514&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 17:40:28
slave: panda-0785
28729 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNo
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2866•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22531132&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 17:47:31
slave: panda-0818
28724 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28727 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2867•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22531635&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-02 18:47:22
slave: panda-0862
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2868•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22531900&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 18:10:27
slave: panda-0595
28726 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2869•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22532066&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 18:08:54
slave: panda-0556
28724 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28727 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2870•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22532573&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 18:21:17
slave: panda-0768
28726 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28729 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2871•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22532235&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 18:12:33
slave: panda-0711
28724 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28727 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2872•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22532880&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-02 19:25:31
slave: panda-0546
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2873•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22532748&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-05-02 19:24:30
slave: panda-0556
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2874•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22533798&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 18:47:30
slave: panda-0527
28726 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28729 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2875•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22535420&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-02 19:25:32
slave: panda-0555
28724 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNode.html | Test timed out.
28727 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/webaudio/test/test_delayNodeWithGain.html | Test timed out.
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2876•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22535624&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-02 20:25:17
slave: panda-0780
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2877•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22536389&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test crashtest on 2013-05-02 20:38:13
slave: tegra-342
PROCESS-CRASH | http://10.250.48.24:30342/tests/content/media/test/crashtests/852838.html | application crashed [@ libc.so + 0xf240]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2878•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22536389&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test crashtest on 2013-05-02 20:38:13
slave: tegra-342
PROCESS-CRASH | http://10.250.48.24:30342/tests/content/media/test/crashtests/852838.html | application crashed [@ libc.so + 0xf240]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2879•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22535859&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-2 on 2013-05-02 19:31:49
slave: panda-0688
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2880•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22537235&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-1 on 2013-05-02 20:11:14
slave: panda-0608
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2881•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22538049&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-05-02 20:46:27
slave: panda-0754
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2882•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22536206&tree=Try
Android 4.0 Panda try talos remote-tsvg on 2013-05-02 20:20:31
slave: panda-0840
PROCESS-CRASH | tsvg | application crashed [@ jemalloc_crash]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 2883•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22540473&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-02 23:12:30
slave: panda-0024
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2884•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22540454&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-02 23:12:30
slave: panda-0872
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2885•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22543261&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-05-03 01:54:30
slave: panda-0535
talosError: "failed to cleanup processes: [(2502, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2886•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22544085&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-03 01:54:30
slave: panda-0039
PROCESS-CRASH | tp4m | application crashed [@ FreeArenaList]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2887•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ttaubert
https://tbpl.mozilla.org/php/getParsedLog.php?id=22547713&tree=Fx-Team
Android 4.0 Panda fx-team opt test robocop-1 on 2013-05-03 03:57:03
slave: panda-0069
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2888•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22548951&tree=Mozilla-Central
Android Tegra 250 mozilla-central opt test crashtest on 2013-05-03 04:46:13
slave: tegra-332
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Only displaying first 20 of 73 failures -
.
Comment 2889•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22551075&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-05-03 07:24:30
slave: panda-0667
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2890•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22551462&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-05-03 07:29:30
slave: panda-0630
talosError: "failed to cleanup processes: [(2532, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2891•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22551418&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-05-03 07:24:30
slave: panda-0031
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2892•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22553798&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-03 08:31:32
slave: panda-0817
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2893•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22556081&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-05-03 09:06:30
slave: panda-0024
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2894•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22556693&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-03 10:20:30
slave: panda-0862
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2895•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22557461&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test crashtest on 2013-05-03 10:30:17
slave: tegra-251
PROCESS-CRASH | http://10.250.48.22:30251/tests/content/media/test/crashtests/852838.html | application crashed [@ libc.so + 0xf240]
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2896•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22558074&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-03 10:51:23
slave: panda-0772
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2897•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22557942&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-03 10:51:23
slave: panda-0809
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2898•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22559186&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-03 11:04:30
slave: panda-0719
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2899•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22560388&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-03 11:38:21
slave: panda-0778
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2900•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22560250&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test robocop-2 on 2013-05-03 10:29:30
slave: panda-0595
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2901•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22560900&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-03 11:43:20
slave: panda-0683
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2902•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22560884&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-03 11:49:31
slave: panda-0873
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2903•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22560971&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-03 11:49:33
slave: panda-0886
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2904•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22560981&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-03 11:51:32
slave: panda-0840
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2905•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22561819&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-03 12:32:30
slave: panda-0028
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2906•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22561798&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-05-03 11:43:20
slave: panda-0596
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2907•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22554259&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-03 08:51:20
slave: panda-0820
PROCESS-CRASH | http://10.12.136.19:30820/jsreftest/tests/jsreftest.html?test=ecma/Expressions/11.8.3.js | application crashed [@ detachFunc]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2908•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22563938&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-03 12:55:30
slave: panda-0545
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2909•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22564916&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-03 13:55:19
slave: panda-0060
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2910•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22566537&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-03 13:59:34
slave: panda-0616
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2911•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22564953&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-03 13:54:33
slave: panda-0069
talosError: 'Exception caught: java.util.ConcurrentModificationException [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2912•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22566420&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-03 13:54:31
slave: panda-0545
PROCESS-CRASH | tp4m | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2913•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22567590&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-03 14:52:26
slave: panda-0736
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2914•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22570164&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-03 15:59:18
slave: panda-0719
PROCESS-CRASH | http://10.12.135.18:30719/jsreftest/tests/jsreftest.html?test=ecma_5/extensions/String-methods-infinite-recursion.js | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2915•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
myk
https://tbpl.mozilla.org/php/getParsedLog.php?id=22566547&tree=Try
Android 4.0 Panda try opt test mochitest-gl on 2013-05-03 14:31:33
slave: panda-0658
PROCESS-CRASH | remoteautomation.py | application crashed [@ libGLESv2_POWERVR_SGX540_120.so + 0x12964]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2916•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
myk
https://tbpl.mozilla.org/php/getParsedLog.php?id=22566967&tree=Try
Android 4.0 Panda try opt test crashtest-2 on 2013-05-03 14:31:40
slave: panda-0610
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2917•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
myk
https://tbpl.mozilla.org/php/getParsedLog.php?id=22566544&tree=Try
Android 4.0 Panda try opt test jsreftest-2 on 2013-05-03 14:31:37
slave: panda-0618
PROCESS-CRASH | http://10.12.134.17:30618/jsreftest/tests/jsreftest.html?test=ecma_5/extensions/watch-setter-become-setter.js | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2918•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22565785&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test mochitest-gl on 2013-05-03 14:14:30
slave: panda-0534
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2919•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22575040&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-03 18:07:59
slave: panda-0785
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2920•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22575609&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-03 16:53:30
slave: panda-0600
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2921•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22577247&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test crashtest on 2013-05-03 19:44:12
slave: tegra-346
PROCESS-CRASH | http://10.250.48.24:30346/tests/content/media/test/crashtests/852838.html | application crashed [@ libc.so + 0xf240]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2922•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22577249&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-03 19:17:51
slave: panda-0032
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2923•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22579668&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-03 20:38:30
slave: panda-0658
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2924•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22580401&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-05-03 21:36:30
slave: panda-0534
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2925•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22580541&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-03 21:41:15
slave: panda-0634
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2926•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22590960&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-04 06:46:47
slave: panda-0555
PROCESS-CRASH | Shutdown | application crashed [@ arena_dalloc]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2927•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22590334&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-5 on 2013-05-04 05:51:00
slave: panda-0756
PROCESS-CRASH | remoteautomation.py | application crashed [@ libGLESv2_POWERVR_SGX540_120.so + 0x28c58]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2928•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22590700&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-04 05:48:15
slave: panda-0782
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2929•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22588655&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-04 04:50:30
slave: panda-0031
PROCESS-CRASH | Shutdown | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2930•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22588849&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-04 04:50:30
slave: panda-0664
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2931•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22586742&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-04 04:18:30
slave: panda-0815
PROCESS-CRASH | Shutdown | application crashed [@ arena_dalloc]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2932•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22582929&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-03 23:57:07
slave: panda-0653
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2933•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22591725&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-04 07:19:30
slave: panda-0534
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2934•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22592892&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-04 09:36:31
slave: panda-0546
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2935•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22593915&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-04 10:22:18
slave: panda-0595
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2936•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22594041&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-04 10:22:19
slave: panda-0627
PROCESS-CRASH | /tests/content/media/test/test_streams_element_capture.html | application crashed [@ mozilla::gfx::yuv42x_to_rgb565_row_neon(unsigned short*, unsigned char const*, unsigned char const*, unsigned char const*, int, int)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2937•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22592453&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-2 on 2013-05-04 08:04:55
slave: panda-0857
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2938•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22592465&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-2 on 2013-05-04 08:05:03
slave: panda-0022
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2939•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22599142&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-04 15:43:30
slave: panda-0833
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2940•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22599035&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-trobocheck on 2013-05-04 15:38:22
slave: panda-0030
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2941•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22599577&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-04 15:54:31
slave: panda-0692
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2942•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22600656&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-04 17:31:30
slave: panda-0873
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2943•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22600591&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-04 17:31:30
slave: panda-0030
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2944•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22601056&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound talos remote-trobocheck on 2013-05-04 17:31:12
slave: tegra-308
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 56 failures -
.
Comment 2945•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22601778&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-04 18:42:19
slave: panda-0872
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2946•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22602417&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-04 20:05:30
slave: panda-0060
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2947•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22603300&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-04 22:37:30
slave: panda-0032
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2948•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22609173&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test crashtest on 2013-05-05 05:24:30
slave: panda-0580
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2949•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22608963&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora talos remote-tsvg on 2013-05-05 05:24:30
slave: panda-0545
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2950•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22609946&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-05 07:35:30
slave: panda-0030
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2951•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22609947&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-05-05 07:35:30
slave: panda-0028
PROCESS-CRASH | tprovider | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2952•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22611606&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-05 09:33:28
slave: panda-0809
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2953•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22611694&tree=Profiling
Android 4.0 Panda profiling talos remote-tp4m_nochrome on 2013-05-05 09:10:30
slave: panda-0545
PROCESS-CRASH | tp4m | application crashed [@ FreeArenaList]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2954•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22611805&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-05 09:54:13
slave: panda-0727
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2955•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22613192&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora talos remote-tsvg on 2013-05-05 12:11:30
slave: panda-0022
OSError: [Errno 13] Permission denied
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2956•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22615833&tree=Fx-Team
Android 4.0 Panda fx-team opt test crashtest on 2013-05-05 14:24:30
slave: panda-0779
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2957•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22616148&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-05 14:42:19
slave: panda-0778
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2958•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22616328&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-05 14:42:18
slave: panda-0813
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2959•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22616449&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-05 15:15:30
slave: panda-0638
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2960•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22618442&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-05 17:33:30
slave: panda-0547
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2961•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22618584&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test crashtest-3 on 2013-05-05 17:33:14
slave: tegra-316
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2962•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22618856&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-05 17:33:30
slave: panda-0545
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2963•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22618999&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-05 18:08:43
slave: panda-0872
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2964•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22621891&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-05 19:56:10
slave: panda-0736
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2965•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22622644&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-05-05 20:47:30
slave: panda-0715
PROCESS-CRASH | tprovider | application crashed [@ PR_Lock]
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2966•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22622619&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-05 20:47:30
slave: panda-0633
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2967•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22622731&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-05 20:47:31
slave: panda-0626
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2968•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22623025&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-05 21:05:12
slave: panda-0642
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2969•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22623425&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-2 on 2013-05-05 20:46:30
slave: panda-0030
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2970•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22627847&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-2 on 2013-05-06 02:56:51
slave: panda-0791
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2971•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22625763&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora talos remote-trobocheck on 2013-05-06 02:09:30
slave: panda-0060
talosError: 'browser non-zero return code (1) [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2972•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ttaubert
https://tbpl.mozilla.org/php/getParsedLog.php?id=22630854&tree=Fx-Team
Android 4.0 Panda fx-team talos remote-trobocheck2 on 2013-05-06 06:02:31
slave: panda-0060
talosError: 'GeckoEventExpecter: blockForEvent timeout: DOMContentLoaded [browser_output.txt]'
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2973•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ttaubert
https://tbpl.mozilla.org/php/getParsedLog.php?id=22631734&tree=Fx-Team
Android Tegra 250 fx-team opt test plain-reftest-2 on 2013-05-06 06:08:12
slave: tegra-081
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2974•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22624970&tree=Profiling
Android 4.0 Panda profiling opt test crashtest on 2013-05-05 23:30:30
slave: panda-0683
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2975•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22632194&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-06 06:19:28
slave: panda-0060
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2976•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22634508&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-06 07:50:30
slave: panda-0611
PROCESS-CRASH | Shutdown | application crashed [@ js::GCMarker::drainMarkStack(js::SliceBudget&)]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2977•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22634508&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-06 07:50:30
slave: panda-0611
PROCESS-CRASH | Shutdown | application crashed [@ js::GCMarker::drainMarkStack(js::SliceBudget&)]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2978•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22634905&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-06 07:50:31
slave: panda-0736
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2979•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22638446&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test crashtest-2 on 2013-05-06 09:46:31
slave: panda-0680
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2980•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22638921&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-06 09:56:30
slave: panda-0782
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2981•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22638662&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-06 09:44:31
slave: panda-0600
PROCESS-CRASH | /tests/content/media/test/test_streams_element_capture.html | application crashed [@ mozilla::gfx::yuv42x_to_rgb565_row_neon(unsigned short*, unsigned char const*, unsigned char const*, unsigned char const*, int, int)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2982•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22638662&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-06 09:44:31
slave: panda-0600
PROCESS-CRASH | /tests/content/media/test/test_streams_element_capture.html | application crashed [@ mozilla::gfx::yuv42x_to_rgb565_row_neon(unsigned short*, unsigned char const*, unsigned char const*, unsigned char const*, int, int)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2983•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22636416&tree=Profiling
Android 4.0 Panda profiling talos remote-tsvg on 2013-05-06 08:45:30
slave: panda-0790
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2984•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22639006&tree=Services-Central
Android 4.0 Panda services-central talos remote-tsvg on 2013-05-06 09:58:30
slave: panda-0631
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2985•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22640535&tree=Profiling
Android 4.0 Panda profiling talos remote-tsvg on 2013-05-06 10:35:19
slave: panda-0608
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2986•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22640593&tree=Services-Central
Android 4.0 Panda services-central talos remote-tsvg on 2013-05-06 10:36:54
slave: panda-0775
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2987•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22646439&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-05-06 12:35:56
slave: panda-0849
PROCESS-CRASH | tp4m | application crashed [@ FinalizeArenas]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2988•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22647138&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-06 13:16:37
slave: panda-0735
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2989•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22651944&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-06 15:08:31
slave: panda-0813
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2990•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22651865&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-06 15:05:30
slave: panda-0838
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2991•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22652336&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test mochitest-gl on 2013-05-06 14:24:58
slave: tegra-046
command timed out: 2400 seconds without output, attempting to kill
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2992•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22653538&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-06 15:08:30
slave: panda-0773
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2993•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22655245&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-06 16:13:30
slave: panda-0535
PROCESS-CRASH | /tests/content/media/test/test_streams_element_capture.html | application crashed [@ mozilla::gfx::yuv42x_to_rgb565_row_neon(unsigned short*, unsigned char const*, unsigned char const*, unsigned char const*, int, int)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2994•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22656543&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-06 16:50:31
slave: panda-0885
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2995•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22656495&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-06 16:52:30
slave: panda-0832
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2996•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22656436&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-06 16:52:30
slave: panda-0678
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2997•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22656858&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-06 16:52:31
slave: panda-0773
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 2998•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22656603&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-06 16:52:30
slave: panda-0573
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 2999•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22656869&tree=Mozilla-Inbound
Android Tegra 250 mozilla-inbound opt test crashtest-3 on 2013-05-06 16:50:13
slave: tegra-351
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3000•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22652146&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-2 on 2013-05-06 14:02:31
slave: panda-0555
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 3001•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22660945&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-06 18:51:31
slave: panda-0836
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3002•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22660929&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-06 18:51:30
slave: panda-0555
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3003•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22661282&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-06 18:51:31
slave: panda-0581
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3004•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22661282&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-06 18:51:31
slave: panda-0581
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3005•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22661593&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-06 18:36:30
slave: panda-0634
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3006•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22662712&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-06 19:03:11
slave: panda-0670
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3007•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22665304&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-05-06 19:39:31
slave: panda-0778
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3008•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22665556&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-06 20:32:32
slave: panda-0847
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3009•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22666218&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-06 20:40:30
slave: panda-0060
PROCESS-CRASH | Shutdown | application crashed [@ arena_dalloc]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3010•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22653333&tree=Fx-Team
Android 4.0 Panda fx-team talos remote-trobocheck on 2013-05-06 15:35:32
slave: panda-0642
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3011•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22654688&tree=Fx-Team
Android 4.0 Panda fx-team talos remote-tp4m_nochrome on 2013-05-06 15:35:31
slave: panda-0631
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3012•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22666996&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-06 21:05:14
slave: panda-0535
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3013•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22667135&tree=Mozilla-Inbound
Android Armv6 Tegra 250 mozilla-inbound opt test mochitest-7 on 2013-05-06 20:44:13
slave: tegra-342
4865 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/workers/test/test_closeOnGC.html | Test timed out.
05-06 21:00:29.865 I/GeckoDump( 1829): 4865 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/workers/test/test_closeOnGC.html | Test timed out.
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3014•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22671038&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-06 22:55:23
slave: panda-0836
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3015•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22673779&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-07 00:49:21
slave: panda-0683
PROCESS-CRASH | http://10.12.134.22:30683/tests/layout/generic/crashtests/385344-2.html | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3016•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ttaubert
https://tbpl.mozilla.org/php/getParsedLog.php?id=22677274&tree=Fx-Team
Android 4.0 Panda fx-team talos remote-tp4m_nochrome on 2013-05-07 02:03:20
slave: panda-0628
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3017•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22677754&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-05-07 02:12:09
slave: panda-0813
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 3018•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22676370&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-05-07 02:12:09
slave: panda-0727
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3019•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22676945&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-07 02:26:31
slave: panda-0032
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3020•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22677042&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-07 02:26:30
slave: panda-0039
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3021•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22676942&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-07 02:15:25
slave: panda-0885
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 3022•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22676796&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-07 01:52:11
slave: panda-0826
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3023•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22677415&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-2 on 2013-05-07 01:35:31
slave: panda-0713
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3024•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22674931&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora talos remote-tp4m_nochrome on 2013-05-07 01:35:30
slave: panda-0544
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3025•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22678576&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-07 03:16:30
slave: panda-0545
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3026•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22680374&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-2 on 2013-05-07 03:33:46
slave: panda-0761
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3027•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22675232&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck2 on 2013-05-07 01:32:30
slave: panda-0535
PROCESS-CRASH | tcheck2 | application crashed [@ libc.so + 0x188e8]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3028•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22679495&tree=Try
Android 4.0 Panda try opt test mochitest-6 on 2013-05-07 04:01:30
slave: panda-0683
PROCESS-CRASH | /tests/dom/tests/mochitest/dom-level2-core/test_getElementsByTagNameNS02.html | application crashed [@ jemalloc_crash]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3029•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22683708&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-07 06:46:18
slave: panda-0669
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3030•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22684103&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-07 06:46:20
slave: panda-0670
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3031•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22684164&tree=Fx-Team
Android 4.0 Panda fx-team talos remote-tp4m_nochrome on 2013-05-07 06:24:41
slave: panda-0546
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 3032•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22684789&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-2 on 2013-05-07 06:49:30
slave: panda-0558
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3033•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22685461&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-07 07:57:31
slave: panda-0785
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3034•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22685461&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-07 07:57:31
slave: panda-0785
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3035•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22688358&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-07 09:17:30
slave: panda-0626
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3036•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22688607&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-07 09:18:31
slave: panda-0686
PROCESS-CRASH | /tests/content/media/test/test_streams_element_capture.html | application crashed [@ mozilla::gfx::yuv42x_to_rgb565_row_neon(unsigned short*, unsigned char const*, unsigned char const*, unsigned char const*, int, int)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3037•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22689793&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-07 09:17:30
slave: panda-0573
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3038•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22691713&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-07 10:09:23
slave: panda-0754
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3039•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22691008&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-07 10:08:30
slave: panda-0060
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3040•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22688764&tree=Profiling
Android 4.0 Panda profiling opt test crashtest-3 on 2013-05-07 09:19:34
slave: panda-0739
PROCESS-CRASH | http://10.12.135.20:30739/tests/layout/xul/base/src/crashtests/391974-1.html | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3041•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22691157&tree=Cedar
Android 4.0 Panda cedar opt test crashtest-3 on 2013-05-07 10:13:55
slave: panda-0849
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3042•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22696836&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-07 12:10:50
slave: panda-0791
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3043•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22698017&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-07 12:51:08
slave: panda-0623
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3044•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22697711&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-07 12:41:36
slave: panda-0830
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3045•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22709111&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-05-07 17:17:22
slave: panda-0635
PROCESS-CRASH | remoteautomation.py | application crashed [@ libc.so + 0x23226]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3046•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22708754&tree=Fx-Team
Android 4.0 Panda fx-team talos remote-trobocheck on 2013-05-07 17:04:02
slave: panda-0873
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3047•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22716134&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-07 21:36:04
slave: panda-0784
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3048•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22714916&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tsvg on 2013-05-07 21:08:49
slave: panda-0776
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3049•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22716842&tree=Fx-Team
Android 4.0 Panda fx-team opt test jsreftest-1 on 2013-05-07 21:50:34
slave: panda-0717
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3050•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22717499&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-07 22:06:09
slave: panda-0599
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3051•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22717853&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-2 on 2013-05-07 22:15:49
slave: panda-0735
PROCESS-CRASH | Shutdown | application crashed [@ PR_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3052•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22717882&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-07 22:15:09
slave: panda-0658
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3053•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22721473&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-07 23:48:31
slave: panda-0609
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 3054•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22720741&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-2 on 2013-05-07 23:48:31
slave: panda-0580
PROCESS-CRASH | /tests/content/html/content/test/test_bug100533.html | application crashed [@ net_CoalesceDirs(netCoalesceFlags, char*)]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3055•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22721065&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-07 23:45:49
slave: panda-0833
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 3056•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22721764&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-08 00:19:08
slave: panda-0580
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3057•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22721776&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-08 00:19:14
slave: panda-0635
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3058•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22721727&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-08 00:19:15
slave: panda-0694
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3059•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22721902&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-08 00:29:10
slave: panda-0669
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3060•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22719972&tree=Profiling
Android 4.0 Panda profiling talos remote-tsvg on 2013-05-07 23:11:47
slave: panda-0567
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 3061•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22719697&tree=Profiling
Android 4.0 Panda profiling opt test jsreftest-1 on 2013-05-07 23:11:46
slave: panda-0658
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3062•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22719820&tree=Profiling
Android 4.0 Panda profiling opt test crashtest on 2013-05-07 23:11:45
slave: panda-0651
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3063•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22723294&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-08 02:02:52
slave: panda-0833
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3064•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22724423&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-08 02:45:09
slave: panda-0558
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3065•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22724505&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-08 02:48:49
slave: panda-0713
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3066•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22724401&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest-3 on 2013-05-08 02:48:40
slave: panda-0535
PROCESS-CRASH | Shutdown | application crashed [@ PR_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3067•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22726017&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-08 04:15:40
slave: panda-0545
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 3068•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22726970&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test crashtest-3 on 2013-05-08 04:59:49
slave: panda-0715
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3069•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22727417&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobopan on 2013-05-08 05:07:08
slave: panda-0666
talosError: Graph server unreachable (5 attempts)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3070•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22733076&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-1 on 2013-05-08 07:54:32
slave: panda-0655
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3071•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22737095&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-08 09:25:08
slave: panda-0556
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3072•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22737354&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-3 on 2013-05-08 09:22:50
slave: panda-0715
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3073•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22737342&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-08 09:30:02
slave: panda-0872
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3074•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22737342&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-08 09:30:02
slave: panda-0872
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3075•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22737774&tree=Profiling
Android 4.0 Panda profiling talos remote-tsvg on 2013-05-08 09:34:10
slave: panda-0580
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 22 failures -
.
Comment 3076•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22741053&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-08 11:58:09
slave: panda-0610
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3077•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22741053&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-08 11:58:09
slave: panda-0610
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3078•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22748381&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-8 on 2013-05-08 14:47:04
slave: panda-0681
PROCESS-CRASH | /tests/toolkit/content/tests/widgets/test_videocontrols_audio_direction.html | application crashed [@ js::baseops::SetPropertyHelper(JSContext*, JS::Handle<JSObject*>, JS::Handle<JSObject*>, JS::Handle<int>, unsigned int, JS::MutableHandle<JS::Value>, int)]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3079•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22748710&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-1 on 2013-05-08 14:29:49
slave: panda-0714
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3080•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22749455&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-2 on 2013-05-08 14:43:59
slave: panda-0060
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3081•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22757484&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-08 19:16:49
slave: panda-0815
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3082•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22761017&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-05-08 22:40:51
slave: panda-0808
PROCESS-CRASH | http://10.12.136.18:30808/jsreftest/tests/jsreftest.html?test=ecma_5/extensions/JSON-string-replacer-overflow.js | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3083•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22763995&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-08 23:56:54
slave: panda-0567
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 3084•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22764119&tree=Profiling
Android 4.0 Panda profiling opt test jsreftest-3 on 2013-05-08 23:57:49
slave: panda-0765
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 3085•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22780434&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-09 09:13:02
slave: panda-0060
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3086•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22782456&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora talos remote-tsvg on 2013-05-09 10:36:02
slave: panda-0872
talosError: 'failed to initialize browser'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3087•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22785331&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-2 on 2013-05-09 10:36:02
slave: panda-0034
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3088•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22786416&tree=Fx-Team
Android 4.0 Panda fx-team opt test crashtest on 2013-05-09 11:54:49
slave: panda-0711
PROCESS-CRASH | http://10.12.135.18:30711/tests/content/xul/templates/src/crashtests/330012-1.xul | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3089•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22807981&tree=Profiling
Android 4.0 Panda profiling opt test jsreftest-1 on 2013-05-09 23:29:50
slave: panda-0832
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3090•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22809995&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-10 01:09:04
slave: panda-0060
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3091•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22809969&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-10 01:09:06
slave: panda-0872
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3092•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22814315&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-10 03:42:08
slave: panda-0655
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3093•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22814383&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-10 03:42:02
slave: panda-0849
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3094•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22823511&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test mochitest-3 on 2013-05-10 08:28:09
slave: panda-0634
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3095•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
nalexander
https://tbpl.mozilla.org/php/getParsedLog.php?id=22829204&tree=Try
Android 4.0 Panda try opt test robocop-1 on 2013-05-10 11:33:42
slave: panda-0544
23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
24 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Exception caught - junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
05-10 11:46:04.640 I/Robocop ( 2298): 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
05-10 11:46:04.804 I/Robocop ( 2298): junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
05-10 11:46:04.820 I/Robocop ( 2298): 24 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Exception caught - junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
05-10 11:46:06.296 I/TestRunner( 2298): junit.framework.AssertionFailedError: 24 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Exception caught - junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
10 INFO TEST-UNEXPECTED-FAIL | testOrderedBroadcast | testOrderedBroadcast.js - null != null - See following stack:
05-10 11:53:39.031 I/Robocop ( 3775): 10 INFO TEST-UNEXPECTED-FAIL | testOrderedBroadcast | testOrderedBroadcast.js - null != null - See following stack:
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3096•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22853062&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-05-10 21:40:40
slave: panda-0534
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3097•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22858392&tree=Fx-Team
Android 4.0 Panda fx-team opt test jsreftest-3 on 2013-05-11 04:05:11
slave: panda-0671
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3098•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22858616&tree=Fx-Team
Android 4.0 Panda fx-team opt test mochitest-2 on 2013-05-11 04:05:03
slave: panda-0022
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3099•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22851945&tree=Fx-Team
Android 4.0 Panda fx-team opt test mochitest-2 on 2013-05-10 20:34:49
slave: panda-0792
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3100•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22841882&tree=Fx-Team
Android 4.0 Panda fx-team opt test mochitest-2 on 2013-05-10 16:22:49
slave: panda-0608
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3101•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22860346&tree=Fx-Team
Android 4.0 Panda fx-team opt test mochitest-2 on 2013-05-11 05:42:50
slave: panda-0761
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3102•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22863116&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-05-11 07:56:49
slave: panda-0768
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3103•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22862329&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-05-11 07:23:50
slave: panda-0756
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3104•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22864496&tree=Fx-Team
Android 4.0 Panda fx-team opt test mochitest-2 on 2013-05-11 09:10:50
slave: panda-0843
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3105•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
dbaron
https://tbpl.mozilla.org/php/getParsedLog.php?id=22861976&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test mochitest-2 on 2013-05-11 07:10:49
slave: panda-0808
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3106•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22873283&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-11 23:56:11
slave: panda-0658
PROCESS-CRASH | Shutdown | application crashed [@ FreeArenaList]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3107•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
dbaron
https://tbpl.mozilla.org/php/getParsedLog.php?id=22875352&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-12 01:57:02
slave: panda-0857
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3108•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
ehsan
https://tbpl.mozilla.org/php/getParsedLog.php?id=22881430&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-12 13:19:02
slave: panda-0031
PROCESS-CRASH | http://10.12.137.17:30031/jsreftest/tests/jsreftest.html?test=ecma_5/extensions/String-toSource.js | application crashed [@ libc.so + 0x11d78]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3109•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22878389&tree=Mozilla-Central
Android Armv6 Tegra 250 mozilla-central opt test mochitest-1 on 2013-05-12 05:28:38
slave: tegra-302
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3110•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22885050&tree=Mozilla-Aurora
Android 4.0 Panda mozilla-aurora opt test robocop-1 on 2013-05-12 17:22:36
slave: panda-0737
command timed out: 2400 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3111•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22879891&tree=Profiling
Android Tegra 250 profiling talos remote-ts on 2013-05-12 08:40:58
slave: tegra-051
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 3112•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22899379&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-13 05:14:02
slave: panda-0849
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3113•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22898200&tree=Fx-Team
Android 4.0 Panda fx-team opt test mochitest-2 on 2013-05-13 04:27:50
slave: panda-0808
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3114•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22897267&tree=Fx-Team
Android 4.0 Panda fx-team opt test mochitest-2 on 2013-05-13 03:52:49
slave: panda-0755
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3115•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22902495&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-13 06:39:54
slave: panda-0737
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3116•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22904424&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-13 07:40:09
slave: panda-0580
PROCESS-CRASH | Shutdown | application crashed [@ PORT_FreeArena_Util]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3117•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22911516&tree=Fx-Team
Android 4.0 Panda fx-team opt test mochitest-2 on 2013-05-13 11:30:28
slave: panda-0024
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3118•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22901606&tree=Fx-Team
Android Armv6 Tegra 250 fx-team opt test mochitest-2 on 2013-05-13 05:19:57
slave: tegra-093
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Automation Error: Error receiving data from socket. cmd={'cmd': 'testroot'}; err=connection closed
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 75 failures -
.
Comment 3119•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
jwalker%mozilla.com
https://tbpl.mozilla.org/php/getParsedLog.php?id=22894308&tree=Fx-Team
Android 4.0 Panda fx-team opt test mochitest-2 on 2013-05-13 01:39:49
slave: panda-0826
23714 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | Test timed out.
23718 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | [SimpleTest.finish()] this test already called finish!
23719 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_video_wakelock.html | called finish() multiple times
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3120•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22918596&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-13 15:36:23
slave: panda-0619
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3121•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22918481&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-troboprovider on 2013-05-13 15:19:02
slave: panda-0031
talosError: "failed to cleanup processes: [(2542, 'org.mozilla.fennec')]"
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3122•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22920431&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-13 16:19:08
slave: panda-0619
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3123•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22920405&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-trobocheck on 2013-05-13 16:17:02
slave: panda-0849
PROCESS-CRASH | tcheckerboard | application crashed [@ PR_Lock]
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3124•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22920351&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-13 16:17:02
slave: panda-0025
PROCESS-CRASH | tsvg | application crashed [@ PORT_FreeArena_Util]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3125•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
KWierso
https://tbpl.mozilla.org/php/getParsedLog.php?id=22920646&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-2 on 2013-05-13 16:21:49
slave: panda-0773
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3126•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
philor
https://tbpl.mozilla.org/php/getParsedLog.php?id=22926466&tree=Mozilla-Beta
Android 4.0 Panda mozilla-beta opt test mochitest-1 on 2013-05-13 19:54:52
slave: panda-0808
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3127•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22930568&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-13 23:19:48
slave: panda-0727
talosError: "Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))] [browser_output.txt]"
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 3128•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22929874&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test crashtest on 2013-05-13 22:46:02
slave: panda-0031
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3129•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
past
https://tbpl.mozilla.org/php/getParsedLog.php?id=22919087&tree=Fx-Team
Android 4.0 Panda fx-team opt test robocop-1 on 2013-05-13 15:35:56
slave: panda-0831
23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
24 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Exception caught - junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
05-13 15:48:21.203 I/Robocop ( 2319): 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
05-13 15:48:21.351 I/Robocop ( 2319): junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
05-13 15:48:21.351 I/Robocop ( 2319): 24 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Exception caught - junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
05-13 15:48:22.906 I/TestRunner( 2319): junit.framework.AssertionFailedError: 24 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Exception caught - junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3130•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
past
https://tbpl.mozilla.org/php/getParsedLog.php?id=22915266&tree=Fx-Team
Android 4.0 Panda fx-team opt test jsreftest-2 on 2013-05-13 13:51:50
slave: panda-0809
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3131•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22936590&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-14 03:38:59
slave: panda-0535
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3132•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22939479&tree=Mozilla-Central
Android 4.0 Panda mozilla-central opt test jsreftest-2 on 2013-05-14 04:51:49
slave: panda-0754
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificateStore_Lock]
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Only displaying first 20 of 21 failures -
.
Comment 3133•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
past
https://tbpl.mozilla.org/php/getParsedLog.php?id=22939520&tree=Fx-Team
Android 4.0 Panda fx-team talos remote-tsvg on 2013-05-14 05:04:49
slave: panda-0817
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3134•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
past
https://tbpl.mozilla.org/php/getParsedLog.php?id=22939882&tree=Fx-Team
Android 4.0 Panda fx-team opt test robocop-1 on 2013-05-14 05:04:50
slave: panda-0756
23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
24 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Exception caught - junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
05-14 05:17:49.968 I/Robocop ( 2271): 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
05-14 05:17:50.140 I/Robocop ( 2271): junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
05-14 05:17:50.140 I/Robocop ( 2271): 24 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Exception caught - junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
05-14 05:17:51.960 I/TestRunner( 2271): junit.framework.AssertionFailedError: 24 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Exception caught - junit.framework.AssertionFailedError: 23 INFO TEST-UNEXPECTED-FAIL | testHistoryTab | Awesomebar URL stayed the same - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected http://mochi.test:8888/tests/robocop/robocop_big_link.html
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3135•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
past
https://tbpl.mozilla.org/php/getParsedLog.php?id=22940326&tree=Fx-Team
Android 4.0 Panda fx-team opt test robocop-2 on 2013-05-14 05:04:50
slave: panda-0832
8 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | The number of search results has increased - got 4, expected 5
junit.framework.AssertionFailedError: 8 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | The number of search results has increased - got 4, expected 5
9 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | Exception caught - junit.framework.AssertionFailedError: 8 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | The number of search results has increased - got 4, expected 5
05-14 05:45:50.851 I/Robocop ( 4591): 8 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | The number of search results has increased - got 4, expected 5
05-14 05:45:51.007 I/Robocop ( 4591): junit.framework.AssertionFailedError: 8 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | The number of search results has increased - got 4, expected 5
05-14 05:45:51.007 I/Robocop ( 4591): 9 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | Exception caught - junit.framework.AssertionFailedError: 8 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | The number of search results has increased - got 4, expected 5
05-14 05:45:52.289 I/TestRunner( 4591): junit.framework.AssertionFailedError: 9 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | Exception caught - junit.framework.AssertionFailedError: 8 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | The number of search results has increased - got 4, expected 5
05-14 05:45:50.851 I/Robocop ( 4591): 8 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | The number of search results has increased - got 4, expected 5
05-14 05:45:51.007 I/Robocop ( 4591): junit.framework.AssertionFailedError: 8 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | The number of search results has increased - got 4, expected 5
05-14 05:45:51.007 I/Robocop ( 4591): 9 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | Exception caught - junit.framework.AssertionFailedError: 8 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | The number of search results has increased - got 4, expected 5
05-14 05:45:52.289 I/TestRunner( 4591): junit.framework.AssertionFailedError: 9 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | Exception caught - junit.framework.AssertionFailedError: 8 INFO TEST-UNEXPECTED-FAIL | testAddSearchEngine | The number of search results has increased - got 4, expected 5
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3136•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22941100&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound opt test jsreftest-3 on 2013-05-14 06:13:07
slave: panda-0557
PROCESS-CRASH | Shutdown | application crashed [@ nssCertificate_Destroy]
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3137•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22946767&tree=Mozilla-Central
Android 4.0 Panda mozilla-central talos remote-tp4m_nochrome on 2013-05-14 07:06:02
slave: panda-0857
talosError: 'initialization timed out'
command timed out: 3600 seconds without output, attempting to kill
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3138•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22948763&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-14 09:53:08
slave: panda-0631
PROCESS-CRASH | tsvg | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3139•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
edmorley
https://tbpl.mozilla.org/php/getParsedLog.php?id=22954094&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tp4m_nochrome on 2013-05-14 12:10:02
slave: panda-0030
PROCESS-CRASH | tp4m | application crashed [@ nssCertificate_Destroy]
TypeError: __init__() takes exactly 2 arguments (1 given)
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 113] No route to host
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Comment 3140•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
RyanVM
https://tbpl.mozilla.org/php/getParsedLog.php?id=22957080&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound talos remote-tsvg on 2013-05-14 12:20:09
slave: panda-0546
talosError: 'timeout exceeded'
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 110] Connection timed out
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
Remote Device Error: unable to connect socket: [Errno 111] Connection refused
![]() |
Reporter | |
Comment 3141•12 years ago
|
||
(OrangeWFM bugs not modified in > 2 months)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•