kumarUjjawal opened a new issue, #25705: URL: https://github.com/apache/datafusion/issues/25705
### Describe the bug The `cargo test datafusion-cli (amd64)` job fails on every merge queue run since 2026-09-24 12:59 UTC. Failed run: https://github.com/apache/datafusion/actions/runs/36002655999/job/107643630500 `quay.io/minio/minio` no longer allows anonymous pulls: ``` failed to pull the image 'quay.io/minio/minio:RELEASE.2025-02-28T09-55-16Z', error: Docker responded with status code 500: unauthorized: access to the requested resource is not authorized ``` Failing tests in `datafusion-cli/tests/cli_integration.rs`: - `test_aws_options` - `test_object_store_profiling` - `test_cli` - `test_s3_url_fallback` This is not a flaky failure. The anonymous pull token for `quay.io/minio/minio` has no `pull` action. ### Context - #25215 moved the image from Docker Hub to quay.io after MinIO removed `minio/minio` from Docker Hub. - The MinIO open source project is archived, so the quay.io image is now also unavailable. ### Possible fix Replace MinIO with another S3 compatible server, for example RustFS (`rustfs/rustfs` on Docker Hub). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
