[INFO] fetching crate spellcast 0.1.2...
[INFO] testing spellcast-0.1.2 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate spellcast 0.1.2 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate spellcast 0.1.2
[INFO] finished tweaking crates.io crate spellcast 0.1.2
[INFO] tweaked toml for crates.io crate spellcast 0.1.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate spellcast 0.1.2 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] [stderr]       Adding moddef v0.2.6 (available: v0.3.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded moddef v0.2.6
[INFO] [stderr]   Downloaded clone_box v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0a59d2e56cc2bc5460b08b6df071b8c88c0e36ed00b48d1be366629c389e0387
[INFO] running `Command { std: "docker" "start" "-a" "0a59d2e56cc2bc5460b08b6df071b8c88c0e36ed00b48d1be366629c389e0387", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a59d2e56cc2bc5460b08b6df071b8c88c0e36ed00b48d1be366629c389e0387", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a59d2e56cc2bc5460b08b6df071b8c88c0e36ed00b48d1be366629c389e0387", kill_on_drop: false }`
[INFO] [stdout] 0a59d2e56cc2bc5460b08b6df071b8c88c0e36ed00b48d1be366629c389e0387
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 87c7776518b503ad7667e661ccb47bc0ecf547a7398d37c317958a12cbd5f8d3
[INFO] running `Command { std: "docker" "start" "-a" "87c7776518b503ad7667e661ccb47bc0ecf547a7398d37c317958a12cbd5f8d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling moddef v0.2.6
[INFO] [stderr]    Compiling spellcast v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![feature(specialization)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]   = help: consider using `min_specialization` instead, which is more stable and complete
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]  --> src/veecast/veecast_ref.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]  --> src/veecast/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use super::*;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Any` and `self`
[INFO] [stdout]  --> src/convert/convert_.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{any::{self, Any}, marker::Unsize};
[INFO] [stdout]   |                 ^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::upcast::Upcast`
[INFO] [stdout]  --> src/convert/convert_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::upcast::Upcast;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `upcast::TryUpcastRef`
[INFO] [stdout]  --> src/convert/convert_.rs:5:54
[INFO] [stdout]   |
[INFO] [stdout] 5 | use self::{downcast::{DowncastRef, DowncastFromRef}, upcast::TryUpcastRef};
[INFO] [stdout]   |                                                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::any::Any`
[INFO] [stdout]  --> src/object.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::any::Any;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::marker::Unsize`
[INFO] [stdout]   --> src/lib.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     use std::marker::Unsize;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `associated_type_bounds` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(associated_type_bounds)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(new_uninit)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] running `Command { std: "docker" "inspect" "87c7776518b503ad7667e661ccb47bc0ecf547a7398d37c317958a12cbd5f8d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87c7776518b503ad7667e661ccb47bc0ecf547a7398d37c317958a12cbd5f8d3", kill_on_drop: false }`
[INFO] [stdout] 87c7776518b503ad7667e661ccb47bc0ecf547a7398d37c317958a12cbd5f8d3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a115fde37b5bb911caaea09b547d7693c54cb513bc2c2fdac6646dfbe733f433
[INFO] running `Command { std: "docker" "start" "-a" "a115fde37b5bb911caaea09b547d7693c54cb513bc2c2fdac6646dfbe733f433", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![feature(specialization)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]   = help: consider using `min_specialization` instead, which is more stable and complete
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]  --> src/veecast/veecast_ref.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]  --> src/veecast/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use super::*;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Any` and `self`
[INFO] [stdout]  --> src/convert/convert_.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{any::{self, Any}, marker::Unsize};
[INFO] [stdout]   |                 ^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::upcast::Upcast`
[INFO] [stdout]  --> src/convert/convert_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::upcast::Upcast;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `upcast::TryUpcastRef`
[INFO] [stdout]  --> src/convert/convert_.rs:5:54
[INFO] [stdout]   |
[INFO] [stdout] 5 | use self::{downcast::{DowncastRef, DowncastFromRef}, upcast::TryUpcastRef};
[INFO] [stdout]   |                                                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::any::Any`
[INFO] [stdout]  --> src/object.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::any::Any;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::marker::Unsize`
[INFO] [stdout]   --> src/lib.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     use std::marker::Unsize;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `associated_type_bounds` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(associated_type_bounds)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(new_uninit)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling clone_box v0.1.3
[INFO] [stderr]    Compiling spellcast v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![feature(specialization)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]   = help: consider using `min_specialization` instead, which is more stable and complete
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]  --> src/veecast/veecast_ref.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::*;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]  --> src/veecast/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use super::*;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Any` and `self`
[INFO] [stdout]  --> src/convert/convert_.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{any::{self, Any}, marker::Unsize};
[INFO] [stdout]   |                 ^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::upcast::Upcast`
[INFO] [stdout]  --> src/convert/convert_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::upcast::Upcast;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `upcast::TryUpcastRef`
[INFO] [stdout]  --> src/convert/convert_.rs:5:54
[INFO] [stdout]   |
[INFO] [stdout] 5 | use self::{downcast::{DowncastRef, DowncastFromRef}, upcast::TryUpcastRef};
[INFO] [stdout]   |                                                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::any::Any`
[INFO] [stdout]  --> src/object.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::any::Any;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::marker::Unsize`
[INFO] [stdout]   --> src/lib.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     use std::marker::Unsize;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `associated_type_bounds` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(associated_type_bounds)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(new_uninit)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.69s
[INFO] running `Command { std: "docker" "inspect" "a115fde37b5bb911caaea09b547d7693c54cb513bc2c2fdac6646dfbe733f433", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a115fde37b5bb911caaea09b547d7693c54cb513bc2c2fdac6646dfbe733f433", kill_on_drop: false }`
[INFO] [stdout] a115fde37b5bb911caaea09b547d7693c54cb513bc2c2fdac6646dfbe733f433
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4071646cb72d0ad4159b5c58e4b6005a199e3276442dae25a0a74a95605007b5
[INFO] running `Command { std: "docker" "start" "-a" "4071646cb72d0ad4159b5c58e4b6005a199e3276442dae25a0a74a95605007b5", kill_on_drop: false }`
[INFO] [stderr] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stderr]  --> src/lib.rs:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | #![feature(specialization)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stderr]   = help: consider using `min_specialization` instead, which is more stable and complete
[INFO] [stderr]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]  --> src/veecast/veecast_ref.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use super::*;
[INFO] [stderr]   |     ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]  --> src/veecast/mod.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use super::*;
[INFO] [stderr]   |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Any` and `self`
[INFO] [stderr]  --> src/convert/convert_.rs:1:17
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::{any::{self, Any}, marker::Unsize};
[INFO] [stderr]   |                 ^^^^  ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::upcast::Upcast`
[INFO] [stderr]  --> src/convert/convert_.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::upcast::Upcast;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `upcast::TryUpcastRef`
[INFO] [stderr]  --> src/convert/convert_.rs:5:54
[INFO] [stderr]   |
[INFO] [stderr] 5 | use self::{downcast::{DowncastRef, DowncastFromRef}, upcast::TryUpcastRef};
[INFO] [stderr]   |                                                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::any::Any`
[INFO] [stderr]  --> src/object.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::any::Any;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::marker::Unsize`
[INFO] [stderr]   --> src/lib.rs:38:9
[INFO] [stderr]    |
[INFO] [stderr] 38 |     use std::marker::Unsize;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `associated_type_bounds` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/lib.rs:3:12
[INFO] [stderr]   |
[INFO] [stderr] 3 | #![feature(associated_type_bounds)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/lib.rs:5:12
[INFO] [stderr]   |
[INFO] [stderr] 5 | #![feature(new_uninit)]
[INFO] [stderr]   |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `spellcast` (lib) generated 10 warnings (run `cargo fix --lib -p spellcast` to apply 7 suggestions)
[INFO] [stderr] warning: `spellcast` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spellcast-4c35362fca8e41af)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests spellcast
[INFO] [stderr] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stderr]  --> src/lib.rs:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | #![feature(specialization)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stderr]   = help: consider using `min_specialization` instead, which is more stable and complete
[INFO] [stderr]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: 1 warning emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test src/downcast/downcast_from_ref.rs - downcast::downcast_from_ref::DowncastFromRef::downcast_from_mut (line 50) ... ok
[INFO] [stdout] test src/downcast/downcast_from_ref.rs - downcast::downcast_from_ref::DowncastFromRef::downcast_from_ref (line 29) ... ok
[INFO] [stdout] test src/downcast/downcast_from_ref.rs - downcast::downcast_from_ref::DowncastFromRef (line 6) ... ok
[INFO] [stdout] test src/downcast/downcast_.rs - downcast::downcast_::Downcast::downcast (line 33) ... ok
[INFO] [stdout] test src/convert/convert_.rs - convert::convert_::Convert (line 12) ... ok
[INFO] [stdout] test src/downcast/downcast_from.rs - downcast::downcast_from::DowncastFrom::downcast_from (line 33) ... ok
[INFO] [stdout] test src/downcast/downcast_ref.rs - downcast::downcast_ref::DowncastRef::downcast_mut (line 52) ... ok
[INFO] [stdout] test src/downcast/downcast_ref.rs - downcast::downcast_ref::DowncastRef (line 8) ... ok
[INFO] [stdout] test src/downcast/downcast_ref.rs - downcast::downcast_ref::DowncastRef::downcast_ref (line 31) ... ok
[INFO] [stdout] test src/downcast/downcast_from.rs - downcast::downcast_from::DowncastFrom (line 8) ... ok
[INFO] [stdout] test src/downcast/downcast_.rs - downcast::downcast_::Downcast (line 8) ... ok
[INFO] [stdout] test src/upcast/upcast_from.rs - upcast::upcast_from::UpcastFrom::upcast_from_ref (line 29) ... ok
[INFO] [stdout] test src/is.rs - is::Is (line 9) ... ok
[INFO] [stdout] test src/upcast/upcast_from.rs - upcast::upcast_from::UpcastFrom (line 6) ... ok
[INFO] [stdout] test src/veecast/veecast_.rs - veecast::veecast_::Veecast (line 8) ... FAILED
[INFO] [stdout] test src/upcast/upcast_from.rs - upcast::upcast_from::UpcastFrom::upcast_from_mut (line 50) ... ok
[INFO] [stdout] test src/upcast/upcast_from.rs - upcast::upcast_from::UpcastFrom::upcast_from (line 71) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/veecast/veecast_.rs - veecast::veecast_::Veecast (line 8) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `human` in this scope
[INFO] [stdout]   --> src/veecast/veecast_.rs:23:43
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct Human;
[INFO] [stdout]    | ------------- similarly named unit struct `Human` defined here
[INFO] [stdout] ...
[INFO] [stdout] 23 | let control: Option<&dyn ControlObj> = (&*human).veecast_ref::<Human>();
[INFO] [stdout]    |                                           ^^^^^ help: a unit struct with a similar name exists: `Human`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/veecast/veecast_.rs - veecast::veecast_::Veecast (line 8)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 16 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "4071646cb72d0ad4159b5c58e4b6005a199e3276442dae25a0a74a95605007b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4071646cb72d0ad4159b5c58e4b6005a199e3276442dae25a0a74a95605007b5", kill_on_drop: false }`
[INFO] [stdout] 4071646cb72d0ad4159b5c58e4b6005a199e3276442dae25a0a74a95605007b5
