-
Notifications
You must be signed in to change notification settings - Fork 636
Description
Description:
Runner crashing on arm64 Ubuntu with Python 3.12.
Version 3.12 is available for downloading
Download from "https://github.com/actions/python-versions/releases/download/3.12.9-13149478207/python-3.12.9-linux-22.04-arm64.tar.gz"
Extract downloaded archive
/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/21fe679b-ead0-4849-80b4-714b2d7c9484 -f /home/runner/work/_temp/215e9730-ce84-4c28-b02a-4bac101e769b
/usr/bin/tar: ./lib/python3.12/config-3.12-aarch64-linux-gnu/libpython3.12.a: Wrote only 6656 of 10240 bytes
Action version:
Specify the action version
Platform:
- Ubuntu (arm64)
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Tools version:
3.12 (only one I am using)
Repro steps:
It is not consistent, but fails sometimes.
- https://github.com/LizardByte/Sunshine/actions/runs/13988248293/attempts/1?pr=3742
- https://github.com/LizardByte/Sunshine/actions/runs/13988248293/attempts/2?pr=3742
I'm not sure, but it might be related to me using the maximize build space
action; however I have been using that for years and this issue just started popping up. Edit: This action has been used for years on the standard runner. The arm runner is somewhat new, but it had been working fine there for probably 2-3 months.
Edit: The runner should not be out of space at this point since this occurs near the beginning of the workflow. Normally if we run out of space it happens during the CUDA installation, which happens quite a bit later.
Expected behavior:
Install Python without crashing the runner.
Actual behavior:
Runner crashes in the middle of installing Python.