Describe the bug
I have noticed recently that often CI checks fail on main (not PRs). For example, looking at: https://github.com/apache/datafusion/commits/main/
If you look at what is failing it is that these jobs are "cancelled"
To Reproduce
I am not sure why they don't pass or fail all the time. Maybe it is related to if we have merged another PR within a short time?
Here is an example failure:
https://github.com/apache/datafusion/actions/runs/25127768271/job/73645414258
Disk space before cleanup:
Filesystem Size Used Avail Use% Mounted on
overlay 145G 59G 86G 41% /
tmpfs 64M 0 64M 0% /dev
shm 64M 0 64M 0% /dev/shm
/dev/root 145G 59G 86G 41% /__t
tmpfs 3.2G 1.1M 3.2G 1% /run/docker.sock
tmpfs 7.9G 0 7.9G 0% /proc/acpi
tmpfs 7.9G 0 7.9G 0% /proc/scsi
tmpfs 7.9G 0 7.9G 0% /sys/firmware
context canceled
Error: The operation was canceled.
It seems to only affect "Dependencies" jobs
Expected behavior
Additional context
No response
Describe the bug
I have noticed recently that often CI checks fail on main (not PRs). For example, looking at: https://github.com/apache/datafusion/commits/main/
If you look at what is failing it is that these jobs are "cancelled"
To Reproduce
I am not sure why they don't pass or fail all the time. Maybe it is related to if we have merged another PR within a short time?
Here is an example failure:
https://github.com/apache/datafusion/actions/runs/25127768271/job/73645414258
It seems to only affect "Dependencies" jobs
Expected behavior
Additional context
No response