Oct 11 03:23:52.321 INFO testing ajpierce/euler-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:23:52.321 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:23:52.321 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:23:52.696 INFO blam! 67f0f5de46afdaae198c088b98f741f1bb5c72f5053b66678d64ddf872dc23d0 Oct 11 03:23:52.702 INFO running `"docker" "start" "-a" "67f0f5de46afdaae198c088b98f741f1bb5c72f5053b66678d64ddf872dc23d0"` Oct 11 03:23:53.812 INFO kablam! usermod: no changes Oct 11 03:23:53.887 INFO kablam! Compiling primes v0.2.0 Oct 11 03:23:55.101 INFO kablam! Compiling euler-rust v0.1.0 (/source) Oct 11 03:23:56.736 INFO kablam! warning: unused import: `test::Bencher` Oct 11 03:23:56.737 INFO kablam! --> src/p005.rs:3:5 Oct 11 03:23:56.737 INFO kablam! | Oct 11 03:23:56.738 INFO kablam! 3 | use test::Bencher; Oct 11 03:23:56.738 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 03:23:56.738 INFO kablam! | Oct 11 03:23:56.738 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:23:56.739 INFO kablam! Oct 11 03:23:56.739 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:23:56.739 INFO kablam! --> src/p005.rs:34:19 Oct 11 03:23:56.739 INFO kablam! | Oct 11 03:23:56.740 INFO kablam! 34 | } else if (answer % 20 == 0) { Oct 11 03:23:56.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:23:56.740 INFO kablam! | Oct 11 03:23:56.741 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 03:23:56.741 INFO kablam! Oct 11 03:23:56.888 INFO kablam! warning: function is never used: `for_sum` Oct 11 03:23:56.888 INFO kablam! --> src/p001.rs:11:1 Oct 11 03:23:56.888 INFO kablam! | Oct 11 03:23:56.888 INFO kablam! 11 | pub fn for_sum(max: i32) { Oct 11 03:23:56.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:23:56.888 INFO kablam! | Oct 11 03:23:56.888 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:23:56.888 INFO kablam! Oct 11 03:23:56.888 INFO kablam! warning: function is never used: `solve_while` Oct 11 03:23:56.889 INFO kablam! --> src/p002.rs:22:1 Oct 11 03:23:56.889 INFO kablam! | Oct 11 03:23:56.889 INFO kablam! 22 | pub fn solve_while(limit: u32) { Oct 11 03:23:56.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:23:56.889 INFO kablam! Oct 11 03:23:56.889 INFO kablam! warning: function is never used: `solve_for` Oct 11 03:23:56.889 INFO kablam! --> src/p002.rs:37:1 Oct 11 03:23:56.889 INFO kablam! | Oct 11 03:23:56.889 INFO kablam! 37 | pub fn solve_for(limit: u32) { Oct 11 03:23:56.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:23:56.889 INFO kablam! Oct 11 03:23:56.889 INFO kablam! warning: function is never used: `solve_takewhile` Oct 11 03:23:56.889 INFO kablam! --> src/p002.rs:48:1 Oct 11 03:23:56.889 INFO kablam! | Oct 11 03:23:56.889 INFO kablam! 48 | pub fn solve_takewhile(limit: u32) { Oct 11 03:23:56.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:23:56.889 INFO kablam! Oct 11 03:23:56.889 INFO kablam! warning: function is never used: `solve_takewhile_filter_mutable` Oct 11 03:23:56.889 INFO kablam! --> src/p002.rs:63:1 Oct 11 03:23:56.889 INFO kablam! | Oct 11 03:23:56.889 INFO kablam! 63 | pub fn solve_takewhile_filter_mutable(limit: u32) { Oct 11 03:23:56.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:23:56.889 INFO kablam! Oct 11 03:23:56.889 INFO kablam! warning: function is never used: `solve_big` Oct 11 03:23:56.889 INFO kablam! --> src/p005.rs:29:1 Oct 11 03:23:56.889 INFO kablam! | Oct 11 03:23:56.889 INFO kablam! 29 | fn solve_big(min: u64, max: u64) { Oct 11 03:23:56.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:23:56.889 INFO kablam! Oct 11 03:23:56.889 INFO kablam! warning: function is never used: `solve_vbig` Oct 11 03:23:56.889 INFO kablam! --> src/p005.rs:43:1 Oct 11 03:23:56.889 INFO kablam! | Oct 11 03:23:56.889 INFO kablam! 43 | fn solve_vbig(min: u64, max: u64) { Oct 11 03:23:56.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:23:56.889 INFO kablam! Oct 11 03:23:57.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.79s Oct 11 03:23:57.632 INFO kablam! su: No module specific data is present Oct 11 03:23:58.216 INFO running `"docker" "rm" "-f" "67f0f5de46afdaae198c088b98f741f1bb5c72f5053b66678d64ddf872dc23d0"` Oct 11 03:23:58.532 INFO blam! 67f0f5de46afdaae198c088b98f741f1bb5c72f5053b66678d64ddf872dc23d0 Oct 11 03:23:58.540 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:23:58.541 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:23:58.896 INFO blam! 35bfd166310be8b193405d1ded95a3cbdff8dbb7e537770519412a956498e6e0 Oct 11 03:23:58.898 INFO running `"docker" "start" "-a" "35bfd166310be8b193405d1ded95a3cbdff8dbb7e537770519412a956498e6e0"` Oct 11 03:23:59.946 INFO kablam! usermod: no changes Oct 11 03:24:00.066 INFO kablam! Compiling euler-rust v0.1.0 (/source) Oct 11 03:24:01.496 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:24:01.496 INFO kablam! --> src/p005.rs:34:19 Oct 11 03:24:01.496 INFO kablam! | Oct 11 03:24:01.496 INFO kablam! 34 | } else if (answer % 20 == 0) { Oct 11 03:24:01.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:24:01.496 INFO kablam! | Oct 11 03:24:01.496 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 03:24:01.496 INFO kablam! Oct 11 03:24:02.829 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.86s Oct 11 03:24:02.832 INFO kablam! su: No module specific data is present Oct 11 03:24:03.760 INFO running `"docker" "rm" "-f" "35bfd166310be8b193405d1ded95a3cbdff8dbb7e537770519412a956498e6e0"` Oct 11 03:24:03.972 INFO blam! 35bfd166310be8b193405d1ded95a3cbdff8dbb7e537770519412a956498e6e0 Oct 11 03:24:03.976 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:24:03.976 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:24:04.361 INFO blam! afc7ce5c05a7982ae282ab78feae2c84b17f6a5f79b8d3f71db3108d0d11b0b8 Oct 11 03:24:04.366 INFO running `"docker" "start" "-a" "afc7ce5c05a7982ae282ab78feae2c84b17f6a5f79b8d3f71db3108d0d11b0b8"` Oct 11 03:24:05.616 INFO kablam! usermod: no changes Oct 11 03:24:05.712 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 03:24:05.712 INFO kablam! Running /target/debug/deps/euler_rust-0aeed963de7f38f4 Oct 11 03:24:05.720 INFO blam! Oct 11 03:24:05.720 INFO blam! running 17 tests Oct 11 03:24:05.720 INFO blam! test p002::bench_while_sum ... ok Oct 11 03:24:05.720 INFO blam! test p002::bench_takewhile_sum ... ok Oct 11 03:24:05.720 INFO blam! test p002::bench_takewhile_filter_sum ... ok Oct 11 03:24:05.720 INFO blam! test p002::bench_takewhile_filter_mutable_sum ... ok Oct 11 03:24:05.720 INFO blam! test p002::bench_for_sum ... ok Oct 11 03:24:05.720 INFO blam! test p001::bench_for_sum ... ok Oct 11 03:24:05.720 INFO blam! test p001::bench_fold_sum ... ok Oct 11 03:24:05.768 INFO blam! test p004::p4 ... ok Oct 11 03:24:05.768 INFO blam! test p004::p4_chars_naive_less_multiplication ... ok Oct 11 03:24:05.782 INFO blam! test p005::p5_fold ... ok Oct 11 03:24:05.808 INFO blam! test p004::p4_cast ... ok Oct 11 03:24:05.816 INFO blam! test p004::p4_chars_naive ... ok Oct 11 03:24:05.816 INFO blam! test p004::p4_cast_deref ... ok Oct 11 03:24:05.820 INFO blam! test p005::p5_v_big_step ... ok Oct 11 03:24:05.860 INFO blam! test p004::p4_collect ... ok Oct 11 03:24:06.388 INFO blam! test p003::bench_solution ... ok Oct 11 03:24:08.708 INFO blam! test p005::p5_big_step ... ok Oct 11 03:24:08.708 INFO blam! Oct 11 03:24:08.708 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:24:08.708 INFO blam! Oct 11 03:24:08.711 INFO kablam! su: No module specific data is present Oct 11 03:24:09.360 INFO running `"docker" "rm" "-f" "afc7ce5c05a7982ae282ab78feae2c84b17f6a5f79b8d3f71db3108d0d11b0b8"` Oct 11 03:24:09.636 INFO blam! afc7ce5c05a7982ae282ab78feae2c84b17f6a5f79b8d3f71db3108d0d11b0b8