Closed theCalcaholic closed 1 year ago
Looking at your docker info
output, there's something odd with your runner compared to a public one: https://github.com/nextcloud/nextcloudpi/actions/runs/5529886024/jobs/10088602638#step:3:44
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 ubuntu-latest
is not a public runner in your organization but a self-hosted one.
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. What makes you think otherwise? :thinking:
Actually I encounter a similar issue on another repo where ubuntu-latest
runner was not consistent: https://github.com/tonistiigi/xx/pull/116
Looks like the latest runner image is not synced properly across their infra:
One is 20230710.1.0
and the other 20230517.1
while being part of the same matrix using ubuntu-latest
. So I'm pretty confident this is a GitHub runner issue that should be reported in https://github.com/actions/runner-images. (fyi @cpuguy83)
@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. Looks, like this is due to GH organization policy - I didn't even realize that. (I don't actually belong to the Nextcloud company which owns the Github org, but am maintaining a community project within their GH namespace).
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