Oct 15 09:48:37.065 INFO testing JoshMcguigan/fizzbuzz-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:48:37.067 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 09:48:37.487 INFO blam! 369d0359693f8ddf2ff716a17758ca79aea7139d5b20974ad4fbc353eeb4e0f1 Oct 15 09:48:37.503 INFO running `"docker" "start" "-a" "369d0359693f8ddf2ff716a17758ca79aea7139d5b20974ad4fbc353eeb4e0f1"` Oct 15 09:48:38.851 INFO kablam! usermod: no changes Oct 15 09:48:38.923 INFO kablam! Compiling fizzbuzz-rs v0.1.0 (/source) Oct 15 09:48:39.595 INFO kablam! warning: struct is never constructed: `FizzBuzzer` Oct 15 09:48:39.595 INFO kablam! --> src/func.rs:1:1 Oct 15 09:48:39.595 INFO kablam! | Oct 15 09:48:39.595 INFO kablam! 1 | struct FizzBuzzer { Oct 15 09:48:39.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:48:39.595 INFO kablam! | Oct 15 09:48:39.595 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:48:39.595 INFO kablam! Oct 15 09:48:39.595 INFO kablam! warning: method is never used: `new` Oct 15 09:48:39.595 INFO kablam! --> src/func.rs:15:5 Oct 15 09:48:39.595 INFO kablam! | Oct 15 09:48:39.595 INFO kablam! 15 | fn new(fn_fizz: FnFizz, fn_buzz: FnBuzz, fn_fizzbuzz: FnFizzBuzz, fn_other: FnOther) -> Self { Oct 15 09:48:39.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:48:39.595 INFO kablam! Oct 15 09:48:39.595 INFO kablam! warning: method is never used: `eval` Oct 15 09:48:39.595 INFO kablam! --> src/func.rs:19:5 Oct 15 09:48:39.595 INFO kablam! | Oct 15 09:48:39.595 INFO kablam! 19 | fn eval(&self, num: u32) { Oct 15 09:48:39.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:48:39.595 INFO kablam! Oct 15 09:48:39.595 INFO kablam! warning: function is never used: `fizzbuzz` Oct 15 09:48:39.595 INFO kablam! --> src/flexible.rs:2:1 Oct 15 09:48:39.595 INFO kablam! | Oct 15 09:48:39.595 INFO kablam! 2 | / fn fizzbuzz<'a, T>(nums: T) Oct 15 09:48:39.595 INFO kablam! 3 | | where T: IntoIterator Oct 15 09:48:39.595 INFO kablam! 4 | | { Oct 15 09:48:39.595 INFO kablam! 5 | | for num in nums { Oct 15 09:48:39.595 INFO kablam! ... | Oct 15 09:48:39.595 INFO kablam! 15 | | } Oct 15 09:48:39.595 INFO kablam! 16 | | } Oct 15 09:48:39.595 INFO kablam! | |_^ Oct 15 09:48:39.595 INFO kablam! Oct 15 09:48:39.595 INFO kablam! warning: function is never used: `fizzbuzz_vec` Oct 15 09:48:39.595 INFO kablam! --> src/flexible.rs:18:1 Oct 15 09:48:39.595 INFO kablam! | Oct 15 09:48:39.595 INFO kablam! 18 | fn fizzbuzz_vec(nums: &Vec) { Oct 15 09:48:39.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:48:39.595 INFO kablam! Oct 15 09:48:39.595 INFO kablam! warning: struct is never constructed: `FizzBuzz` Oct 15 09:48:39.595 INFO kablam! --> src/display.rs:5:1 Oct 15 09:48:39.595 INFO kablam! | Oct 15 09:48:39.595 INFO kablam! 5 | struct FizzBuzz(usize); Oct 15 09:48:39.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:48:39.595 INFO kablam! Oct 15 09:48:39.595 INFO kablam! warning: struct is never constructed: `FizzBuzzer` Oct 15 09:48:39.595 INFO kablam! --> src/iterator.rs:1:1 Oct 15 09:48:39.596 INFO kablam! | Oct 15 09:48:39.596 INFO kablam! 1 | struct FizzBuzzer { Oct 15 09:48:39.596 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 09:48:39.596 INFO kablam! Oct 15 09:48:39.596 INFO kablam! warning: method is never used: `new` Oct 15 09:48:39.596 INFO kablam! --> src/iterator.rs:7:5 Oct 15 09:48:39.596 INFO kablam! | Oct 15 09:48:39.596 INFO kablam! 7 | fn new(starting_value: u32, length: u32) -> Self { Oct 15 09:48:39.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:48:39.596 INFO kablam! Oct 15 09:48:39.905 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 15 09:48:39.908 INFO kablam! su: No module specific data is present Oct 15 09:48:40.806 INFO running `"docker" "rm" "-f" "369d0359693f8ddf2ff716a17758ca79aea7139d5b20974ad4fbc353eeb4e0f1"` Oct 15 09:48:41.043 INFO blam! 369d0359693f8ddf2ff716a17758ca79aea7139d5b20974ad4fbc353eeb4e0f1 Oct 15 09:48:41.057 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 09:48:41.491 INFO blam! d82d5ef605a88883716bf8a2f70ec39cf869ed05ac088ceb6f4cdb0ce3c216c3 Oct 15 09:48:41.493 INFO running `"docker" "start" "-a" "d82d5ef605a88883716bf8a2f70ec39cf869ed05ac088ceb6f4cdb0ce3c216c3"` Oct 15 09:48:43.774 INFO kablam! usermod: no changes Oct 15 09:48:43.855 INFO kablam! Compiling fizzbuzz-rs v0.1.0 (/source) Oct 15 09:48:45.283 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 15 09:48:45.285 INFO kablam! su: No module specific data is present Oct 15 09:48:46.023 INFO running `"docker" "rm" "-f" "d82d5ef605a88883716bf8a2f70ec39cf869ed05ac088ceb6f4cdb0ce3c216c3"` Oct 15 09:48:46.340 INFO blam! d82d5ef605a88883716bf8a2f70ec39cf869ed05ac088ceb6f4cdb0ce3c216c3 Oct 15 09:48:46.345 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 09:48:46.738 INFO blam! 1223f37e2d64f6e5b308273302d911ed06450cfab25c07905d3e45fd30665c10 Oct 15 09:48:46.748 INFO running `"docker" "start" "-a" "1223f37e2d64f6e5b308273302d911ed06450cfab25c07905d3e45fd30665c10"` Oct 15 09:48:48.358 INFO kablam! usermod: no changes Oct 15 09:48:48.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 09:48:48.431 INFO kablam! Running /target/debug/deps/fizzbuzz_rs-d2380e3a08947b73 Oct 15 09:48:48.461 INFO blam! Oct 15 09:48:48.461 INFO blam! running 9 tests Oct 15 09:48:48.461 INFO blam! test intro::tests::using_if_else ... ok Oct 15 09:48:48.461 INFO blam! test func::tests::it_works ... ok Oct 15 09:48:48.461 INFO blam! test enumeration::tests::into ... ok Oct 15 09:48:48.467 INFO blam! test enumeration::tests::display ... ok Oct 15 09:48:48.471 INFO blam! test intro::tests::using_match ... ok Oct 15 09:48:48.479 INFO blam! test iterator::tests::it_works ... ok Oct 15 09:48:48.479 INFO blam! test display::test::it_works ... ok Oct 15 09:48:48.479 INFO blam! test flexible::tests::it_works ... ok Oct 15 09:48:48.479 INFO blam! test enumeration::tests::from ... ok Oct 15 09:48:48.479 INFO blam! Oct 15 09:48:48.479 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:48:48.479 INFO blam! Oct 15 09:48:48.491 INFO kablam! su: No module specific data is present Oct 15 09:48:49.864 INFO running `"docker" "rm" "-f" "1223f37e2d64f6e5b308273302d911ed06450cfab25c07905d3e45fd30665c10"` Oct 15 09:48:50.247 INFO blam! 1223f37e2d64f6e5b308273302d911ed06450cfab25c07905d3e45fd30665c10