Oct 11 23:03:50.792 INFO testing fuzzyrusty-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 23:03:50.792 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 11 23:03:51.189 INFO blam! c5d2e83e8d0b56e59b33e5bbe880644c34e1d59e6bb4cc160b8126b99196a64d Oct 11 23:03:51.200 INFO running `"docker" "start" "-a" "c5d2e83e8d0b56e59b33e5bbe880644c34e1d59e6bb4cc160b8126b99196a64d"` Oct 11 23:03:52.424 INFO kablam! usermod: no changes Oct 11 23:03:52.488 INFO kablam! Compiling fuzzyrusty v0.1.0 (/source) Oct 11 23:03:53.069 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 11 23:03:53.069 INFO kablam! --> src/utils.rs:1:5 Oct 11 23:03:53.069 INFO kablam! | Oct 11 23:03:53.069 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 11 23:03:53.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 23:03:53.069 INFO kablam! | Oct 11 23:03:53.069 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 23:03:53.069 INFO kablam! Oct 11 23:03:53.069 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 11 23:03:53.069 INFO kablam! --> src/utils.rs:6:40 Oct 11 23:03:53.069 INFO kablam! | Oct 11 23:03:53.069 INFO kablam! 6 | result = result.chars().filter(AsciiExt::is_ascii).collect(); Oct 11 23:03:53.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 23:03:53.069 INFO kablam! Oct 11 23:03:54.428 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.97s Oct 11 23:03:54.429 INFO kablam! su: No module specific data is present Oct 11 23:03:55.276 INFO running `"docker" "rm" "-f" "c5d2e83e8d0b56e59b33e5bbe880644c34e1d59e6bb4cc160b8126b99196a64d"` Oct 11 23:03:55.548 INFO blam! c5d2e83e8d0b56e59b33e5bbe880644c34e1d59e6bb4cc160b8126b99196a64d Oct 11 23:03:55.562 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 11 23:03:56.123 INFO blam! c5e3b5a08bbe98fcca066d73edb8c7c9adb063a2642ed3094d729b048467ec8b Oct 11 23:03:56.124 INFO running `"docker" "start" "-a" "c5e3b5a08bbe98fcca066d73edb8c7c9adb063a2642ed3094d729b048467ec8b"` Oct 11 23:03:57.414 INFO kablam! usermod: no changes Oct 11 23:03:57.472 INFO kablam! Compiling fuzzyrusty v0.1.0 (/source) Oct 11 23:03:58.277 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 11 23:03:58.278 INFO kablam! --> src/utils.rs:1:5 Oct 11 23:03:58.278 INFO kablam! | Oct 11 23:03:58.278 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 11 23:03:58.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 23:03:58.279 INFO kablam! | Oct 11 23:03:58.279 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 23:03:58.279 INFO kablam! Oct 11 23:03:58.280 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 11 23:03:58.280 INFO kablam! --> src/utils.rs:6:40 Oct 11 23:03:58.280 INFO kablam! | Oct 11 23:03:58.281 INFO kablam! 6 | result = result.chars().filter(AsciiExt::is_ascii).collect(); Oct 11 23:03:58.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 23:03:58.281 INFO kablam! Oct 11 23:04:00.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.76s Oct 11 23:04:00.218 INFO kablam! su: No module specific data is present Oct 11 23:04:01.248 INFO running `"docker" "rm" "-f" "c5e3b5a08bbe98fcca066d73edb8c7c9adb063a2642ed3094d729b048467ec8b"` Oct 11 23:04:01.566 INFO blam! c5e3b5a08bbe98fcca066d73edb8c7c9adb063a2642ed3094d729b048467ec8b Oct 11 23:04:01.568 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 11 23:04:02.151 INFO blam! d5a55e01c40de922e52789c46737ac163dc88b6b91fad15d80e8c70303cd08dc Oct 11 23:04:02.167 INFO running `"docker" "start" "-a" "d5a55e01c40de922e52789c46737ac163dc88b6b91fad15d80e8c70303cd08dc"` Oct 11 23:04:03.232 INFO kablam! usermod: no changes Oct 11 23:04:03.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 23:04:03.280 INFO kablam! Running /target/debug/deps/fuzzyrusty-960912387cbc7262 Oct 11 23:04:03.296 INFO blam! Oct 11 23:04:03.296 INFO blam! running 8 tests Oct 11 23:04:03.296 INFO blam! test tests::case_insensitive ... ok Oct 11 23:04:03.296 INFO blam! test tests::identity ... ok Oct 11 23:04:03.296 INFO blam! test tests::token_sort ... ok Oct 11 23:04:03.296 INFO blam! test tests::world ... ok Oct 11 23:04:03.296 INFO blam! test tests::token_set ... ok Oct 11 23:04:03.296 INFO blam! test tests::partial_token_sort ... ok Oct 11 23:04:03.296 INFO blam! test tests::partial_token_set ... ok Oct 11 23:04:03.296 INFO kablam! Doc-tests fuzzyrusty Oct 11 23:04:03.296 INFO blam! test tests::partial ... ok Oct 11 23:04:03.296 INFO blam! Oct 11 23:04:03.296 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:04:03.296 INFO blam! Oct 11 23:04:04.450 INFO blam! Oct 11 23:04:04.450 INFO blam! running 0 tests Oct 11 23:04:04.450 INFO blam! Oct 11 23:04:04.450 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:04:04.450 INFO blam! Oct 11 23:04:04.451 INFO kablam! su: No module specific data is present Oct 11 23:04:05.504 INFO running `"docker" "rm" "-f" "d5a55e01c40de922e52789c46737ac163dc88b6b91fad15d80e8c70303cd08dc"` Oct 11 23:04:05.724 INFO blam! d5a55e01c40de922e52789c46737ac163dc88b6b91fad15d80e8c70303cd08dc