Oct 12 12:35:57.348 INFO checking tari/warcdedupe against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 12:35:57.349 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 12 12:35:57.808 INFO blam! 5ff66bc8278d7beb711092766a5cf09cc86a8309397eeab6b2294af4e888bf14 Oct 12 12:35:57.810 INFO running `"docker" "start" "-a" "5ff66bc8278d7beb711092766a5cf09cc86a8309397eeab6b2294af4e888bf14"` Oct 12 12:35:59.484 INFO kablam! usermod: no changes Oct 12 12:35:59.776 INFO kablam! Compiling regex v0.2.10 Oct 12 12:35:59.784 INFO kablam! Checking serde v1.0.38 Oct 12 12:35:59.851 INFO kablam! Checking cast v0.2.2 Oct 12 12:35:59.852 INFO kablam! Checking thread-scoped v1.0.2 Oct 12 12:35:59.852 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 12 12:35:59.852 INFO kablam! Compiling crc v1.7.0 Oct 12 12:35:59.852 INFO kablam! Checking regex-syntax v0.5.5 Oct 12 12:35:59.860 INFO kablam! Checking term v0.5.1 Oct 12 12:36:02.669 INFO kablam! Checking twoway v0.1.8 Oct 12 12:36:03.355 INFO kablam! Checking chrono v0.4.2 Oct 12 12:36:04.817 INFO kablam! Checking itertools-num v0.1.1 Oct 12 12:36:04.918 INFO kablam! Checking criterion-stats v0.2.3 Oct 12 12:36:05.378 INFO kablam! Checking criterion-plot v0.2.3 Oct 12 12:36:05.387 INFO kablam! Compiling pest_derive v1.0.7 Oct 12 12:36:06.777 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 12 12:36:06.803 INFO kablam! Checking digest v0.7.2 Oct 12 12:36:11.384 INFO kablam! Checking sha-1 v0.7.0 Oct 12 12:36:12.175 INFO kablam! Checking libflate v0.1.14 Oct 12 12:36:14.730 INFO kablam! Checking simplelog v0.5.1 Oct 12 12:36:31.700 INFO kablam! Compiling serde_derive v1.0.38 Oct 12 12:36:41.954 INFO kablam! Checking backtrace v0.3.6 Oct 12 12:36:43.038 INFO kablam! Checking failure v0.1.1 Oct 12 12:36:50.177 INFO kablam! Checking serde_json v1.0.14 Oct 12 12:36:55.828 INFO kablam! Checking handlebars v0.31.0 Oct 12 12:36:56.108 INFO kablam! Checking docopt v0.8.3 Oct 12 12:36:58.118 INFO kablam! Checking warcdedupe v0.1.0 (/source) Oct 12 12:36:59.017 INFO kablam! warning: unused import: `Result as IoResult` Oct 12 12:36:59.017 INFO kablam! --> src/reader.rs:5:33 Oct 12 12:36:59.017 INFO kablam! | Oct 12 12:36:59.018 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Oct 12 12:36:59.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 12:36:59.018 INFO kablam! | Oct 12 12:36:59.018 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 12:36:59.019 INFO kablam! Oct 12 12:36:59.071 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 12 12:36:59.071 INFO kablam! --> src/lib.rs:338:43 Oct 12 12:36:59.071 INFO kablam! | Oct 12 12:36:59.071 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Oct 12 12:36:59.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:36:59.071 INFO kablam! | Oct 12 12:36:59.071 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 12:36:59.071 INFO kablam! Oct 12 12:37:00.241 INFO kablam! Checking criterion v0.2.3 Oct 12 12:37:01.492 INFO kablam! warning: unused variable: `output` Oct 12 12:37:01.493 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Oct 12 12:37:01.493 INFO kablam! | Oct 12 12:37:01.494 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 12 12:37:01.495 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 12 12:37:01.495 INFO kablam! | Oct 12 12:37:01.496 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 12:37:01.497 INFO kablam! Oct 12 12:37:01.500 INFO kablam! warning: unused variable: `e` Oct 12 12:37:01.501 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Oct 12 12:37:01.502 INFO kablam! | Oct 12 12:37:01.502 INFO kablam! 141 | Err(e) => unimplemented!(), Oct 12 12:37:01.503 INFO kablam! | ^ help: consider using `_e` instead Oct 12 12:37:01.503 INFO kablam! Oct 12 12:37:01.605 INFO kablam! warning: variable does not need to be mutable Oct 12 12:37:01.606 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Oct 12 12:37:01.606 INFO kablam! | Oct 12 12:37:01.606 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 12 12:37:01.606 INFO kablam! | ----^^^^^^ Oct 12 12:37:01.606 INFO kablam! | | Oct 12 12:37:01.606 INFO kablam! | help: remove this `mut` Oct 12 12:37:01.607 INFO kablam! | Oct 12 12:37:01.607 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 12:37:01.608 INFO kablam! Oct 12 12:37:04.528 INFO kablam! warning: unused import: `Result as IoResult` Oct 12 12:37:04.528 INFO kablam! --> src/reader.rs:5:33 Oct 12 12:37:04.528 INFO kablam! | Oct 12 12:37:04.528 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Oct 12 12:37:04.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 12:37:04.530 INFO kablam! | Oct 12 12:37:04.530 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 12:37:04.530 INFO kablam! Oct 12 12:37:04.609 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 12 12:37:04.610 INFO kablam! --> src/lib.rs:338:43 Oct 12 12:37:04.610 INFO kablam! | Oct 12 12:37:04.610 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Oct 12 12:37:04.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:37:04.611 INFO kablam! | Oct 12 12:37:04.611 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 12:37:04.611 INFO kablam! Oct 12 12:37:05.732 INFO kablam! warning: unused variable: `output` Oct 12 12:37:05.732 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Oct 12 12:37:05.732 INFO kablam! | Oct 12 12:37:05.732 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 12 12:37:05.732 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 12 12:37:05.732 INFO kablam! | Oct 12 12:37:05.732 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 12:37:05.732 INFO kablam! Oct 12 12:37:05.732 INFO kablam! warning: unused variable: `e` Oct 12 12:37:05.732 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Oct 12 12:37:05.732 INFO kablam! | Oct 12 12:37:05.732 INFO kablam! 141 | Err(e) => unimplemented!(), Oct 12 12:37:05.732 INFO kablam! | ^ help: consider using `_e` instead Oct 12 12:37:05.732 INFO kablam! Oct 12 12:37:05.800 INFO kablam! warning: variable does not need to be mutable Oct 12 12:37:05.800 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Oct 12 12:37:05.800 INFO kablam! | Oct 12 12:37:05.800 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 12 12:37:05.800 INFO kablam! | ----^^^^^^ Oct 12 12:37:05.800 INFO kablam! | | Oct 12 12:37:05.800 INFO kablam! | help: remove this `mut` Oct 12 12:37:05.800 INFO kablam! | Oct 12 12:37:05.800 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 12:37:05.800 INFO kablam! Oct 12 12:37:05.836 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 12 12:37:05.852 INFO kablam! su: No module specific data is present Oct 12 12:37:07.040 INFO running `"docker" "rm" "-f" "5ff66bc8278d7beb711092766a5cf09cc86a8309397eeab6b2294af4e888bf14"` Oct 12 12:37:07.383 INFO blam! 5ff66bc8278d7beb711092766a5cf09cc86a8309397eeab6b2294af4e888bf14