Oct 26 19:50:09.345 INFO checking tari/warcdedupe against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 19:50:09.347 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 19:50:09.799 INFO blam! d15121b2e9deb46cd34161cf358af8a38631e8e07201787744c26be14a645955 Oct 26 19:50:09.807 INFO running `"docker" "start" "-a" "d15121b2e9deb46cd34161cf358af8a38631e8e07201787744c26be14a645955"` Oct 26 19:50:10.767 INFO kablam! usermod: no changes Oct 26 19:50:11.059 INFO kablam! Compiling cc v1.0.10 Oct 26 19:50:11.063 INFO kablam! Checking serde v1.0.38 Oct 26 19:50:11.124 INFO kablam! Compiling crc v1.7.0 Oct 26 19:50:11.124 INFO kablam! Checking errno v0.2.3 Oct 26 19:50:11.125 INFO kablam! Checking num-integer v0.1.36 Oct 26 19:50:11.125 INFO kablam! Checking regex-syntax v0.5.5 Oct 26 19:50:11.125 INFO kablam! Checking term v0.5.1 Oct 26 19:50:11.126 INFO kablam! Checking criterion-stats v0.2.3 Oct 26 19:50:12.342 INFO kablam! Checking itertools-num v0.1.1 Oct 26 19:50:13.311 INFO kablam! Checking criterion-plot v0.2.3 Oct 26 19:50:14.115 INFO kablam! Checking chrono v0.4.2 Oct 26 19:50:14.631 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 26 19:50:15.339 INFO kablam! Checking digest v0.7.2 Oct 26 19:50:16.363 INFO kablam! Checking sha-1 v0.7.0 Oct 26 19:50:17.015 INFO kablam! Checking libflate v0.1.14 Oct 26 19:50:26.743 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 26 19:50:30.299 INFO kablam! Checking simplelog v0.5.1 Oct 26 19:50:32.307 INFO kablam! Compiling serde_derive v1.0.38 Oct 26 19:50:38.305 INFO kablam! Checking regex v0.2.10 Oct 26 19:50:57.387 INFO kablam! Checking serde_json v1.0.14 Oct 26 19:50:58.107 INFO kablam! Checking backtrace v0.3.6 Oct 26 19:50:58.865 INFO kablam! Checking failure v0.1.1 Oct 26 19:51:00.023 INFO kablam! Checking docopt v0.8.3 Oct 26 19:51:00.763 INFO kablam! Checking handlebars v0.31.0 Oct 26 19:51:01.821 INFO kablam! Checking warcdedupe v0.1.0 (/source) Oct 26 19:51:02.300 INFO kablam! warning: unused import: `Result as IoResult` Oct 26 19:51:02.300 INFO kablam! --> src/reader.rs:5:33 Oct 26 19:51:02.300 INFO kablam! | Oct 26 19:51:02.300 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Oct 26 19:51:02.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 19:51:02.301 INFO kablam! | Oct 26 19:51:02.301 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:51:02.301 INFO kablam! Oct 26 19:51:02.353 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 26 19:51:02.354 INFO kablam! --> src/lib.rs:338:43 Oct 26 19:51:02.354 INFO kablam! | Oct 26 19:51:02.354 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Oct 26 19:51:02.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:51:02.354 INFO kablam! | Oct 26 19:51:02.355 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 19:51:02.355 INFO kablam! Oct 26 19:51:04.272 INFO kablam! warning: unused variable: `output` Oct 26 19:51:04.273 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Oct 26 19:51:04.273 INFO kablam! | Oct 26 19:51:04.273 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 26 19:51:04.273 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 26 19:51:04.274 INFO kablam! | Oct 26 19:51:04.274 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:51:04.274 INFO kablam! Oct 26 19:51:04.274 INFO kablam! warning: unused variable: `e` Oct 26 19:51:04.275 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Oct 26 19:51:04.275 INFO kablam! | Oct 26 19:51:04.275 INFO kablam! 141 | Err(e) => unimplemented!(), Oct 26 19:51:04.276 INFO kablam! | ^ help: consider using `_e` instead Oct 26 19:51:04.276 INFO kablam! Oct 26 19:51:04.328 INFO kablam! warning: variable does not need to be mutable Oct 26 19:51:04.328 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Oct 26 19:51:04.328 INFO kablam! | Oct 26 19:51:04.328 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 26 19:51:04.329 INFO kablam! | ----^^^^^^ Oct 26 19:51:04.329 INFO kablam! | | Oct 26 19:51:04.329 INFO kablam! | help: remove this `mut` Oct 26 19:51:04.329 INFO kablam! | Oct 26 19:51:04.329 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:51:04.330 INFO kablam! Oct 26 19:51:04.335 INFO kablam! Checking criterion v0.2.3 Oct 26 19:51:08.339 INFO kablam! warning: unused import: `Result as IoResult` Oct 26 19:51:08.339 INFO kablam! --> src/reader.rs:5:33 Oct 26 19:51:08.339 INFO kablam! | Oct 26 19:51:08.339 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Oct 26 19:51:08.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 19:51:08.339 INFO kablam! | Oct 26 19:51:08.339 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:51:08.339 INFO kablam! Oct 26 19:51:08.459 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 26 19:51:08.459 INFO kablam! --> src/lib.rs:338:43 Oct 26 19:51:08.459 INFO kablam! | Oct 26 19:51:08.459 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Oct 26 19:51:08.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:51:08.479 INFO kablam! | Oct 26 19:51:08.479 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 19:51:08.479 INFO kablam! Oct 26 19:51:09.327 INFO kablam! warning: unused variable: `output` Oct 26 19:51:09.328 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Oct 26 19:51:09.328 INFO kablam! | Oct 26 19:51:09.328 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 26 19:51:09.328 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 26 19:51:09.329 INFO kablam! | Oct 26 19:51:09.329 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:51:09.329 INFO kablam! Oct 26 19:51:09.330 INFO kablam! warning: unused variable: `e` Oct 26 19:51:09.330 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Oct 26 19:51:09.330 INFO kablam! | Oct 26 19:51:09.330 INFO kablam! 141 | Err(e) => unimplemented!(), Oct 26 19:51:09.331 INFO kablam! | ^ help: consider using `_e` instead Oct 26 19:51:09.331 INFO kablam! Oct 26 19:51:09.375 INFO kablam! warning: variable does not need to be mutable Oct 26 19:51:09.375 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Oct 26 19:51:09.375 INFO kablam! | Oct 26 19:51:09.375 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 26 19:51:09.375 INFO kablam! | ----^^^^^^ Oct 26 19:51:09.375 INFO kablam! | | Oct 26 19:51:09.375 INFO kablam! | help: remove this `mut` Oct 26 19:51:09.375 INFO kablam! | Oct 26 19:51:09.375 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:51:09.375 INFO kablam! Oct 26 19:51:09.443 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.64s Oct 26 19:51:09.463 INFO kablam! su: No module specific data is present Oct 26 19:51:10.167 INFO running `"docker" "rm" "-f" "d15121b2e9deb46cd34161cf358af8a38631e8e07201787744c26be14a645955"` Oct 26 19:51:10.547 INFO blam! d15121b2e9deb46cd34161cf358af8a38631e8e07201787744c26be14a645955