Oct 31 21:43:28.112 INFO checking savish/rosalind against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 21:43:28.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-3/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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.565 INFO blam! f067c301706ca2b409047191b431080c57e02997901cd8d7fc06de3c4756b021 Oct 31 21:43:28.570 INFO running `"docker" "start" "-a" "f067c301706ca2b409047191b431080c57e02997901cd8d7fc06de3c4756b021"` Oct 31 21:43:30.136 INFO kablam! usermod: no changes Oct 31 21:43:30.269 INFO kablam! Checking fib v0.1.0 (/source/fib) Oct 31 21:43:30.269 INFO kablam! Checking gen_str v0.1.0 (/source/gen_str) Oct 31 21:43:30.269 INFO kablam! Checking perm v0.1.0 (/source/perm) Oct 31 21:43:30.269 INFO kablam! Checking gene v0.1.0 (/source/gene) Oct 31 21:43:31.796 INFO kablam! Checking clap v2.31.2 Oct 31 21:43:37.811 INFO kablam! Checking rosalind v0.1.0 (/source) Oct 31 21:43:40.184 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 31 21:43:40.184 INFO kablam! --> examples/gc.rs:32:5 Oct 31 21:43:40.184 INFO kablam! | Oct 31 21:43:40.184 INFO kablam! 32 | / fdna_array Oct 31 21:43:40.184 INFO kablam! 33 | | .iter() Oct 31 21:43:40.184 INFO kablam! 34 | | .map(|fdna| { Oct 31 21:43:40.184 INFO kablam! 35 | | println!("{}", fdna.label()); Oct 31 21:43:40.184 INFO kablam! 36 | | println!("{}", fdna.gc_content()) Oct 31 21:43:40.184 INFO kablam! 37 | | }) Oct 31 21:43:40.184 INFO kablam! 38 | | .collect::>(); Oct 31 21:43:40.184 INFO kablam! | |_____________________________^ Oct 31 21:43:40.184 INFO kablam! | Oct 31 21:43:40.184 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 21:43:40.184 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 31 21:43:40.184 INFO kablam! Oct 31 21:43:41.584 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 31 21:43:41.584 INFO kablam! --> src/main.rs:115:9 Oct 31 21:43:41.584 INFO kablam! | Oct 31 21:43:41.584 INFO kablam! 115 | / fdna_array Oct 31 21:43:41.584 INFO kablam! 116 | | .iter() Oct 31 21:43:41.584 INFO kablam! 117 | | .map(|fdna| { Oct 31 21:43:41.584 INFO kablam! 118 | | println!("{}", fdna.label()); Oct 31 21:43:41.584 INFO kablam! 119 | | println!("{}", fdna.gc_content()) Oct 31 21:43:41.584 INFO kablam! 120 | | }) Oct 31 21:43:41.584 INFO kablam! 121 | | .collect::>(); Oct 31 21:43:41.584 INFO kablam! | |_________________________________^ Oct 31 21:43:41.584 INFO kablam! | Oct 31 21:43:41.584 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 21:43:41.584 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 31 21:43:41.584 INFO kablam! Oct 31 21:43:41.989 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 31 21:43:41.989 INFO kablam! --> src/main.rs:115:9 Oct 31 21:43:41.989 INFO kablam! | Oct 31 21:43:41.990 INFO kablam! 115 | / fdna_array Oct 31 21:43:41.990 INFO kablam! 116 | | .iter() Oct 31 21:43:41.990 INFO kablam! 117 | | .map(|fdna| { Oct 31 21:43:41.990 INFO kablam! 118 | | println!("{}", fdna.label()); Oct 31 21:43:41.991 INFO kablam! 119 | | println!("{}", fdna.gc_content()) Oct 31 21:43:41.991 INFO kablam! 120 | | }) Oct 31 21:43:41.991 INFO kablam! 121 | | .collect::>(); Oct 31 21:43:41.992 INFO kablam! | |_________________________________^ Oct 31 21:43:41.992 INFO kablam! | Oct 31 21:43:41.992 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 21:43:41.992 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 31 21:43:41.993 INFO kablam! Oct 31 21:43:42.028 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.88s Oct 31 21:43:42.060 INFO kablam! su: No module specific data is present Oct 31 21:43:43.125 INFO running `"docker" "rm" "-f" "f067c301706ca2b409047191b431080c57e02997901cd8d7fc06de3c4756b021"` Oct 31 21:43:43.457 INFO blam! f067c301706ca2b409047191b431080c57e02997901cd8d7fc06de3c4756b021