+ 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/ctv-0.3.3/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ctv-0.3.3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for ctv-0.3.3
   Compiling version_check v0.9.3
   Compiling proc-macro2 v1.0.30
   Compiling unicode-xid v0.2.2
   Compiling quote v1.0.10
   Compiling syn v1.0.80
   Compiling autocfg v1.0.1
   Compiling libc v0.2.103
   Compiling proc-macro-error-attr v1.0.4
   Compiling proc-macro2-diagnostics v0.9.1
   Compiling serde_derive v1.0.133
   Compiling num-traits v0.2.14
   Compiling proc-macro-error v1.0.4
   Compiling serde v1.0.133
   Compiling yansi v0.5.0
   Compiling memchr v2.4.1
   Compiling indexmap v1.8.0
   Compiling num-integer v0.1.44
   Compiling uncased v0.9.6
   Compiling cfg-if v1.0.0
   Compiling log v0.4.14
   Compiling pear_codegen v0.2.3
   Compiling atty v0.2.14
   Compiling figment v0.10.6
   Compiling inlinable_string v0.1.15
   Compiling heck v0.4.0
   Compiling anyhow v1.0.53
   Compiling hashbrown v0.11.2
   Compiling lazy_static v1.4.0
   Compiling pear v0.2.3
   Compiling clap_derive v3.0.14
   Compiling os_str_bytes v6.0.0
   Compiling toml v0.5.8
   Compiling time v0.1.44
   Compiling dirs-sys v0.3.6
   Compiling strsim v0.10.0
   Compiling textwrap v0.14.2
   Compiling termcolor v1.1.2
   Compiling bitflags v1.3.2
   Compiling clap v3.0.14
   Compiling dirs v4.0.0
   Compiling chrono v0.4.19
   Compiling users v0.11.0
error[E0433]: failed to resolve: could not find `UserExtras` in `os`
  --> /home/pbulk/build/sysutils/ctv/work/vendor/users-0.11.0/src/base.rs:78:26
   |
78 |         let extras = os::UserExtras::default();
   |                          ^^^^^^^^^^ could not find `UserExtras` in `os`

error[E0433]: failed to resolve: could not find `GroupExtras` in `os`
   --> /home/pbulk/build/sysutils/ctv/work/vendor/users-0.11.0/src/base.rs:192:26
    |
192 |         let extras = os::GroupExtras::default();
    |                          ^^^^^^^^^^^ could not find `GroupExtras` in `os`

error[E0433]: failed to resolve: could not find `UserExtras` in `os`
   --> /home/pbulk/build/sysutils/ctv/work/vendor/users-0.11.0/src/base.rs:266:28
    |
266 |         extras:        os::UserExtras::from_passwd(passwd),
    |                            ^^^^^^^^^^ could not find `UserExtras` in `os`

error[E0433]: failed to resolve: could not find `GroupExtras` in `os`
   --> /home/pbulk/build/sysutils/ctv/work/vendor/users-0.11.0/src/base.rs:280:23
    |
280 |         extras:   os::GroupExtras::from_struct(group),
    |                       ^^^^^^^^^^^ could not find `GroupExtras` in `os`

error[E0412]: cannot find type `UserExtras` in module `os`
    --> /home/pbulk/build/sysutils/ctv/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/ctv/work/vendor/users-0.11.0/src/base.rs:1176:14
     |
1176 |     pub type UserExtras = bsd::UserExtras;
     |              ^^^^^^^^^^
note: found an item that was configured out
    --> /home/pbulk/build/sysutils/ctv/work/vendor/users-0.11.0/src/base.rs:1180:14
     |
1180 |     pub type UserExtras = unix::UserExtras;
     |              ^^^^^^^^^^

error[E0412]: cannot find type `GroupExtras` in module `os`
    --> /home/pbulk/build/sysutils/ctv/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/ctv/work/vendor/users-0.11.0/src/base.rs:1184:14
     |
1184 |     pub type GroupExtras = unix::GroupExtras;
     |              ^^^^^^^^^^^

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
*** Error code 101

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/sysutils/ctv
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/sysutils/ctv