[INFO] fetching crate rustc-demangle 0.1.26... [INFO] testing rustc-demangle-0.1.26 against 1.90.0 for beta-1.91-3 [INFO] extracting crate rustc-demangle 0.1.26 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rustc-demangle 0.1.26 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df4b9495dc3c6cb3c1d459fa08624fc1346be05d8059ef7044d1d54a54783265 [INFO] running `Command { std: "docker" "start" "-a" "df4b9495dc3c6cb3c1d459fa08624fc1346be05d8059ef7044d1d54a54783265", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df4b9495dc3c6cb3c1d459fa08624fc1346be05d8059ef7044d1d54a54783265", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df4b9495dc3c6cb3c1d459fa08624fc1346be05d8059ef7044d1d54a54783265", kill_on_drop: false }` [INFO] [stdout] df4b9495dc3c6cb3c1d459fa08624fc1346be05d8059ef7044d1d54a54783265 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 413b2f00e8c2e8cefc75e93289bd65916a586a461d31c6347c7f150a3d150500 [INFO] running `Command { std: "docker" "start" "-a" "413b2f00e8c2e8cefc75e93289bd65916a586a461d31c6347c7f150a3d150500", 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" "413b2f00e8c2e8cefc75e93289bd65916a586a461d31c6347c7f150a3d150500", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "413b2f00e8c2e8cefc75e93289bd65916a586a461d31c6347c7f150a3d150500", kill_on_drop: false }` [INFO] [stdout] 413b2f00e8c2e8cefc75e93289bd65916a586a461d31c6347c7f150a3d150500 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f7523ca707909e43cc3e3afc8dda1fa16481e39a75dff232a8c3f95a328d67b2 [INFO] running `Command { std: "docker" "start" "-a" "f7523ca707909e43cc3e3afc8dda1fa16481e39a75dff232a8c3f95a328d67b2", 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.09s [INFO] running `Command { std: "docker" "inspect" "f7523ca707909e43cc3e3afc8dda1fa16481e39a75dff232a8c3f95a328d67b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7523ca707909e43cc3e3afc8dda1fa16481e39a75dff232a8c3f95a328d67b2", kill_on_drop: false }` [INFO] [stdout] f7523ca707909e43cc3e3afc8dda1fa16481e39a75dff232a8c3f95a328d67b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 73ea221554203a22d1df6e979cea55d1e055d59ffc17ee1b35d237f481abf7ec [INFO] running `Command { std: "docker" "start" "-a" "73ea221554203a22d1df6e979cea55d1e055d59ffc17ee1b35d237f481abf7ec", 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 [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-1d6226537a4c0d70) [INFO] [stdout] [INFO] [stdout] running 56 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_ignores_suffix_that_doesnt_look_like_a_symbol ... ok [INFO] [stdout] test legacy::tests::demangle_issue_60925 ... ok [INFO] [stdout] test legacy::tests::demangle_dollars ... 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_windows ... ok [INFO] [stdout] test legacy::tests::demangle_without_hash_edgecases ... ok [INFO] [stdout] test legacy::tests::dont_panic ... ok [INFO] [stdout] test legacy::tests::demangle_trait_impls ... ok [INFO] [stdout] test legacy::tests::invalid_no_chop ... ok [INFO] [stdout] test legacy::tests::handle_assoc_types ... ok [INFO] [stdout] test legacy::tests::demangle_without_hash ... ok [INFO] [stdout] test tests::demangle ... ok [INFO] [stdout] test tests::demangle_llvm_ir_branch_labels ... ok [INFO] [stdout] test tests::demangle_many_dollars ... ok [INFO] [stdout] test tests::demangle_trait_impls ... ok [INFO] [stdout] test tests::demangle_windows ... ok [INFO] [stdout] test tests::demangle_dollars ... ok [INFO] [stdout] test tests::demangle_ignores_suffix_that_doesnt_look_like_a_symbol ... 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::invalid_no_chop ... ok [INFO] [stdout] test v0::tests::demangle_closure ... ok [INFO] [stdout] test tests::demangle_elements_beginning_with_underscore ... ok [INFO] [stdout] test v0::tests::demangle_const_adt ... ok [INFO] [stdout] test tests::limit_recursion ... ok [INFO] [stdout] test v0::tests::demangle_const_tuple ... ok [INFO] [stdout] test v0::tests::demangle_const_str ... ok [INFO] [stdout] test v0::tests::demangle_crate_with_leading_digit ... ok [INFO] [stdout] test tests::demangle_thinlto ... ok [INFO] [stdout] test v0::tests::demangle_const_ref ... ok [INFO] [stdout] test tests::demangle_osx ... ok [INFO] [stdout] test legacy::tests::demangle_osx ... ok [INFO] [stdout] test v0::tests::demangle_dyn_trait ... ok [INFO] [stdout] test v0::tests::demangle_const_ref_str ... ok [INFO] [stdout] test legacy::tests::demangle_thinlto ... ok [INFO] [stdout] test v0::tests::demangle_thinlto ... ok [INFO] [stdout] test v0::tests::demangle_extra_suffix ... ok [INFO] [stdout] test v0::tests::demangle_utf8_idents ... ok [INFO] [stdout] test v0::tests::demangle_crate_with_zero_disambiguator ... ok [INFO] [stdout] test v0::tests::demangle_exponential_explosion ... ok [INFO] [stdout] test v0::tests::demangle_min_const_generics ... ok [INFO] [stdout] test tests::handle_assoc_types ... ok [INFO] [stdout] test tests::handle_bang ... ok [INFO] [stdout] test v0::tests::demangle_pat_ty ... ok [INFO] [stdout] test v0::tests::demangle_const_array ... ok [INFO] [stdout] test v0::tests::demangling_limits ... ok [INFO] [stdout] test v0::tests::recursion_limit_leaks ... ok [INFO] [stdout] test v0::tests::demangle_const_generics_preview ... ok [INFO] [stdout] test v0::tests::recursion_limit_backref_free_bypass ... ok [INFO] [stdout] test legacy::tests::demangle_utf8_idents ... ok [INFO] [stdout] test legacy::tests::handle_bang ... ok [INFO] [stdout] test tests::limit_output ... ok [INFO] [stdout] [INFO] [stderr] Doc-tests rustc_demangle [INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - demangle (line 85) ... ok [INFO] [stdout] test src/lib.rs - try_demangle (line 226) ... ok [INFO] [stdout] test src/legacy.rs - legacy::demangle (line 24) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "73ea221554203a22d1df6e979cea55d1e055d59ffc17ee1b35d237f481abf7ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73ea221554203a22d1df6e979cea55d1e055d59ffc17ee1b35d237f481abf7ec", kill_on_drop: false }` [INFO] [stdout] 73ea221554203a22d1df6e979cea55d1e055d59ffc17ee1b35d237f481abf7ec