+ 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/ncgopher-0.6.0nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ncgopher-0.6.0nb2/work.log ===> Building for ncgopher-0.6.0nb2 Compiling proc-macro2 v1.0.66 Compiling unicode-ident v1.0.4 Compiling quote v1.0.32 Compiling libc v0.2.147 Compiling syn v1.0.104 Compiling autocfg v1.1.0 Compiling syn v2.0.31 Compiling cc v1.0.73 Compiling serde v1.0.193 Compiling serde_derive v1.0.193 Compiling pkg-config v0.3.25 Compiling num-traits v0.2.15 Compiling cfg-if v1.0.0 Compiling memchr v2.6.4 Compiling version_check v0.9.4 Compiling time-core v0.1.2 Compiling once_cell v1.12.0 Compiling time-macros v0.2.15 Compiling deranged v0.3.8 Compiling num-integer v0.1.45 Compiling itoa v1.0.2 Compiling num_threads v0.1.6 Compiling time v0.3.29 error[E0282]: type annotations needed for `Box<_>` --> /home/pbulk/build/net/ncgopher/work/vendor/time-0.3.29/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/net/ncgopher *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/ncgopher