Oct 15 18:58:44.588 INFO testing shingles-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 18:58:44.588 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 18:58:45.269 INFO blam! 7243dc5990cc4d0c65876aa4879dcadeb1e889f199226fc07291e6f685239da5 Oct 15 18:58:45.271 INFO running `"docker" "start" "-a" "7243dc5990cc4d0c65876aa4879dcadeb1e889f199226fc07291e6f685239da5"` Oct 15 18:58:46.670 INFO kablam! usermod: no changes Oct 15 18:58:46.727 INFO kablam! Compiling shingles v0.1.1 (/source) Oct 15 18:58:47.271 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 15 18:58:47.271 INFO kablam! --> src/hasher.rs:1:31 Oct 15 18:58:47.271 INFO kablam! | Oct 15 18:58:47.271 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Oct 15 18:58:47.271 INFO kablam! | ^^^^^^^^^ Oct 15 18:58:47.271 INFO kablam! | Oct 15 18:58:47.271 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 18:58:47.271 INFO kablam! Oct 15 18:58:47.271 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 15 18:58:47.271 INFO kablam! --> src/hasher.rs:39:25 Oct 15 18:58:47.271 INFO kablam! | Oct 15 18:58:47.271 INFO kablam! 39 | let mut h = SipHasher::new(); Oct 15 18:58:47.271 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 18:58:47.271 INFO kablam! Oct 15 18:58:47.315 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 15 18:58:47.315 INFO kablam! --> src/hasher.rs:39:25 Oct 15 18:58:47.315 INFO kablam! | Oct 15 18:58:47.315 INFO kablam! 39 | let mut h = SipHasher::new(); Oct 15 18:58:47.315 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 18:58:47.315 INFO kablam! Oct 15 18:58:47.899 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.19s Oct 15 18:58:47.907 INFO kablam! su: No module specific data is present Oct 15 18:58:48.941 INFO running `"docker" "rm" "-f" "7243dc5990cc4d0c65876aa4879dcadeb1e889f199226fc07291e6f685239da5"` Oct 15 18:58:49.307 INFO blam! 7243dc5990cc4d0c65876aa4879dcadeb1e889f199226fc07291e6f685239da5 Oct 15 18:58:49.309 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 18:58:49.799 INFO blam! 2cf7a5084fd9c4441e2d919e12214cf8340727db49fadd817592cc4ea87d3b9a Oct 15 18:58:49.807 INFO running `"docker" "start" "-a" "2cf7a5084fd9c4441e2d919e12214cf8340727db49fadd817592cc4ea87d3b9a"` Oct 15 18:58:51.403 INFO kablam! usermod: no changes Oct 15 18:58:51.451 INFO kablam! Compiling shingles v0.1.1 (/source) Oct 15 18:58:53.351 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 15 18:58:53.367 INFO kablam! --> src/hasher.rs:1:31 Oct 15 18:58:53.367 INFO kablam! | Oct 15 18:58:53.367 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Oct 15 18:58:53.367 INFO kablam! | ^^^^^^^^^ Oct 15 18:58:53.367 INFO kablam! | Oct 15 18:58:53.367 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 18:58:53.367 INFO kablam! Oct 15 18:58:53.367 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 15 18:58:53.367 INFO kablam! --> src/hasher.rs:39:25 Oct 15 18:58:53.367 INFO kablam! | Oct 15 18:58:53.367 INFO kablam! 39 | let mut h = SipHasher::new(); Oct 15 18:58:53.367 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 18:58:53.367 INFO kablam! Oct 15 18:58:53.443 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 15 18:58:53.443 INFO kablam! --> src/hasher.rs:39:25 Oct 15 18:58:53.443 INFO kablam! | Oct 15 18:58:53.443 INFO kablam! 39 | let mut h = SipHasher::new(); Oct 15 18:58:53.443 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 18:58:53.455 INFO kablam! Oct 15 18:58:55.620 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.20s Oct 15 18:58:55.623 INFO kablam! su: No module specific data is present Oct 15 18:58:56.587 INFO running `"docker" "rm" "-f" "2cf7a5084fd9c4441e2d919e12214cf8340727db49fadd817592cc4ea87d3b9a"` Oct 15 18:58:57.038 INFO blam! 2cf7a5084fd9c4441e2d919e12214cf8340727db49fadd817592cc4ea87d3b9a Oct 15 18:58:57.060 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 18:58:57.408 INFO blam! 0e0ed20b2c8c2eceba6b8fd14e9ffcfd8d4a41dffe4a6573870a8d2eddde2087 Oct 15 18:58:57.419 INFO running `"docker" "start" "-a" "0e0ed20b2c8c2eceba6b8fd14e9ffcfd8d4a41dffe4a6573870a8d2eddde2087"` Oct 15 18:58:59.334 INFO kablam! usermod: no changes Oct 15 18:58:59.383 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 18:58:59.383 INFO kablam! Running /target/debug/deps/shingles-8e3abd6df4a07a4b Oct 15 18:58:59.387 INFO kablam! Running /target/debug/deps/shingles-5065cd0ba5456267 Oct 15 18:58:59.387 INFO blam! Oct 15 18:58:59.387 INFO blam! running 0 tests Oct 15 18:58:59.387 INFO blam! Oct 15 18:58:59.387 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:58:59.387 INFO blam! Oct 15 18:58:59.395 INFO blam! Oct 15 18:58:59.395 INFO blam! running 5 tests Oct 15 18:58:59.395 INFO blam! test shingles_str_with_step ... ok Oct 15 18:58:59.395 INFO blam! test shingles_str ... ok Oct 15 18:58:59.395 INFO blam! test shingles_num ... ok Oct 15 18:58:59.395 INFO blam! test shingled_num_with_step ... ok Oct 15 18:58:59.395 INFO blam! test shingles_empty_num ... ok Oct 15 18:58:59.395 INFO blam! Oct 15 18:58:59.395 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:58:59.395 INFO blam! Oct 15 18:58:59.395 INFO blam! Oct 15 18:58:59.395 INFO blam! running 5 tests Oct 15 18:58:59.395 INFO blam! test shingles_2d_str_with_step ... ok Oct 15 18:58:59.395 INFO blam! test shingles_2d_str ... ok Oct 15 18:58:59.395 INFO blam! test shingles_2d_num_with_step ... ok Oct 15 18:58:59.395 INFO blam! test shingles_2d_num ... ok Oct 15 18:58:59.395 INFO blam! test shingles_2d_empty_str ... ok Oct 15 18:58:59.395 INFO blam! Oct 15 18:58:59.395 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:58:59.395 INFO blam! Oct 15 18:58:59.395 INFO kablam! Running /target/debug/deps/shingles_2d-6e9039a87c5e5f8d Oct 15 18:58:59.395 INFO kablam! Doc-tests shingles Oct 15 18:59:00.354 INFO blam! Oct 15 18:59:00.354 INFO blam! running 5 tests Oct 15 18:59:05.031 INFO blam! test src/shingles_2d.rs - shingles_2d::Shingles2D (line 22) ... ok Oct 15 18:59:05.363 INFO blam! test src/hasher.rs - hasher::ShingleHasher (line 5) ... ok Oct 15 18:59:05.367 INFO blam! test src/shingles_2d.rs - shingles_2d::AsShingles2D (line 209) ... ok Oct 15 18:59:05.391 INFO blam! test src/shingles.rs - shingles::AsShingles (line 122) ... ok Oct 15 18:59:05.499 INFO blam! test src/shingles.rs - shingles::Shingles (line 11) ... ok Oct 15 18:59:05.500 INFO blam! Oct 15 18:59:05.501 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:59:05.501 INFO blam! Oct 15 18:59:05.511 INFO kablam! su: No module specific data is present Oct 15 18:59:06.859 INFO running `"docker" "rm" "-f" "0e0ed20b2c8c2eceba6b8fd14e9ffcfd8d4a41dffe4a6573870a8d2eddde2087"` Oct 15 18:59:07.167 INFO blam! 0e0ed20b2c8c2eceba6b8fd14e9ffcfd8d4a41dffe4a6573870a8d2eddde2087