+ 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/leftwm-0.5.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/leftwm-0.5.1/work.log ===> Building for leftwm-0.5.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 serde v1.0.192 Compiling serde_derive v1.0.192 Compiling thiserror v1.0.50 Compiling thiserror-impl v1.0.50 Compiling memchr v2.6.4 Compiling autocfg v1.1.0 Compiling once_cell v1.18.0 Compiling cfg-if v1.0.0 Compiling pin-project-lite v0.2.13 Compiling itoa v1.0.9 Compiling futures-core v0.3.29 Compiling log v0.4.20 Compiling tracing-core v0.1.32 Compiling slab v0.4.9 Compiling aho-corasick v1.1.2 Compiling ucd-trie v0.1.6 Compiling futures-task v0.3.29 Compiling futures-channel v0.3.29 Compiling regex-syntax v0.8.2 Compiling pest v2.7.5 Compiling regex-automata v0.4.3 Compiling tracing-attributes v0.1.27 Compiling futures-sink v0.3.29 Compiling futures-util v0.3.29 Compiling powerfmt v0.2.0 Compiling pkg-config v0.3.27 Compiling time-core v0.1.2 Compiling time-macros v0.2.15 Compiling x11-dl v2.21.0 Compiling deranged v0.3.9 Compiling pest_meta v2.7.5 Compiling tracing v0.1.40 Compiling regex v1.10.2 Compiling num-traits v0.2.17 Compiling bitflags v2.4.1 Compiling futures-macro v0.3.29 Compiling signal-hook v0.3.17 Compiling pin-utils v0.1.0 Compiling num_threads v0.1.6 Compiling futures-io v0.3.29 Compiling time v0.3.30 error[E0282]: type annotations needed for `Box<_>` --> /home/pbulk/build/wm/leftwm/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/wm/leftwm *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/wm/leftwm