The GitHub Actions job "Required Checks" on 
texera.git/ci/self-hosted-runner-routing has failed.
Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).

Head commit for run:
af55068d27619164a3feca8b9e3799dff6fbd465 / Yicong Huang 
<[email protected]>
ci: make dist unpacking and named containers self-healing

The cleanup step added in the previous commit only runs at the end of a
job, so it cannot recover state that is already on the runner: a job
killed outright (OOM, runner restart) never reaches it, and neither did
any run that predates it. Two entry points assumed a clean slate and
broke on the leftovers:

  * unzip into /tmp/dists stopped on an interactive overwrite prompt
    ("replace ...? [y]es, [n]o" with no stdin -> exit 1), which failed
    amber-integration, both platform matrices and platform-integration.
  * `docker run --name postgres|minio|lakekeeper|lakefs` would collide
    with a container a killed job left running.

Each now removes its own leftovers before creating them, so a job is
correct on a dirty runner rather than only on a clean one. The cleanup
steps also narrow their /tmp/dists removal to the dist prefix the job
itself unpacked, so they cannot disturb another job should /tmp ever be
shared.

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/31226217065

With regards,
GitHub Actions via GitBox

Reply via email to