[INFO] cloning repository https://github.com/rzip/rzip
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rzip/rzip" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frzip%2Frzip", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frzip%2Frzip'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 88a72419eb1595af0dc02ce994695f0867ba6f38
[INFO] checking rzip/rzip against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frzip%2Frzip" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rzip/rzip
[INFO] finished tweaking git repo https://github.com/rzip/rzip
[INFO] tweaked toml for git repo https://github.com/rzip/rzip written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rzip/rzip on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rzip/rzip already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fdf086683308cb2e5eb1d223db145a832a1f9e3f6f2e558486238a9748f7e181
[INFO] running `Command { std: "docker" "start" "-a" "fdf086683308cb2e5eb1d223db145a832a1f9e3f6f2e558486238a9748f7e181", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fdf086683308cb2e5eb1d223db145a832a1f9e3f6f2e558486238a9748f7e181", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fdf086683308cb2e5eb1d223db145a832a1f9e3f6f2e558486238a9748f7e181", kill_on_drop: false }`
[INFO] [stdout] fdf086683308cb2e5eb1d223db145a832a1f9e3f6f2e558486238a9748f7e181
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 76d1b983c97ba4118f58793551442b8e30654a9c227ed39aec4936fa98c75cdf
[INFO] running `Command { std: "docker" "start" "-a" "76d1b983c97ba4118f58793551442b8e30654a9c227ed39aec4936fa98c75cdf", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.65
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling serde v1.0.102
[INFO] [stderr]    Compiling arrayvec v0.4.12
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]    Compiling memoffset v0.5.2
[INFO] [stderr]    Compiling getrandom v0.1.13
[INFO] [stderr]    Compiling cc v1.0.46
[INFO] [stderr]    Compiling proc-macro2 v1.0.6
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking regex-automata v0.1.8
[INFO] [stderr]     Checking futures-core-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking regex-syntax v0.6.12
[INFO] [stderr]     Checking crossbeam-epoch v0.7.2
[INFO] [stderr]     Checking unicode-width v0.1.6
[INFO] [stderr]     Checking same-file v1.0.5
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking miniz_oxide v0.3.5
[INFO] [stderr]     Checking walkdir v2.2.9
[INFO] [stderr]     Checking crossbeam-channel v0.3.9
[INFO] [stderr]     Checking yaml-rust v0.3.5
[INFO] [stderr]     Checking crossbeam-deque v0.7.1
[INFO] [stderr]     Checking num_cpus v1.11.0
[INFO] [stderr]     Checking aho-corasick v0.7.6
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]    Compiling rayon-core v1.6.0
[INFO] [stderr]    Compiling bzip2-sys v0.1.7
[INFO] [stderr]     Checking mio v0.6.19
[INFO] [stderr]    Compiling syn v1.0.7
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking flate2 v1.0.12
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking futures-timer v1.0.3
[INFO] [stderr]     Checking async-macros v1.0.0
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]     Checking async-task v1.0.0
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking kv-log-macro v1.0.4
[INFO] [stderr]     Checking once_cell v1.2.0
[INFO] [stderr]     Checking pin-project-lite v0.1.0
[INFO] [stderr]     Checking futures-io v0.3.1
[INFO] [stderr]     Checking podio v0.1.6
[INFO] [stderr]     Checking block-padding v0.1.4
[INFO] [stderr]     Checking regex v1.3.1
[INFO] [stderr]     Checking async-std v1.0.1
[INFO] [stderr]     Checking bzip2 v0.3.3
[INFO] [stderr]     Checking itertools v0.8.1
[INFO] [stderr]     Checking zip v0.5.3
[INFO] [stderr]     Checking csv-core v0.1.6
[INFO] [stderr]     Checking rayon v1.2.0
[INFO] [stderr]     Checking bstr v0.2.8
[INFO] [stderr]     Checking serde_json v1.0.41
[INFO] [stderr]     Checking criterion-plot v0.4.0
[INFO] [stderr]     Checking globset v0.4.4
[INFO] [stderr]     Checking ignore v0.4.10
[INFO] [stderr]     Checking csv v1.1.1
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]     Checking rand_os v0.2.2
[INFO] [stderr]     Checking rand_xoshiro v0.3.1
[INFO] [stderr]     Checking sha2 v0.8.0
[INFO] [stderr]     Checking rand v0.7.2
[INFO] [stderr]     Checking tinytemplate v1.0.2
[INFO] [stderr]     Checking rzip v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling serde_derive v1.0.102
[INFO] [stdout] warning: fields `actions`, `output`, and `verbose` are never read
[INFO] [stdout]    --> src/options.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct RZipOptions {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 107 |     pub files: Vec<OsString>, //TODO: Change to PathBuf
[INFO] [stdout] 108 |     pub actions: Vec<RZipActions>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 109 |     pub output: RZipOutput,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 110 |     pub verbose: RZipVerbose,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RZipOptions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/options.rs:122:10
[INFO] [stdout]     |
[INFO] [stdout] 122 |     File(OsString), //TODO: Change to PathBuf
[INFO] [stdout]     |     ---- ^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RZipOutput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 122 -     File(OsString), //TODO: Change to PathBuf
[INFO] [stdout] 122 +     File(()), //TODO: Change to PathBuf
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/options.rs:131:13
[INFO] [stdout]     |
[INFO] [stdout] 131 |     Extract(ExtractionOptions),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RZipActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 131 -     Extract(ExtractionOptions),
[INFO] [stdout] 131 +     Extract(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `overwrite` is never read
[INFO] [stdout]    --> src/options.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub struct ExtractionOptions {
[INFO] [stdout]     |            ----------------- field in this struct
[INFO] [stdout] 136 |     overwrite: OverwriteMode,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExtractionOptions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking criterion v0.3.0
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]  --> benches/clap_arguments.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     load_yaml!("../cli_def/en_us.yml");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]   = note: this warning originates in the macro `load_yaml` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `actions`, `output`, and `verbose` are never read
[INFO] [stdout]    --> src/options.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct RZipOptions {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 107 |     pub files: Vec<OsString>, //TODO: Change to PathBuf
[INFO] [stdout] 108 |     pub actions: Vec<RZipActions>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 109 |     pub output: RZipOutput,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 110 |     pub verbose: RZipVerbose,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RZipOptions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/options.rs:122:10
[INFO] [stdout]     |
[INFO] [stdout] 122 |     File(OsString), //TODO: Change to PathBuf
[INFO] [stdout]     |     ---- ^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RZipOutput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 122 -     File(OsString), //TODO: Change to PathBuf
[INFO] [stdout] 122 +     File(()), //TODO: Change to PathBuf
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/options.rs:131:13
[INFO] [stdout]     |
[INFO] [stdout] 131 |     Extract(ExtractionOptions),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RZipActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 131 -     Extract(ExtractionOptions),
[INFO] [stdout] 131 +     Extract(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `overwrite` is never read
[INFO] [stdout]    --> src/options.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub struct ExtractionOptions {
[INFO] [stdout]     |            ----------------- field in this struct
[INFO] [stdout] 136 |     overwrite: OverwriteMode,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExtractionOptions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.52s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 12`
[INFO] running `Command { std: "docker" "inspect" "76d1b983c97ba4118f58793551442b8e30654a9c227ed39aec4936fa98c75cdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76d1b983c97ba4118f58793551442b8e30654a9c227ed39aec4936fa98c75cdf", kill_on_drop: false }`
[INFO] [stdout] 76d1b983c97ba4118f58793551442b8e30654a9c227ed39aec4936fa98c75cdf
