Hi folks.
It's been one week I can't build lang/rust anymore on my FreeBSD poudriere. However, port has not been updated for few weeks... I have to re-build again it, probably for a dependency. Fail appears after 7 hours. I try (again) this morning.Here the last lines of my log:
My memory seems to be OK, and swap was used until 33% at the end of the build (obviously with my 16 Go of RAM, I need a swap to build this pain-in-the-ass port). I use FreeBSD 14.3-RELEASE-p5 on amd64 arch.
I've reseted options for lang/rust, I've also deleted my 143Ramd64-options (so, options are on default values). I also tried to drop WASM option (see this bug), it's always a fail after 7 hours.
Any ideas? It's just... an error after 7 hours for a try per day... And the log does not help me understand where could be the issue.
Thanks for any advices.
Regards,
It's been one week I can't build lang/rust anymore on my FreeBSD poudriere. However, port has not been updated for few weeks... I have to re-build again it, probably for a dependency. Fail appears after 7 hours. I try (again) this morning.Here the last lines of my log:
Code:
cmake/crt-config-ix.cmake"
Copy/Link "/wrkdirs/usr/ports/lang/rust/work/rustc-1.90.0-src/config.toml" to "/wrkdirs/usr/ports/lang/rust/work/_build/tmp/tarball/rust-dev/x86_64-unknown-freebsd/overlay/builder-config"
Install "/wrkdirs/usr/ports/lang/rust/work/rustc-1.90.0-src/src/llvm-project/llvm/LICENSE.TXT" to "/wrkdirs/usr/ports/lang/rust/work/_build/tmp/tarball/rust-dev/x86_64-unknown-freebsd/overlay/LICENSE.TXT"
Copy/Link "/wrkdirs/usr/ports/lang/rust/work/rustc-1.90.0-src/src/llvm-project/llvm/LICENSE.TXT" to "/wrkdirs/usr/ports/lang/rust/work/_build/tmp/tarball/rust-dev/x86_64-unknown-freebsd/overlay/LICENSE.TXT"
Install "/wrkdirs/usr/ports/lang/rust/work/rustc-1.90.0-src/src/llvm-project/llvm/README.txt" to "/wrkdirs/usr/ports/lang/rust/work/_build/tmp/tarball/rust-dev/x86_64-unknown-freebsd/overlay/README.txt"
Copy/Link "/wrkdirs/usr/ports/lang/rust/work/rustc-1.90.0-src/src/llvm-project/llvm/README.txt" to "/wrkdirs/usr/ports/lang/rust/work/_build/tmp/tarball/rust-dev/x86_64-unknown-freebsd/overlay/README.txt"
c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-freebsd, forced_compiler: false } }
c RustInstaller { compiler: Compiler { stage: 0, host: x86_64-unknown-freebsd, forced_compiler: false }, target: x86_64-unknown-freebsd }
c Assemble { target_compiler: Compiler { stage: 0, host: x86_64-unknown-freebsd, forced_compiler: false } }
Dist rust-dev-1.90.0-x86_64-unknown-freebsd
Command has failed. Rerun with -v to see more details.
Traceback (most recent call last):
File "/wrkdirs/usr/ports/lang/rust/work/rustc-1.90.0-src/x.py", line 53, in <module>
bootstrap.main()
File "/wrkdirs/usr/ports/lang/rust/work/rustc-1.90.0-src/src/bootstrap/bootstrap.py", line 1377, in main
bootstrap(args)
File "/wrkdirs/usr/ports/lang/rust/work/rustc-1.90.0-src/src/bootstrap/bootstrap.py", line 1352, in bootstrap
run(args, env=env, verbose=build.verbose, is_bootstrap=True)
File "/wrkdirs/usr/ports/lang/rust/work/rustc-1.90.0-src/src/bootstrap/bootstrap.py", line 237, in run
raise RuntimeError(err)
RuntimeError: failed to run: /wrkdirs/usr/ports/lang/rust/work/_build/bootstrap/debug/bootstrap dist --jobs=1
*** Error code 1
Stop.
make: stopped in /usr/ports/lang/rust
=>> Cleaning up wrkdir
===> Cleaning for rust-1.90.0_1
build of lang/rust | rust-1.90.0_1 ended at Mon Nov 10 16:13:08 CET 2025
build time: 07:13:15
!!! build failure encountered !!!
My memory seems to be OK, and swap was used until 33% at the end of the build (obviously with my 16 Go of RAM, I need a swap to build this pain-in-the-ass port). I use FreeBSD 14.3-RELEASE-p5 on amd64 arch.
I've reseted options for lang/rust, I've also deleted my 143Ramd64-options (so, options are on default values). I also tried to drop WASM option (see this bug), it's always a fail after 7 hours.
Any ideas? It's just... an error after 7 hours for a try per day... And the log does not help me understand where could be the issue.
Thanks for any advices.
Regards,