Sep 03 15:31:23.120 INFO checking tari/warcdedupe against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 15:31:23.120 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 15:31:23.120 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 15:31:23.372 INFO blam! 4390a84bdf305716490c2f55de16a623d3b2622bf01923d56244dfc8a86da5de Sep 03 15:31:23.375 INFO running `"docker" "start" "-a" "4390a84bdf305716490c2f55de16a623d3b2622bf01923d56244dfc8a86da5de"` Sep 03 15:31:24.530 INFO kablam! Checking serde v1.0.38 Sep 03 15:31:24.534 INFO kablam! Checking arrayref v0.3.4 Sep 03 15:31:24.547 INFO kablam! Checking fake-simd v0.1.2 Sep 03 15:31:24.553 INFO kablam! Checking atty v0.2.8 Sep 03 15:31:24.554 INFO kablam! Checking errno v0.2.3 Sep 03 15:31:24.555 INFO kablam! Checking log v0.4.1 Sep 03 15:31:24.556 INFO kablam! Checking twoway v0.1.8 Sep 03 15:31:24.557 INFO kablam! Checking criterion-stats v0.2.3 Sep 03 15:31:24.968 INFO kablam! Checking itertools-num v0.1.1 Sep 03 15:31:25.482 INFO kablam! Checking criterion-plot v0.2.3 Sep 03 15:31:25.640 INFO kablam! Checking block-buffer v0.3.3 Sep 03 15:31:26.279 INFO kablam! Checking clap v2.31.2 Sep 03 15:31:26.434 INFO kablam! Checking digest v0.7.2 Sep 03 15:31:27.020 INFO kablam! Checking libflate v0.1.14 Sep 03 15:31:27.213 INFO kablam! Compiling serde_derive v1.0.38 Sep 03 15:31:27.439 INFO kablam! Checking simplelog v0.5.1 Sep 03 15:31:29.320 INFO kablam! Checking failure v0.1.1 Sep 03 15:31:30.163 INFO kablam! Checking sha-1 v0.7.0 Sep 03 15:31:58.756 INFO kablam! Checking serde_json v1.0.14 Sep 03 15:31:58.757 INFO kablam! Checking docopt v0.8.3 Sep 03 15:32:01.717 INFO kablam! Checking warcdedupe v0.1.0 (file:///source) Sep 03 15:32:02.150 INFO kablam! warning: unused import: `Result as IoResult` Sep 03 15:32:02.150 INFO kablam! --> src/reader.rs:5:33 Sep 03 15:32:02.150 INFO kablam! | Sep 03 15:32:02.150 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Sep 03 15:32:02.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 03 15:32:02.150 INFO kablam! | Sep 03 15:32:02.150 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 15:32:02.150 INFO kablam! Sep 03 15:32:02.185 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 03 15:32:02.185 INFO kablam! --> src/lib.rs:338:43 Sep 03 15:32:02.185 INFO kablam! | Sep 03 15:32:02.185 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Sep 03 15:32:02.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 15:32:02.185 INFO kablam! | Sep 03 15:32:02.185 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 15:32:02.185 INFO kablam! Sep 03 15:32:03.986 INFO kablam! warning: unused variable: `output` Sep 03 15:32:03.986 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Sep 03 15:32:03.986 INFO kablam! | Sep 03 15:32:03.986 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Sep 03 15:32:03.986 INFO kablam! | ^^^^^^ help: consider using `_output` instead Sep 03 15:32:03.986 INFO kablam! | Sep 03 15:32:03.986 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 15:32:03.986 INFO kablam! Sep 03 15:32:03.986 INFO kablam! warning: unused variable: `e` Sep 03 15:32:03.986 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Sep 03 15:32:03.987 INFO kablam! | Sep 03 15:32:03.987 INFO kablam! 141 | Err(e) => unimplemented!(), Sep 03 15:32:03.987 INFO kablam! | ^ help: consider using `_e` instead Sep 03 15:32:03.987 INFO kablam! Sep 03 15:32:04.119 INFO kablam! warning: variable does not need to be mutable Sep 03 15:32:04.119 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Sep 03 15:32:04.119 INFO kablam! | Sep 03 15:32:04.119 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Sep 03 15:32:04.119 INFO kablam! | ----^^^^^^ Sep 03 15:32:04.119 INFO kablam! | | Sep 03 15:32:04.119 INFO kablam! | help: remove this `mut` Sep 03 15:32:04.119 INFO kablam! | Sep 03 15:32:04.119 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 03 15:32:04.119 INFO kablam! Sep 03 15:32:04.200 INFO kablam! Checking handlebars v0.31.0 Sep 03 15:32:08.505 INFO kablam! Checking criterion v0.2.3 Sep 03 15:32:12.853 INFO kablam! warning: unused import: `Result as IoResult` Sep 03 15:32:12.853 INFO kablam! --> src/reader.rs:5:33 Sep 03 15:32:12.853 INFO kablam! | Sep 03 15:32:12.853 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Sep 03 15:32:12.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 03 15:32:12.853 INFO kablam! | Sep 03 15:32:12.853 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 15:32:12.853 INFO kablam! Sep 03 15:32:12.891 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 03 15:32:12.891 INFO kablam! --> src/lib.rs:338:43 Sep 03 15:32:12.891 INFO kablam! | Sep 03 15:32:12.892 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Sep 03 15:32:12.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 15:32:12.892 INFO kablam! | Sep 03 15:32:12.892 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 15:32:12.892 INFO kablam! Sep 03 15:32:13.371 INFO kablam! warning: unused variable: `output` Sep 03 15:32:13.371 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Sep 03 15:32:13.371 INFO kablam! | Sep 03 15:32:13.371 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Sep 03 15:32:13.371 INFO kablam! | ^^^^^^ help: consider using `_output` instead Sep 03 15:32:13.371 INFO kablam! | Sep 03 15:32:13.372 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 15:32:13.372 INFO kablam! Sep 03 15:32:13.372 INFO kablam! warning: unused variable: `e` Sep 03 15:32:13.372 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Sep 03 15:32:13.372 INFO kablam! | Sep 03 15:32:13.372 INFO kablam! 141 | Err(e) => unimplemented!(), Sep 03 15:32:13.372 INFO kablam! | ^ help: consider using `_e` instead Sep 03 15:32:13.373 INFO kablam! Sep 03 15:32:13.457 INFO kablam! warning: variable does not need to be mutable Sep 03 15:32:13.458 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Sep 03 15:32:13.458 INFO kablam! | Sep 03 15:32:13.458 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Sep 03 15:32:13.458 INFO kablam! | ----^^^^^^ Sep 03 15:32:13.458 INFO kablam! | | Sep 03 15:32:13.458 INFO kablam! | help: remove this `mut` Sep 03 15:32:13.458 INFO kablam! | Sep 03 15:32:13.458 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 03 15:32:13.458 INFO kablam! Sep 03 15:32:13.638 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.40s Sep 03 15:32:13.656 INFO kablam! su: No module specific data is present Sep 03 15:32:14.074 INFO running `"docker" "rm" "-f" "4390a84bdf305716490c2f55de16a623d3b2622bf01923d56244dfc8a86da5de"` Sep 03 15:32:14.204 INFO blam! 4390a84bdf305716490c2f55de16a623d3b2622bf01923d56244dfc8a86da5de