Perma [tier 2] Android backlog /animation-worklet/worklet-animation-cancel.https.html | Testing https://web-platform.test:8443/animation-worklet/worklet-animation-cancel.https.html == http://web-platform.test:8000/animation-worklet/references/not-translat
Categories
(Testing :: web-platform-tests, defect, P5)
Tracking
(firefox102 fixed)
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell needswork:owner][retriggered])
Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=377679304&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XnRh9HqPSxixaI1Zgs9T7w/runs/0/artifacts/public/logs/live_backing.log
Reftest URL: https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XnRh9HqPSxixaI1Zgs9T7w/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
[task 2022-05-11T13:22:56.224Z] 13:22:56 INFO - TEST-START | /animation-worklet/worklet-animation-cancel.https.html
[task 2022-05-11T13:22:56.510Z] 13:22:56 INFO - TEST-UNEXPECTED-ERROR | /animation-worklet/worklet-animation-cancel.https.html | Testing https://web-platform.test:8443/animation-worklet/worklet-animation-cancel.https.html == http://web-platform.test:8000/animation-worklet/references/not-translated-box-ref.html
[task 2022-05-11T13:22:56.510Z] 13:22:56 INFO - TypeError: can't access property "getActor", browsingContext.currentWindowGlobal is null
[task 2022-05-11T13:22:56.510Z] 13:22:56 INFO - loadTestUrl@chrome://remote/content/marionette/reftest.js:675:21
[task 2022-05-11T13:22:56.510Z] 13:22:56 INFO - REFTEST IMAGE 1 (TEST): data:image/png;base64,
[task 2022-05-11T13:22:56.510Z] 13:22:56 INFO - REFTEST IMAGE 2 (REFERENCE): data:image/png;base64,
[task 2022-05-11T13:22:56.511Z] 13:22:56 INFO - TEST-INFO expected TIMEOUT | took 285ms
[task 2022-05-11T13:22:57.247Z] 13:22:57 INFO - STDOUT: cleanup aborted: args: /builds/worker/fetches/android-sdk-linux/platform-tools/adb wait-for-device shell rm /data/data/org.mozilla.geckoview.test_runner/files/mozilla/profiles.ini; echo adb_returncode=$?, exitcode: 1, stdout: rm: /data/data/org.mozilla.geckoview.test_runner/files/mozilla/profiles.ini: No such file or directory
[task 2022-05-11T13:22:57.249Z] 13:22:57 INFO - Closing logging queue
[task 2022-05-11T13:22:57.249Z] 13:22:57 INFO - queue closed
[task 2022-05-11T13:22:57.270Z] 13:22:57 INFO - Setting android reftest preferences
[task 2022-05-11T13:22:57.270Z] 13:22:57 INFO - Setting up ssl
[task 2022-05-11T13:22:57.290Z] 13:22:57 INFO - certutil | b''
[task 2022-05-11T13:22:57.309Z] 13:22:57 INFO - certutil | b''
[task 2022-05-11T13:22:57.326Z] 13:22:57 INFO - certutil | b'\nCertificate Nickname Trust Attributes\n SSL,S/MIME,JAR/XPI\n\nweb-platform-tests CT,, \n'
[task 2022-05-11T13:23:02.795Z] 13:23:02 INFO - STDOUT: timed out waiting for profiles.ini
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
(In reply to Natalia Csoregi [:nataliaCs] from comment #1)
- the reason these are failing I assume it's because these kind of tests (Web platform tests (backlog)) have never run on autoland so we're unable to track it with added jobs or backfills there.
The pushlog from central between last good and first bad is this one.
Could the changes in Bug 1768726 be related? https://hg.mozilla.org/mozilla-central/rev/fabb66e86d29a2335f13d54ebb5122a39e7503dc
Updated•3 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 4•3 years ago
|
||
The failures here morphed into Bug 1769562 after these changes in wpt-sync https://hg.mozilla.org/mozilla-central/rev/ad010cfec5d5
New failure log is: https://treeherder.mozilla.org/logviewer?job_id=378209600&repo=mozilla-central&lineNumber=42428
Comment 5•3 years ago
|
||
(In reply to Cosmin Sabou [:CosminS] from comment #2)
The pushlog from central between last good and first bad is this one.
Could the changes in Bug 1768726 be related? https://hg.mozilla.org/mozilla-central/rev/fabb66e86d29a2335f13d54ebb5122a39e7503dc
I ran these tests locally and I don't think this change is the culprit. The change before it (https://hg.mozilla.org/mozilla-central/rev/3dd1b7e892e013f0909e298fff25d5c4602a27e4) yields the same errors. I was able to successfully run these tests locally with a tree from a day earlier (7a3e1e3cfc7e2457e44cbcf9bc5a6e63da2fcfa5).
So my conclusion is that my changes in bug 1768726 did not cause this regression (they also don't touch anything not related to a11y). If you need help with more bisection let me know.
Comment 6•3 years ago
|
||
I would look into bug 1754004 since it touched IPC stuff and the js error regarding browsingContext.currentWindowGlobal
being null is suspicious.
Comment 7•2 years ago
|
||
Fixed with the latest wpt-sync here: https://hg.mozilla.org/mozilla-central/rev/cffde5c9938cf1b997baba1d4443ec552020545f
Description
•