Closed
Bug 1855537
Opened 1 year ago
Closed 1 year ago
Perma Linting [tier 2] KeyError: 'display'
Categories
(Developer Infrastructure :: Lint and Formatting, defect, P5)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox-esr115 unaffected, firefox118 unaffected, firefox119 unaffected, firefox120 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox118 | --- | unaffected |
firefox119 | --- | unaffected |
firefox120 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: ahal)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
Filed by: ctuns [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=430529009&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EPyFbqh3R-miJSp1PwSjmw/runs/0/artifacts/public/logs/live_backing.log
[task 2023-09-27T18:12:51.251Z] {"action":"log","time":1695838371250,"thread":"MainThread","pid":14,"source":"web-platform-tests","message":"Loading tests linux-opt baseline","level":"INFO"}
[task 2023-09-27T18:12:54.391Z] Traceback (most recent call last):
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/mach_commands.py", line 380, in run
[task 2023-09-27T18:12:54.391Z] return fissionregressions.run(logger, src_root, obj_root, **kwargs)
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/fissionregressions.py", line 392, in run
[task 2023-09-27T18:12:54.391Z] test_loader = testloader.TestLoader(
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/testloader.py", line 373, in __init__
[task 2023-09-27T18:12:54.391Z] self._load_tests()
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/testloader.py", line 447, in _load_tests
[task 2023-09-27T18:12:54.391Z] for test_path, test_type, test in self.iter_tests(run_info, manifest_filters):
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/testloader.py", line 428, in iter_tests
[task 2023-09-27T18:12:54.391Z] inherit_metadata, test_metadata = self.load_metadata(run_info, manifest_file, metadata_path, test_path)
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/testloader.py", line 407, in load_metadata
[task 2023-09-27T18:12:54.391Z] test_metadata = manifestexpected.get_manifest(
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/manifestexpected.py", line 507, in get_manifest
[task 2023-09-27T18:12:54.391Z] return static.compile(f,
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/backends/static.py", line 99, in compile
[task 2023-09-27T18:12:54.391Z] return compile_ast(parse(stream),
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/backends/static.py", line 92, in compile_ast
[task 2023-09-27T18:12:54.391Z] return Compiler().compile(ast,
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/backends/static.py", line 31, in compile
[task 2023-09-27T18:12:54.391Z] return self._compile(tree, data_cls_getter, **kwargs)
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/backends/base.py", line 35, in _compile
[task 2023-09-27T18:12:54.391Z] self.visit(tree)
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/node.py", line 9, in visit
[task 2023-09-27T18:12:54.391Z] return func(node)
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/backends/base.py", line 54, in visit_DataNode
[task 2023-09-27T18:12:54.391Z] self.visit(child)
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/node.py", line 9, in visit
[task 2023-09-27T18:12:54.391Z] return func(node)
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/backends/base.py", line 54, in visit_DataNode
[task 2023-09-27T18:12:54.391Z] self.visit(child)
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/node.py", line 9, in visit
[task 2023-09-27T18:12:54.391Z] return func(node)
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/backends/static.py", line 37, in visit_KeyValueNode
[task 2023-09-27T18:12:54.391Z] value = self.visit(child)
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/node.py", line 9, in visit
[task 2023-09-27T18:12:54.391Z] return func(node)
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/backends/static.py", line 46, in visit_ConditionalNode
[task 2023-09-27T18:12:54.391Z] if self.visit(node.children[0]):
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/node.py", line 9, in visit
[task 2023-09-27T18:12:54.391Z] return func(node)
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/backends/static.py", line 76, in visit_BinaryExpressionNode
[task 2023-09-27T18:12:54.391Z] operand_0 = self.visit(node.children[1])
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/node.py", line 9, in visit
[task 2023-09-27T18:12:54.391Z] return func(node)
[task 2023-09-27T18:12:54.391Z] File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/backends/static.py", line 56, in visit_VariableNode
[task 2023-09-27T18:12:54.391Z] value = self.expr_data[node.data]
[task 2023-09-27T18:12:54.391Z] KeyError: 'display'
[task 2023-09-27T18:12:54.391Z] > /builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/backends/static.py(56)visit_VariableNode()
[task 2023-09-27T18:12:54.391Z] -> value = self.expr_data[node.data]
[taskcluster:error] Task timeout after 2700 seconds. Force killing container.
[taskcluster 2023-09-27 18:57:25.153Z] === Task Finished ===
[taskcluster 2023-09-27 18:57:25.154Z] Unsuccessful task run with exit code: -1 completed in 2700.862 seconds
Comment 1•1 year ago
|
||
:ahal, since you are the author of the regressor, bug 1855344, could you take a look?
For more information, please visit BugBot documentation.
Flags: needinfo?(ahal)
Updated•1 year ago
|
Summary: Intermittent KeyError: 'display' → Perma Linting [tier 2] KeyError: 'display'
Comment 2•1 year ago
|
||
Set release status flags based on info from the regressing bug 1855344
status-firefox118:
--- → unaffected
status-firefox119:
--- → unaffected
status-firefox120:
--- → affected
status-firefox-esr115:
--- → unaffected
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → ahal
Assignee | ||
Updated•1 year ago
|
Status: NEW → ASSIGNED
Flags: needinfo?(ahal)
Assignee | ||
Comment 3•1 year ago
|
||
Comment hidden (Intermittent Failures Robot) |
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1abb269d873e
Add 'display' to run_info in `source-test-wpt-manifest-fission-regressions`, r=jgraham
Comment 6•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•