+ 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/cargo-audit-0.20.0/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cargo-audit-0.20.0/work.log ===> Building for cargo-audit-0.20.0 Compiling proc-macro2 v1.0.78 Compiling unicode-ident v1.0.12 Compiling quote v1.0.35 Compiling syn v2.0.48 Compiling libc v0.2.153 Compiling serde_derive v1.0.196 Compiling memchr v2.7.1 Compiling serde v1.0.196 Compiling cfg-if v1.0.0 Compiling autocfg v1.1.0 Compiling once_cell v1.19.0 Compiling thiserror v1.0.56 Compiling thiserror-impl v1.0.56 Compiling aho-corasick v1.1.2 Compiling regex-syntax v0.8.2 Compiling regex-automata v0.4.5 Compiling crossbeam-utils v0.8.19 Compiling bytes v1.5.0 Compiling tinyvec_macros v0.1.1 Compiling adler v1.0.2 Compiling tinyvec v1.6.0 Compiling unicode-normalization v0.1.22 Compiling miniz_oxide v0.7.1 Compiling bstr v1.9.0 Compiling gix-trace v0.1.7 Compiling smallvec v1.13.1 Compiling crossbeam-epoch v0.9.18 Compiling lock_api v0.4.11 Compiling parking_lot_core v0.9.9 Compiling crc32fast v1.3.2 Compiling crossbeam-deque v0.8.5 Compiling faster-hex v0.9.0 Compiling rayon-core v1.12.1 Compiling scopeguard v1.2.0 Compiling same-file v1.0.6 Compiling walkdir v2.4.0 Compiling flate2 v1.0.28 Compiling parking_lot v0.12.1 Compiling crossbeam-channel v0.5.11 Compiling crossbeam-queue v0.3.11 Compiling either v1.9.0 Compiling fastrand v2.0.1 Compiling itoa v1.0.10 Compiling rayon v1.8.1 Compiling crossbeam v0.8.4 Compiling gix-hash v0.14.1 Compiling jwalk v0.8.1 Compiling gix-utils v0.1.9 Compiling num-traits v0.2.17 Compiling prodash v28.0.0 Compiling sha1_smol v1.0.0 Compiling gix-features v0.38.0 Compiling hashbrown v0.14.3 Compiling winnow v0.5.36 Compiling bitflags v2.4.2 Compiling btoi v0.4.3 Compiling time-core v0.1.2 Compiling num-conv v0.1.0 Compiling powerfmt v0.2.0 Compiling deranged v0.3.11 Compiling time-macros v0.2.17 Compiling home v0.5.9 Compiling num_threads v0.1.6 Compiling time v0.3.32 error[E0282]: type annotations needed for `Box<_>` --> /home/pbulk/build/security/cargo-audit/work/vendor/time-0.3.32/src/format_description/parse/mod.rs:83:9 | 83 | let items = format_items | ^^^^^ ... 86 | Ok(items.into()) | ---- type must be known at this point | help: consider giving `items` an explicit type, where the placeholders `_` are specified | 83 | let items: Box<_> = format_items | ++++++++ For more information about this error, try `rustc --explain E0282`. error: could not compile `time` (lib) due to 1 previous error *** Error code 101 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/cargo-audit *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/cargo-audit