+ 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.14.2/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.14.2/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for broot-1.14.2
Compiling autocfg v1.1.0
Compiling libc v0.2.126
Compiling proc-macro2 v1.0.40
Compiling unicode-ident v1.0.1
Compiling quote v1.0.20
Compiling syn v1.0.98
Compiling cfg-if v1.0.0
Compiling once_cell v1.13.0
Compiling scopeguard v1.1.0
Compiling version_check v0.9.4
Compiling crossbeam-utils v0.8.10
Compiling log v0.4.17
Compiling bitflags v1.3.2
Compiling pkg-config v0.3.25
Compiling memchr v2.5.0
Compiling serde_derive v1.0.138
Compiling serde v1.0.138
Compiling heck v0.4.0
Compiling smallvec v1.9.0
Compiling parking_lot_core v0.9.3
Compiling signal-hook v0.3.14
Compiling rayon-core v1.9.3
Compiling crc32fast v1.3.2
Compiling adler v1.0.2
Compiling tinyvec_macros v0.1.0
Compiling os_str_bytes v6.1.0
Compiling hashbrown v0.12.1
Compiling ppv-lite86 v0.2.16
Compiling futures-core v0.3.21
Compiling adler32 v1.2.0
Compiling matches v0.1.9
Compiling itoa v1.0.2
Compiling crossbeam-queue v0.3.5
Compiling textwrap v0.15.0
Compiling either v1.7.0
Compiling termcolor v1.1.3
Compiling siphasher v0.3.10
Compiling strsim v0.10.0
Compiling proc-macro-hack v0.5.19
Compiling doc-comment v0.3.3
Compiling regex-syntax v0.6.26
Compiling weezl v0.1.6
Compiling bytemuck v1.10.0
Compiling percent-encoding v2.1.0
Compiling serde_json v1.0.82
Compiling futures-sink v0.3.21
Compiling num_threads v0.1.6
Compiling unicode-bidi v0.3.8
Compiling safemem v0.3.3
Compiling base64 v0.13.0
Compiling ryu v1.0.10
Compiling linked-hash-map v0.5.6
Compiling half v1.8.2
Compiling xml-rs v0.8.4
Compiling color_quant v1.1.0
Compiling lebe v0.5.1
Compiling lazy_static v1.4.0
Compiling same-file v1.0.6
Compiling bit_field v0.10.1
Compiling fnv v1.0.7
Compiling scoped_threadpool v0.1.9
Compiling remove_dir_all v0.5.3
Compiling fastrand v1.7.0
Compiling file-size v1.0.3
Compiling byteorder v1.4.3
Compiling unicode-width v0.1.9
Compiling strict v0.1.4
Compiling opener v0.5.0
Compiling bet v1.0.1
Compiling char_reader v0.1.1
Compiling splitty v0.1.0
Compiling umask v2.0.0
Compiling pathdiff v0.2.1
Compiling glob v0.3.0
Compiling custom_error v1.9.2
Compiling id-arena v2.2.1
Compiling memoffset v0.6.5
Compiling lock_api v0.4.7
Compiling indexmap v1.9.1
Compiling crossbeam-epoch v0.9.9
Compiling num-traits v0.2.15
Compiling num-integer v0.1.45
Compiling rayon v1.5.3
Compiling num-rational v0.4.1
Compiling num-iter v0.1.43
Compiling minimad v0.9.0
Compiling proc-macro-error-attr v1.0.4
Compiling proc-macro-error v1.0.4
Compiling ahash v0.7.6
Compiling miniz_oxide v0.5.3
Compiling tinyvec v1.6.0
Compiling clap_lex v0.2.4
Compiling deflate v1.0.0
Compiling inflate v0.4.5
Compiling phf_shared v0.10.0
Compiling rgb v0.8.33
Compiling form_urlencoded v1.0.1
Compiling line-wrap v0.1.1
Compiling yaml-rust v0.4.5
Compiling gif v0.11.4
Compiling walkdir v2.3.2
Compiling unicode-normalization v0.1.21
Compiling ansi_colours v1.1.1
Compiling num_cpus v1.13.1
Compiling signal-hook-registry v1.4.0
Compiling getrandom v0.2.7
Compiling time v0.3.11
Compiling time v0.1.44
Compiling dirs-sys v0.3.7
Compiling atty v0.2.14
Compiling memmap v0.7.0
Compiling tempfile v3.3.0
Compiling jobserver v0.1.24
Compiling crossbeam-channel v0.5.5
Compiling mio v0.8.4
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