[INFO] fetching crate torrc 0.1.0... [INFO] checking torrc-0.1.0 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate torrc 0.1.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate torrc 0.1.0 [INFO] finished tweaking crates.io crate torrc 0.1.0 [INFO] tweaked toml for crates.io crate torrc 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate torrc 0.1.0 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] [stderr] Adding nom v0.3.11 (available: v8.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 28926b8ddf14359c71f1090ff9fed336b13795da92ad1393410997ef27ac8d26 [INFO] running `Command { std: "docker" "start" "-a" "28926b8ddf14359c71f1090ff9fed336b13795da92ad1393410997ef27ac8d26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28926b8ddf14359c71f1090ff9fed336b13795da92ad1393410997ef27ac8d26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28926b8ddf14359c71f1090ff9fed336b13795da92ad1393410997ef27ac8d26", kill_on_drop: false }` [INFO] [stdout] 28926b8ddf14359c71f1090ff9fed336b13795da92ad1393410997ef27ac8d26 [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" "-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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8cc0b1d950e2411d48913c1bbc83ce7157d7af658193269805d94a5545dfa9d6 [INFO] running `Command { std: "docker" "start" "-a" "8cc0b1d950e2411d48913c1bbc83ce7157d7af658193269805d94a5545dfa9d6", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking nom v0.3.11 [INFO] [stderr] Checking torrc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 22 | named!(torrc<&[u8], Torrc>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this lifetime flows to the output [INFO] [stdout] | _| the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] 23 | | chain!( [INFO] [stdout] 24 | | rc: alt!(map_res!(settings_list, [INFO] [stdout] 25 | | |s| -> Result { Ok(Torrc::new(s)) }) | [INFO] [stdout] ... | [INFO] [stdout] 28 | | eof, [INFO] [stdout] 29 | | || { rc })); [INFO] [stdout] | |___________________- the lifetimes get resolved as `'_` [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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | named!(settings_list<&[u8], SettingsList>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this lifetime flows to the output [INFO] [stdout] | _| the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] 32 | | map_res!(settings_list_parts, [INFO] [stdout] 33 | | |s: Vec| -> Result { [INFO] [stdout] 34 | | let mut res = SettingsList::new(); [INFO] [stdout] ... | [INFO] [stdout] 38 | | Ok(res) })); [INFO] [stdout] | |____________________________- the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:40:28 [INFO] [stdout] | [INFO] [stdout] 40 | named!(settings_list_parts<&[u8], Vec >, many1!(setting)); [INFO] [stdout] | ---------------------------^^^^^---------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this lifetime flows to the output [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | named!(setting<&[u8], Setting>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this lifetime flows to the output [INFO] [stdout] | _| the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] 43 | | chain!( [INFO] [stdout] 44 | | blanks? ~ [INFO] [stdout] 45 | | n: setting_name ~ [INFO] [stdout] ... | [INFO] [stdout] 48 | | blanks?, [INFO] [stdout] 49 | | || { Setting::new(n, v) })); [INFO] [stdout] | |___________________________________- the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | named!(setting_name<&[u8], String>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this lifetime flows to the output [INFO] [stdout] | _| the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] 52 | | chain!( [INFO] [stdout] 53 | | h: map_res!(alphanumeric, from_utf8), [INFO] [stdout] 54 | | || { h.to_string() })); [INFO] [stdout] | |_________________________________- the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:56:22 [INFO] [stdout] | [INFO] [stdout] 56 | named!(setting_value<&[u8], String>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this lifetime flows to the output [INFO] [stdout] | _| the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] 57 | | chain!( [INFO] [stdout] 58 | | h: map_res!(take_until_either!("\n#"), from_utf8), [INFO] [stdout] 59 | | || { h.to_string() })); [INFO] [stdout] | |_________________________________- the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 22 | named!(torrc<&[u8], Torrc>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this lifetime flows to the output [INFO] [stdout] | _| the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] 23 | | chain!( [INFO] [stdout] 24 | | rc: alt!(map_res!(settings_list, [INFO] [stdout] 25 | | |s| -> Result { Ok(Torrc::new(s)) }) | [INFO] [stdout] ... | [INFO] [stdout] 28 | | eof, [INFO] [stdout] 29 | | || { rc })); [INFO] [stdout] | |___________________- the lifetimes get resolved as `'_` [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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | named!(settings_list<&[u8], SettingsList>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this lifetime flows to the output [INFO] [stdout] | _| the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] 32 | | map_res!(settings_list_parts, [INFO] [stdout] 33 | | |s: Vec| -> Result { [INFO] [stdout] 34 | | let mut res = SettingsList::new(); [INFO] [stdout] ... | [INFO] [stdout] 38 | | Ok(res) })); [INFO] [stdout] | |____________________________- the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:40:28 [INFO] [stdout] | [INFO] [stdout] 40 | named!(settings_list_parts<&[u8], Vec >, many1!(setting)); [INFO] [stdout] | ---------------------------^^^^^---------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this lifetime flows to the output [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | named!(setting<&[u8], Setting>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this lifetime flows to the output [INFO] [stdout] | _| the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] 43 | | chain!( [INFO] [stdout] 44 | | blanks? ~ [INFO] [stdout] 45 | | n: setting_name ~ [INFO] [stdout] ... | [INFO] [stdout] 48 | | blanks?, [INFO] [stdout] 49 | | || { Setting::new(n, v) })); [INFO] [stdout] | |___________________________________- the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | named!(setting_name<&[u8], String>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this lifetime flows to the output [INFO] [stdout] | _| the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] 52 | | chain!( [INFO] [stdout] 53 | | h: map_res!(alphanumeric, from_utf8), [INFO] [stdout] 54 | | || { h.to_string() })); [INFO] [stdout] | |_________________________________- the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:56:22 [INFO] [stdout] | [INFO] [stdout] 56 | named!(setting_value<&[u8], String>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this lifetime flows to the output [INFO] [stdout] | _| the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] 57 | | chain!( [INFO] [stdout] 58 | | h: map_res!(take_until_either!("\n#"), from_utf8), [INFO] [stdout] 59 | | || { h.to_string() })); [INFO] [stdout] | |_________________________________- the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v0.3.11 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "8cc0b1d950e2411d48913c1bbc83ce7157d7af658193269805d94a5545dfa9d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cc0b1d950e2411d48913c1bbc83ce7157d7af658193269805d94a5545dfa9d6", kill_on_drop: false }` [INFO] [stdout] 8cc0b1d950e2411d48913c1bbc83ce7157d7af658193269805d94a5545dfa9d6