Closed
Bug 1828646
Opened 2 years ago
Closed 2 years ago
Perma lint [tier 2] TypeError: expected string or bytes-like object
Categories
(Developer Infrastructure :: Lint and Formatting, defect, P5)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox-esr102 unaffected, firefox112 unaffected, firefox113 unaffected, firefox114 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox112 | --- | unaffected |
firefox113 | --- | unaffected |
firefox114 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Filed by: ctuns [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=412834774&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/LT02Oz_dQcy4Hwh78SznrA/runs/0/artifacts/public/logs/live_backing.log
[task 2023-04-18T11:31:20.291Z] {"action": "log", "time": 1681817480291, "thread": "MainThread", "pid": 11, "source": "web-platform-tests", "message": " /css/CSS2/pagination/rowgroup-page-break-inside-avoid-3-print.html ('PASS', ['TIMEOUT']) ('PASS', []) False", "level": "DEBUG"}
[task 2023-04-18T11:31:20.297Z] Traceback (most recent call last):
[task 2023-04-18T11:31:20.297Z] File "/builds/worker/checkouts/gecko/testing/web-platform/mach_commands.py", line 377, in run
[task 2023-04-18T11:31:20.297Z] return fissionregressions.run(logger, src_root, obj_root, **kwargs)
[task 2023-04-18T11:31:20.297Z] File "/builds/worker/checkouts/gecko/testing/web-platform/fissionregressions.py", line 416, in run
[task 2023-04-18T11:31:20.297Z] if reason and maybe_bug_re.match(reason):
[task 2023-04-18T11:31:20.297Z] TypeError: expected string or bytes-like object
[task 2023-04-18T11:31:20.304Z] > /builds/worker/checkouts/gecko/testing/web-platform/fissionregressions.py(416)run()
[task 2023-04-18T11:31:20.304Z] -> if reason and maybe_bug_re.match(reason):
[taskcluster:error] Task timeout after 2700 seconds. Force killing container.
[taskcluster 2023-04-18 12:09:49.298Z] === Task Finished ===
[taskcluster 2023-04-18 12:09:49.298Z] Unsuccessful task run with exit code: -1 completed in 2701.445 seconds
Comment 1•2 years ago
|
||
:peterv, since you are the author of the regressor, bug 1804140, could you take a look?
For more information, please visit auto_nag documentation.
Flags: needinfo?(peterv)
Comment 2•2 years ago
|
||
I think this was fixed by https://hg.mozilla.org/integration/autoland/rev/b510f986359720441f105aecc48553732d7e988b
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(peterv)
Resolution: --- → FIXED
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1804140
status-firefox112:
--- → unaffected
status-firefox113:
--- → unaffected
status-firefox114:
--- → affected
status-firefox-esr102:
--- → unaffected
Updated•2 years ago
|
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•