[INFO] fetching crate brain 0.1.2... [INFO] testing brain-0.1.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate brain 0.1.2 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate brain 0.1.2 [INFO] finished tweaking crates.io crate brain 0.1.2 [INFO] tweaked toml for crates.io crate brain 0.1.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate brain 0.1.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 14 packages to latest compatible versions [INFO] [stderr] Adding clap v2.34.0 (available: v4.5.51) [INFO] [stderr] Adding nom v2.2.1 (available: v8.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f71be320b368d02275b59aec6c570baf3d9a6cea2a851fd6ac708952ea49de5e [INFO] running `Command { std: "docker" "start" "-a" "f71be320b368d02275b59aec6c570baf3d9a6cea2a851fd6ac708952ea49de5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f71be320b368d02275b59aec6c570baf3d9a6cea2a851fd6ac708952ea49de5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f71be320b368d02275b59aec6c570baf3d9a6cea2a851fd6ac708952ea49de5e", kill_on_drop: false }` [INFO] [stdout] f71be320b368d02275b59aec6c570baf3d9a6cea2a851fd6ac708952ea49de5e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 68a724eb23fceaaf15cbac59f9c6f99f41a562d4e7f317a76c842a5ce08487ce [INFO] running `Command { std: "docker" "start" "-a" "68a724eb23fceaaf15cbac59f9c6f99f41a562d4e7f317a76c842a5ce08487ce", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling brain v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | named!(comment<&str>, alt!(line_comment | block_comment)); [INFO] [stdout] | ---------------^^^^-------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | the same lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 121 | named!(comment<&'a str>, alt!(line_comment | block_comment)); [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:123:21 [INFO] [stdout] | [INFO] [stdout] 123 | named!(line_comment<&str>, [INFO] [stdout] | - ^^^^ the same lifetime is elided here [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 124 | | map_res!( [INFO] [stdout] 125 | | do_parse!( [INFO] [stdout] 126 | | tag!(LINE_COMMENT) >> [INFO] [stdout] ... | [INFO] [stdout] 132 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 123 | named!(line_comment<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | named!(block_comment<&str>, [INFO] [stdout] | - ^^^^ the same lifetime is elided here [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 135 | | map_res!( [INFO] [stdout] 136 | | delimited!( [INFO] [stdout] 137 | | tag!(START_BLOCK_COMMENT), [INFO] [stdout] ... | [INFO] [stdout] 143 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 134 | named!(block_comment<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:240:16 [INFO] [stdout] | [INFO] [stdout] 240 | named!(digit_s<&str>, [INFO] [stdout] | - ^^^^ the same lifetime is elided here [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 241 | | map_res!(digit, |n: &'a [u8]| str::from_utf8(n)) [INFO] [stdout] 242 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 240 | named!(digit_s<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:291:30 [INFO] [stdout] | [INFO] [stdout] 291 | named!(unescaped_string_text<&[u8]>, [INFO] [stdout] | - ^^^^^ the same lifetime is elided here [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 292 | | alt!( [INFO] [stdout] ... | [INFO] [stdout] 304 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 291 | named!(unescaped_string_text<&'a [u8]>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.2.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "68a724eb23fceaaf15cbac59f9c6f99f41a562d4e7f317a76c842a5ce08487ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68a724eb23fceaaf15cbac59f9c6f99f41a562d4e7f317a76c842a5ce08487ce", kill_on_drop: false }` [INFO] [stdout] 68a724eb23fceaaf15cbac59f9c6f99f41a562d4e7f317a76c842a5ce08487ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06d843e02d9e173e2e349cd60188fcf79c18456eafdc9fc32eb8e76617877d10 [INFO] running `Command { std: "docker" "start" "-a" "06d843e02d9e173e2e349cd60188fcf79c18456eafdc9fc32eb8e76617877d10", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | named!(comment<&str>, alt!(line_comment | block_comment)); [INFO] [stdout] | ---------------^^^^-------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | the same lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 121 | named!(comment<&'a str>, alt!(line_comment | block_comment)); [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:123:21 [INFO] [stdout] | [INFO] [stdout] 123 | named!(line_comment<&str>, [INFO] [stdout] | - ^^^^ the same lifetime is elided here [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 124 | | map_res!( [INFO] [stdout] 125 | | do_parse!( [INFO] [stdout] 126 | | tag!(LINE_COMMENT) >> [INFO] [stdout] ... | [INFO] [stdout] 132 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 123 | named!(line_comment<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | named!(block_comment<&str>, [INFO] [stdout] | - ^^^^ the same lifetime is elided here [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 135 | | map_res!( [INFO] [stdout] 136 | | delimited!( [INFO] [stdout] 137 | | tag!(START_BLOCK_COMMENT), [INFO] [stdout] ... | [INFO] [stdout] 143 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 134 | named!(block_comment<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:240:16 [INFO] [stdout] | [INFO] [stdout] 240 | named!(digit_s<&str>, [INFO] [stdout] | - ^^^^ the same lifetime is elided here [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 241 | | map_res!(digit, |n: &'a [u8]| str::from_utf8(n)) [INFO] [stdout] 242 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 240 | named!(digit_s<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:291:30 [INFO] [stdout] | [INFO] [stdout] 291 | named!(unescaped_string_text<&[u8]>, [INFO] [stdout] | - ^^^^^ the same lifetime is elided here [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 292 | | alt!( [INFO] [stdout] ... | [INFO] [stdout] 304 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 291 | named!(unescaped_string_text<&'a [u8]>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling brain v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | named!(comment<&str>, alt!(line_comment | block_comment)); [INFO] [stdout] | ---------------^^^^-------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | the same lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 121 | named!(comment<&'a str>, alt!(line_comment | block_comment)); [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:123:21 [INFO] [stdout] | [INFO] [stdout] 123 | named!(line_comment<&str>, [INFO] [stdout] | - ^^^^ the same lifetime is elided here [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 124 | | map_res!( [INFO] [stdout] 125 | | do_parse!( [INFO] [stdout] 126 | | tag!(LINE_COMMENT) >> [INFO] [stdout] ... | [INFO] [stdout] 132 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 123 | named!(line_comment<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | named!(block_comment<&str>, [INFO] [stdout] | - ^^^^ the same lifetime is elided here [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 135 | | map_res!( [INFO] [stdout] 136 | | delimited!( [INFO] [stdout] 137 | | tag!(START_BLOCK_COMMENT), [INFO] [stdout] ... | [INFO] [stdout] 143 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 134 | named!(block_comment<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:240:16 [INFO] [stdout] | [INFO] [stdout] 240 | named!(digit_s<&str>, [INFO] [stdout] | - ^^^^ the same lifetime is elided here [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 241 | | map_res!(digit, |n: &'a [u8]| str::from_utf8(n)) [INFO] [stdout] 242 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 240 | named!(digit_s<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser.rs:291:30 [INFO] [stdout] | [INFO] [stdout] 291 | named!(unescaped_string_text<&[u8]>, [INFO] [stdout] | - ^^^^^ the same lifetime is elided here [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 292 | | alt!( [INFO] [stdout] ... | [INFO] [stdout] 304 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 291 | named!(unescaped_string_text<&'a [u8]>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.30s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.2.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "06d843e02d9e173e2e349cd60188fcf79c18456eafdc9fc32eb8e76617877d10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06d843e02d9e173e2e349cd60188fcf79c18456eafdc9fc32eb8e76617877d10", kill_on_drop: false }` [INFO] [stdout] 06d843e02d9e173e2e349cd60188fcf79c18456eafdc9fc32eb8e76617877d10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7473ad14591cbe742b58b7abf9a71c17dad10f438a54de564787ebdaf423ca2a [INFO] running `Command { std: "docker" "start" "-a" "7473ad14591cbe742b58b7abf9a71c17dad10f438a54de564787ebdaf423ca2a", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/parser.rs:121:16 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 121 | named!(comment<&str>, alt!(line_comment | block_comment)); [INFO] [stdout] [INFO] [stderr] | ---------------^^^^-------------------------------------- [INFO] [stdout] [INFO] [stderr] | | | [INFO] [stdout] running 0 tests [INFO] [stderr] | | the same lifetime is elided here [INFO] [stdout] [INFO] [stderr] | the lifetime is named here [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | the same lifetime is named here [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] running 0 tests [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] [INFO] [stderr] help: consistently use `'a` [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 121 | named!(comment<&'a str>, alt!(line_comment | block_comment)); [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parser.rs:123:21 [INFO] [stderr] | [INFO] [stderr] 123 | named!(line_comment<&str>, [INFO] [stderr] | - ^^^^ the same lifetime is elided here [INFO] [stderr] | _| [INFO] [stderr] | | [INFO] [stderr] 124 | | map_res!( [INFO] [stderr] 125 | | do_parse!( [INFO] [stderr] 126 | | tag!(LINE_COMMENT) >> [INFO] [stderr] ... | [INFO] [stderr] 132 | | ); [INFO] [stderr] | | - [INFO] [stderr] | | | [INFO] [stderr] | |_the lifetime is named here [INFO] [stderr] | the same lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 123 | named!(line_comment<&'a str>, [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parser.rs:134:22 [INFO] [stderr] | [INFO] [stderr] 134 | named!(block_comment<&str>, [INFO] [stderr] | - ^^^^ the same lifetime is elided here [INFO] [stderr] | _| [INFO] [stderr] | | [INFO] [stderr] 135 | | map_res!( [INFO] [stderr] 136 | | delimited!( [INFO] [stderr] 137 | | tag!(START_BLOCK_COMMENT), [INFO] [stderr] ... | [INFO] [stderr] 143 | | ); [INFO] [stderr] | | - [INFO] [stderr] | | | [INFO] [stderr] | |_the lifetime is named here [INFO] [stderr] | the same lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 134 | named!(block_comment<&'a str>, [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parser.rs:240:16 [INFO] [stderr] | [INFO] [stderr] 240 | named!(digit_s<&str>, [INFO] [stderr] | - ^^^^ the same lifetime is elided here [INFO] [stderr] | _| [INFO] [stderr] | | [INFO] [stderr] 241 | | map_res!(digit, |n: &'a [u8]| str::from_utf8(n)) [INFO] [stderr] 242 | | ); [INFO] [stderr] | | - [INFO] [stderr] | | | [INFO] [stderr] | |_the lifetime is named here [INFO] [stderr] | the same lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 240 | named!(digit_s<&'a str>, [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parser.rs:291:30 [INFO] [stderr] | [INFO] [stderr] 291 | named!(unescaped_string_text<&[u8]>, [INFO] [stderr] | - ^^^^^ the same lifetime is elided here [INFO] [stderr] | _| [INFO] [stderr] | | [INFO] [stderr] 292 | | alt!( [INFO] [stderr] ... | [INFO] [stderr] 304 | | ); [INFO] [stderr] | | - [INFO] [stderr] | | | [INFO] [stderr] | |_the lifetime is named here [INFO] [stderr] | the same lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 291 | named!(unescaped_string_text<&'a [u8]>, [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `brain` (lib) generated 5 warnings (run `cargo fix --lib -p brain` to apply 5 suggestions) [INFO] [stderr] warning: `brain` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.2.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/brain-d533e03c2f5485bf) [INFO] [stderr] Running unittests src/bin/brain.rs (/opt/rustwide/target/debug/deps/brain-ade035d086dea3f4) [INFO] [stderr] Running unittests src/bin/brainfuck.rs (/opt/rustwide/target/debug/deps/brainfuck-8450cde99fe49626) [INFO] [stderr] Doc-tests brain [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7473ad14591cbe742b58b7abf9a71c17dad10f438a54de564787ebdaf423ca2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7473ad14591cbe742b58b7abf9a71c17dad10f438a54de564787ebdaf423ca2a", kill_on_drop: false }` [INFO] [stdout] 7473ad14591cbe742b58b7abf9a71c17dad10f438a54de564787ebdaf423ca2a