https://github.com/oxidecomputer/dropshot/pull/136/checks?check_run_id=3877374795 has an example [Paraphrasing from my comment elsewhere](https://github.com/oxidecomputer/dropshot/pull/136#issuecomment-942337608): - We have some tests that check for "compiler failures" looking like we want - I suspect the compiler changed, and the compiler output changed - This change - though probably innocent - caused "expected != actual", and the test failed. The only line that changed was actually part of the compiler message giving path hints: ``` Expected: ::: $WORKSPACE/dropshot/src/api_description.rs ``` vs ``` Actual: ::: src/api_description.rs:54:33 ``` This is repro-d on a no-op change: https://github.com/oxidecomputer/dropshot/pull/137