Closed Bug 1581223 Opened 5 years ago Closed 5 years ago

Perma raptor speedometer [taskcluster:error] Task aborted - max run time exceeded

Categories

(Testing :: Raptor, defect, P1)

Version 3
defect

Tracking

(firefox-esr60 unaffected, firefox-esr68 unaffected, firefox69 unaffected, firefox70 unaffected, firefox71 fixed)

RESOLVED FIXED
mozilla71
Tracking Status
firefox-esr60 --- unaffected
firefox-esr68 --- unaffected
firefox69 --- unaffected
firefox70 --- unaffected
firefox71 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: robwu)

References

(Regression)

Details

(Keywords: intermittent-failure, regression)

Attachments

(1 file)

Filed by: csabou [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=266601867&repo=autoland
Full log: https://queue.taskcluster.net/v1/task/Vi-IRcafQo6yqHjIRotZXw/runs/0/artifacts/public/logs/live_backing.log


[task 2019-09-13T20:13:06.381Z] 20:13:00 INFO - adb Granting important runtime permissions to org.mozilla.geckoview_example
[task 2019-09-13T20:13:06.381Z] 20:13:01 INFO - adb shell_output: adb -s ZY322HN3J9 wait-for-device shell pm grant org.mozilla.geckoview_example android.permission.WRITE_EXTERNAL_STORAGE, timeout: None, root: False, timedout: None, exitcode: 0, output:
[task 2019-09-13T20:13:06.381Z] 20:13:02 INFO - adb shell_output: adb -s ZY322HN3J9 wait-for-device shell pm grant org.mozilla.geckoview_example android.permission.READ_EXTERNAL_STORAGE, timeout: None, root: False, timedout: None, exitcode: 0, output:
[task 2019-09-13T20:13:06.381Z] 20:13:03 INFO - adb shell_output: adb -s ZY322HN3J9 wait-for-device shell pm grant org.mozilla.geckoview_example android.permission.ACCESS_COARSE_LOCATION, timeout: None, root: False, timedout: None, exitcode: 0, output:
[task 2019-09-13T20:13:06.381Z] 20:13:04 INFO - adb shell_output: adb -s ZY322HN3J9 wait-for-device shell pm grant org.mozilla.geckoview_example android.permission.ACCESS_FINE_LOCATION, timeout: None, root: False, timedout: None, exitcode: 0, output:
[task 2019-09-13T20:13:06.381Z] 20:13:05 INFO - adb shell_output: adb -s ZY322HN3J9 wait-for-device shell pm grant org.mozilla.geckoview_example android.permission.CAMERA, timeout: None, root: False, timedout: None, exitcode: 0, output:
[task 2019-09-13T20:13:06.381Z] 20:13:06 INFO - adb shell_output: adb -s ZY322HN3J9 wait-for-device shell pm grant org.mozilla.geckoview_example android.permission.RECORD_AUDIO, timeout: None, root: False, timedout: None, exitcode: 0, output:
[taskcluster:error] Aborting task...
[taskcluster:warn 2019-09-13T20:22:33.980Z] no such process
[taskcluster 2019-09-13T20:22:33.981Z] === Task Finished ===
[taskcluster 2019-09-13T20:22:33.981Z] Task Duration: 15m0.000602401s
[taskcluster 2019-09-13T20:22:34.582Z] Uploading artifact public/logs/localconfig.json from file workspace/logs/localconfig.json with content encoding "gzip", mime type "application/json" and expiry 2020-09-12T20:05:16.988Z
[taskcluster 2019-09-13T20:22:35.101Z] Uploading artifact public/test_info/logcat-ZY322HN3J9.log from file workspace/build/blobber_upload_dir/logcat-ZY322HN3J9.log with content encoding "gzip", mime type "text/plain" and expiry 2020-09-12T20:05:16.988Z
[taskcluster 2019-09-13T20:22:35.956Z] Uploading redirect artifact public/logs/live.log to URL https://queue.taskcluster.net/v1/task/Vi-IRcafQo6yqHjIRotZXw/runs/0/artifacts/public/logs/live_backing.log with mime type "text/plain; charset=utf-8" and expiry 2020-09-12T20:05:16.988Z
[taskcluster:error] Task aborted - max run time exceeded

I need to find a way to pull the adb logcat for those Raptor tests.

If the cause of the failure cannot be found, and these tests need to be enabled, then add the following to testing/profiles/raptor/user.js:

// Ignore extension (deprecation) warnings until we've fixed them.
user_pref("extensions.webextensions.warnings-as-errors", false);
Assignee: nobody → rob
Status: NEW → ASSIGNED
Priority: P5 → P1

Found logcat: https://taskcluster-artifacts.net/Vi-IRcafQo6yqHjIRotZXw/0/public/test_info/logcat-ZY322HN3J9.log

09-13 20:13:09.100 8043 8058 I Gecko : 1568405589100 addons.webextension.<unknown> WARN Loading extension 'null': Reading manifest: Warning processing permissions: Error processing permissions.4: Value "geckoProfiler" must either: must either [must either [be one of ["clipboardRead", "clipboardWrite", "geolocation", "idle", "notifications"], be one of ["browserSettings"], be one of ["cookies"], be one of ["downloads", "downloads.open"], be one of ["webRequest", "webRequestBlocking"], be one of ["webNavigation"], or be one of ["activeTab", "tabs"]], be one of ["alarms", "mozillaAddons", "storage", "unlimitedStorage"], be one of ["contextualIdentities"], be one of ["dns"], be one of ["activityLog"], be one of ["management"], be one of ["memory"], be one of ["networkStatus"], be one of ["privacy"], be one of ["proxy"], be one of ["nativeMessaging"], be one of ["telemetry"], be one of ["theme"], be one of ["browsingData"], be one of ["geckoViewAddons"], or match the pattern /^experiments(.\w+)+$/], or must either [be one of ["<all_urls>"], must eith
09-13 20:13:09.100 8043 8058 I GeckoConsole: Treating warning as error because the preference extensions.webextensions.warnings-as-errors is set to true

The geckoProfiler permission is not supported on Android, because the API is not available: https://searchfox.org/mozilla-central/rev/053579099d936e26393ac10b809b14fb5841c0f0/toolkit/components/extensions/schemas/jar.mn#24-26

Pushed by rob@robwu.nl: https://hg.mozilla.org/integration/autoland/rev/1213d24d1214 Ignore extension warning by Raptor on Android r=mixedpuppy
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: