[INFO] fetching crate specta-util 0.0.9...
[INFO] testing specta-util-0.0.9 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate specta-util 0.0.9 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate specta-util 0.0.9
[INFO] finished tweaking crates.io crate specta-util 0.0.9
[INFO] tweaked toml for crates.io crate specta-util 0.0.9 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate specta-util 0.0.9 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate specta-util 0.0.9 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded specta v2.0.0-rc.22
[INFO] [stderr]   Downloaded specta-macros v2.0.0-rc.18
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f6a43f58aa1dd35ae9e26ef475b90bc605da782c10a494942629880d1901b5a4
[INFO] running `Command { std: "docker" "start" "-a" "f6a43f58aa1dd35ae9e26ef475b90bc605da782c10a494942629880d1901b5a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6a43f58aa1dd35ae9e26ef475b90bc605da782c10a494942629880d1901b5a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6a43f58aa1dd35ae9e26ef475b90bc605da782c10a494942629880d1901b5a4", kill_on_drop: false }`
[INFO] [stdout] f6a43f58aa1dd35ae9e26ef475b90bc605da782c10a494942629880d1901b5a4
[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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd09e846854b1e36af775b9d3695a309a9edd6efbbcabf3e8595978a58d582b3
[INFO] running `Command { std: "docker" "start" "-a" "cd09e846854b1e36af775b9d3695a309a9edd6efbbcabf3e8595978a58d582b3", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling specta v2.0.0-rc.22
[INFO] [stderr]    Compiling specta-util v0.0.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Any` is never constructed
[INFO] [stdout]   --> src/static_types.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Any<T = ()>(T);
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Unknown` is never constructed
[INFO] [stdout]   --> src/static_types.rs:97:12
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub struct Unknown<T = ()>(T);
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.36s
[INFO] running `Command { std: "docker" "inspect" "cd09e846854b1e36af775b9d3695a309a9edd6efbbcabf3e8595978a58d582b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd09e846854b1e36af775b9d3695a309a9edd6efbbcabf3e8595978a58d582b3", kill_on_drop: false }`
[INFO] [stdout] cd09e846854b1e36af775b9d3695a309a9edd6efbbcabf3e8595978a58d582b3
[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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1c1d63dfefba1f437a7337e97fcd8775c79f81d79322c2a9e48110bc34352466
[INFO] running `Command { std: "docker" "start" "-a" "1c1d63dfefba1f437a7337e97fcd8775c79f81d79322c2a9e48110bc34352466", kill_on_drop: false }`
[INFO] [stderr]    Compiling specta-util v0.0.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Any` is never constructed
[INFO] [stdout]   --> src/static_types.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Any<T = ()>(T);
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Unknown` is never constructed
[INFO] [stdout]   --> src/static_types.rs:97:12
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub struct Unknown<T = ()>(T);
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Any` is never constructed
[INFO] [stdout]   --> src/static_types.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Any<T = ()>(T);
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Unknown` is never constructed
[INFO] [stdout]   --> src/static_types.rs:97:12
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub struct Unknown<T = ()>(T);
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] running `Command { std: "docker" "inspect" "1c1d63dfefba1f437a7337e97fcd8775c79f81d79322c2a9e48110bc34352466", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c1d63dfefba1f437a7337e97fcd8775c79f81d79322c2a9e48110bc34352466", kill_on_drop: false }`
[INFO] [stdout] 1c1d63dfefba1f437a7337e97fcd8775c79f81d79322c2a9e48110bc34352466
[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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8ab53fdc6dd2a87bd88930d0b5d223944881d455fc26a6570f02d97d4af14c22
[INFO] running `Command { std: "docker" "start" "-a" "8ab53fdc6dd2a87bd88930d0b5d223944881d455fc26a6570f02d97d4af14c22", kill_on_drop: false }`
[INFO] [stderr] warning: struct `Any` is never constructed
[INFO] [stderr]   --> src/static_types.rs:34:12
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub struct Any<T = ()>(T);
[INFO] [stderr]    |            ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Unknown` is never constructed
[INFO] [stderr]   --> src/static_types.rs:97:12
[INFO] [stderr]    |
[INFO] [stderr] 97 | pub struct Unknown<T = ()>(T);
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `specta-util` (lib) generated 2 warnings
[INFO] [stderr] warning: `specta-util` (lib test) generated 2 warnings (2 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/specta_util-a895c61260ececed)
[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] [stderr]    Doc-tests specta_util
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/static_types.rs - static_types::Any (line 13) ... FAILED
[INFO] [stdout] test src/static_types.rs - static_types::Any (line 25) ... FAILED
[INFO] [stdout] test src/static_types.rs - static_types::Unknown (line 88) ... FAILED
[INFO] [stdout] test src/static_types.rs - static_types::Unknown (line 76) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/static_types.rs - static_types::Any (line 13) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `specta::Any`
[INFO] [stdout]  --> src/static_types.rs:15:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use specta::{Type, Any};
[INFO] [stdout]   |                    ^^^ no `Any` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           std::any::Any
[INFO] [stdout]           specta::DataType::Any
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> src/static_types.rs:17:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Serialize, Type)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> src/static_types.rs:14:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serialize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Type` in this scope
[INFO] [stdout]  --> src/static_types.rs:17:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Serialize, Type)]
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Type` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> src/static_types.rs:15:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use specta::{Type, Any};
[INFO] [stdout]   |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `specta` in this scope
[INFO] [stdout]  --> src/static_types.rs:19:7
[INFO] [stdout]   |
[INFO] [stdout] 8 |     #[specta(type = Any)]
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `specta` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/static_types.rs - static_types::Any (line 25) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `specta::Any`
[INFO] [stdout]  --> src/static_types.rs:27:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use specta::{Type, Any};
[INFO] [stdout]   |                    ^^^ no `Any` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           std::any::Any
[INFO] [stdout]           specta::DataType::Any
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> src/static_types.rs:29:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Serialize, Type)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> src/static_types.rs:26:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serialize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Type` in this scope
[INFO] [stdout]  --> src/static_types.rs:29:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Serialize, Type)]
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Type` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> src/static_types.rs:27:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use specta::{Type, Any};
[INFO] [stdout]   |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/static_types.rs - static_types::Unknown (line 88) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `specta::Unknown`
[INFO] [stdout]  --> src/static_types.rs:90:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use specta::{Type, Unknown};
[INFO] [stdout]   |                    ^^^^^^^ no `Unknown` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these variants instead:
[INFO] [stdout]           std::os::unix::net::AncillaryError::Unknown
[INFO] [stdout]           specta::DataType::Unknown
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> src/static_types.rs:92:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Serialize, Type)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> src/static_types.rs:89:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serialize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Type` in this scope
[INFO] [stdout]  --> src/static_types.rs:92:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Serialize, Type)]
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Type` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> src/static_types.rs:90:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use specta::{Type, Unknown};
[INFO] [stdout]   |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/static_types.rs - static_types::Unknown (line 76) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `specta::Unknown`
[INFO] [stdout]  --> src/static_types.rs:78:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use specta::{Type, Unknown};
[INFO] [stdout]   |                    ^^^^^^^ no `Unknown` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these variants instead:
[INFO] [stdout]           std::os::unix::net::AncillaryError::Unknown
[INFO] [stdout]           specta::DataType::Unknown
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> src/static_types.rs:80:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Serialize, Type)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> src/static_types.rs:77:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serialize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Type` in this scope
[INFO] [stdout]  --> src/static_types.rs:80:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Serialize, Type)]
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Type` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> src/static_types.rs:78:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use specta::{Type, Unknown};
[INFO] [stdout]   |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `specta` in this scope
[INFO] [stdout]  --> src/static_types.rs:82:7
[INFO] [stdout]   |
[INFO] [stdout] 8 |     #[specta(type = Unknown)]
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `specta` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/static_types.rs - static_types::Any (line 13)
[INFO] [stdout]     src/static_types.rs - static_types::Any (line 25)
[INFO] [stdout]     src/static_types.rs - static_types::Unknown (line 76)
[INFO] [stdout]     src/static_types.rs - static_types::Unknown (line 88)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8ab53fdc6dd2a87bd88930d0b5d223944881d455fc26a6570f02d97d4af14c22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ab53fdc6dd2a87bd88930d0b5d223944881d455fc26a6570f02d97d4af14c22", kill_on_drop: false }`
[INFO] [stdout] 8ab53fdc6dd2a87bd88930d0b5d223944881d455fc26a6570f02d97d4af14c22
