hangs for 2 minutes while storing buildx in cache (original) (raw)

Contributing guidelines

I've found a bug, and:

Description

setup-buildx-action consistently hangs for 2 minutes.

Expected behaviour

No pause

Actual behaviour

pause

Repository URL

private

Workflow run URL

private

YAML workflow

Relevant snippet:

  - name: Docker Login
    uses: docker/login-action@v2
    with:
      username: my_username
      password: ${{ secrets.MY_PAT }}

  - name: Setup Hydrobuild
    uses: docker/setup-buildx-action@v3
    with:
      version: "lab:latest"
      driver: cloud
      endpoint: my-endpoint
      install: true

Workflow logs

::group::Inspect builder
Thu, 25 Jan 2024 15🔞40 GMT
Inspect builder
...
Thu, 25 Jan 2024 15🔞40 GMT
  ::endgroup::
Thu, 25 Jan 2024 15:20:48 GMT
##[debug]Node Action run completed with exit code 0

(Note the long pause between inspecting the builder and the node action completing)

BuildKit logs

No response

Additional info

@crazy-max spent some time poking at this and couldn't figure it out. but some additional data points: