+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/lla-0.3.10/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/lla-0.3.10/work.log ===> Building for lla-0.3.10 Compiling proc-macro2 v1.0.92 Compiling unicode-ident v1.0.14 Compiling libc v0.2.166 Compiling autocfg v1.4.0 Compiling cfg-if v1.0.0 Compiling serde v1.0.215 Compiling memchr v2.7.4 Compiling quote v1.0.37 Compiling syn v2.0.89 Compiling anyhow v1.0.94 Compiling either v1.13.0 Compiling itertools v0.12.1 Compiling crossbeam-utils v0.8.20 Compiling rustix v0.38.41 Compiling once_cell v1.20.2 Compiling errno v0.3.9 Compiling regex-syntax v0.8.5 Compiling prettyplease v0.2.25 Compiling hashbrown v0.15.2 Compiling bitflags v2.6.0 Compiling equivalent v1.0.1 Compiling log v0.4.22 Compiling shlex v1.3.0 Compiling bytes v1.9.0 Compiling cc v1.2.1 Compiling regex-automata v0.4.9 Compiling indexmap v2.6.0 Compiling serde_derive v1.0.215 Compiling prost-derive v0.12.6 Compiling prost v0.12.6 Compiling fastrand v2.2.0 Compiling fixedbitset v0.4.2 Compiling pkg-config v0.3.31 Compiling onig_sys v69.8.1 Compiling petgraph v0.6.5 Compiling tempfile v3.14.0 Compiling prost-types v0.12.6 Compiling regex v1.11.1 Compiling lock_api v0.4.12 Compiling heck v0.5.0 Compiling lazy_static v1.5.0 Compiling multimap v0.10.0 Compiling bitflags v1.3.2 Compiling parking_lot_core v0.9.10 Compiling thiserror v1.0.69 Compiling itoa v1.0.14 Compiling powerfmt v0.2.0 Compiling prost-build v0.12.6 Compiling deranged v0.3.11 Compiling crossbeam-epoch v0.9.18 Compiling thiserror-impl v1.0.69 Compiling aho-corasick v1.1.3 Compiling num-traits v0.2.19 Compiling indexmap v1.9.3 Compiling smallvec v1.13.2 Compiling serde_json v1.0.133 Compiling signal-hook v0.3.17 Compiling adler2 v2.0.0 Compiling time-core v0.1.2 Compiling unicode-width v0.1.14 Compiling same-file v1.0.6 Compiling num-conv v0.1.0 Compiling scopeguard v1.2.0 Compiling portable-atomic v1.10.0 Compiling time v0.3.37 Compiling walkdir v2.5.0 Compiling console v0.15.8 Compiling miniz_oxide v0.8.2 Compiling crossbeam-deque v0.8.5 Compiling lla_plugin_interface v0.3.10 Compiling serde_spanned v0.6.8 Compiling toml_datetime v0.6.8 Compiling signal-hook-registry v1.4.2 Compiling quick-xml v0.32.0 Compiling crc32fast v1.4.2 Compiling base64 v0.22.1 Compiling hashbrown v0.12.3 Compiling ryu v1.0.18 Compiling option-ext v0.2.0 Compiling linked-hash-map v0.5.6 Compiling winnow v0.6.20 Compiling rayon-core v1.12.1 Compiling os_str_bytes v6.6.1 Compiling toml_edit v0.22.22 Compiling clap_lex v0.2.4 Compiling yaml-rust v0.4.5 Compiling dirs-sys v0.4.1 Compiling plist v1.7.0 Compiling flate2 v1.0.35 Compiling onig v6.4.0 Compiling bincode v1.3.3 Compiling mio v0.8.11 Compiling vte_generate_state_changes v0.1.2 Compiling atty v0.2.14 Compiling bstr v1.6.2 Compiling unicode-width v0.2.0 Compiling textwrap v0.16.1 Compiling arrayvec v0.5.2 Compiling shell-words v1.1.0 Compiling utf8parse v0.2.2 Compiling zeroize v1.8.1 Compiling number_prefix v0.4.0 Compiling fnv v1.0.7 Compiling iana-time-zone v0.1.61 Compiling strsim v0.10.0 Compiling tinyvec_macros v0.1.1 Compiling termcolor v1.4.1 Compiling tinyvec v1.8.0 Compiling chrono v0.4.38 Compiling clap v3.2.25 Compiling syntect v5.2.0 Compiling dialoguer v0.11.0 Compiling indicatif v0.17.9 Compiling vte v0.10.1 Compiling globset v0.4.15 Compiling signal-hook-mio v0.2.4 Compiling dirs v5.0.1 Compiling toml v0.8.19 Compiling parking_lot v0.12.3 Compiling colored v2.1.0 Compiling users v0.11.0 Compiling thread_local v1.1.8 error[E0433]: failed to resolve: could not find `UserExtras` in `os` --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:78:26 | 78 | let extras = os::UserExtras::default(); | ^^^^^^^^^^ could not find `UserExtras` in `os` | note: found an item that was configured out --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1176:14 | 1176 | pub type UserExtras = bsd::UserExtras; | ^^^^^^^^^^ note: the item is gated here --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1175:5 | 1175 | #[cfg(any(target_os = "macos", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ note: found an item that was configured out --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1180:14 | 1180 | pub type UserExtras = unix::UserExtras; | ^^^^^^^^^^ note: the item is gated here --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1179:5 | 1179 | #[cfg(any(target_os = "linux", target_os = "android", target_os = "solaris"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0433]: failed to resolve: could not find `GroupExtras` in `os` --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:192:26 | 192 | let extras = os::GroupExtras::default(); | ^^^^^^^^^^^ could not find `GroupExtras` in `os` | note: found an item that was configured out --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1184:14 | 1184 | pub type GroupExtras = unix::GroupExtras; | ^^^^^^^^^^^ note: the item is gated here --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1183:5 | 1183 | #[cfg(any(target_os = "linux", target_os = "android", target_os = "macos", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd", target_os = "solaris"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0433]: failed to resolve: could not find `UserExtras` in `os` --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:266:28 | 266 | extras: os::UserExtras::from_passwd(passwd), | ^^^^^^^^^^ could not find `UserExtras` in `os` | note: found an item that was configured out --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1176:14 | 1176 | pub type UserExtras = bsd::UserExtras; | ^^^^^^^^^^ note: the item is gated here --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1175:5 | 1175 | #[cfg(any(target_os = "macos", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ note: found an item that was configured out --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1180:14 | 1180 | pub type UserExtras = unix::UserExtras; | ^^^^^^^^^^ note: the item is gated here --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1179:5 | 1179 | #[cfg(any(target_os = "linux", target_os = "android", target_os = "solaris"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0433]: failed to resolve: could not find `GroupExtras` in `os` --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:280:23 | 280 | extras: os::GroupExtras::from_struct(group), | ^^^^^^^^^^^ could not find `GroupExtras` in `os` | note: found an item that was configured out --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1184:14 | 1184 | pub type GroupExtras = unix::GroupExtras; | ^^^^^^^^^^^ note: the item is gated here --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1183:5 | 1183 | #[cfg(any(target_os = "linux", target_os = "android", target_os = "macos", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd", target_os = "solaris"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0412]: cannot find type `UserExtras` in module `os` --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:57:17 | 57 | extras: os::UserExtras, | ^^^^^^^^^^ not found in `os` | note: found an item that was configured out --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1176:14 | 1176 | pub type UserExtras = bsd::UserExtras; | ^^^^^^^^^^ note: the item is gated here --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1175:5 | 1175 | #[cfg(any(target_os = "macos", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ note: found an item that was configured out --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1180:14 | 1180 | pub type UserExtras = unix::UserExtras; | ^^^^^^^^^^ note: the item is gated here --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1179:5 | 1179 | #[cfg(any(target_os = "linux", target_os = "android", target_os = "solaris"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0412]: cannot find type `GroupExtras` in module `os` --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:171:17 | 171 | extras: os::GroupExtras, | ^^^^^^^^^^^ not found in `os` | note: found an item that was configured out --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1184:14 | 1184 | pub type GroupExtras = unix::GroupExtras; | ^^^^^^^^^^^ note: the item is gated here --> /home/pbulk/build/sysutils/lla/work/vendor/users-0.11.0/src/base.rs:1183:5 | 1183 | #[cfg(any(target_os = "linux", target_os = "android", target_os = "macos", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd", target_os = "solaris"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Some errors have detailed explanations: E0412, E0433. For more information about an error, try `rustc --explain E0412`. error: could not compile `users` (lib) due to 6 previous errors warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/lla *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/lla