[INFO] fetching crate torrc 0.1.0... [INFO] checking torrc-0.1.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate torrc 0.1.0 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate torrc 0.1.0 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 319ee722a990348cb022844f4750fb35e971a1c847d34024cd961fe26f5b7d41 [INFO] running `Command { std: "docker" "start" "-a" "319ee722a990348cb022844f4750fb35e971a1c847d34024cd961fe26f5b7d41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "319ee722a990348cb022844f4750fb35e971a1c847d34024cd961fe26f5b7d41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "319ee722a990348cb022844f4750fb35e971a1c847d34024cd961fe26f5b7d41", kill_on_drop: false }` [INFO] [stdout] 319ee722a990348cb022844f4750fb35e971a1c847d34024cd961fe26f5b7d41 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a27f57f6da8f46d65f3b0bc448db4b28b03122d5e841ce3a7942250c68cec48 [INFO] running `Command { std: "docker" "start" "-a" "2a27f57f6da8f46d65f3b0bc448db4b28b03122d5e841ce3a7942250c68cec48", 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 22 | named!(torrc<&[u8], Torrc>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is elided here [INFO] [stdout] | _| the same lifetime is elided here [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 same lifetime is hidden 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] --> /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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | named!(settings_list<&[u8], SettingsList>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is elided here [INFO] [stdout] | _| the same lifetime is elided here [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 same lifetime is hidden 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] --> /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: hiding a lifetime that's elided elsewhere is 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] | | the lifetime is elided here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the same lifetime is hidden 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] --> /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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | named!(setting<&[u8], Setting>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is elided here [INFO] [stdout] | _| the same lifetime is elided here [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 same lifetime is hidden 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] --> /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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | named!(setting_name<&[u8], String>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is elided here [INFO] [stdout] | _| the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] 52 | | chain!( [INFO] [stdout] 53 | | h: map_res!(alphanumeric, from_utf8), [INFO] [stdout] 54 | | || { h.to_string() })); [INFO] [stdout] | |_________________________________- the same lifetime is hidden 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] --> /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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 22 | named!(torrc<&[u8], Torrc>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is elided here [INFO] [stdout] | _| the same lifetime is elided here [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 same lifetime is hidden 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] --> /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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:56:22 [INFO] [stdout] | [INFO] [stdout] 56 | named!(setting_value<&[u8], String>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is elided here [INFO] [stdout] | _| the same lifetime is elided here [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 same lifetime is hidden 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] --> /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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | named!(settings_list<&[u8], SettingsList>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is elided here [INFO] [stdout] | _| the same lifetime is elided here [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 same lifetime is hidden 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] --> /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: hiding a lifetime that's elided elsewhere is 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] | | the lifetime is elided here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the same lifetime is hidden 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] --> /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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | named!(setting<&[u8], Setting>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is elided here [INFO] [stdout] | _| the same lifetime is elided here [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 same lifetime is hidden 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] --> /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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | named!(setting_name<&[u8], String>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is elided here [INFO] [stdout] | _| the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] 52 | | chain!( [INFO] [stdout] 53 | | h: map_res!(alphanumeric, from_utf8), [INFO] [stdout] 54 | | || { h.to_string() })); [INFO] [stdout] | |_________________________________- the same lifetime is hidden 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] --> /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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:56:22 [INFO] [stdout] | [INFO] [stdout] 56 | named!(setting_value<&[u8], String>, [INFO] [stdout] | - ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is elided here [INFO] [stdout] | _| the same lifetime is elided here [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 same lifetime is hidden 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] --> /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.67s [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 7` [INFO] running `Command { std: "docker" "inspect" "2a27f57f6da8f46d65f3b0bc448db4b28b03122d5e841ce3a7942250c68cec48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a27f57f6da8f46d65f3b0bc448db4b28b03122d5e841ce3a7942250c68cec48", kill_on_drop: false }` [INFO] [stdout] 2a27f57f6da8f46d65f3b0bc448db4b28b03122d5e841ce3a7942250c68cec48