docker / setup-qemu-action

GitHub Action to install QEMU static binaries
https://github.com/marketplace/actions/docker-setup-qemu
Apache License 2.0
456 stars 61 forks source link

The action failed #167

Closed hzhangxyz closed 1 month ago

hzhangxyz commented 1 month ago

Contributing guidelines

I've found a bug, and:

Description

The action failed.

Expected behaviour

Success processing.

Actual behaviour

Error says:

2024-09-27T03:16:11.7069951Z ##[group]Pulling binfmt Docker image
2024-09-27T03:16:11.7076410Z [command]/usr/bin/docker pull docker.io/tonistiigi/binfmt:latest
2024-09-27T03:16:11.8702248Z Error response from daemon: Head "https://registry-1.docker.io/v2/tonistiigi/binfmt/manifests/latest": received unexpected HTTP status: 500 Internal Server Error
2024-09-27T03:16:11.8704355Z ##[endgroup]
2024-09-27T03:16:11.8735808Z ##[error]Error response from daemon: Head "https://registry-1.docker.io/v2/tonistiigi/binfmt/manifests/latest": received unexpected HTTP status: 500 Internal Server Error
2024-09-27T03:16:11.9023448Z Cleaning up orphan processes

Repository URL

https://github.com/hzhangxyz/test-setup-qemu

Workflow run URL

https://github.com/hzhangxyz/test-setup-qemu/actions/runs/11063896668/job/30740794723

YAML workflow

name: Build

on: [push, pull_request]

jobs:
  build_wheels:
    name: Test
    runs-on: ubuntu-latest

    steps:
      - name: Set up QEMU
        uses: docker/setup-qemu-action@v3
        with:
          platforms: all

Workflow logs

No response

BuildKit logs

No response

Additional info

No response

cendyne commented 1 month ago

Seeing similar error responses from the registry:

Error response from daemon: Head "https://registry-1.docker.io/v2/tonistiigi/binfmt/manifests/latest": unauthorized: incorrect username or password
Error: Error response from daemon: Head "https://registry-1.docker.io/v2/tonistiigi/binfmt/manifests/latest": unauthorized: incorrect username or password

Edit: 5 minutes later: Some actions are beginning to work again. This looks transitory.

hzhangxyz commented 1 month ago

Yeah, actions in my repo also work again. :)