Oct 11 11:41:51.659 INFO testing shingles-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 11:41:51.659 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 11:41:51.661 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11:41:52.053 INFO blam! 2b57ea8db47ae008c5249e29a4b0ce663a3073035fa60ab06e99cb924f084876 Oct 11 11:41:52.061 INFO running `"docker" "start" "-a" "2b57ea8db47ae008c5249e29a4b0ce663a3073035fa60ab06e99cb924f084876"` Oct 11 11:41:53.164 INFO kablam! usermod: no changes Oct 11 11:41:53.204 INFO kablam! Compiling shingles v0.1.1 (/source) Oct 11 11:41:54.024 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 11 11:41:54.024 INFO kablam! --> src/hasher.rs:1:31 Oct 11 11:41:54.024 INFO kablam! | Oct 11 11:41:54.024 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Oct 11 11:41:54.024 INFO kablam! | ^^^^^^^^^ Oct 11 11:41:54.024 INFO kablam! | Oct 11 11:41:54.024 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 11:41:54.024 INFO kablam! Oct 11 11:41:54.024 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 11 11:41:54.024 INFO kablam! --> src/hasher.rs:39:25 Oct 11 11:41:54.024 INFO kablam! | Oct 11 11:41:54.024 INFO kablam! 39 | let mut h = SipHasher::new(); Oct 11 11:41:54.024 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 11:41:54.024 INFO kablam! Oct 11 11:41:54.051 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 11 11:41:54.051 INFO kablam! --> src/hasher.rs:39:25 Oct 11 11:41:54.051 INFO kablam! | Oct 11 11:41:54.051 INFO kablam! 39 | let mut h = SipHasher::new(); Oct 11 11:41:54.051 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 11:41:54.051 INFO kablam! Oct 11 11:41:54.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 11 11:41:54.452 INFO kablam! su: No module specific data is present Oct 11 11:41:55.214 INFO running `"docker" "rm" "-f" "2b57ea8db47ae008c5249e29a4b0ce663a3073035fa60ab06e99cb924f084876"` Oct 11 11:41:55.476 INFO blam! 2b57ea8db47ae008c5249e29a4b0ce663a3073035fa60ab06e99cb924f084876 Oct 11 11:41:55.481 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 11:41:55.481 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11:41:55.964 INFO blam! a302916d6b15b22a1914f188fb0a73fb1d9aa58597f7c175072893006aaebf16 Oct 11 11:41:55.966 INFO running `"docker" "start" "-a" "a302916d6b15b22a1914f188fb0a73fb1d9aa58597f7c175072893006aaebf16"` Oct 11 11:41:56.479 INFO kablam! usermod: no changes Oct 11 11:41:56.508 INFO kablam! Compiling shingles v0.1.1 (/source) Oct 11 11:41:57.500 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 11 11:41:57.500 INFO kablam! --> src/hasher.rs:1:31 Oct 11 11:41:57.500 INFO kablam! | Oct 11 11:41:57.500 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Oct 11 11:41:57.500 INFO kablam! | ^^^^^^^^^ Oct 11 11:41:57.508 INFO kablam! | Oct 11 11:41:57.508 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 11:41:57.508 INFO kablam! Oct 11 11:41:57.508 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 11 11:41:57.508 INFO kablam! --> src/hasher.rs:39:25 Oct 11 11:41:57.508 INFO kablam! | Oct 11 11:41:57.508 INFO kablam! 39 | let mut h = SipHasher::new(); Oct 11 11:41:57.508 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 11:41:57.508 INFO kablam! Oct 11 11:41:57.548 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 11 11:41:57.548 INFO kablam! --> src/hasher.rs:39:25 Oct 11 11:41:57.548 INFO kablam! | Oct 11 11:41:57.548 INFO kablam! 39 | let mut h = SipHasher::new(); Oct 11 11:41:57.548 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 11:41:57.548 INFO kablam! Oct 11 11:41:58.760 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.26s Oct 11 11:41:58.762 INFO kablam! su: No module specific data is present Oct 11 11:41:59.072 INFO running `"docker" "rm" "-f" "a302916d6b15b22a1914f188fb0a73fb1d9aa58597f7c175072893006aaebf16"` Oct 11 11:41:59.185 INFO blam! a302916d6b15b22a1914f188fb0a73fb1d9aa58597f7c175072893006aaebf16 Oct 11 11:41:59.189 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 11:41:59.189 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11:41:59.379 INFO blam! 6160d981955291c8e09871b8b52bfdc3faba7e6c344795094c01c6d9ee21e58e Oct 11 11:41:59.381 INFO running `"docker" "start" "-a" "6160d981955291c8e09871b8b52bfdc3faba7e6c344795094c01c6d9ee21e58e"` Oct 11 11:41:59.842 INFO kablam! usermod: no changes Oct 11 11:41:59.876 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 11:41:59.880 INFO kablam! Running /target/debug/deps/shingles-b5add6e05e346b28 Oct 11 11:41:59.884 INFO kablam! Running /target/debug/deps/shingles-5434bb107759c319 Oct 11 11:41:59.884 INFO blam! Oct 11 11:41:59.884 INFO blam! running 0 tests Oct 11 11:41:59.884 INFO blam! Oct 11 11:41:59.884 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:41:59.884 INFO blam! Oct 11 11:41:59.884 INFO blam! Oct 11 11:41:59.884 INFO blam! running 5 tests Oct 11 11:41:59.884 INFO blam! test shingles_str_with_step ... ok Oct 11 11:41:59.884 INFO blam! test shingles_str ... ok Oct 11 11:41:59.884 INFO blam! test shingles_num ... ok Oct 11 11:41:59.884 INFO blam! test shingles_empty_num ... ok Oct 11 11:41:59.884 INFO blam! test shingled_num_with_step ... ok Oct 11 11:41:59.884 INFO blam! Oct 11 11:41:59.884 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:41:59.884 INFO blam! Oct 11 11:41:59.888 INFO kablam! Running /target/debug/deps/shingles_2d-a11c76f599f92445 Oct 11 11:41:59.890 INFO blam! Oct 11 11:41:59.890 INFO blam! running 5 tests Oct 11 11:41:59.896 INFO blam! test shingles_2d_num ... ok Oct 11 11:41:59.896 INFO blam! test shingles_2d_empty_str ... ok Oct 11 11:41:59.896 INFO blam! test shingles_2d_num_with_step ... ok Oct 11 11:41:59.896 INFO blam! test shingles_2d_str ... ok Oct 11 11:41:59.896 INFO blam! test shingles_2d_str_with_step ... ok Oct 11 11:41:59.896 INFO blam! Oct 11 11:41:59.896 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:41:59.896 INFO blam! Oct 11 11:41:59.897 INFO kablam! Doc-tests shingles Oct 11 11:42:01.272 INFO blam! Oct 11 11:42:01.272 INFO blam! running 5 tests Oct 11 11:42:03.088 INFO blam! test src/hasher.rs - hasher::ShingleHasher (line 5) ... ok Oct 11 11:42:03.469 INFO blam! test src/shingles_2d.rs - shingles_2d::Shingles2D (line 22) ... ok Oct 11 11:42:03.573 INFO blam! test src/shingles.rs - shingles::AsShingles (line 122) ... ok Oct 11 11:42:03.632 INFO blam! test src/shingles_2d.rs - shingles_2d::AsShingles2D (line 209) ... ok Oct 11 11:42:03.824 INFO blam! test src/shingles.rs - shingles::Shingles (line 11) ... ok Oct 11 11:42:03.824 INFO blam! Oct 11 11:42:03.824 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:42:03.824 INFO blam! Oct 11 11:42:03.832 INFO kablam! su: No module specific data is present Oct 11 11:42:04.096 INFO running `"docker" "rm" "-f" "6160d981955291c8e09871b8b52bfdc3faba7e6c344795094c01c6d9ee21e58e"` Oct 11 11:42:04.217 INFO blam! 6160d981955291c8e09871b8b52bfdc3faba7e6c344795094c01c6d9ee21e58e