[INFO] fetching crate torrc 0.1.0... [INFO] testing torrc-0.1.0 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate torrc 0.1.0 into /workspace/builds/worker-4-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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate torrc 0.1.0 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a89f6cb66795fe617f91f39fe7a1372fc715d49809156c41e6ac94139c7f2a4c [INFO] running `Command { std: "docker" "start" "-a" "a89f6cb66795fe617f91f39fe7a1372fc715d49809156c41e6ac94139c7f2a4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a89f6cb66795fe617f91f39fe7a1372fc715d49809156c41e6ac94139c7f2a4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a89f6cb66795fe617f91f39fe7a1372fc715d49809156c41e6ac94139c7f2a4c", kill_on_drop: false }` [INFO] [stdout] a89f6cb66795fe617f91f39fe7a1372fc715d49809156c41e6ac94139c7f2a4c [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ca005ddc3fea499a9594c3c0cf06015f46011fc5d7798141e4892e7690fd8f0 [INFO] running `Command { std: "docker" "start" "-a" "2ca005ddc3fea499a9594c3c0cf06015f46011fc5d7798141e4892e7690fd8f0", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling nom v0.3.11 [INFO] [stderr] Compiling 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: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 1.15s [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" "2ca005ddc3fea499a9594c3c0cf06015f46011fc5d7798141e4892e7690fd8f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ca005ddc3fea499a9594c3c0cf06015f46011fc5d7798141e4892e7690fd8f0", kill_on_drop: false }` [INFO] [stdout] 2ca005ddc3fea499a9594c3c0cf06015f46011fc5d7798141e4892e7690fd8f0 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 177093e711204ade0dd3439dfd0407b891236cbc956bc9d45ca3d2c9c334bc7e [INFO] running `Command { std: "docker" "start" "-a" "177093e711204ade0dd3439dfd0407b891236cbc956bc9d45ca3d2c9c334bc7e", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling 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: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: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: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 `test` profile [unoptimized + debuginfo] target(s) in 0.48s [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" "177093e711204ade0dd3439dfd0407b891236cbc956bc9d45ca3d2c9c334bc7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "177093e711204ade0dd3439dfd0407b891236cbc956bc9d45ca3d2c9c334bc7e", kill_on_drop: false }` [INFO] [stdout] 177093e711204ade0dd3439dfd0407b891236cbc956bc9d45ca3d2c9c334bc7e [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3e39d5f461a2c907cf8166fd78299ce20acfaa9376211b918f76ce53f2935668 [INFO] running `Command { std: "docker" "start" "-a" "3e39d5f461a2c907cf8166fd78299ce20acfaa9376211b918f76ce53f2935668", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:22:14 [INFO] [stderr] | [INFO] [stderr] 22 | named!(torrc<&[u8], Torrc>, [INFO] [stderr] | - ^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is elided here [INFO] [stderr] | _| the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] 23 | | chain!( [INFO] [stderr] 24 | | rc: alt!(map_res!(settings_list, [INFO] [stderr] 25 | | |s| -> Result { Ok(Torrc::new(s)) }) | [INFO] [stderr] ... | [INFO] [stderr] 28 | | eof, [INFO] [stderr] 29 | | || { rc })); [INFO] [stderr] | |___________________- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stderr] | [INFO] [stderr] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:31:22 [INFO] [stderr] | [INFO] [stderr] 31 | named!(settings_list<&[u8], SettingsList>, [INFO] [stderr] | - ^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is elided here [INFO] [stderr] | _| the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] 32 | | map_res!(settings_list_parts, [INFO] [stderr] 33 | | |s: Vec| -> Result { [INFO] [stderr] 34 | | let mut res = SettingsList::new(); [INFO] [stderr] ... | [INFO] [stderr] 38 | | Ok(res) })); [INFO] [stderr] | |____________________________- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stderr] | [INFO] [stderr] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | named!(settings_list_parts<&[u8], Vec >, many1!(setting)); [INFO] [stderr] | ---------------------------^^^^^---------------------------------- [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is elided here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stderr] | [INFO] [stderr] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:42:16 [INFO] [stderr] | [INFO] [stderr] 42 | named!(setting<&[u8], Setting>, [INFO] [stderr] | - ^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is elided here [INFO] [stderr] | _| the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] 43 | | chain!( [INFO] [stderr] 44 | | blanks? ~ [INFO] [stderr] 45 | | n: setting_name ~ [INFO] [stderr] ... | [INFO] [stderr] 48 | | blanks?, [INFO] [stderr] 49 | | || { Setting::new(n, v) })); [INFO] [stderr] | |___________________________________- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stderr] | [INFO] [stderr] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:51:21 [INFO] [stderr] | [INFO] [stderr] 51 | named!(setting_name<&[u8], String>, [INFO] [stderr] | - ^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is elided here [INFO] [stderr] | _| the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] 52 | | chain!( [INFO] [stderr] 53 | | h: map_res!(alphanumeric, from_utf8), [INFO] [stderr] 54 | | || { h.to_string() })); [INFO] [stderr] | |_________________________________- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stderr] | [INFO] [stderr] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | named!(setting_value<&[u8], String>, [INFO] [stderr] | - ^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is elided here [INFO] [stderr] | _| the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] 57 | | chain!( [INFO] [stderr] 58 | | h: map_res!(take_until_either!("\n#"), from_utf8), [INFO] [stderr] 59 | | || { h.to_string() })); [INFO] [stderr] | |_________________________________- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-0.3.11/src/macros.rs:102:46 [INFO] [stderr] | [INFO] [stderr] 102| fn $name( i: $i ) -> $crate::IResult<'_, $i, $o> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `torrc` (lib) generated 6 warnings (run `cargo fix --lib -p torrc` to apply 6 suggestions) [INFO] [stderr] warning: `torrc` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [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] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/torrc-5ffcc5f8001b221b) [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] [stderr] Running tests/from_file.rs (/opt/rustwide/target/debug/deps/from_file-1f578106ac28dfd8) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test torrc_lookup ... ok [INFO] [stdout] test torrc_from_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests torrc [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" "3e39d5f461a2c907cf8166fd78299ce20acfaa9376211b918f76ce53f2935668", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e39d5f461a2c907cf8166fd78299ce20acfaa9376211b918f76ce53f2935668", kill_on_drop: false }` [INFO] [stdout] 3e39d5f461a2c907cf8166fd78299ce20acfaa9376211b918f76ce53f2935668