Skip to content

Actions can be broken by changed compiler output #138

@smklein

Description

@smklein

https://github.com/oxidecomputer/dropshot/pull/136/checks?check_run_id=3877374795 has an example

Paraphrasing from my comment elsewhere:

  • 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: #137

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions