maintainer-feedback requested: [Bug 257419] devel/rust-cbindgen: runaway build with infinite stack trace on armv7
Date: Sun, 25 Jul 2021 22:04:52 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gecko (Nobody) <gecko@FreeBSD.org> for maintainer-feedback: Bug 257419: devel/rust-cbindgen: runaway build with infinite stack trace on armv7 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257419 --- Description --- This port consistently fails to build in an armv7 FreeBSD 13.0 jail on an arm64 FreeBSD 13.0 host. The symptom is always the same: after processing a number of files, the compiler crashes with a “capacity overflow” and then panics again during the generation of the backtrace. This somehow leads to an infinite backtrace (see attached log where I truncated this backtrace to the first 100 entries). If left running, eventually Poudriere kills the port for being in a runaway state, but not before generating several gigabytes of logs. The attached log was generated on the quarterly branch, but I imagine it applies to the main branch the same way. Will test shortly.