=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/textproc/choose", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for choose-1.3.4 Compiling proc-macro2 v1.0.18 Compiling unicode-xid v0.2.1 Compiling version_check v0.9.2 Compiling syn v1.0.33 Compiling proc-macro-error-attr v1.0.3 Compiling libc v0.2.71 Compiling proc-macro-error v1.0.3 Compiling bitflags v1.2.1 Compiling memchr v2.3.3 Compiling quote v1.0.7 Compiling unicode-width v0.1.7 Compiling lazy_static v1.4.0 Compiling unicode-segmentation v1.6.0 Compiling textwrap v0.11.0 Compiling heck v0.3.1 Compiling atty v0.2.14 Compiling strsim v0.8.0 Compiling ansi_term v0.11.0 Compiling vec_map v0.8.2 Compiling aho-corasick v0.7.13 Compiling clap v2.33.1 Compiling syn-mid v0.5.0 Compiling thread_local v1.0.1 Compiling structopt-derive v0.4.8 Compiling regex-syntax v0.6.18 Compiling structopt v0.3.15 Compiling backslash v0.1.0 Compiling regex v1.3.9 Compiling choose v1.3.4 (/tmp/work/textproc/choose/work/choose-1.3.4) warning: variable does not need to be mutable --> src/config.rs:15:13 | 15 | for mut choice in &mut opt.choices { | ----^^^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default warning: field `debug` is never read --> src/opt.rs:17:9 | 10 | pub struct Opt { | --- field in this struct ... 17 | pub debug: bool, | ^^^^^ | = note: `Opt` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: `choose` (bin "choose") generated 2 warnings (run `cargo fix --bin "choose" -p choose` to apply 1 suggestion) Finished `release` profile [optimized] target(s) in 1m 29s