Closed Bug 1563904 Opened 5 years ago Closed 5 years ago

Intermittent INFRA-ERROR: Failed to install geckoview_example.apk after ADBTimeoutError

Categories

(Testing :: Mozbase, defect, P5)

Version 3
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1500266

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure, regression)

Filed by: dvarga [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=255091752&repo=mozilla-central
Full log: https://queue.taskcluster.net/v1/task/cqfC-O0KS0yHKySSqFFr1A/runs/0/artifacts/public/logs/live_backing.log


13:04:32     INFO - New mozdevice with adb=adb, device=HT85R1A01491
13:04:32     INFO - adb -s HT85R1A01491 logcat -v threadtime Trace:S StrictMode:S ExchangeService:S
13:04:35     INFO - Failed to install /builds/task_1562418220/workspace/build/geckoview_example.apk on pixel2-28: ADBProcessError args: adb wait-for-device install /builds/task_1562418220/workspace/build/geckoview_example.apk, exitcode: 1, stdout: adb: failed to install /builds/task_1562418220/workspace/build/geckoview_example.apk: Performing Streamed Install
13:04:35    FATAL - INFRA-ERROR: Failed to install geckoview_example.apk
13:04:35    FATAL - Running post_fatal callback...
13:04:35    FATAL - Exiting 4
13:04:35     INFO - Killing logcat pid 491.
13:04:35     INFO - Running post-action listener: _resource_record_post_action
13:04:35     INFO - [mozharness: 2019-07-06 13:04:35.785508Z] Finished install step (failed)
13:04:35     INFO - Running post-run listener: _resource_record_post_run
13:04:35     INFO - Total resource usage - Wall time: 6s; CPU: 3.0%; Read bytes: 1490944; Write bytes: 4816896; Read time: 0; Write time: 26828
13:04:35     INFO - TinderboxPrint: CPU usage<br/>3.2%
13:04:35     INFO - TinderboxPrint: I/O read bytes / time<br/>1,490,944 / 0
13:04:35     INFO - TinderboxPrint: I/O write bytes / time<br/>4,816,896 / 26,828
13:04:35     INFO - TinderboxPrint: CPU idle<br/>22.5 (94.3%)
13:04:35     INFO - TinderboxPrint: CPU iowait<br/>0.6 (2.4%)
13:04:35     INFO - TinderboxPrint: CPU system<br/>0.3 (1.4%)
13:04:35     INFO - TinderboxPrint: CPU user<br/>0.4 (1.7%)
13:04:35     INFO - TinderboxPrint: Swap in / out<br/>0 / 0
13:04:35     INFO - install - Wall time: 7s; CPU: 3.0%; Read bytes: 1490944; Write bytes: 4816896; Read time: 0; Write time: 26828
cleanup
+ cleanup
+ local rv=4
+ [[ -s /builds/worker/.xsession-errors ]]
+ false
+ exit 4

(In reply to Treeherder Bug Filer from comment #0)

Filed by: dvarga [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=255091752&repo=mozilla-central
Full log: https://queue.taskcluster.net/v1/task/cqfC-O0KS0yHKySSqFFr1A/runs/0/artifacts/public/logs/live_backing.log

That parsed log link points to a different error on a different device

11:57:12     INFO - adb -s FA84B1A00179 logcat -v threadtime Trace:S StrictMode:S ExchangeService:S
12:02:12     INFO - Failed to install /builds/task_1562414179/workspace/build/geckoview_example.apk on pixel2-21: ADBTimeoutError args: adb wait-for-device install /builds/task_1562414179/workspace/build/geckoview_example.apk, exitcode: None, stdout: 
12:02:12    FATAL - INFRA-ERROR: Failed to install geckoview_example.apk
12:02:12    FATAL - Running post_fatal callback...
12:02:12    FATAL - Exiting 4

This is really just another ADBTimeoutError and should be tracked with the others as there is nothing specific about the test regarding this error.

No specific pattern in devices
2 pixel2-21
1 pixel2-60
1 pixel2-54
1 pixel2-45
1 pixel2-43
1 pixel2-33
1 pixel2-32
1 pixel2-31
1 pixel2-28
1 pixel2-26

Type: -- → defect
Summary: Intermittent INFRA-ERROR: Failed to install geckoview_example.apk after adb -s HT85R1A01491 logcat -v threadtime Trace:S StrictMode:S ExchangeService:S → Intermittent INFRA-ERROR: Failed to install geckoview_example.apk after ADBTimeoutError

Most of these are misclassifications. I check them all and found a couple of

subprocess.CalledProcessError: Command '['/builds/task_1562949224/workspace/testing/mozproxy/host-utils-68.0a1.en-US.linux-x86_64/certutil', '-d', 'sql:/tmp/tmpUVkMxA.mozrunner/', '-L']' returned non-zero exit status 255

and lots of

INFO - Failed to install /builds/task_1563037439/workspace/build/geckoview_example.apk on <device>: ADBTimeoutError args: adb wait-for-device install /builds/task_1563037439/workspace/build/geckoview_example.apk, exitcode: None, stdout:

and

INFRA-ERROR: ADBTimeoutError Failed to install geckoview_example.apk

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE

All but one of these were ABBTimeoutErrors. The other was an ADBProcessError. pixel2-57 had the most with 4.

You need to log in before you can comment on or make changes to this bug.