[INFO] fetching crate rustc-demangle 0.1.25... [INFO] testing rustc-demangle-0.1.25 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate rustc-demangle 0.1.25 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate rustc-demangle 0.1.25 [INFO] finished tweaking crates.io crate rustc-demangle 0.1.25 [INFO] tweaked toml for crates.io crate rustc-demangle 0.1.25 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rustc-demangle 0.1.25 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rustc-demangle 0.1.25 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustc-std-workspace-core v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d1b359249737e8f8088d6619e001369d26107cb4f66bd85e86884421ddf34b48 [INFO] running `Command { std: "docker" "start" "-a" "d1b359249737e8f8088d6619e001369d26107cb4f66bd85e86884421ddf34b48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d1b359249737e8f8088d6619e001369d26107cb4f66bd85e86884421ddf34b48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1b359249737e8f8088d6619e001369d26107cb4f66bd85e86884421ddf34b48", kill_on_drop: false }` [INFO] [stdout] d1b359249737e8f8088d6619e001369d26107cb4f66bd85e86884421ddf34b48 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 65f37c1e587d2dec28d306e65324a0fe863d6b6e868d46743313097fbe383938 [INFO] running `Command { std: "docker" "start" "-a" "65f37c1e587d2dec28d306e65324a0fe863d6b6e868d46743313097fbe383938", 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.25 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:92:24 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:237:24 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/legacy.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { [INFO] [stdout] | ^^^^ -------- ---- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.51s [INFO] running `Command { std: "docker" "inspect" "65f37c1e587d2dec28d306e65324a0fe863d6b6e868d46743313097fbe383938", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65f37c1e587d2dec28d306e65324a0fe863d6b6e868d46743313097fbe383938", kill_on_drop: false }` [INFO] [stdout] 65f37c1e587d2dec28d306e65324a0fe863d6b6e868d46743313097fbe383938 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] aca1b17c283fe7899fe6ab6075321243f2d5de00fe58cfe9783f7308c25995e1 [INFO] running `Command { std: "docker" "start" "-a" "aca1b17c283fe7899fe6ab6075321243f2d5de00fe58cfe9783f7308c25995e1", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:92:24 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:237:24 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/legacy.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { [INFO] [stdout] | ^^^^ -------- ---- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.25 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:92:24 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:237:24 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/legacy.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { [INFO] [stdout] | ^^^^ -------- ---- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 0.98s [INFO] running `Command { std: "docker" "inspect" "aca1b17c283fe7899fe6ab6075321243f2d5de00fe58cfe9783f7308c25995e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aca1b17c283fe7899fe6ab6075321243f2d5de00fe58cfe9783f7308c25995e1", kill_on_drop: false }` [INFO] [stdout] aca1b17c283fe7899fe6ab6075321243f2d5de00fe58cfe9783f7308c25995e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 8e8da37dc7b0ecdd14c6073a0b7b6e12e60ff2e6ef6c431e347d76ec85b64663 [INFO] running `Command { std: "docker" "start" "-a" "8e8da37dc7b0ecdd14c6073a0b7b6e12e60ff2e6ef6c431e347d76ec85b64663", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:92:24 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn demangle(mut s: &str) -> Demangle { [INFO] [stderr] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 92 | pub fn demangle(mut s: &str) -> Demangle<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:237:24 [INFO] [stderr] | [INFO] [stderr] 237 | pub fn try_demangle(s: &str) -> Result { [INFO] [stderr] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 237 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/legacy.rs:49:20 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> { [INFO] [stderr] | ^^^^ -------- ---- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/rustc_demangle-d2aafb6a625ddc26) [INFO] [stdout] [INFO] [stdout] running 55 tests [INFO] [stdout] test legacy::tests::demangle ... ok [INFO] [stdout] test legacy::tests::demangle_elements_beginning_with_underscore ... ok [INFO] [stdout] test legacy::tests::demangle_dollars ... ok [INFO] [stdout] test legacy::tests::demangle_ignores_suffix_that_doesnt_look_like_a_symbol ... ok [INFO] [stdout] test legacy::tests::demangle_issue_60925 ... ok [INFO] [stdout] test legacy::tests::demangle_llvm_ir_branch_labels ... ok [INFO] [stdout] test legacy::tests::demangle_many_dollars ... ok [INFO] [stdout] test legacy::tests::demangle_thinlto ... ok [INFO] [stdout] test legacy::tests::demangle_osx ... ok [INFO] [stdout] test legacy::tests::demangle_trait_impls ... ok [INFO] [stdout] test legacy::tests::demangle_utf8_idents ... ok [INFO] [stdout] test legacy::tests::demangle_windows ... ok [INFO] [stdout] test legacy::tests::demangle_without_hash ... ok [INFO] [stdout] test legacy::tests::demangle_without_hash_edgecases ... ok [INFO] [stdout] test legacy::tests::dont_panic ... ok [INFO] [stdout] test legacy::tests::handle_assoc_types ... ok [INFO] [stdout] test legacy::tests::handle_bang ... ok [INFO] [stdout] test legacy::tests::invalid_no_chop ... ok [INFO] [stdout] test tests::demangle ... ok [INFO] [stdout] test tests::demangle_dollars ... ok [INFO] [stdout] test tests::demangle_elements_beginning_with_underscore ... 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_llvm_ir_branch_labels ... ok [INFO] [stdout] test tests::demangle_osx ... ok [INFO] [stdout] test tests::demangle_thinlto ... ok [INFO] [stdout] test tests::demangle_trait_impls ... ok [INFO] [stdout] test tests::demangle_windows ... ok [INFO] [stdout] test tests::demangle_without_hash ... ok [INFO] [stdout] test tests::demangle_without_hash_edgecases ... ok [INFO] [stdout] test tests::dont_panic ... ok [INFO] [stdout] test tests::handle_bang ... ok [INFO] [stdout] test tests::handle_assoc_types ... ok [INFO] [stdout] test tests::invalid_no_chop ... ok [INFO] [stdout] test v0::tests::demangle_closure ... ok [INFO] [stdout] test v0::tests::demangle_const_array ... ok [INFO] [stdout] test v0::tests::demangle_const_ref ... ok [INFO] [stdout] test v0::tests::demangle_const_generics_preview ... ok [INFO] [stdout] test v0::tests::demangle_const_adt ... ok [INFO] [stdout] test tests::limit_recursion ... ok [INFO] [stdout] test v0::tests::demangle_const_str ... ok [INFO] [stdout] test v0::tests::demangle_const_tuple ... ok [INFO] [stdout] test v0::tests::demangle_crate_with_zero_disambiguator ... ok [INFO] [stdout] test v0::tests::demangle_dyn_trait ... ok [INFO] [stdout] test v0::tests::demangle_exponential_explosion ... 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_utf8_idents ... ok [INFO] [stdout] test v0::tests::demangle_extra_suffix ... ok [INFO] [stdout] test v0::tests::demangle_thinlto ... ok [INFO] [stdout] test v0::tests::demangle_min_const_generics ... 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] [stdout] test tests::limit_output ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8e8da37dc7b0ecdd14c6073a0b7b6e12e60ff2e6ef6c431e347d76ec85b64663", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e8da37dc7b0ecdd14c6073a0b7b6e12e60ff2e6ef6c431e347d76ec85b64663", kill_on_drop: false }` [INFO] [stdout] 8e8da37dc7b0ecdd14c6073a0b7b6e12e60ff2e6ef6c431e347d76ec85b64663