=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for tuc-0.9.0 Compiling anyhow v1.0.57 Compiling pico-args v0.4.2 Compiling tuc v0.9.0 (/tmp/textproc/tuc/work/tuc-0.9.0) error[E0716]: temporary value dropped while borrowed --> src/bin/tuc.rs:190:45 | 190 | let mut stdin = std::io::BufReader::new(std::io::stdin().lock()); | ^^^^^^^^^^^^^^^^ - temporary value is freed at the end of this statement | | | creates a temporary which is freed while still in use ... 194 | read_and_cut_bytes(&mut stdin, &mut stdout, &opt)?; | ---------- borrow later used here | = note: consider using a `let` binding to create a longer lived value error[E0716]: temporary value dropped while borrowed --> src/bin/tuc.rs:191:46 | 191 | let mut stdout = std::io::BufWriter::new(std::io::stdout().lock()); | ^^^^^^^^^^^^^^^^^ - temporary value is freed at the end of this statement | | | creates a temporary which is freed while still in use ... 194 | read_and_cut_bytes(&mut stdin, &mut stdout, &opt)?; | ----------- borrow later used here | = note: consider using a `let` binding to create a longer lived value For more information about this error, try `rustc --explain E0716`. error: could not compile `tuc` due to 2 previous errors *** Error code 101 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/textproc/tuc *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/textproc/tuc