You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drewrelmas
changed the title
[Rust CI] Known issues with cargo_deny jobs on new Rust projects
[Rust CI] Known issues with cargo_deny and clippy jobs on new Rust projects
Apr 1, 2025
Since #317 forecasts ongoing Rust-CI failures for the foreseeable
future, it is convenient to only run Rust CI when the git diff actually
touches something under the `rust/` directory (and vice-versa for the Go
CI).
This will be a little cleaner in the future if all Go code is isolated
under a `go/` directory. For now, the Go-CI will run if something
outside of `rust/` is touched.
Will also help in cases like #311 which only touch Go code - hiding
unrelated job failures.
Co-authored-by: Joshua MacDonald <[email protected]>
drewrelmas
changed the title
[Rust CI] Known issues with cargo_deny and clippy jobs on new Rust projects
[Rust CI] Known issues with new Rust CI jobs
May 9, 2025
Uh oh!
There was an error while loading. Please reload this page.
After some recent additions of Rust code to the repository, there are some issues flagged by cargo deny and clippy in the new CI.
To help burndown these issues, there are 3 sub-issues opened:
It is currently expected for the
cargo_deny
jobs to fail both in PR and main branch until these issues are fully resolved.The
clippy
job passes, but ideally it should break the build on any detected problems.In addition, there is a known issue in the
otel-arrow-rust
subfolder causingfmt
andtest_and_coverage
jobs to fail:fmt
andtest_and_coverage
jobs #403 (fmt and test_and_coverage jobs)The text was updated successfully, but these errors were encountered: