Closed
Bug 1905797
Opened 9 months ago
Closed 9 months ago
[rustc-nightly] Perma tools/lint/test/test_rustfmt.py::test_basic[rust] TEST-UNEXPECTED-FAIL
Categories
(Developer Infrastructure :: Source Code Analysis, defect, P5)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: glandium)
References
Details
Attachments
(1 file)
Filed by: mh [at] glandium.org
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=464752196&repo=toolchains
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DJYaZkooSFansbkhHb014Q/runs/0/artifacts/public/logs/live_backing.log
[task 2024-07-01T20:45:21.229Z] =================================== FAILURES ===================================
[task 2024-07-01T20:45:21.229Z] _______________________________ test_basic[rust] _______________________________
[task 2024-07-01T20:45:21.229Z] tools/lint/test/test_rustfmt.py:16: in test_basic
[task 2024-07-01T20:45:21.229Z] assert len(results) >= 1
[task 2024-07-01T20:45:21.229Z] E assert 0 >= 1
[task 2024-07-01T20:45:21.229Z] E + where 0 = len([])
[task 2024-07-01T20:45:21.229Z] ----------------------------- Captured stdout call -----------------------------
[task 2024-07-01T20:45:21.229Z] []
[task 2024-07-01T20:45:21.229Z] ----------------------------- Captured stderr call -----------------------------
[task 2024-07-01T20:45:21.229Z] 20:44:59.382 rust (548) | Found version: 1.7.1. Minimal expected version: 1.4.12
[task 2024-07-01T20:45:21.229Z] 20:44:59.382 rust (548) | Command: /builds/worker/fetches/rustc/bin/rustfmt --check
[task 2024-07-01T20:45:21.229Z] ------------------------------ Captured log call -------------------------------
[task 2024-07-01T20:45:21.230Z] DEBUG mozlint:__init__.py:144 Found version: 1.7.1. Minimal expected version: 1.4.12
[task 2024-07-01T20:45:21.230Z] DEBUG mozlint:__init__.py:157 Command: /builds/worker/fetches/rustc/bin/rustfmt --check
Assignee | ||
Updated•9 months ago
|
Assignee: nobody → mh+mozilla
Blocks: rustc-1.81
Assignee | ||
Comment 1•9 months ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/cf2f1ecba33f
Account for the new format of diff lines in rustfmt nightly output. r=sylvestre
Comment 3•9 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•