A Docker image build that was working fine a few days ago is now consistently failing with the following error:
#10 109.2 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#10 109.3 Segmentation fault (core dumped)
#10 109.4 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#10 109.5 Segmentation fault (core dumped)
#10 109.5 dpkg: error processing package libc-bin (--configure):
#10 109.5 installed libc-bin package post-installation script subprocess returned error exit status 139
The issue occurs with the following agent and image version:
machine-agent version 1.0.90075-2d9411a (image: "ubuntu-2004:2024.11.1")
However, the same Docker image build worked successfully with:
machine-agent version 1.0.90032-6c3de00 (image: "ubuntu-2004:2024.11.1")
Since the base image remains the same, what could be causing this sudden failure? Any insights would be appreciated!