+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/rust-1.85.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/rust-1.85.1/work.log ===> Building for rust-1.85.1 Building bootstrap Compiling libc v0.2.167 Compiling proc-macro2 v1.0.89 Compiling unicode-ident v1.0.13 Compiling version_check v0.9.5 Compiling memchr v2.7.4 Compiling typenum v1.17.0 error[E0412]: cannot find crate `c_int` in the list of imported crates --> /home/pbulk/build/lang/rust/work/rustc-1.85.1-src/vendor/libc-0.2.167/src/unix/solarish/mod.rs:1445:22 | 1445 | pub const ENOATTR: ::c_int = ::ENODATA; | ^^^^^ not found in the list of imported crates | help: consider importing one of these type aliases | 1 + use crate::c_int; | 1 + use core::ffi::c_int; | help: if you import `c_int`, refer to it directly | 1445 - pub const ENOATTR: ::c_int = ::ENODATA; 1445 + pub const ENOATTR: c_int = ::ENODATA; | error[E0425]: cannot find crate `ENODATA` in the list of imported crates --> /home/pbulk/build/lang/rust/work/rustc-1.85.1-src/vendor/libc-0.2.167/src/unix/solarish/mod.rs:1445:32 | 1445 | pub const ENOATTR: ::c_int = ::ENODATA; | ^^^^^^^ not found in the list of imported crates | help: consider importing this constant through its public re-export | 1 + use crate::ENODATA; | help: if you import `ENODATA`, refer to it directly | 1445 - pub const ENOATTR: ::c_int = ::ENODATA; 1445 + pub const ENOATTR: ::c_int = ENODATA; | Compiling generic-array v0.14.7 Some errors have detailed explanations: E0412, E0425. For more information about an error, try `rustc --explain E0412`. error: could not compile `libc` (lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish... failed to run: /home/pbulk/build/lang/rust/work/rust-1.84.1-x86_64-unknown-illumos/bin/cargo build --manifest-path /home/pbulk/build/lang/rust/work/rustc-1.85.1-src/src/bootstrap/Cargo.toml -Zroot-dir=/home/pbulk/build/lang/rust/work/rustc-1.85.1-src --frozen Build completed unsuccessfully in 0:00:11 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/rust *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/rust