Am 29.10.22 um 21:46 schrieb Paolo Bonzini: > Il sab 29 ott 2022, 11:38 Stefan Weil ha scritto: > > Am 15.09.22 um 10:41 schrieb Richard Henderson: > > On 9/14/22 16:59, Alex Bennée wrote: > >> We want to migrate from docker.py to building our images > directly with > >> docker/podman. Before we get there we need to make sure we don't > >> re-introduce our layered builds so bug out if we see FROM qemu/ > in a > >> Dockerfile. > >> > >> Signed-off-by: Alex Bennée > >> Acked-by: Thomas Huth > >> Message-Id:<20220826172128.353798-24-alex.bennee@linaro.org> > >> --- > >>   tests/docker/docker.py | 38 > ++++++++++---------------------------- > >>   1 file changed, 10 insertions(+), 28 deletions(-) > > > > Reviewed-by: Richard Henderson > > > > r~ > > > > I am not sure whether that is related, but with latest QEMU code I > now > get an e-mail "SECURITY information [...]" each time when I run the > configure script (or just `tests/docker/docker.py probe`): > > qemu.weilnetz.de : Oct 29 09:32:32 : > stefan : a password is required ; > TTY=pts/0 ; PWD=/home/stefan/qemu/bin/ndebug/i686-w64-mingw32 ; > USER=root ; COMMAND=docker version > > There is no docker installation on my Debian GNU Linux build machine. > > > It's not related, configure is checking whether "sudo docker" works. You are right. "git bisect" finds that the security e-mails occur since another commit. Stefan c4575b59155e2e0065c29d56496dbf3e6ffd035b is the first bad commit commit c4575b59155e2e0065c29d56496dbf3e6ffd035b Author: Paolo Bonzini Date:   Thu Sep 29 12:41:58 2022 +0100     configure: store container engine in config-host.mak     In preparation for removing $(DOCKER_SCRIPT) from the tests/tcg configuration     files, have Make use the same container engine that had been probed at     configure time.     Signed-off-by: Paolo Bonzini     Signed-off-by: Alex Bennée     Message-Id: <20220929114231.583801-19-alex.bennee@linaro.org>  configure                     | 11 ++++++++---  tests/docker/Makefile.include |  2 +-  2 files changed, 9 insertions(+), 4 deletions(-)