On 241113 1928, Paolo Bonzini wrote: > On Wed, Nov 13, 2024 at 5:38???PM Alexander Bulekov <alx...@bu.edu> wrote: > > > > OSS-Fuzz builds have been failing due to some strange issues that seem > > to be related to color codes from libffi: > > https://oss-fuzz-build-logs.storage.googleapis.com/log-8d5435ee-1677-40af-9656-b4162fa881e1.txt > > Hmm... unqueuing this :) > > In this log, the error happens even before QEMU starts to build. It's > glib that is being built here, and it's failing because apparently the > compiler does not support -fcolor-diagnostics. > > I can't exclude that the same error would happen with QEMU, but this > patch won't help this particular log. > > Where is the Dockerfile that's being used?
https://github.com/google/oss-fuzz/blob/master/projects/qemu/Dockerfile Thanks for catching that... I will try to run the docker build locally. Probably makes sense to mimick what the glib people are doing: https://github.com/google/oss-fuzz/tree/30da5abe5cd004e8a2f8c92923375d43b4d8a5c7/projects/glib Their builds aren't failing. (I do still think it makes sense to build w/o tcg to reduce the fuzzing binary size). > > Paolo >