[INFO] fetching crate rustc-demangle 0.1.26... [INFO] testing rustc-demangle-0.1.26 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate rustc-demangle 0.1.26 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate rustc-demangle 0.1.26 [INFO] finished tweaking crates.io crate rustc-demangle 0.1.26 [INFO] tweaked toml for crates.io crate rustc-demangle 0.1.26 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rustc-demangle 0.1.26 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rustc-demangle 0.1.26 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3445b1672a228d4c1fb7c74c241b096964ce0f3f3146c6cad117437b45c69e75 [INFO] running `Command { std: "docker" "start" "-a" "3445b1672a228d4c1fb7c74c241b096964ce0f3f3146c6cad117437b45c69e75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3445b1672a228d4c1fb7c74c241b096964ce0f3f3146c6cad117437b45c69e75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3445b1672a228d4c1fb7c74c241b096964ce0f3f3146c6cad117437b45c69e75", kill_on_drop: false }` [INFO] [stdout] 3445b1672a228d4c1fb7c74c241b096964ce0f3f3146c6cad117437b45c69e75 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93cb9f768654724a1ad90ddb5255ff71d731595583a8f4002508133bdc74dc55 [INFO] running `Command { std: "docker" "start" "-a" "93cb9f768654724a1ad90ddb5255ff71d731595583a8f4002508133bdc74dc55", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling rustc-demangle v0.1.26 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:92:24 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] | [INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:237:24 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] | [INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/legacy.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided 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] | [INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/v0.rs:37:20 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided 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] | [INFO] [stdout] 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s [INFO] running `Command { std: "docker" "inspect" "93cb9f768654724a1ad90ddb5255ff71d731595583a8f4002508133bdc74dc55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93cb9f768654724a1ad90ddb5255ff71d731595583a8f4002508133bdc74dc55", kill_on_drop: false }` [INFO] [stdout] 93cb9f768654724a1ad90ddb5255ff71d731595583a8f4002508133bdc74dc55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb1ac539fd6df1f54097ade0bdecc9cca6212dc1281bfe4faa1ec7dc7b09731b [INFO] running `Command { std: "docker" "start" "-a" "fb1ac539fd6df1f54097ade0bdecc9cca6212dc1281bfe4faa1ec7dc7b09731b", 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/lib.rs:92:24 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] | [INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:237:24 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] | [INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/legacy.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided 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] | [INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/v0.rs:37:20 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided 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] | [INFO] [stdout] 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustc-demangle v0.1.26 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:92:24 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] | [INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:237:24 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] | [INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/legacy.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided 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] | [INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/v0.rs:37:20 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided 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] | [INFO] [stdout] 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.30s [INFO] running `Command { std: "docker" "inspect" "fb1ac539fd6df1f54097ade0bdecc9cca6212dc1281bfe4faa1ec7dc7b09731b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb1ac539fd6df1f54097ade0bdecc9cca6212dc1281bfe4faa1ec7dc7b09731b", kill_on_drop: false }` [INFO] [stdout] fb1ac539fd6df1f54097ade0bdecc9cca6212dc1281bfe4faa1ec7dc7b09731b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ee643287ef9982d386d08584a67131eefa5264fc343a365aa87880d5e8532b2e [INFO] running `Command { std: "docker" "start" "-a" "ee643287ef9982d386d08584a67131eefa5264fc343a365aa87880d5e8532b2e", 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/lib.rs:92:24 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn demangle(mut s: &str) -> Demangle { [INFO] [stderr] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided 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] | [INFO] [stderr] 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:237:24 [INFO] [stderr] | [INFO] [stderr] 237 | pub fn try_demangle(s: &str) -> Result { [INFO] [stderr] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided 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] | [INFO] [stderr] 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/legacy.rs:49:20 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { [INFO] [stderr] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided 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] | [INFO] [stderr] 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/v0.rs:37:20 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { [INFO] [stderr] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided 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] | [INFO] [stderr] 37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `rustc-demangle` (lib) generated 4 warnings (run `cargo fix --lib -p rustc-demangle` to apply 4 suggestions) [INFO] [stderr] warning: `rustc-demangle` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustc_demangle-22fa04346e1b596b) [INFO] [stdout] [INFO] [stdout] running 56 tests [INFO] [stdout] test legacy::tests::demangle ... ok [INFO] [stdout] test legacy::tests::demangle_ignores_suffix_that_doesnt_look_like_a_symbol ... ok [INFO] [stdout] test legacy::tests::demangle_elements_beginning_with_underscore ... ok [INFO] [stdout] test legacy::tests::demangle_issue_60925 ... ok [INFO] [stdout] test legacy::tests::demangle_thinlto ... ok [INFO] [stdout] test legacy::tests::demangle_llvm_ir_branch_labels ... ok [INFO] [stdout] test legacy::tests::demangle_trait_impls ... ok [INFO] [stdout] test legacy::tests::demangle_many_dollars ... ok [INFO] [stdout] test legacy::tests::demangle_without_hash ... ok [INFO] [stdout] test legacy::tests::demangle_utf8_idents ... ok [INFO] [stdout] test legacy::tests::handle_bang ... ok [INFO] [stdout] test legacy::tests::demangle_osx ... ok [INFO] [stdout] test legacy::tests::invalid_no_chop ... ok [INFO] [stdout] test legacy::tests::demangle_windows ... ok [INFO] [stdout] test tests::demangle ... ok [INFO] [stdout] test legacy::tests::demangle_without_hash_edgecases ... ok [INFO] [stdout] test legacy::tests::demangle_dollars ... ok [INFO] [stdout] test legacy::tests::dont_panic ... ok [INFO] [stdout] test tests::demangle_dollars ... ok [INFO] [stdout] test legacy::tests::handle_assoc_types ... ok [INFO] [stdout] test tests::demangle_elements_beginning_with_underscore ... ok [INFO] [stdout] test tests::demangle_llvm_ir_branch_labels ... ok [INFO] [stdout] test tests::demangle_ignores_suffix_that_doesnt_look_like_a_symbol ... ok [INFO] [stdout] test tests::demangle_many_dollars ... ok [INFO] [stdout] test tests::demangle_osx ... ok [INFO] [stdout] test tests::demangle_windows ... ok [INFO] [stdout] test tests::demangle_thinlto ... ok [INFO] [stdout] test tests::demangle_without_hash ... ok [INFO] [stdout] test tests::handle_assoc_types ... ok [INFO] [stdout] test tests::dont_panic ... ok [INFO] [stdout] test tests::invalid_no_chop ... ok [INFO] [stdout] test tests::handle_bang ... ok [INFO] [stdout] test tests::demangle_without_hash_edgecases ... ok [INFO] [stdout] test tests::demangle_trait_impls ... ok [INFO] [stdout] test tests::limit_recursion ... ok [INFO] [stdout] test v0::tests::demangle_const_array ... ok [INFO] [stdout] test v0::tests::demangle_const_generics_preview ... ok [INFO] [stdout] test v0::tests::demangle_closure ... ok [INFO] [stdout] test v0::tests::demangle_const_adt ... ok [INFO] [stdout] test v0::tests::demangle_const_ref ... ok [INFO] [stdout] test v0::tests::demangle_crate_with_leading_digit ... ok [INFO] [stdout] test v0::tests::demangle_const_ref_str ... ok [INFO] [stdout] test v0::tests::demangle_exponential_explosion ... ok [INFO] [stdout] test v0::tests::demangle_const_tuple ... ok [INFO] [stdout] test v0::tests::demangle_pat_ty ... ok [INFO] [stdout] test v0::tests::demangle_min_const_generics ... ok [INFO] [stdout] test v0::tests::demangle_extra_suffix ... ok [INFO] [stdout] test v0::tests::demangle_dyn_trait ... ok [INFO] [stdout] test v0::tests::demangle_crate_with_zero_disambiguator ... ok [INFO] [stdout] test v0::tests::demangle_thinlto ... ok [INFO] [stdout] test v0::tests::demangle_utf8_idents ... ok [INFO] [stdout] test v0::tests::demangle_const_str ... ok [INFO] [stdout] test v0::tests::demangling_limits ... ok [INFO] [stdout] test v0::tests::recursion_limit_leaks ... ok [INFO] [stdout] test v0::tests::recursion_limit_backref_free_bypass ... ok [INFO] [stderr] Doc-tests rustc_demangle [INFO] [stdout] test tests::limit_output ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - try_demangle (line 226) ... ok [INFO] [stdout] test src/lib.rs - demangle (line 85) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] test src/legacy.rs - legacy::demangle (line 24) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.72s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ee643287ef9982d386d08584a67131eefa5264fc343a365aa87880d5e8532b2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee643287ef9982d386d08584a67131eefa5264fc343a365aa87880d5e8532b2e", kill_on_drop: false }` [INFO] [stdout] ee643287ef9982d386d08584a67131eefa5264fc343a365aa87880d5e8532b2e