Oct 26 21:29:20.632 INFO checking savish/rosalind against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:29:20.632 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/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 26 21:29:21.105 INFO blam! 66a3d934b68f9b83791895132d57bc456c7f8c2e3e6555cc0ac86219049adcdf Oct 26 21:29:21.107 INFO running `"docker" "start" "-a" "66a3d934b68f9b83791895132d57bc456c7f8c2e3e6555cc0ac86219049adcdf"` Oct 26 21:29:23.506 INFO kablam! usermod: no changes Oct 26 21:29:23.622 INFO kablam! Checking fib v0.1.0 (/source/fib) Oct 26 21:29:23.627 INFO kablam! Checking gene v0.1.0 (/source/gene) Oct 26 21:29:23.627 INFO kablam! Checking gen_str v0.1.0 (/source/gen_str) Oct 26 21:29:23.639 INFO kablam! Checking perm v0.1.0 (/source/perm) Oct 26 21:29:26.102 INFO kablam! Checking rosalind v0.1.0 (/source) Oct 26 21:29:28.607 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 21:29:28.608 INFO kablam! --> examples/gc.rs:32:5 Oct 26 21:29:28.609 INFO kablam! | Oct 26 21:29:28.609 INFO kablam! 32 | / fdna_array Oct 26 21:29:28.610 INFO kablam! 33 | | .iter() Oct 26 21:29:28.611 INFO kablam! 34 | | .map(|fdna| { Oct 26 21:29:28.612 INFO kablam! 35 | | println!("{}", fdna.label()); Oct 26 21:29:28.612 INFO kablam! 36 | | println!("{}", fdna.gc_content()) Oct 26 21:29:28.613 INFO kablam! 37 | | }) Oct 26 21:29:28.614 INFO kablam! 38 | | .collect::>(); Oct 26 21:29:28.614 INFO kablam! | |_____________________________^ Oct 26 21:29:28.615 INFO kablam! | Oct 26 21:29:28.616 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:29:28.617 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 21:29:28.617 INFO kablam! Oct 26 21:29:30.622 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 21:29:30.623 INFO kablam! --> src/main.rs:115:9 Oct 26 21:29:30.623 INFO kablam! | Oct 26 21:29:30.624 INFO kablam! 115 | / fdna_array Oct 26 21:29:30.625 INFO kablam! 116 | | .iter() Oct 26 21:29:30.626 INFO kablam! 117 | | .map(|fdna| { Oct 26 21:29:30.626 INFO kablam! 118 | | println!("{}", fdna.label()); Oct 26 21:29:30.627 INFO kablam! 119 | | println!("{}", fdna.gc_content()) Oct 26 21:29:30.628 INFO kablam! 120 | | }) Oct 26 21:29:30.628 INFO kablam! 121 | | .collect::>(); Oct 26 21:29:30.629 INFO kablam! | |_________________________________^ Oct 26 21:29:30.630 INFO kablam! | Oct 26 21:29:30.630 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:29:30.631 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 21:29:30.632 INFO kablam! Oct 26 21:29:30.667 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 21:29:30.668 INFO kablam! --> src/main.rs:115:9 Oct 26 21:29:30.669 INFO kablam! | Oct 26 21:29:30.669 INFO kablam! 115 | / fdna_array Oct 26 21:29:30.670 INFO kablam! 116 | | .iter() Oct 26 21:29:30.671 INFO kablam! 117 | | .map(|fdna| { Oct 26 21:29:30.671 INFO kablam! 118 | | println!("{}", fdna.label()); Oct 26 21:29:30.672 INFO kablam! 119 | | println!("{}", fdna.gc_content()) Oct 26 21:29:30.673 INFO kablam! 120 | | }) Oct 26 21:29:30.673 INFO kablam! 121 | | .collect::>(); Oct 26 21:29:30.674 INFO kablam! | |_________________________________^ Oct 26 21:29:30.675 INFO kablam! | Oct 26 21:29:30.676 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:29:30.676 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 21:29:30.677 INFO kablam! Oct 26 21:29:30.712 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.17s Oct 26 21:29:30.734 INFO kablam! su: No module specific data is present Oct 26 21:29:32.475 INFO running `"docker" "rm" "-f" "66a3d934b68f9b83791895132d57bc456c7f8c2e3e6555cc0ac86219049adcdf"` Oct 26 21:29:32.907 INFO blam! 66a3d934b68f9b83791895132d57bc456c7f8c2e3e6555cc0ac86219049adcdf