[INFO] fetching crate torrc 0.1.0... [INFO] testing torrc-0.1.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate torrc 0.1.0 into /workspace/builds/worker-4-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate torrc 0.1.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nom v0.3.11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8fc4fe182cc8f08371a3745d597920959e093dec97eb4bea5d859bb834b4cef5 [INFO] running `Command { std: "docker" "start" "-a" "8fc4fe182cc8f08371a3745d597920959e093dec97eb4bea5d859bb834b4cef5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8fc4fe182cc8f08371a3745d597920959e093dec97eb4bea5d859bb834b4cef5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fc4fe182cc8f08371a3745d597920959e093dec97eb4bea5d859bb834b4cef5", kill_on_drop: false }` [INFO] [stdout] 8fc4fe182cc8f08371a3745d597920959e093dec97eb4bea5d859bb834b4cef5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93d11801b70448a49401c74fb02509a30e5aaafa9b1c4e96aab9150dc89ecdb7 [INFO] running `Command { std: "docker" "start" "-a" "93d11801b70448a49401c74fb02509a30e5aaafa9b1c4e96aab9150dc89ecdb7", 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 0.68s [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 6` [INFO] running `Command { std: "docker" "inspect" "93d11801b70448a49401c74fb02509a30e5aaafa9b1c4e96aab9150dc89ecdb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93d11801b70448a49401c74fb02509a30e5aaafa9b1c4e96aab9150dc89ecdb7", kill_on_drop: false }` [INFO] [stdout] 93d11801b70448a49401c74fb02509a30e5aaafa9b1c4e96aab9150dc89ecdb7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 048107e1f7128b1ca787889cbdae59250c99cdb85d71851cebd181bfc31eb729 [INFO] running `Command { std: "docker" "start" "-a" "048107e1f7128b1ca787889cbdae59250c99cdb85d71851cebd181bfc31eb729", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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] [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: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.40s [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 6` [INFO] running `Command { std: "docker" "inspect" "048107e1f7128b1ca787889cbdae59250c99cdb85d71851cebd181bfc31eb729", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "048107e1f7128b1ca787889cbdae59250c99cdb85d71851cebd181bfc31eb729", kill_on_drop: false }` [INFO] [stdout] 048107e1f7128b1ca787889cbdae59250c99cdb85d71851cebd181bfc31eb729 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7e94faf7956d3b93aa1b02e6607022d3dc26a86b9271bf1b4b3ac12db52f8408 [INFO] running `Command { std: "docker" "start" "-a" "7e94faf7956d3b93aa1b02e6607022d3dc26a86b9271bf1b4b3ac12db52f8408", 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.02s [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 6` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/torrc-5ffcc5f8001b221b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running tests/from_file.rs (/opt/rustwide/target/debug/deps/from_file-1f578106ac28dfd8) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test torrc_from_file ... ok [INFO] [stdout] test torrc_lookup ... 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" "7e94faf7956d3b93aa1b02e6607022d3dc26a86b9271bf1b4b3ac12db52f8408", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e94faf7956d3b93aa1b02e6607022d3dc26a86b9271bf1b4b3ac12db52f8408", kill_on_drop: false }` [INFO] [stdout] 7e94faf7956d3b93aa1b02e6607022d3dc26a86b9271bf1b4b3ac12db52f8408