Hi Santiago, Am Sun, Oct 05, 2025 at 05:35:52PM +0000 schrieb Santiago Vila: > [...] > dom/bindings/UnifiedBindings1.o > /usr/bin/clang++ -o UnifiedBindings1.o -c -I/<<PKGBUILDDIR> > [too-long-redacted] gs1.o.pp UnifiedBindings1.cpp > dom/bindings/UnifiedBindings10.o > error: could not compile `gkrust` (lib) > > Caused by: > process didn't exit successfully: `CARGO=/usr/bin/cargo CA > [too-long-redacted] /pr` (signal: 9, SIGKILL: kill) > /usr/bin/clang++ -o UnifiedBindings10.o -c -I/<<PKGBUILDDIR > [too-long-redacted] 10.o.pp UnifiedBindings10.cpp > dom/bindings/UnifiedBindings11.o > /usr/bin/clang++ -o UnifiedBindings11.o -c -I/<<PKGBUILDDIR > [too-long-redacted] 11.o.pp UnifiedBindings11.cpp
the compilation of gkrust was terminated with SIGKILL. So it seems to me like a similar issue we have in #1103357. As I described in the bug report, Thunderbird need a 'minimum' of 16GB RAM to build. I tried to build 140.3.1esr-1 in a sid sbuild chroot with 32GB of RAM on my build machine and I succeed. Even the Debian buildd[1] was able to build Thunderbird 140.3.1esr-1 a day before your archive rebuild test. Cheers, Christoph [1] https://buildd.debian.org/status/logs.php?pkg=thunderbird&ver=1%3A140.3.1esr-1&arch=amd64&suite=sid

