Oct 26 19:50:09.547 INFO checking tari/warcdedupe against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:50:09.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.957 INFO blam! 4c1bcd98e189cd875058da3b71b7daec717a1178358236413a0a732a8dc59352 Oct 26 19:50:09.960 INFO running `"docker" "start" "-a" "4c1bcd98e189cd875058da3b71b7daec717a1178358236413a0a732a8dc59352"` Oct 26 19:50:11.362 INFO kablam! usermod: no changes Oct 26 19:50:11.563 INFO kablam! Checking serde v1.0.38 Oct 26 19:50:11.563 INFO kablam! Checking errno v0.2.3 Oct 26 19:50:11.564 INFO kablam! Compiling crc v1.7.0 Oct 26 19:50:11.568 INFO kablam! Checking regex-syntax v0.5.5 Oct 26 19:50:11.580 INFO kablam! Checking term v0.5.1 Oct 26 19:50:11.581 INFO kablam! Checking twoway v0.1.8 Oct 26 19:50:11.584 INFO kablam! Checking criterion-stats v0.2.3 Oct 26 19:50:11.585 INFO kablam! Checking chrono v0.4.2 Oct 26 19:50:13.115 INFO kablam! Checking itertools-num v0.1.1 Oct 26 19:50:14.621 INFO kablam! Checking criterion-plot v0.2.3 Oct 26 19:50:14.784 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 26 19:50:15.115 INFO kablam! Checking digest v0.7.2 Oct 26 19:50:16.011 INFO kablam! Checking sha-1 v0.7.0 Oct 26 19:50:17.360 INFO kablam! Checking libflate v0.1.14 Oct 26 19:50:22.491 INFO kablam! Checking simplelog v0.5.1 Oct 26 19:50:28.071 INFO kablam! Compiling serde_derive v1.0.38 Oct 26 19:50:33.087 INFO kablam! Checking regex v0.2.10 Oct 26 19:50:42.580 INFO kablam! Checking serde_json v1.0.14 Oct 26 19:50:48.991 INFO kablam! Checking docopt v0.8.3 Oct 26 19:50:49.227 INFO kablam! Checking handlebars v0.31.0 Oct 26 19:50:51.195 INFO kablam! Checking warcdedupe v0.1.0 (/source) Oct 26 19:50:51.719 INFO kablam! warning: unused import: `Result as IoResult` Oct 26 19:50:51.719 INFO kablam! --> src/reader.rs:5:33 Oct 26 19:50:51.719 INFO kablam! | Oct 26 19:50:51.719 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Oct 26 19:50:51.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 19:50:51.719 INFO kablam! | Oct 26 19:50:51.719 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:50:51.719 INFO kablam! Oct 26 19:50:51.751 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 26 19:50:51.751 INFO kablam! --> src/lib.rs:338:43 Oct 26 19:50:51.751 INFO kablam! | Oct 26 19:50:51.751 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Oct 26 19:50:51.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:50:51.751 INFO kablam! | Oct 26 19:50:51.751 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 19:50:51.751 INFO kablam! Oct 26 19:50:53.160 INFO kablam! Checking criterion v0.2.3 Oct 26 19:50:53.995 INFO kablam! warning: unused variable: `output` Oct 26 19:50:53.995 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Oct 26 19:50:53.995 INFO kablam! | Oct 26 19:50:53.995 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 26 19:50:53.995 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 26 19:50:53.995 INFO kablam! | Oct 26 19:50:53.995 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:50:53.995 INFO kablam! Oct 26 19:50:53.995 INFO kablam! warning: unused variable: `e` Oct 26 19:50:53.995 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Oct 26 19:50:53.995 INFO kablam! | Oct 26 19:50:53.995 INFO kablam! 141 | Err(e) => unimplemented!(), Oct 26 19:50:53.995 INFO kablam! | ^ help: consider using `_e` instead Oct 26 19:50:53.995 INFO kablam! Oct 26 19:50:54.030 INFO kablam! warning: variable does not need to be mutable Oct 26 19:50:54.030 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Oct 26 19:50:54.031 INFO kablam! | Oct 26 19:50:54.031 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 26 19:50:54.031 INFO kablam! | ----^^^^^^ Oct 26 19:50:54.031 INFO kablam! | | Oct 26 19:50:54.031 INFO kablam! | help: remove this `mut` Oct 26 19:50:54.031 INFO kablam! | Oct 26 19:50:54.031 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:50:54.031 INFO kablam! Oct 26 19:50:56.933 INFO kablam! warning: unused import: `Result as IoResult` Oct 26 19:50:56.934 INFO kablam! --> src/reader.rs:5:33 Oct 26 19:50:56.934 INFO kablam! | Oct 26 19:50:56.934 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Oct 26 19:50:56.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 19:50:56.935 INFO kablam! | Oct 26 19:50:56.935 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:50:56.935 INFO kablam! Oct 26 19:50:57.051 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 26 19:50:57.052 INFO kablam! --> src/lib.rs:338:43 Oct 26 19:50:57.052 INFO kablam! | Oct 26 19:50:57.052 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Oct 26 19:50:57.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:50:57.053 INFO kablam! | Oct 26 19:50:57.053 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 19:50:57.054 INFO kablam! Oct 26 19:50:57.859 INFO kablam! warning: unused variable: `output` Oct 26 19:50:57.860 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Oct 26 19:50:57.860 INFO kablam! | Oct 26 19:50:57.860 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 26 19:50:57.860 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 26 19:50:57.860 INFO kablam! | Oct 26 19:50:57.861 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:50:57.861 INFO kablam! Oct 26 19:50:57.861 INFO kablam! warning: unused variable: `e` Oct 26 19:50:57.861 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Oct 26 19:50:57.862 INFO kablam! | Oct 26 19:50:57.862 INFO kablam! 141 | Err(e) => unimplemented!(), Oct 26 19:50:57.862 INFO kablam! | ^ help: consider using `_e` instead Oct 26 19:50:57.862 INFO kablam! Oct 26 19:50:57.951 INFO kablam! warning: variable does not need to be mutable Oct 26 19:50:57.951 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Oct 26 19:50:57.952 INFO kablam! | Oct 26 19:50:57.952 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 26 19:50:57.952 INFO kablam! | ----^^^^^^ Oct 26 19:50:57.953 INFO kablam! | | Oct 26 19:50:57.953 INFO kablam! | help: remove this `mut` Oct 26 19:50:57.953 INFO kablam! | Oct 26 19:50:57.953 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:50:57.954 INFO kablam! Oct 26 19:50:58.479 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.09s Oct 26 19:50:58.495 INFO kablam! su: No module specific data is present Oct 26 19:50:59.410 INFO running `"docker" "rm" "-f" "4c1bcd98e189cd875058da3b71b7daec717a1178358236413a0a732a8dc59352"` Oct 26 19:50:59.731 INFO blam! 4c1bcd98e189cd875058da3b71b7daec717a1178358236413a0a732a8dc59352