[INFO] fetching crate yarn-state 0.1.2...
[INFO] checking yarn-state-0.1.2 against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704
[INFO] extracting crate yarn-state 0.1.2 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate yarn-state 0.1.2 on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate yarn-state 0.1.2
[INFO] finished tweaking crates.io crate yarn-state 0.1.2
[INFO] tweaked toml for crates.io crate yarn-state 0.1.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate yarn-state 0.1.2 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" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9d49ad6603554717aaba698a660a7f254f5bd9345a8071f9ce69f037404ce22d
[INFO] running `Command { std: "docker" "start" "-a" "9d49ad6603554717aaba698a660a7f254f5bd9345a8071f9ce69f037404ce22d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d49ad6603554717aaba698a660a7f254f5bd9345a8071f9ce69f037404ce22d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d49ad6603554717aaba698a660a7f254f5bd9345a8071f9ce69f037404ce22d", kill_on_drop: false }`
[INFO] [stdout] 9d49ad6603554717aaba698a660a7f254f5bd9345a8071f9ce69f037404ce22d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ba3d75f370d6c20e5a7669725040ca909398a628cc58df0d93fd38471c88d58
[INFO] running `Command { std: "docker" "start" "-a" "4ba3d75f370d6c20e5a7669725040ca909398a628cc58df0d93fd38471c88d58", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]     Checking yarn-state v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/lib.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn statefile(input: &str) -> Result<YarnState> {
[INFO] [stdout]    |                     ^^^^            --------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn statefile(input: &str) -> Result<YarnState<'_>> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/lib.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 | fn package(input: &str) -> IResult<&str, Package> {
[INFO] [stdout]    |                   ^^^^             ----  ------- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                   |                |
[INFO] [stdout]    |                   |                the lifetimes get resolved as `'_`
[INFO] [stdout]    |                   this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 60 | fn package(input: &str) -> IResult<&str, Package<'_>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/lib.rs:92:25
[INFO] [stdout]    |
[INFO] [stdout] 92 | fn package_field(input: &str) -> IResult<&str, PackageField> {
[INFO] [stdout]    |                         ^^^^             ----  ------------ the lifetimes get resolved as `'_`
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the lifetimes get resolved as `'_`
[INFO] [stdout]    |                         this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 92 | fn package_field(input: &str) -> IResult<&str, PackageField<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/lib.rs:96:35
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn package_field_locations(input: &str) -> IResult<&str, PackageField> {
[INFO] [stdout]    |                                   ^^^^             ----  ------------ the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                   |                |
[INFO] [stdout]    |                                   |                the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                   this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn package_field_locations(input: &str) -> IResult<&str, PackageField<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:108:33
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn package_field_unknown(input: &str) -> IResult<&str, PackageField> {
[INFO] [stdout]     |                                 ^^^^             ----  ------------ the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                 |                |
[INFO] [stdout]     |                                 |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn package_field_unknown(input: &str) -> IResult<&str, PackageField<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/lib.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn statefile(input: &str) -> Result<YarnState> {
[INFO] [stdout]    |                     ^^^^            --------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn statefile(input: &str) -> Result<YarnState<'_>> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/lib.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 | fn package(input: &str) -> IResult<&str, Package> {
[INFO] [stdout]    |                   ^^^^             ----  ------- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                   |                |
[INFO] [stdout]    |                   |                the lifetimes get resolved as `'_`
[INFO] [stdout]    |                   this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 60 | fn package(input: &str) -> IResult<&str, Package<'_>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/lib.rs:92:25
[INFO] [stdout]    |
[INFO] [stdout] 92 | fn package_field(input: &str) -> IResult<&str, PackageField> {
[INFO] [stdout]    |                         ^^^^             ----  ------------ the lifetimes get resolved as `'_`
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the lifetimes get resolved as `'_`
[INFO] [stdout]    |                         this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 92 | fn package_field(input: &str) -> IResult<&str, PackageField<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/lib.rs:96:35
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn package_field_locations(input: &str) -> IResult<&str, PackageField> {
[INFO] [stdout]    |                                   ^^^^             ----  ------------ the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                   |                |
[INFO] [stdout]    |                                   |                the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                   this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn package_field_locations(input: &str) -> IResult<&str, PackageField<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:108:33
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn package_field_unknown(input: &str) -> IResult<&str, PackageField> {
[INFO] [stdout]     |                                 ^^^^             ----  ------------ the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                 |                |
[INFO] [stdout]     |                                 |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn package_field_unknown(input: &str) -> IResult<&str, PackageField<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
[INFO] running `Command { std: "docker" "inspect" "4ba3d75f370d6c20e5a7669725040ca909398a628cc58df0d93fd38471c88d58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ba3d75f370d6c20e5a7669725040ca909398a628cc58df0d93fd38471c88d58", kill_on_drop: false }`
[INFO] [stdout] 4ba3d75f370d6c20e5a7669725040ca909398a628cc58df0d93fd38471c88d58
