apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.33k stars 1.2k forks source link

Flaky `Setup Rust toolchain` step: "Error: The operation was canceled." #13494

Closed findepi closed 2 days ago

findepi commented 2 days ago

https://github.com/apache/datafusion/actions/runs/11914696230/job/33203236713?pr=13489

Getting action download info
Run ./.github/actions/setup-builder
Run RETRY="ci/scripts/retry"
  RETRY="ci/scripts/retry"
  "${RETRY}" apt-get update
  "${RETRY}" apt-get install -y protobuf-compiler
  shell: bash --noprofile --norc -e -o pipefail {0}
+ apt-get update
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Ign:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:[3](https://github.com/apache/datafusion/actions/runs/11914696230/job/33203236713?pr=13489#step:4:3) http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Error: The operation was canceled.
image

-- apparently the operation can hang. Lack of network level timeout?