Transient runner/cache issue on the macos-15, aarch64-apple-darwin jobs in run 25867121979. After the rust-cache restore, /Users/runner/.cargo/bin/cargo resolved to rustup-init (the installer) rather than the rustup proxy, producing error: unexpected argument 'build' found / Usage: rustup-init[EXE] [OPTIONS] on build-prqlc-c and the analogous error: unexpected argument 'test' found on test-rust-main.
Same failure shape and runner image as the earlier-today transient diagnosed in #5885 — both jobs hit it on the macos-15-arm64 image while sibling macOS jobs on the same commit (e.g. build-prqlc (macos-15, aarch64-apple-darwin) and test-python (macos-15)) succeeded.
Re-ran the failed jobs (attempt 2); both passed and the run is now green. Closing as transient.
Transient runner/cache issue on the
macos-15, aarch64-apple-darwinjobs in run 25867121979. After the rust-cache restore,/Users/runner/.cargo/bin/cargoresolved torustup-init(the installer) rather than the rustup proxy, producingerror: unexpected argument 'build' found / Usage: rustup-init[EXE] [OPTIONS]onbuild-prqlc-cand the analogouserror: unexpected argument 'test' foundontest-rust-main.Same failure shape and runner image as the earlier-today transient diagnosed in #5885 — both jobs hit it on the macos-15-arm64 image while sibling macOS jobs on the same commit (e.g.
build-prqlc (macos-15, aarch64-apple-darwin)andtest-python (macos-15)) succeeded.Re-ran the failed jobs (attempt 2); both passed and the run is now green. Closing as transient.