Oct 13 01:25:31.264 INFO testing savish/rosalind against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:25:31.264 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 13 01:25:31.631 INFO blam! cc143a136437ae587b7233cb1d25d476297ebc27e42578afeafd6886a99839c2 Oct 13 01:25:31.631 INFO running `"docker" "start" "-a" "cc143a136437ae587b7233cb1d25d476297ebc27e42578afeafd6886a99839c2"` Oct 13 01:25:32.633 INFO kablam! usermod: no changes Oct 13 01:25:32.780 INFO kablam! Compiling perm v0.1.0 (/source/perm) Oct 13 01:25:32.792 INFO kablam! Compiling gene v0.1.0 (/source/gene) Oct 13 01:25:32.805 INFO kablam! Compiling gen_str v0.1.0 (/source/gen_str) Oct 13 01:25:32.805 INFO kablam! Compiling fib v0.1.0 (/source/fib) Oct 13 01:25:32.805 INFO kablam! Compiling clap v2.31.2 Oct 13 01:25:49.835 INFO kablam! Compiling rosalind v0.1.0 (/source) Oct 13 01:25:50.991 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 01:25:50.991 INFO kablam! --> src/main.rs:115:9 Oct 13 01:25:50.991 INFO kablam! | Oct 13 01:25:50.991 INFO kablam! 115 | / fdna_array Oct 13 01:25:50.991 INFO kablam! 116 | | .iter() Oct 13 01:25:50.991 INFO kablam! 117 | | .map(|fdna| { Oct 13 01:25:50.991 INFO kablam! 118 | | println!("{}", fdna.label()); Oct 13 01:25:50.991 INFO kablam! 119 | | println!("{}", fdna.gc_content()) Oct 13 01:25:50.991 INFO kablam! 120 | | }) Oct 13 01:25:50.991 INFO kablam! 121 | | .collect::>(); Oct 13 01:25:50.991 INFO kablam! | |_________________________________^ Oct 13 01:25:50.991 INFO kablam! | Oct 13 01:25:50.991 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:25:50.991 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 01:25:50.991 INFO kablam! Oct 13 01:25:52.643 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.97s Oct 13 01:25:52.643 INFO kablam! su: No module specific data is present Oct 13 01:25:53.290 INFO running `"docker" "rm" "-f" "cc143a136437ae587b7233cb1d25d476297ebc27e42578afeafd6886a99839c2"` Oct 13 01:25:53.615 INFO blam! cc143a136437ae587b7233cb1d25d476297ebc27e42578afeafd6886a99839c2 Oct 13 01:25:53.619 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 13 01:25:54.127 INFO blam! c3f8d1c9e84bd77512630658a423c5ebbb6063962fd10d1e654e4cdb99b7ae66 Oct 13 01:25:54.133 INFO running `"docker" "start" "-a" "c3f8d1c9e84bd77512630658a423c5ebbb6063962fd10d1e654e4cdb99b7ae66"` Oct 13 01:25:55.481 INFO kablam! usermod: no changes Oct 13 01:25:55.567 INFO kablam! Compiling rosalind v0.1.0 (/source) Oct 13 01:26:00.043 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 01:26:00.043 INFO kablam! --> examples/gc.rs:32:5 Oct 13 01:26:00.043 INFO kablam! | Oct 13 01:26:00.043 INFO kablam! 32 | / fdna_array Oct 13 01:26:00.043 INFO kablam! 33 | | .iter() Oct 13 01:26:00.043 INFO kablam! 34 | | .map(|fdna| { Oct 13 01:26:00.043 INFO kablam! 35 | | println!("{}", fdna.label()); Oct 13 01:26:00.043 INFO kablam! 36 | | println!("{}", fdna.gc_content()) Oct 13 01:26:00.043 INFO kablam! 37 | | }) Oct 13 01:26:00.043 INFO kablam! 38 | | .collect::>(); Oct 13 01:26:00.043 INFO kablam! | |_____________________________^ Oct 13 01:26:00.043 INFO kablam! | Oct 13 01:26:00.043 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:26:00.043 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 01:26:00.043 INFO kablam! Oct 13 01:26:00.451 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 01:26:00.451 INFO kablam! --> src/main.rs:115:9 Oct 13 01:26:00.451 INFO kablam! | Oct 13 01:26:00.451 INFO kablam! 115 | / fdna_array Oct 13 01:26:00.451 INFO kablam! 116 | | .iter() Oct 13 01:26:00.451 INFO kablam! 117 | | .map(|fdna| { Oct 13 01:26:00.451 INFO kablam! 118 | | println!("{}", fdna.label()); Oct 13 01:26:00.451 INFO kablam! 119 | | println!("{}", fdna.gc_content()) Oct 13 01:26:00.451 INFO kablam! 120 | | }) Oct 13 01:26:00.451 INFO kablam! 121 | | .collect::>(); Oct 13 01:26:00.451 INFO kablam! | |_________________________________^ Oct 13 01:26:00.451 INFO kablam! | Oct 13 01:26:00.451 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:26:00.451 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 01:26:00.451 INFO kablam! Oct 13 01:26:01.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.15s Oct 13 01:26:01.655 INFO kablam! su: No module specific data is present Oct 13 01:26:02.255 INFO running `"docker" "rm" "-f" "c3f8d1c9e84bd77512630658a423c5ebbb6063962fd10d1e654e4cdb99b7ae66"` Oct 13 01:26:02.526 INFO blam! c3f8d1c9e84bd77512630658a423c5ebbb6063962fd10d1e654e4cdb99b7ae66 Oct 13 01:26:02.534 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 13 01:26:03.048 INFO blam! a3357842951cd13364939ebc43a78de53c0d2cdcca974800825f38cbba202e6b Oct 13 01:26:03.049 INFO running `"docker" "start" "-a" "a3357842951cd13364939ebc43a78de53c0d2cdcca974800825f38cbba202e6b"` Oct 13 01:26:04.142 INFO kablam! usermod: no changes Oct 13 01:26:04.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 13 01:26:04.250 INFO kablam! Running /target/debug/deps/rosalind-ac428d4c231dc09d Oct 13 01:26:04.271 INFO kablam! Running /target/debug/deps/rosalind-5559f078f2512c2e Oct 13 01:26:04.271 INFO blam! Oct 13 01:26:04.271 INFO blam! running 0 tests Oct 13 01:26:04.271 INFO blam! Oct 13 01:26:04.271 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:26:04.271 INFO blam! Oct 13 01:26:04.273 INFO blam! Oct 13 01:26:04.273 INFO blam! running 0 tests Oct 13 01:26:04.274 INFO kablam! Doc-tests rosalind Oct 13 01:26:04.274 INFO blam! Oct 13 01:26:04.274 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:26:04.274 INFO blam! Oct 13 01:26:04.619 INFO blam! Oct 13 01:26:04.619 INFO blam! running 2 tests Oct 13 01:26:05.095 INFO blam! test src/lib.rs - hamming_distance (line 57) ... ok Oct 13 01:26:05.378 INFO blam! test src/lib.rs - substring_locations (line 75) ... ok Oct 13 01:26:05.379 INFO blam! Oct 13 01:26:05.379 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:26:05.379 INFO blam! Oct 13 01:26:05.390 INFO kablam! su: No module specific data is present Oct 13 01:26:05.895 INFO running `"docker" "rm" "-f" "a3357842951cd13364939ebc43a78de53c0d2cdcca974800825f38cbba202e6b"` Oct 13 01:26:06.179 INFO blam! a3357842951cd13364939ebc43a78de53c0d2cdcca974800825f38cbba202e6b