Oct 15 04:46:35.552 INFO testing ajpierce/euler-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:46:35.552 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 15 04:46:35.907 INFO blam! c8c7960eaffa19daddc8d47f70e93ba16c08a4bbedaff2dd17683a443ff03cbb Oct 15 04:46:35.910 INFO running `"docker" "start" "-a" "c8c7960eaffa19daddc8d47f70e93ba16c08a4bbedaff2dd17683a443ff03cbb"` Oct 15 04:46:37.086 INFO kablam! usermod: no changes Oct 15 04:46:37.223 INFO kablam! Compiling primes v0.2.0 Oct 15 04:46:38.095 INFO kablam! Compiling euler-rust v0.1.0 (/source) Oct 15 04:46:38.988 INFO kablam! warning: unused import: `test::Bencher` Oct 15 04:46:38.989 INFO kablam! --> src/p005.rs:3:5 Oct 15 04:46:38.989 INFO kablam! | Oct 15 04:46:38.989 INFO kablam! 3 | use test::Bencher; Oct 15 04:46:38.989 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 04:46:38.989 INFO kablam! | Oct 15 04:46:38.989 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:46:38.989 INFO kablam! Oct 15 04:46:38.989 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 04:46:38.989 INFO kablam! --> src/p005.rs:34:19 Oct 15 04:46:38.989 INFO kablam! | Oct 15 04:46:38.989 INFO kablam! 34 | } else if (answer % 20 == 0) { Oct 15 04:46:38.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:46:38.989 INFO kablam! | Oct 15 04:46:38.989 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 04:46:38.989 INFO kablam! Oct 15 04:46:39.151 INFO kablam! warning: function is never used: `for_sum` Oct 15 04:46:39.151 INFO kablam! --> src/p001.rs:11:1 Oct 15 04:46:39.151 INFO kablam! | Oct 15 04:46:39.151 INFO kablam! 11 | pub fn for_sum(max: i32) { Oct 15 04:46:39.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:46:39.151 INFO kablam! | Oct 15 04:46:39.151 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:46:39.151 INFO kablam! Oct 15 04:46:39.151 INFO kablam! warning: function is never used: `solve_while` Oct 15 04:46:39.151 INFO kablam! --> src/p002.rs:22:1 Oct 15 04:46:39.151 INFO kablam! | Oct 15 04:46:39.151 INFO kablam! 22 | pub fn solve_while(limit: u32) { Oct 15 04:46:39.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:46:39.151 INFO kablam! Oct 15 04:46:39.151 INFO kablam! warning: function is never used: `solve_for` Oct 15 04:46:39.151 INFO kablam! --> src/p002.rs:37:1 Oct 15 04:46:39.151 INFO kablam! | Oct 15 04:46:39.151 INFO kablam! 37 | pub fn solve_for(limit: u32) { Oct 15 04:46:39.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:46:39.151 INFO kablam! Oct 15 04:46:39.151 INFO kablam! warning: function is never used: `solve_takewhile` Oct 15 04:46:39.151 INFO kablam! --> src/p002.rs:48:1 Oct 15 04:46:39.151 INFO kablam! | Oct 15 04:46:39.151 INFO kablam! 48 | pub fn solve_takewhile(limit: u32) { Oct 15 04:46:39.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:46:39.151 INFO kablam! Oct 15 04:46:39.151 INFO kablam! warning: function is never used: `solve_takewhile_filter_mutable` Oct 15 04:46:39.151 INFO kablam! --> src/p002.rs:63:1 Oct 15 04:46:39.151 INFO kablam! | Oct 15 04:46:39.151 INFO kablam! 63 | pub fn solve_takewhile_filter_mutable(limit: u32) { Oct 15 04:46:39.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:46:39.151 INFO kablam! Oct 15 04:46:39.151 INFO kablam! warning: function is never used: `solve_big` Oct 15 04:46:39.151 INFO kablam! --> src/p005.rs:29:1 Oct 15 04:46:39.151 INFO kablam! | Oct 15 04:46:39.151 INFO kablam! 29 | fn solve_big(min: u64, max: u64) { Oct 15 04:46:39.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:46:39.151 INFO kablam! Oct 15 04:46:39.151 INFO kablam! warning: function is never used: `solve_vbig` Oct 15 04:46:39.151 INFO kablam! --> src/p005.rs:43:1 Oct 15 04:46:39.151 INFO kablam! | Oct 15 04:46:39.151 INFO kablam! 43 | fn solve_vbig(min: u64, max: u64) { Oct 15 04:46:39.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:46:39.151 INFO kablam! Oct 15 04:46:40.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.95s Oct 15 04:46:40.067 INFO kablam! su: No module specific data is present Oct 15 04:46:40.881 INFO running `"docker" "rm" "-f" "c8c7960eaffa19daddc8d47f70e93ba16c08a4bbedaff2dd17683a443ff03cbb"` Oct 15 04:46:41.187 INFO blam! c8c7960eaffa19daddc8d47f70e93ba16c08a4bbedaff2dd17683a443ff03cbb Oct 15 04:46:41.193 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 15 04:46:41.595 INFO blam! e15800f54e0ce9105e7dd9b3ca9409e407ab53aaf91cc5c47b9f7324cd542aa4 Oct 15 04:46:41.607 INFO running `"docker" "start" "-a" "e15800f54e0ce9105e7dd9b3ca9409e407ab53aaf91cc5c47b9f7324cd542aa4"` Oct 15 04:46:43.238 INFO kablam! usermod: no changes Oct 15 04:46:43.359 INFO kablam! Compiling euler-rust v0.1.0 (/source) Oct 15 04:46:44.060 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 04:46:44.060 INFO kablam! --> src/p005.rs:34:19 Oct 15 04:46:44.061 INFO kablam! | Oct 15 04:46:44.061 INFO kablam! 34 | } else if (answer % 20 == 0) { Oct 15 04:46:44.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:46:44.061 INFO kablam! | Oct 15 04:46:44.061 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 04:46:44.061 INFO kablam! Oct 15 04:46:45.757 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.49s Oct 15 04:46:45.767 INFO kablam! su: No module specific data is present Oct 15 04:46:46.889 INFO running `"docker" "rm" "-f" "e15800f54e0ce9105e7dd9b3ca9409e407ab53aaf91cc5c47b9f7324cd542aa4"` Oct 15 04:46:47.303 INFO blam! e15800f54e0ce9105e7dd9b3ca9409e407ab53aaf91cc5c47b9f7324cd542aa4 Oct 15 04:46:47.312 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 15 04:46:47.876 INFO blam! cc30ff9002d23ce28d81a2d6835ba77106238c10aaf7416988fa736be301d767 Oct 15 04:46:47.879 INFO running `"docker" "start" "-a" "cc30ff9002d23ce28d81a2d6835ba77106238c10aaf7416988fa736be301d767"` Oct 15 04:46:49.953 INFO kablam! usermod: no changes Oct 15 04:46:50.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 04:46:50.135 INFO kablam! Running /target/debug/deps/euler_rust-0aeed963de7f38f4 Oct 15 04:46:50.139 INFO blam! Oct 15 04:46:50.139 INFO blam! running 17 tests Oct 15 04:46:50.164 INFO blam! test p001::bench_fold_sum ... ok Oct 15 04:46:50.164 INFO blam! test p001::bench_for_sum ... ok Oct 15 04:46:50.164 INFO blam! test p002::bench_for_sum ... ok Oct 15 04:46:50.164 INFO blam! test p002::bench_takewhile_filter_mutable_sum ... ok Oct 15 04:46:50.167 INFO blam! test p002::bench_takewhile_sum ... ok Oct 15 04:46:50.194 INFO blam! test p004::p4_chars_naive_less_multiplication ... ok Oct 15 04:46:50.199 INFO blam! test p002::bench_while_sum ... ok Oct 15 04:46:50.199 INFO blam! test p002::bench_takewhile_filter_sum ... ok Oct 15 04:46:50.259 INFO blam! test p004::p4_chars_naive ... ok Oct 15 04:46:50.279 INFO blam! test p005::p5_fold ... ok Oct 15 04:46:50.295 INFO blam! test p004::p4_cast ... ok Oct 15 04:46:50.296 INFO blam! test p004::p4_cast_deref ... ok Oct 15 04:46:50.297 INFO blam! test p004::p4 ... ok Oct 15 04:46:50.371 INFO blam! test p005::p5_v_big_step ... ok Oct 15 04:46:50.411 INFO blam! test p004::p4_collect ... ok Oct 15 04:46:51.187 INFO blam! test p003::bench_solution ... ok Oct 15 04:46:53.751 INFO blam! test p005::p5_big_step ... ok Oct 15 04:46:53.751 INFO blam! Oct 15 04:46:53.751 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:46:53.751 INFO blam! Oct 15 04:46:53.753 INFO kablam! su: No module specific data is present Oct 15 04:46:54.427 INFO running `"docker" "rm" "-f" "cc30ff9002d23ce28d81a2d6835ba77106238c10aaf7416988fa736be301d767"` Oct 15 04:46:54.719 INFO blam! cc30ff9002d23ce28d81a2d6835ba77106238c10aaf7416988fa736be301d767