Oct 21 14:03:49.487 INFO checking savish/rosalind against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:03:49.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 14:03:50.045 INFO blam! 5352581abc13c74ac8c90b19676e100f8d1f4ca4ff03452c493e0fa940b65545 Oct 21 14:03:50.047 INFO running `"docker" "start" "-a" "5352581abc13c74ac8c90b19676e100f8d1f4ca4ff03452c493e0fa940b65545"` Oct 21 14:03:51.772 INFO kablam! usermod: no changes Oct 21 14:03:51.916 INFO kablam! Checking fib v0.1.0 (/source/fib) Oct 21 14:03:51.920 INFO kablam! Checking gene v0.1.0 (/source/gene) Oct 21 14:03:51.920 INFO kablam! Checking perm v0.1.0 (/source/perm) Oct 21 14:03:51.920 INFO kablam! Checking gen_str v0.1.0 (/source/gen_str) Oct 21 14:03:54.508 INFO kablam! Checking rosalind v0.1.0 (/source) Oct 21 14:03:56.836 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 14:03:56.836 INFO kablam! --> src/main.rs:115:9 Oct 21 14:03:56.836 INFO kablam! | Oct 21 14:03:56.836 INFO kablam! 115 | / fdna_array Oct 21 14:03:56.837 INFO kablam! 116 | | .iter() Oct 21 14:03:56.837 INFO kablam! 117 | | .map(|fdna| { Oct 21 14:03:56.837 INFO kablam! 118 | | println!("{}", fdna.label()); Oct 21 14:03:56.837 INFO kablam! 119 | | println!("{}", fdna.gc_content()) Oct 21 14:03:56.837 INFO kablam! 120 | | }) Oct 21 14:03:56.837 INFO kablam! 121 | | .collect::>(); Oct 21 14:03:56.837 INFO kablam! | |_________________________________^ Oct 21 14:03:56.837 INFO kablam! | Oct 21 14:03:56.837 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 14:03:56.837 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 14:03:56.837 INFO kablam! Oct 21 14:03:57.920 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 14:03:57.920 INFO kablam! --> src/main.rs:115:9 Oct 21 14:03:57.920 INFO kablam! | Oct 21 14:03:57.920 INFO kablam! 115 | / fdna_array Oct 21 14:03:57.920 INFO kablam! 116 | | .iter() Oct 21 14:03:57.920 INFO kablam! 117 | | .map(|fdna| { Oct 21 14:03:57.920 INFO kablam! 118 | | println!("{}", fdna.label()); Oct 21 14:03:57.920 INFO kablam! 119 | | println!("{}", fdna.gc_content()) Oct 21 14:03:57.920 INFO kablam! 120 | | }) Oct 21 14:03:57.920 INFO kablam! 121 | | .collect::>(); Oct 21 14:03:57.920 INFO kablam! | |_________________________________^ Oct 21 14:03:57.920 INFO kablam! | Oct 21 14:03:57.920 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 14:03:57.920 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 14:03:57.920 INFO kablam! Oct 21 14:03:58.009 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 14:03:58.009 INFO kablam! --> examples/gc.rs:32:5 Oct 21 14:03:58.010 INFO kablam! | Oct 21 14:03:58.010 INFO kablam! 32 | / fdna_array Oct 21 14:03:58.010 INFO kablam! 33 | | .iter() Oct 21 14:03:58.010 INFO kablam! 34 | | .map(|fdna| { Oct 21 14:03:58.010 INFO kablam! 35 | | println!("{}", fdna.label()); Oct 21 14:03:58.010 INFO kablam! 36 | | println!("{}", fdna.gc_content()) Oct 21 14:03:58.010 INFO kablam! 37 | | }) Oct 21 14:03:58.010 INFO kablam! 38 | | .collect::>(); Oct 21 14:03:58.010 INFO kablam! | |_____________________________^ Oct 21 14:03:58.010 INFO kablam! | Oct 21 14:03:58.010 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 14:03:58.010 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 14:03:58.010 INFO kablam! Oct 21 14:03:58.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.23s Oct 21 14:03:58.071 INFO kablam! su: No module specific data is present Oct 21 14:03:59.384 INFO running `"docker" "rm" "-f" "5352581abc13c74ac8c90b19676e100f8d1f4ca4ff03452c493e0fa940b65545"` Oct 21 14:03:59.632 INFO blam! 5352581abc13c74ac8c90b19676e100f8d1f4ca4ff03452c493e0fa940b65545