alamb opened a new pull request, #11789: URL: https://github.com/apache/datafusion/pull/11789
## Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/11788 ## Rationale for this change When the MSRV CI check fails it does not say what is wrong or offer specific advice on how to fix it. For example: CI failure: https://github.com/apache/datafusion/actions/runs/10204347289/job/28280296775?pr=11627 Output error: ``` Run # If you encounter an error with any of the commands below Fetching index Verifying the Minimum Supported Rust Version (MSRV) for toolchain x86_64-unknown-linux-gnu Using check command cargo check Failed check command cargo check didn't succeed Crate source was found to be incompatible with its MSRV '1.76.0', as defined in '/__w/datafusion/datafusion/datafusion/core/Cargo.toml' Error: Process completed with exit code 1. ``` ## What changes are included in this PR? 1. Add `--logfile stdout` so errors are printed to the log 2. Update comments in CI check explaining how to fix. ## Are these changes tested? Yes (in progress) ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org