findepi commented on PR #6804: URL: https://github.com/apache/arrow-rs/pull/6804#issuecomment-2500060122
The PR is expected to fail because (1) i didn't remove all the dependencies flagged by the lint and (2) there are false-positives. However, it failed in an unexpected way https://github.com/apache/arrow-rs/actions/runs/12027104363/job/33527467696?pr=6804 ``` Run cargo clippy -- -D warnings cargo clippy -- -D warnings shell: sh -e {0} env: RUSTFLAGS: -C debuginfo=1 RUST_BACKTRACE: 1 error: failed to parse manifest at `/__w/arrow-rs/arrow-rs/object_store/Cargo.toml` Caused by: error inheriting `lints` from workspace root manifest's `workspace.lints` Caused by: failed to find a workspace root ``` Any idea why `failed to find a workspace root`? i am not getting this error when i run ``` cargo clean RUSTFLAGS="-C debuginfo=1" RUST_BACKTRACE=1 cargo +stable clippy -- -D warnings ``` locally -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
