actions-toolkit icon indicating copy to clipboard operation
actions-toolkit copied to clipboard

Failed to install docker on macos-15-intel

Open crazy-max opened this issue 1 month ago • 0 comments

relates to https://github.com/docker/actions-toolkit/pull/851#issuecomment-3521138455

Docker install fails on macos since Nov, 7:

  • https://github.com/docker/actions-toolkit/actions/runs/19273597201/job/55124948147#step:10:369
  • https://github.com/docker/actions-toolkit/actions/workflows/test.yml
  time="2025-11-11T21:21:02Z" level=info msg="SSH Local Port: 49280"
  time="2025-11-11T21:21:02Z" level=info msg="[hostagent] Waiting for the essential requirement 1 of 4: \"ssh\""
  time="2025-11-11T21:21:12Z" level=info msg="[hostagent] Waiting for the essential requirement 1 of 4: \"ssh\""
  time="2025-11-11T21:36:00Z" level=fatal msg="did not receive an event with the \"running\" status"

Only diff I found is QEMU being updated from 10.1.1 to 10.1.2:

QEMU version
  /usr/local/bin/qemu-system-x86_64 --version
  QEMU emulator version 10.1.2
  Copyright (c) 2003-2025 Fabrice Bellard and the QEMU Project developers

macOS runner is unchanged:

Hosted Compute Agent
Version: 20251016.436
Commit: 8ab8ac8bfd662a3739dab9fe09456aba92132568
Build Date: 2025-10-15T20:44:12Z

crazy-max avatar Nov 12 '25 10:11 crazy-max