[INFO] fetching crate typemap-ors 1.0.0... [INFO] testing typemap-ors-1.0.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate typemap-ors 1.0.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate typemap-ors 1.0.0 [INFO] finished tweaking crates.io crate typemap-ors 1.0.0 [INFO] tweaked toml for crates.io crate typemap-ors 1.0.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate typemap-ors 1.0.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c1269b7940836112091c934940cdd1771a7f0d102c4cc67276976eb9a7ea8418 [INFO] running `Command { std: "docker" "start" "-a" "c1269b7940836112091c934940cdd1771a7f0d102c4cc67276976eb9a7ea8418", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c1269b7940836112091c934940cdd1771a7f0d102c4cc67276976eb9a7ea8418", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1269b7940836112091c934940cdd1771a7f0d102c4cc67276976eb9a7ea8418", kill_on_drop: false }` [INFO] [stdout] c1269b7940836112091c934940cdd1771a7f0d102c4cc67276976eb9a7ea8418 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5db89624eb85825d3b9f6d1dd8e9a737a67c72c81603baa7c7f13e69f32b2a9a [INFO] running `Command { std: "docker" "start" "-a" "5db89624eb85825d3b9f6d1dd8e9a737a67c72c81603baa7c7f13e69f32b2a9a", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling destructure_traitobject v0.2.0 [INFO] [stderr] Compiling unsafe-any-ors v1.0.0 [INFO] [stderr] Compiling typemap-ors v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:98:45 [INFO] [stdout] | [INFO] [stdout] 98 | unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 98 - unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stdout] 98 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:104:45 [INFO] [stdout] | [INFO] [stdout] 104 | unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 104 - unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stdout] 104 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:110:52 [INFO] [stdout] | [INFO] [stdout] 110 | unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 110 - unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stdout] 110 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:122:44 [INFO] [stdout] | [INFO] [stdout] 122 | unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 122 - unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stdout] 122 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:128:51 [INFO] [stdout] | [INFO] [stdout] 128 | unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 128 - unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stdout] 128 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:159:26 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn entry(&mut self) -> Entry [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] 159 | pub fn entry(&mut self) -> Entry<'_, K, A> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "5db89624eb85825d3b9f6d1dd8e9a737a67c72c81603baa7c7f13e69f32b2a9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5db89624eb85825d3b9f6d1dd8e9a737a67c72c81603baa7c7f13e69f32b2a9a", kill_on_drop: false }` [INFO] [stdout] 5db89624eb85825d3b9f6d1dd8e9a737a67c72c81603baa7c7f13e69f32b2a9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1217d1ad74b6bc27083b15b84d5e32a4aca8d8bf8e8f29b98de378ea116488eb [INFO] running `Command { std: "docker" "start" "-a" "1217d1ad74b6bc27083b15b84d5e32a4aca8d8bf8e8f29b98de378ea116488eb", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling typemap-ors v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:98:45 [INFO] [stdout] | [INFO] [stdout] 98 | unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 98 - unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stdout] 98 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:104:45 [INFO] [stdout] | [INFO] [stdout] 104 | unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 104 - unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stdout] 104 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:110:52 [INFO] [stdout] | [INFO] [stdout] 110 | unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 110 - unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stdout] 110 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:122:44 [INFO] [stdout] | [INFO] [stdout] 122 | unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 122 - unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stdout] 122 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:128:51 [INFO] [stdout] | [INFO] [stdout] 128 | unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 128 - unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stdout] 128 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:159:26 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn entry(&mut self) -> Entry [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] 159 | pub fn entry(&mut self) -> Entry<'_, K, A> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:98:45 [INFO] [stdout] | [INFO] [stdout] 98 | unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 98 - unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stdout] 98 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:104:45 [INFO] [stdout] | [INFO] [stdout] 104 | unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 104 - unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stdout] 104 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:110:52 [INFO] [stdout] | [INFO] [stdout] 110 | unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 110 - unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stdout] 110 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:122:44 [INFO] [stdout] | [INFO] [stdout] 122 | unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 122 - unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stdout] 122 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/internals.rs:128:51 [INFO] [stdout] | [INFO] [stdout] 128 | unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 128 - unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stdout] 128 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:159:26 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn entry(&mut self) -> Entry [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] 159 | pub fn entry(&mut self) -> Entry<'_, K, A> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "1217d1ad74b6bc27083b15b84d5e32a4aca8d8bf8e8f29b98de378ea116488eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1217d1ad74b6bc27083b15b84d5e32a4aca8d8bf8e8f29b98de378ea116488eb", kill_on_drop: false }` [INFO] [stdout] 1217d1ad74b6bc27083b15b84d5e32a4aca8d8bf8e8f29b98de378ea116488eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fd46f5a7dce6aad464739f00f85f57cfb234ea36ebc2c0c0106ed22571784899 [INFO] running `Command { std: "docker" "start" "-a" "fd46f5a7dce6aad464739f00f85f57cfb234ea36ebc2c0c0106ed22571784899", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/internals.rs:98:45 [INFO] [stderr] | [INFO] [stderr] 98 | unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 98 - unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stderr] 98 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/internals.rs:104:45 [INFO] [stderr] | [INFO] [stderr] 104 | unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 104 - unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stderr] 104 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/internals.rs:110:52 [INFO] [stderr] | [INFO] [stderr] 110 | unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 110 - unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stderr] 110 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/internals.rs:122:44 [INFO] [stderr] | [INFO] [stderr] 122 | unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 122 - unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stderr] 122 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/internals.rs:128:51 [INFO] [stderr] | [INFO] [stderr] 128 | unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 128 - unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stderr] 128 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:159:26 [INFO] [stderr] | [INFO] [stderr] 159 | pub fn entry(&mut self) -> Entry [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] 159 | pub fn entry(&mut self) -> Entry<'_, K, A> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `typemap-ors` (lib) generated 6 warnings (run `cargo fix --lib -p typemap-ors` to apply 6 suggestions) [INFO] [stderr] warning: `typemap-ors` (lib test) generated 6 warnings (6 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/typemap_ors-227096c9b7a63a8c) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test::test_clonemap ... ok [INFO] [stdout] test test::test_entry ... ok [INFO] [stdout] test test::test_pairing ... ok [INFO] [stderr] Doc-tests typemap_ors [INFO] [stdout] test test::test_remove ... ok [INFO] [stdout] test test::test_debugmap ... ok [INFO] [stdout] test test::test_entry_or_insert ... ok [INFO] [stdout] test test::test_custom_bounds ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/internals.rs:98:45 [INFO] [stderr] | [INFO] [stderr] 98 | unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 98 - unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stderr] 98 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/internals.rs:104:45 [INFO] [stderr] | [INFO] [stderr] 104 | unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 104 - unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stderr] 104 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/internals.rs:110:52 [INFO] [stderr] | [INFO] [stderr] 110 | unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 110 - unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stderr] 110 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/internals.rs:122:44 [INFO] [stderr] | [INFO] [stderr] 122 | unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 122 - unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stderr] 122 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/internals.rs:128:51 [INFO] [stderr] | [INFO] [stderr] 128 | unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 128 - unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stderr] 128 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [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" "fd46f5a7dce6aad464739f00f85f57cfb234ea36ebc2c0c0106ed22571784899", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd46f5a7dce6aad464739f00f85f57cfb234ea36ebc2c0c0106ed22571784899", kill_on_drop: false }` [INFO] [stdout] fd46f5a7dce6aad464739f00f85f57cfb234ea36ebc2c0c0106ed22571784899