The GitHub Actions job "Flink CI (beta)" on flink.git/master has failed. Run started by GitHub user MartijnVisser (triggered by MartijnVisser).
Head commit for run: 5c0e9a8b45fbb264cdbc48640aa4d890d97fb41f / Martijn Visser <[email protected]> [FLINK-39865][ci] Replace abandoned travis-ci artifacts uploader with AWS CLI for nightly S3 upload The nightly "Upload artifacts to S3" step installed the travis-ci/artifacts uploader via `curl ... | bash`. That installer downloads its binary from a hardcoded travis-ci S3 bucket which now returns HTTP 403, so the XML error page was saved as the `artifacts` binary and executed, breaking every nightly run since 2026-06-02. The travis-ci/artifacts project is abandoned. Replace it with the maintained AWS CLI (`aws s3 cp --recursive`), installing AWS CLI v2 in the build container when absent. Credentials are now read from the environment (AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY) instead of being passed as command-line arguments, so they no longer appear in the `set -x` trace. The default (private) ACL and bucket-root upload layout are preserved. Generated-by: Claude Code (Opus 4.8) Report URL: https://github.com/apache/flink/actions/runs/27037477649 With regards, GitHub Actions via GitBox
