+ 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/vaultwarden-1.30.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/vaultwarden-1.30.1/work.log ===> Building for vaultwarden-1.30.1 Compiling proc-macro2 v1.0.69 Compiling unicode-ident v1.0.12 Compiling quote v1.0.33 Compiling syn v2.0.39 Compiling libc v0.2.150 Compiling version_check v0.9.4 Compiling cfg-if v1.0.0 Compiling autocfg v1.1.0 Compiling serde_derive v1.0.192 Compiling serde v1.0.192 Compiling cc v1.0.83 Compiling once_cell v1.18.0 Compiling memchr v2.6.4 Compiling lock_api v0.4.11 Compiling parking_lot_core v0.9.9 Compiling smallvec v1.11.2 Compiling pin-project-lite v0.2.13 Compiling log v0.4.20 Compiling scopeguard v1.2.0 Compiling futures-channel v0.3.29 Compiling parking_lot v0.12.1 Compiling itoa v1.0.9 Compiling futures-core v0.3.29 Compiling getrandom v0.2.11 Compiling signal-hook-registry v1.4.1 Compiling bytes v1.5.0 Compiling num_cpus v1.16.0 Compiling thiserror v1.0.50 Compiling slab v0.4.9 Compiling socket2 v0.5.5 Compiling mio v0.8.9 Compiling tokio-macros v2.2.0 Compiling futures-sink v0.3.29 Compiling futures-task v0.3.29 Compiling tokio v1.34.0 Compiling thiserror-impl v1.0.50 Compiling futures-util v0.3.29 Compiling ahash v0.8.6 Compiling futures-macro v0.3.29 Compiling vcpkg v0.2.15 Compiling pkg-config v0.3.27 Compiling pin-utils v0.1.0 Compiling futures-io v0.3.29 Compiling time-core v0.1.2 Compiling time-macros v0.2.15 Compiling bitflags v2.4.1 Compiling tinyvec_macros v0.1.1 Compiling zerocopy v0.7.26 Compiling percent-encoding v2.3.0 Compiling tinyvec v1.6.0 Compiling httparse v1.8.0 Compiling allocator-api2 v0.2.16 Compiling hashbrown v0.14.2 Compiling unicode-normalization v0.1.22 Compiling unicode-bidi v0.3.13 Compiling typenum v1.17.0 Compiling tracing-core v0.1.32 Compiling generic-array v0.14.7 Compiling tracing-attributes v0.1.27 Compiling powerfmt v0.2.0 Compiling deranged v0.3.9 Compiling tracing v0.1.40 Compiling rand_core v0.6.4 Compiling num-traits v0.2.17 Compiling proc-macro2-diagnostics v0.10.1 Compiling num_threads v0.1.6 Compiling time v0.3.30 error[E0282]: type annotations needed for `Box<_>` --> /home/pbulk/build/security/vaultwarden/work/vendor/time-0.3.30/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/vaultwarden *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/vaultwarden