Sep 20 20:47:55.140 INFO checking tari/warcdedupe against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 20:47:55.140 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 20:47:55.140 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 20:47:55.372 INFO blam! 728024bb73472db9faf85cafc98c0232b0657660f320862d2bc50a8e28485465 Sep 20 20:47:55.372 INFO running `"docker" "start" "-a" "728024bb73472db9faf85cafc98c0232b0657660f320862d2bc50a8e28485465"` Sep 20 20:47:56.564 INFO kablam! usermod: no changes Sep 20 20:47:56.857 INFO kablam! Checking either v1.5.0 Sep 20 20:47:56.857 INFO kablam! Checking serde v1.0.38 Sep 20 20:47:56.857 INFO kablam! Checking adler32 v1.0.2 Sep 20 20:47:56.857 INFO kablam! Checking cast v0.2.2 Sep 20 20:47:56.857 INFO kablam! Checking thread-scoped v1.0.2 Sep 20 20:47:56.857 INFO kablam! Checking atty v0.2.8 Sep 20 20:47:56.857 INFO kablam! Checking errno v0.2.3 Sep 20 20:47:56.857 INFO kablam! Checking log v0.4.1 Sep 20 20:47:58.042 INFO kablam! Checking twoway v0.1.8 Sep 20 20:47:58.286 INFO kablam! Checking itertools-num v0.1.1 Sep 20 20:47:58.538 INFO kablam! Checking clap v2.31.2 Sep 20 20:47:58.707 INFO kablam! Compiling synstructure v0.6.1 Sep 20 20:47:59.019 INFO kablam! Compiling pest_derive v1.0.7 Sep 20 20:47:59.539 INFO kablam! Checking digest v0.7.2 Sep 20 20:47:59.923 INFO kablam! Checking itertools v0.7.8 Sep 20 20:47:59.955 INFO kablam! Checking criterion-stats v0.2.3 Sep 20 20:48:00.716 INFO kablam! Checking libflate v0.1.14 Sep 20 20:48:00.811 INFO kablam! Compiling serde_derive v1.0.38 Sep 20 20:48:05.083 INFO kablam! Checking simplelog v0.5.1 Sep 20 20:48:12.627 INFO kablam! Checking sha-1 v0.7.0 Sep 20 20:48:12.912 INFO kablam! Compiling failure_derive v0.1.1 Sep 20 20:48:15.761 INFO kablam! Checking criterion-plot v0.2.3 Sep 20 20:48:27.387 INFO kablam! Checking failure v0.1.1 Sep 20 20:48:40.399 INFO kablam! Checking serde_json v1.0.14 Sep 20 20:48:40.399 INFO kablam! Checking docopt v0.8.3 Sep 20 20:48:42.590 INFO kablam! Checking warcdedupe v0.1.0 (/source) Sep 20 20:48:42.890 INFO kablam! warning: unused import: `Result as IoResult` Sep 20 20:48:42.890 INFO kablam! --> src/reader.rs:5:33 Sep 20 20:48:42.890 INFO kablam! | Sep 20 20:48:42.890 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Sep 20 20:48:42.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 20:48:42.890 INFO kablam! | Sep 20 20:48:42.890 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 20:48:42.890 INFO kablam! Sep 20 20:48:42.938 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 20 20:48:42.938 INFO kablam! --> src/lib.rs:338:43 Sep 20 20:48:42.938 INFO kablam! | Sep 20 20:48:42.938 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Sep 20 20:48:42.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 20:48:42.938 INFO kablam! | Sep 20 20:48:42.938 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 20:48:42.938 INFO kablam! Sep 20 20:48:44.098 INFO kablam! warning: unused variable: `output` Sep 20 20:48:44.098 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Sep 20 20:48:44.098 INFO kablam! | Sep 20 20:48:44.098 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Sep 20 20:48:44.098 INFO kablam! | ^^^^^^ help: consider using `_output` instead Sep 20 20:48:44.098 INFO kablam! | Sep 20 20:48:44.098 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 20:48:44.098 INFO kablam! Sep 20 20:48:44.098 INFO kablam! warning: unused variable: `e` Sep 20 20:48:44.098 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Sep 20 20:48:44.098 INFO kablam! | Sep 20 20:48:44.098 INFO kablam! 141 | Err(e) => unimplemented!(), Sep 20 20:48:44.098 INFO kablam! | ^ help: consider using `_e` instead Sep 20 20:48:44.098 INFO kablam! Sep 20 20:48:44.158 INFO kablam! warning: variable does not need to be mutable Sep 20 20:48:44.158 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Sep 20 20:48:44.158 INFO kablam! | Sep 20 20:48:44.158 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Sep 20 20:48:44.158 INFO kablam! | ----^^^^^^ Sep 20 20:48:44.158 INFO kablam! | | Sep 20 20:48:44.158 INFO kablam! | help: remove this `mut` Sep 20 20:48:44.158 INFO kablam! | Sep 20 20:48:44.158 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 20:48:44.158 INFO kablam! Sep 20 20:48:44.679 INFO kablam! Checking handlebars v0.31.0 Sep 20 20:48:47.766 INFO kablam! Checking criterion v0.2.3 Sep 20 20:48:50.776 INFO kablam! warning: unused import: `Result as IoResult` Sep 20 20:48:50.777 INFO kablam! --> src/reader.rs:5:33 Sep 20 20:48:50.777 INFO kablam! | Sep 20 20:48:50.777 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Sep 20 20:48:50.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 20:48:50.777 INFO kablam! | Sep 20 20:48:50.777 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 20:48:50.778 INFO kablam! Sep 20 20:48:50.866 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 20 20:48:50.867 INFO kablam! --> src/lib.rs:338:43 Sep 20 20:48:50.867 INFO kablam! | Sep 20 20:48:50.867 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Sep 20 20:48:50.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 20:48:50.882 INFO kablam! | Sep 20 20:48:50.883 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 20:48:50.883 INFO kablam! Sep 20 20:48:51.450 INFO kablam! warning: unused variable: `output` Sep 20 20:48:51.450 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Sep 20 20:48:51.450 INFO kablam! | Sep 20 20:48:51.451 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Sep 20 20:48:51.451 INFO kablam! | ^^^^^^ help: consider using `_output` instead Sep 20 20:48:51.451 INFO kablam! | Sep 20 20:48:51.451 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 20:48:51.451 INFO kablam! Sep 20 20:48:51.457 INFO kablam! warning: unused variable: `e` Sep 20 20:48:51.457 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Sep 20 20:48:51.457 INFO kablam! | Sep 20 20:48:51.457 INFO kablam! 141 | Err(e) => unimplemented!(), Sep 20 20:48:51.457 INFO kablam! | ^ help: consider using `_e` instead Sep 20 20:48:51.457 INFO kablam! Sep 20 20:48:51.555 INFO kablam! warning: variable does not need to be mutable Sep 20 20:48:51.555 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Sep 20 20:48:51.555 INFO kablam! | Sep 20 20:48:51.555 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Sep 20 20:48:51.555 INFO kablam! | ----^^^^^^ Sep 20 20:48:51.555 INFO kablam! | | Sep 20 20:48:51.555 INFO kablam! | help: remove this `mut` Sep 20 20:48:51.555 INFO kablam! | Sep 20 20:48:51.555 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 20:48:51.555 INFO kablam! Sep 20 20:48:51.805 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 55.21s Sep 20 20:48:51.824 INFO kablam! su: No module specific data is present Sep 20 20:48:53.110 INFO running `"docker" "rm" "-f" "728024bb73472db9faf85cafc98c0232b0657660f320862d2bc50a8e28485465"` Sep 20 20:48:53.221 INFO blam! 728024bb73472db9faf85cafc98c0232b0657660f320862d2bc50a8e28485465