-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken on Github's ubuntu-latest runner #88
Comments
Looking at your 3c3
< Version: 20.10.25+azure-2
---
> Version: 20.10.25+azure-1
5c5
< Go version: go1.19.10
---
> Go version: go1.19.9
14c14
< Version: 20.10.25+azure-2
---
> Version: 20.10.25+azure-1
16c16
< Go version: go1.19.10
---
> Go version: go1.19.9
35,36c35,36
< buildx: Docker Buildx (Docker Inc., 0.11.0+azure-1)
< compose: Docker Compose (Docker Inc., 2.19.0+azure-1)
---
> buildx: Docker Buildx (Docker Inc., 0.10.4+azure-1)
> compose: Docker Compose (Docker Inc., 2.18.0+azure-1)
39,40c39,40
< Containers: 0
< Running: 0
---
> Containers: 1
> Running: 1
43,49c43,45
< Images: 19
< Server Version: 20.10.25+azure-2
< Storage Driver: overlay2
< Backing Filesystem: extfs
< Supports d_type: true
< Native Overlay Diff: false
< userxattr: false
---
> Images: 1
> Server Version: 20.10.25+azure-1
> Storage Driver: fuse-overlayfs
51c47
< Cgroup Driver: cgroupfs
---
> Cgroup Driver: systemd
69c65
< Kernel Version: 5.15.0-1041-azure
---
> Kernel Version: 5.19.0-46-generic
74,76c70,72
< Total Memory: 6.769GiB
< Name: fv-az1246-293
< ID: XBHE:RVNQ:HBDP:OJ2N:BTWO:2U7W:54S3:4W73:PZYS:MEPG:WIZN:AARQ
---
> Total Memory: 6.519GiB
> Name: garm-BGZU1eqVp3MP
> ID: VSE7:N3C7:RHGU:45D3:6S5L:J67K:JVIQ:ON4I:JP66:AN64:X3W4:NC3E
79d74
< Username: githubactions
84a80,81
> Registry Mirrors:
> http://docker-registry:5000/
85a83,85
>
> WARNING: bridge-nf-call-iptables is disabled
> WARNING: bridge-nf-call-ip6tables is disabled Looks like Closing since that does not seem an issue with the action but runner configuration. |
@crazy-max Actually, I'm relatively sure that I'm using the official github hosted runners. |
Actually I encounter a similar issue on another repo where Looks like the latest runner image is not synced properly across their infra: One is |
@theCalcaholic In your case you're not using a public runner from what I see though: https://github.com/nextcloud/nextcloudpi/actions/runs/5529886024/jobs/10088602638#step:3:44 |
I see, thank you. |
Behaviour
Steps to reproduce this issue
Expected behaviour
setup-qemu-action should setup binfmt and qemu successfully.
Actual behaviour
The job fails with:
Configuration
YAML workflow file (shortened to the relevant portion):
Logs
setup-qemu-action-logs.zip
The text was updated successfully, but these errors were encountered: