Oct 14 17:52:20.090 INFO testing irazorx1/lucky_check against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:52:20.090 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:52:20.699 INFO blam! 8b67a90b54b227ec248a4e60da6899b9cbe12df7d612f6c4f013493a4f49fef6 Oct 14 17:52:20.701 INFO running `"docker" "start" "-a" "8b67a90b54b227ec248a4e60da6899b9cbe12df7d612f6c4f013493a4f49fef6"` Oct 14 17:52:21.479 INFO kablam! usermod: no changes Oct 14 17:52:21.579 INFO kablam! Compiling rayon-core v1.4.1 Oct 14 17:52:21.579 INFO kablam! Compiling rayon v1.0.2 Oct 14 17:52:21.579 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 14 17:52:22.735 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 14 17:52:24.167 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 17:52:30.647 INFO kablam! Compiling lucky_check v0.1.0 (/source) Oct 14 17:52:31.107 INFO kablam! warning: unused import: `rayon::prelude` Oct 14 17:52:31.107 INFO kablam! --> src/main.rs:82:5 Oct 14 17:52:31.107 INFO kablam! | Oct 14 17:52:31.107 INFO kablam! 82 | use rayon::prelude::*; Oct 14 17:52:31.107 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:52:31.107 INFO kablam! | Oct 14 17:52:31.107 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:52:31.107 INFO kablam! Oct 14 17:52:31.107 INFO kablam! warning: value assigned to `last_digit` is never read Oct 14 17:52:31.107 INFO kablam! --> src/main.rs:19:13 Oct 14 17:52:31.107 INFO kablam! | Oct 14 17:52:31.107 INFO kablam! 19 | let mut last_digit = 0; Oct 14 17:52:31.107 INFO kablam! | ^^^^^^^^^^ Oct 14 17:52:31.107 INFO kablam! | Oct 14 17:52:31.107 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 17:52:31.107 INFO kablam! Oct 14 17:52:31.107 INFO kablam! warning: variable does not need to be mutable Oct 14 17:52:31.107 INFO kablam! --> src/main.rs:7:9 Oct 14 17:52:31.107 INFO kablam! | Oct 14 17:52:31.107 INFO kablam! 7 | let mut s = num.to_string(); Oct 14 17:52:31.107 INFO kablam! | ----^ Oct 14 17:52:31.107 INFO kablam! | | Oct 14 17:52:31.107 INFO kablam! | help: remove this `mut` Oct 14 17:52:31.107 INFO kablam! | Oct 14 17:52:31.107 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:52:31.107 INFO kablam! Oct 14 17:52:31.107 INFO kablam! warning: function is never used: `is_lucky_string` Oct 14 17:52:31.107 INFO kablam! --> src/main.rs:6:1 Oct 14 17:52:31.107 INFO kablam! | Oct 14 17:52:31.107 INFO kablam! 6 | fn is_lucky_string(num: u32) -> bool { Oct 14 17:52:31.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:31.107 INFO kablam! | Oct 14 17:52:31.107 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:52:31.107 INFO kablam! Oct 14 17:52:31.107 INFO kablam! warning: function is never used: `is_lucky_u32_2` Oct 14 17:52:31.107 INFO kablam! --> src/main.rs:55:1 Oct 14 17:52:31.107 INFO kablam! | Oct 14 17:52:31.107 INFO kablam! 55 | fn is_lucky_u32_2(number: u32) -> bool { Oct 14 17:52:31.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:31.107 INFO kablam! Oct 14 17:52:31.107 INFO kablam! warning: function is never used: `contains_number` Oct 14 17:52:31.107 INFO kablam! --> src/main.rs:65:1 Oct 14 17:52:31.107 INFO kablam! | Oct 14 17:52:31.107 INFO kablam! 65 | fn contains_number(number: u32, check: u32) -> bool { Oct 14 17:52:31.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:31.107 INFO kablam! Oct 14 17:52:31.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.18s Oct 14 17:52:31.699 INFO kablam! su: No module specific data is present Oct 14 17:52:32.343 INFO running `"docker" "rm" "-f" "8b67a90b54b227ec248a4e60da6899b9cbe12df7d612f6c4f013493a4f49fef6"` Oct 14 17:52:32.507 INFO blam! 8b67a90b54b227ec248a4e60da6899b9cbe12df7d612f6c4f013493a4f49fef6 Oct 14 17:52:32.511 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:52:32.871 INFO blam! 5786474529bb814793791a594081695b706975da15e8bca5239526e8aacf4a68 Oct 14 17:52:32.873 INFO running `"docker" "start" "-a" "5786474529bb814793791a594081695b706975da15e8bca5239526e8aacf4a68"` Oct 14 17:52:34.075 INFO kablam! usermod: no changes Oct 14 17:52:34.147 INFO kablam! Compiling lucky_check v0.1.0 (/source) Oct 14 17:52:34.551 INFO kablam! warning: unused import: `black_box` Oct 14 17:52:34.551 INFO kablam! --> src/main.rs:97:25 Oct 14 17:52:34.551 INFO kablam! | Oct 14 17:52:34.551 INFO kablam! 97 | use test::{Bencher, black_box}; Oct 14 17:52:34.551 INFO kablam! | ^^^^^^^^^ Oct 14 17:52:34.551 INFO kablam! | Oct 14 17:52:34.551 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:52:34.551 INFO kablam! Oct 14 17:52:34.551 INFO kablam! warning: unused import: `rayon::*` Oct 14 17:52:34.551 INFO kablam! --> src/main.rs:98:9 Oct 14 17:52:34.551 INFO kablam! | Oct 14 17:52:34.551 INFO kablam! 98 | use rayon::*; Oct 14 17:52:34.551 INFO kablam! | ^^^^^^^^ Oct 14 17:52:34.551 INFO kablam! Oct 14 17:52:34.663 INFO kablam! warning: unused import: `rayon::prelude` Oct 14 17:52:34.663 INFO kablam! --> src/main.rs:82:5 Oct 14 17:52:34.663 INFO kablam! | Oct 14 17:52:34.663 INFO kablam! 82 | use rayon::prelude::*; Oct 14 17:52:34.663 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:52:34.663 INFO kablam! Oct 14 17:52:34.687 INFO kablam! warning: value assigned to `last_digit` is never read Oct 14 17:52:34.688 INFO kablam! --> src/main.rs:19:13 Oct 14 17:52:34.688 INFO kablam! | Oct 14 17:52:34.688 INFO kablam! 19 | let mut last_digit = 0; Oct 14 17:52:34.688 INFO kablam! | ^^^^^^^^^^ Oct 14 17:52:34.688 INFO kablam! | Oct 14 17:52:34.688 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 17:52:34.688 INFO kablam! Oct 14 17:52:34.688 INFO kablam! warning: variable does not need to be mutable Oct 14 17:52:34.688 INFO kablam! --> src/main.rs:7:9 Oct 14 17:52:34.688 INFO kablam! | Oct 14 17:52:34.688 INFO kablam! 7 | let mut s = num.to_string(); Oct 14 17:52:34.689 INFO kablam! | ----^ Oct 14 17:52:34.689 INFO kablam! | | Oct 14 17:52:34.689 INFO kablam! | help: remove this `mut` Oct 14 17:52:34.689 INFO kablam! | Oct 14 17:52:34.689 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:52:34.689 INFO kablam! Oct 14 17:52:35.897 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.79s Oct 14 17:52:35.899 INFO kablam! su: No module specific data is present Oct 14 17:52:36.441 INFO running `"docker" "rm" "-f" "5786474529bb814793791a594081695b706975da15e8bca5239526e8aacf4a68"` Oct 14 17:52:36.630 INFO blam! 5786474529bb814793791a594081695b706975da15e8bca5239526e8aacf4a68 Oct 14 17:52:36.635 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:52:36.931 INFO blam! 4cec853d5019840af4931813273bceb32585834f0d160b79b64a6ff727a80d34 Oct 14 17:52:36.933 INFO running `"docker" "start" "-a" "4cec853d5019840af4931813273bceb32585834f0d160b79b64a6ff727a80d34"` Oct 14 17:52:37.561 INFO kablam! usermod: no changes Oct 14 17:52:37.606 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 17:52:37.606 INFO kablam! Running /target/debug/deps/lucky_check-69a2221816bcdb7d Oct 14 17:52:37.612 INFO blam! Oct 14 17:52:37.613 INFO blam! running 12 tests Oct 14 17:52:37.613 INFO blam! test tests::bench_is_lucky_string_10000000 ... ignored Oct 14 17:52:37.613 INFO blam! test tests::bench_is_lucky_string_max_u32 ... ignored Oct 14 17:52:37.613 INFO blam! test tests::bench_is_lucky_u32_10000000 ... ignored Oct 14 17:52:37.613 INFO blam! test tests::bench_is_lucky_u32_10000000_par ... ignored Oct 14 17:52:37.613 INFO blam! test tests::bench_is_lucky_u32_2_max_u32 ... ignored Oct 14 17:52:37.614 INFO blam! test tests::bench_is_lucky_u32_max_u32 ... ignored Oct 14 17:52:37.622 INFO blam! test tests::bench_is_lucky_u32_1000 ... ok Oct 14 17:52:37.629 INFO blam! test tests::bench_is_lucky_string_1000 ... ok Oct 14 17:52:37.631 INFO blam! test tests::bench_is_lucky_u32_10000 ... ok Oct 14 17:52:37.633 INFO blam! test tests::bench_is_lucky_u32_100000 ... ok Oct 14 17:52:37.640 INFO blam! test tests::bench_is_lucky_string_10000 ... ok Oct 14 17:52:37.779 INFO blam! test tests::bench_is_lucky_string_100000 ... ok Oct 14 17:52:37.779 INFO blam! Oct 14 17:52:37.779 INFO blam! test result: ok. 6 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out Oct 14 17:52:37.780 INFO blam! Oct 14 17:52:37.787 INFO kablam! su: No module specific data is present Oct 14 17:52:38.228 INFO running `"docker" "rm" "-f" "4cec853d5019840af4931813273bceb32585834f0d160b79b64a6ff727a80d34"` Oct 14 17:52:38.475 INFO blam! 4cec853d5019840af4931813273bceb32585834f0d160b79b64a6ff727a80d34