Oct 26 21:29:19.016 INFO checking savish/rosalind against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 21:29:19.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 21:29:19.600 INFO blam! 0f6a71603789fa16746db317495f67f8cb539b5500b1695901f59610b922959a Oct 26 21:29:19.602 INFO running `"docker" "start" "-a" "0f6a71603789fa16746db317495f67f8cb539b5500b1695901f59610b922959a"` Oct 26 21:29:21.495 INFO kablam! usermod: no changes Oct 26 21:29:21.671 INFO kablam! Checking perm v0.1.0 (/source/perm) Oct 26 21:29:21.672 INFO kablam! Checking gen_str v0.1.0 (/source/gen_str) Oct 26 21:29:21.672 INFO kablam! Checking gene v0.1.0 (/source/gene) Oct 26 21:29:21.672 INFO kablam! Checking fib v0.1.0 (/source/fib) Oct 26 21:29:23.475 INFO kablam! Checking clap v2.31.2 Oct 26 21:29:28.750 INFO kablam! Checking rosalind v0.1.0 (/source) Oct 26 21:29:30.903 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 21:29:30.903 INFO kablam! --> examples/gc.rs:32:5 Oct 26 21:29:30.903 INFO kablam! | Oct 26 21:29:30.903 INFO kablam! 32 | / fdna_array Oct 26 21:29:30.903 INFO kablam! 33 | | .iter() Oct 26 21:29:30.903 INFO kablam! 34 | | .map(|fdna| { Oct 26 21:29:30.903 INFO kablam! 35 | | println!("{}", fdna.label()); Oct 26 21:29:30.903 INFO kablam! 36 | | println!("{}", fdna.gc_content()) Oct 26 21:29:30.903 INFO kablam! 37 | | }) Oct 26 21:29:30.903 INFO kablam! 38 | | .collect::>(); Oct 26 21:29:30.903 INFO kablam! | |_____________________________^ Oct 26 21:29:30.943 INFO kablam! | Oct 26 21:29:30.943 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:29:30.943 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 21:29:30.943 INFO kablam! Oct 26 21:29:32.599 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 21:29:32.599 INFO kablam! --> src/main.rs:115:9 Oct 26 21:29:32.599 INFO kablam! | Oct 26 21:29:32.599 INFO kablam! 115 | / fdna_array Oct 26 21:29:32.599 INFO kablam! 116 | | .iter() Oct 26 21:29:32.599 INFO kablam! 117 | | .map(|fdna| { Oct 26 21:29:32.599 INFO kablam! 118 | | println!("{}", fdna.label()); Oct 26 21:29:32.599 INFO kablam! 119 | | println!("{}", fdna.gc_content()) Oct 26 21:29:32.599 INFO kablam! 120 | | }) Oct 26 21:29:32.599 INFO kablam! 121 | | .collect::>(); Oct 26 21:29:32.599 INFO kablam! | |_________________________________^ Oct 26 21:29:32.606 INFO kablam! | Oct 26 21:29:32.607 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:29:32.607 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 21:29:32.607 INFO kablam! Oct 26 21:29:33.161 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 21:29:33.161 INFO kablam! --> src/main.rs:115:9 Oct 26 21:29:33.161 INFO kablam! | Oct 26 21:29:33.161 INFO kablam! 115 | / fdna_array Oct 26 21:29:33.161 INFO kablam! 116 | | .iter() Oct 26 21:29:33.161 INFO kablam! 117 | | .map(|fdna| { Oct 26 21:29:33.161 INFO kablam! 118 | | println!("{}", fdna.label()); Oct 26 21:29:33.161 INFO kablam! 119 | | println!("{}", fdna.gc_content()) Oct 26 21:29:33.161 INFO kablam! 120 | | }) Oct 26 21:29:33.161 INFO kablam! 121 | | .collect::>(); Oct 26 21:29:33.161 INFO kablam! | |_________________________________^ Oct 26 21:29:33.161 INFO kablam! | Oct 26 21:29:33.161 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:29:33.161 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 21:29:33.161 INFO kablam! Oct 26 21:29:33.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.68s Oct 26 21:29:33.243 INFO kablam! su: No module specific data is present Oct 26 21:29:34.591 INFO running `"docker" "rm" "-f" "0f6a71603789fa16746db317495f67f8cb539b5500b1695901f59610b922959a"` Oct 26 21:29:34.899 INFO blam! 0f6a71603789fa16746db317495f67f8cb539b5500b1695901f59610b922959a