+ 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=310 WRKLOG=/tmp/bulklog/broot-1.18.0/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/broot-1.18.0/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for broot-1.18.0 Compiling autocfg v1.1.0 Compiling proc-macro2 v1.0.49 Compiling unicode-ident v1.0.6 Compiling quote v1.0.23 Compiling libc v0.2.138 Compiling syn v1.0.107 Compiling cfg-if v1.0.0 Compiling scopeguard v1.1.0 Compiling version_check v0.9.4 Compiling crossbeam-utils v0.8.14 Compiling bitflags v1.3.2 Compiling log v0.4.17 Compiling pkg-config v0.3.26 Compiling serde_derive v1.0.151 Compiling memchr v2.5.0 Compiling serde v1.0.151 Compiling smallvec v1.10.0 Compiling once_cell v1.16.0 Compiling heck v0.4.0 Compiling parking_lot_core v0.9.5 Compiling signal-hook v0.3.14 Compiling adler v1.0.2 Compiling thiserror v1.0.38 Compiling crc32fast v1.3.2 Compiling rayon-core v1.10.1 Compiling tinyvec_macros v0.1.0 Compiling os_str_bytes v6.4.1 Compiling futures-core v0.3.25 Compiling ppv-lite86 v0.2.17 Compiling hashbrown v0.12.3 Compiling either v1.8.0 Compiling regex-syntax v0.6.28 Compiling siphasher v0.3.10 Compiling doc-comment v0.3.3 Compiling textwrap v0.16.0 Compiling termcolor v1.1.3 Compiling crossbeam-queue v0.3.8 Compiling strsim v0.10.0 Compiling proc-macro-hack v0.5.20+deprecated Compiling itoa v1.0.5 Compiling futures-sink v0.3.25 Compiling time-core v0.1.0 Compiling serde_json v1.0.91 Compiling percent-encoding v2.2.0 Compiling safemem v0.3.3 Compiling unicode-bidi v0.3.8 Compiling weezl v0.1.7 Compiling bytemuck v1.12.3 Compiling color_quant v1.1.0 Compiling ryu v1.0.12 Compiling bit_field v0.10.1 Compiling base64 v0.13.1 Compiling iana-time-zone v0.1.53 Compiling xml-rs v0.8.4 Compiling half v2.1.0 Compiling linked-hash-map v0.5.6 Compiling lebe v0.5.2 Compiling same-file v1.0.6 Compiling remove_dir_all v0.5.3 Compiling fnv v1.0.7 Compiling fastrand v1.8.0 Compiling byteorder v1.4.3 Compiling file-size v1.0.3 Compiling lazy_static v1.4.0 Compiling scoped_threadpool v0.1.9 Compiling unicode-width v0.1.10 Compiling umask v2.0.0 Compiling opener v0.5.0 Compiling bet v1.0.2 Compiling char_reader v0.1.1 Compiling strict v0.1.4 Compiling splitty v1.0.1 Compiling id-arena v2.2.1 Compiling custom_error v1.9.2 Compiling glob v0.3.0 Compiling pathdiff v0.2.1 Compiling lock_api v0.4.9 Compiling indexmap v1.9.2 Compiling memoffset v0.7.1 Compiling crossbeam-epoch v0.9.13 Compiling num-traits v0.2.15 Compiling num-integer v0.1.45 Compiling memoffset v0.6.5 Compiling num-rational v0.4.1 Compiling proc-macro-error-attr v1.0.4 Compiling proc-macro-error v1.0.4 Compiling ahash v0.7.6 Compiling minimad v0.9.1 Compiling miniz_oxide v0.6.2 Compiling tinyvec v1.6.0 Compiling clap_lex v0.2.4 Compiling phf_shared v0.10.0 Compiling time v0.3.17 Compiling form_urlencoded v1.1.0 Compiling line-wrap v0.1.1 Compiling rgb v0.8.34 Compiling gif v0.11.4 Compiling yaml-rust v0.4.5 Compiling walkdir v2.3.2 Compiling unicode-normalization v0.1.22 Compiling ansi_colours v1.2.1 Compiling signal-hook-registry v1.4.0 Compiling num_cpus v1.15.0 Compiling getrandom v0.2.8 Compiling time v0.1.45 Compiling atty v0.2.14 Compiling dirs-sys v0.3.7 Compiling memmap2 v0.5.8 Compiling tempfile v3.3.0 Compiling jobserver v0.1.25 Compiling crossbeam-channel v0.5.6 Compiling mio v0.8.5 Compiling users v0.11.0 error[E0433]: failed to resolve: could not find `UserExtras` in `os` --> /home/pbulk/build/sysutils/broot/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/broot/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/broot/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/broot/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/broot/work/vendor/users-0.11.0/src/base.rs:57:17 | 57 | extras: os::UserExtras, | ^^^^^^^^^^ not found in `os` error[E0412]: cannot find type `GroupExtras` in module `os` --> /home/pbulk/build/sysutils/broot/work/vendor/users-0.11.0/src/base.rs:171:17 | 171 | extras: os::GroupExtras, | ^^^^^^^^^^^ not found in `os` Some errors have detailed explanations: E0412, E0433. For more information about an error, try `rustc --explain E0412`. error: could not compile `users` due to 6 previous errors *** Error code 101 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/broot *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/broot