Oct 31 21:43:28.024 INFO checking savish/rosalind against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 21:43:28.025 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-4/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +d7816399d50d407bbce1efe9dbadf8faaaf568fc-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 31 21:43:28.408 INFO blam! ac33a8cfa6bc9d73f1f5746057aaf78b877c96d0c39a670a1a7ebff3d78b2d51 Oct 31 21:43:28.416 INFO running `"docker" "start" "-a" "ac33a8cfa6bc9d73f1f5746057aaf78b877c96d0c39a670a1a7ebff3d78b2d51"` Oct 31 21:43:29.616 INFO kablam! usermod: no changes Oct 31 21:43:29.767 INFO kablam! Checking gen_str v0.1.0 (/source/gen_str) Oct 31 21:43:29.772 INFO kablam! Checking fib v0.1.0 (/source/fib) Oct 31 21:43:29.772 INFO kablam! Checking perm v0.1.0 (/source/perm) Oct 31 21:43:29.772 INFO kablam! Checking gene v0.1.0 (/source/gene) Oct 31 21:43:31.568 INFO kablam! Checking clap v2.31.2 Oct 31 21:43:37.390 INFO kablam! Checking rosalind v0.1.0 (/source) Oct 31 21:43:40.884 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 31 21:43:40.884 INFO kablam! --> examples/gc.rs:32:5 Oct 31 21:43:40.884 INFO kablam! | Oct 31 21:43:40.884 INFO kablam! 32 | / fdna_array Oct 31 21:43:40.884 INFO kablam! 33 | | .iter() Oct 31 21:43:40.884 INFO kablam! 34 | | .map(|fdna| { Oct 31 21:43:40.884 INFO kablam! 35 | | println!("{}", fdna.label()); Oct 31 21:43:40.884 INFO kablam! 36 | | println!("{}", fdna.gc_content()) Oct 31 21:43:40.884 INFO kablam! 37 | | }) Oct 31 21:43:40.884 INFO kablam! 38 | | .collect::>(); Oct 31 21:43:40.884 INFO kablam! | |_____________________________^ Oct 31 21:43:40.884 INFO kablam! | Oct 31 21:43:40.884 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 21:43:40.884 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 31 21:43:40.884 INFO kablam! Oct 31 21:43:41.144 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 31 21:43:41.144 INFO kablam! --> src/main.rs:115:9 Oct 31 21:43:41.144 INFO kablam! | Oct 31 21:43:41.144 INFO kablam! 115 | / fdna_array Oct 31 21:43:41.145 INFO kablam! 116 | | .iter() Oct 31 21:43:41.145 INFO kablam! 117 | | .map(|fdna| { Oct 31 21:43:41.145 INFO kablam! 118 | | println!("{}", fdna.label()); Oct 31 21:43:41.145 INFO kablam! 119 | | println!("{}", fdna.gc_content()) Oct 31 21:43:41.145 INFO kablam! 120 | | }) Oct 31 21:43:41.145 INFO kablam! 121 | | .collect::>(); Oct 31 21:43:41.145 INFO kablam! | |_________________________________^ Oct 31 21:43:41.145 INFO kablam! | Oct 31 21:43:41.147 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 21:43:41.147 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 31 21:43:41.147 INFO kablam! Oct 31 21:43:41.288 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 31 21:43:41.288 INFO kablam! --> src/main.rs:115:9 Oct 31 21:43:41.288 INFO kablam! | Oct 31 21:43:41.288 INFO kablam! 115 | / fdna_array Oct 31 21:43:41.288 INFO kablam! 116 | | .iter() Oct 31 21:43:41.288 INFO kablam! 117 | | .map(|fdna| { Oct 31 21:43:41.288 INFO kablam! 118 | | println!("{}", fdna.label()); Oct 31 21:43:41.288 INFO kablam! 119 | | println!("{}", fdna.gc_content()) Oct 31 21:43:41.288 INFO kablam! 120 | | }) Oct 31 21:43:41.288 INFO kablam! 121 | | .collect::>(); Oct 31 21:43:41.288 INFO kablam! | |_________________________________^ Oct 31 21:43:41.288 INFO kablam! | Oct 31 21:43:41.288 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 21:43:41.288 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 31 21:43:41.288 INFO kablam! Oct 31 21:43:41.331 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.68s Oct 31 21:43:41.348 INFO kablam! su: No module specific data is present Oct 31 21:43:42.282 INFO running `"docker" "rm" "-f" "ac33a8cfa6bc9d73f1f5746057aaf78b877c96d0c39a670a1a7ebff3d78b2d51"` Oct 31 21:43:42.561 INFO blam! ac33a8cfa6bc9d73f1f5746057aaf78b877c96d0c39a670a1a7ebff3d78b2d51