report lang/rust installation error

Code:
expected success, got: signal: 9 (SIGKILL)
Traceback (most recent call last):
  File "/usr/ports/lang/rust/work/rustc-1.73.0-src/x.py", line 50, in <module>
    bootstrap.main()
  File "/usr/ports/lang/rust/work/rustc-1.73.0-src/src/bootstrap/bootstrap.py", line 1111, in main
    bootstrap(args)
  File "/usr/ports/lang/rust/work/rustc-1.73.0-src/src/bootstrap/bootstrap.py", line 1086, in bootstrap
    run(args, env=env, verbose=build.verbose, is_bootstrap=True)
  File "/usr/ports/lang/rust/work/rustc-1.73.0-src/src/bootstrap/bootstrap.py", line 184, in run
    raise RuntimeError(err)
RuntimeError: failed to run: /usr/ports/lang/rust/work/_build/bootstrap/debug/bootstrap dist --jobs=1
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/rust

Upgrade of installed package via portmaster requires the installation of this package. But it always fails. Would you please check if this is a bug? Thank you.
 
Does it require a lot of storage?

Code:
Filesystem         Size    Used   Avail Capacity  Mounted on
/dev/ufs/rootfs     24G     16G    6.0G    73%    /
devfs              1.0K      0B    1.0K     0%    /dev
 
Error is different from the one you posted earlier.

Does it require a lot of storage?
Not a huge amount, but it does use a bit. Running out of storage is just one of those things people often overlook.

In this case I'm more leaning towards running out of memory.
 
In this case I'm more leaning towards running out of memory.

It is a shared host. I installed several service packages. Below is the output of top at present.

Code:
CPU:  0.0% user,  0.0% nice,  0.4% system,  0.0% interrupt, 99.6% idle
Mem: 1420K Active, 13M Inact, 238M Wired, 103M Buf, 687M Free
 
Rust is quite a heavy build. There isn't a lot of free memory on this machine. Not a lot of memory in total even. How much is there? 2GB?

Why are you building from ports on such a "small" machine? I suggest sticking to packages and build ports on a bigger machine.
 
Rust is quite a heavy build. There isn't a lot of free memory on this machine. Not a lot of memory in total even. How much is there? 2GB?

Why are you building from ports on such a "small" machine? I suggest sticking to packages and build ports on a bigger machine.
1024 MB. Oh, that is probably the cause.

But the portmaster forces me to install it after I upgraded from FreeBSD 13.2-RELEASE to 14.0-RELEASE. I don't want install it and what I intend to do is upgrade packaged I have already installed via portmaster.
 
Back
Top