fluent / fluentd-kubernetes-daemonset

Fluentd daemonset for Kubernetes and it Docker image
Apache License 2.0
1.27k stars 980 forks source link

arm64: fix qemu SEGV during build process #1340

Closed kenhys closed 2 years ago

kenhys commented 2 years ago

Followup #1336

Docker hub automated build fails with qemu

It is caused by problematic qemu-user-static which contains a bug that crashes arm64 Debian derivatives.

16 104.7 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode

16 104.7 Processing triggers for libc-bin (2.31-13+deb11u2) ...

16 104.8 qemu: uncaught target signal 11 (Segmentation fault) - core dumped

16 105.0 Segmentation fault (core dumped)

16 105.0 qemu: uncaught target signal 11 (Segmentation fault) - core dumped

16 105.3 Segmentation fault (core dumped)

16 105.3 dpkg: error processing package libc-bin (--configure):

16 105.3 installed libc-bin package post-installation script subprocess returned error exit status 139

16 105.3 Errors were encountered while processing:

16 105.3 libc-bin

16 105.4 E: Sub-process /usr/bin/dpkg returned an error code (1)

See https://github.com/fluent/fluentd-docker-image/pull/315

kenhys commented 2 years ago

1338 is not published yet, so it is not bumped up revision.

kenhys commented 2 years ago

Thanks!