[INFO] fetching crate ftrace 0.2.1...
[INFO] checking ftrace-0.2.1 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate ftrace 0.2.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate ftrace 0.2.1
[INFO] finished tweaking crates.io crate ftrace 0.2.1
[INFO] tweaked toml for crates.io crate ftrace 0.2.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ftrace 0.2.1 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ftrace 0.2.1 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c216163938b4ef633bf87885622aa0f703d531bfee7e0be3952abcb457304cc7
[INFO] running `Command { std: "docker" "start" "-a" "c216163938b4ef633bf87885622aa0f703d531bfee7e0be3952abcb457304cc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c216163938b4ef633bf87885622aa0f703d531bfee7e0be3952abcb457304cc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c216163938b4ef633bf87885622aa0f703d531bfee7e0be3952abcb457304cc7", kill_on_drop: false }`
[INFO] [stdout] c216163938b4ef633bf87885622aa0f703d531bfee7e0be3952abcb457304cc7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ba913625270202b2cbf313e14473808a8380214c67a8d6cf2ad8a6e878100a29
[INFO] running `Command { std: "docker" "start" "-a" "ba913625270202b2cbf313e14473808a8380214c67a8d6cf2ad8a6e878100a29", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling syn v1.0.84
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling anyhow v1.0.52
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking os_str_bytes v6.0.0
[INFO] [stderr]    Compiling quote v1.0.14
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking textwrap v0.14.2
[INFO] [stderr]    Compiling paste v1.0.6
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]     Checking yansi v0.5.0
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking which v4.2.2
[INFO] [stderr]     Checking easy_collections v0.3.2
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling clap_derive v3.0.0
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]     Checking flexi_logger v0.17.1
[INFO] [stderr]     Checking clap v3.0.0
[INFO] [stderr]     Checking ftrace v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `mode` is never read
[INFO] [stdout]    --> src/analysis.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub struct FnInfo {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] 106 |     pub mode: AccessMode,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FnInfo` has derived impls for the traits `Clone` and `Debug`, but these are 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] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/cli.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | /     /// Command to trace
[INFO] [stdout] 50 | |     ///
[INFO] [stdout] 51 | |     /// The specified command is executed directly and does not employ a shell, so scripts without shebang that usually
[INFO] [stdout] 52 | |     /// run just fine when invoked by shell fail to execute. It is advisable to manually supply a shell as a command
[INFO] [stdout] 53 | |     /// with the script as its argument
[INFO] [stdout] 54 | |     #[clap(setting = AllowHyphenValues, setting = Last, min_values = 1, required_unless_present = "pid")]
[INFO] [stdout] 55 | |     pub cmd: Vec<String>,
[INFO] [stdout]    | |________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> src/cli.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 | /     /// Filter the search by type (multiple allowable filetypes can be specified)
[INFO] [stdout] 82 | |     ///
[INFO] [stdout] 83 | |     /// Possible types are:
[INFO] [stdout] 84 | |     ///     'f' or 'file':         regular files
[INFO] [stdout] ...  |
[INFO] [stdout] 91 | |     #[clap(short = 't', long = "type", verbatim_doc_comment, hide_possible_values = true, multiple_occurrences = true, possible_values = ...
[INFO] [stdout] 92 | |     file_types: Vec<String>,
[INFO] [stdout]    | |___________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse/strace_line.rs:36:27
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn from_str(line: &str) -> Result<StraceLine> {
[INFO] [stdout]    |                           ^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn from_str(line: &str) -> Result<StraceLine<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse/mod.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn p(line: &str) -> StraceLine {
[INFO] [stdout]    |                ^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn p(line: &str) -> StraceLine<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ftrace` (bin "ftrace" test) due to 2 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: field `mode` is never read
[INFO] [stdout]    --> src/analysis.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub struct FnInfo {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] 106 |     pub mode: AccessMode,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FnInfo` has derived impls for the traits `Clone` and `Debug`, but these are 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] error: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]   --> src/cli.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | /     /// Command to trace
[INFO] [stdout] 50 | |     ///
[INFO] [stdout] 51 | |     /// The specified command is executed directly and does not employ a shell, so scripts without shebang that usually
[INFO] [stdout] 52 | |     /// run just fine when invoked by shell fail to execute. It is advisable to manually supply a shell as a command
[INFO] [stdout] 53 | |     /// with the script as its argument
[INFO] [stdout] 54 | |     #[clap(setting = AllowHyphenValues, setting = Last, min_values = 1, required_unless_present = "pid")]
[INFO] [stdout] 55 | |     pub cmd: Vec<String>,
[INFO] [stdout]    | |________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<String, Infallible>
[INFO] [stdout]   --> src/cli.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 | /     /// Filter the search by type (multiple allowable filetypes can be specified)
[INFO] [stdout] 82 | |     ///
[INFO] [stdout] 83 | |     /// Possible types are:
[INFO] [stdout] 84 | |     ///     'f' or 'file':         regular files
[INFO] [stdout] ...  |
[INFO] [stdout] 91 | |     #[clap(short = 't', long = "type", verbatim_doc_comment, hide_possible_values = true, multiple_occurrences = true, possible_values = ...
[INFO] [stdout] 92 | |     file_types: Vec<String>,
[INFO] [stdout]    | |___________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse/strace_line.rs:36:27
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn from_str(line: &str) -> Result<StraceLine> {
[INFO] [stdout]    |                           ^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn from_str(line: &str) -> Result<StraceLine<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ftrace` (bin "ftrace") due to 2 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ba913625270202b2cbf313e14473808a8380214c67a8d6cf2ad8a6e878100a29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba913625270202b2cbf313e14473808a8380214c67a8d6cf2ad8a6e878100a29", kill_on_drop: false }`
[INFO] [stdout] ba913625270202b2cbf313e14473808a8380214c67a8d6cf2ad8a6e878100a29
