+ 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/scriptisto-2.2.0/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/scriptisto-2.2.0/work.log
===> Building for scriptisto-2.2.0
   Compiling libc v0.2.155
   Compiling proc-macro2 v1.0.85
   Compiling unicode-ident v1.0.12
   Compiling version_check v0.9.4
   Compiling serde v1.0.203
   Compiling proc-macro-error-attr v1.0.4
   Compiling syn v1.0.109
   Compiling proc-macro-error v1.0.4
   Compiling autocfg v1.3.0
   Compiling quote v1.0.36
   Compiling indexmap v1.9.3
   Compiling dirs-sys-next v0.1.2
   Compiling memchr v2.7.2
   Compiling cfg-if v1.0.0
   Compiling log v0.4.21
   Compiling itoa v1.0.11
   Compiling ryu v1.0.18
   Compiling csv-core v0.1.11
   Compiling dirs-next v2.0.0
   Compiling hashbrown v0.12.3
   Compiling heck v0.4.1
   Compiling os_str_bytes v6.6.1
   Compiling hashbrown v0.14.5
   Compiling anyhow v1.0.86
   Compiling equivalent v1.0.1
   Compiling option-ext v0.2.0
   Compiling dirs-sys v0.4.1
   Compiling indexmap v2.2.6
   Compiling clap_lex v0.2.4
   Compiling csv v1.3.0
   Compiling term v0.7.0
   Compiling env_filter v0.1.0
   Compiling clap_derive v3.2.25
   Compiling include_dir_macros v0.7.3
   Compiling syn v2.0.66
   Compiling atty v0.2.14
   Compiling errno v0.2.8
   Compiling is-terminal v0.4.12
   Compiling encode_unicode v1.0.0
   Compiling same-file v1.0.6
   Compiling unicode-width v0.1.13
   Compiling unsafe-libyaml v0.2.11
   Compiling bitflags v1.3.2
   Compiling termcolor v1.4.1
   Compiling strsim v0.10.0
   Compiling once_cell v1.19.0
   Compiling textwrap v0.16.1
   Compiling lazy_static v1.4.0
   Compiling prettytable-rs v0.10.0
   Compiling serde_derive v1.0.203
   Compiling clap v3.2.25
   Compiling serde_yaml v0.9.34+deprecated
   Compiling walkdir v2.5.0
   Compiling exec v0.3.1
   Compiling include_dir v0.7.3
   Compiling env_logger v0.11.3
   Compiling dirs v5.0.1
   Compiling users v0.11.0
   Compiling md5 v0.7.0
error[E0433]: failed to resolve: could not find `UserExtras` in `os`
    --> /home/pbulk/build/sysutils/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto/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/scriptisto
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/scriptisto