[INFO] fetching crate grid1d 0.1.0...
[INFO] testing grid1d-0.1.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate grid1d 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate grid1d 0.1.0
[INFO] finished tweaking crates.io crate grid1d 0.1.0
[INFO] tweaked toml for crates.io crate grid1d 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate grid1d 0.1.0 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 grid1d 0.1.0 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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded into_inner v0.1.2
[INFO] [stderr]   Downloaded kinded_macros v0.3.0
[INFO] [stderr]   Downloaded kinded v0.3.0
[INFO] [stderr]   Downloaded into_inner_derive v0.1.2
[INFO] [stderr]   Downloaded sorted-vec v0.8.10
[INFO] [stderr]   Downloaded more-asserts v0.3.1
[INFO] [stderr]   Downloaded nutype v0.6.2
[INFO] [stderr]   Downloaded duplicate v2.0.0
[INFO] [stderr]   Downloaded try_create v0.1.2
[INFO] [stderr]   Downloaded nutype_macros v0.6.2
[INFO] [stderr]   Downloaded num-valid v0.2.0
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0eaaa8d95de008a062fcd9c33bb36929271767b9150a9689e1e5164938fae9d3
[INFO] running `Command { std: "docker" "start" "-a" "0eaaa8d95de008a062fcd9c33bb36929271767b9150a9689e1e5164938fae9d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0eaaa8d95de008a062fcd9c33bb36929271767b9150a9689e1e5164938fae9d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0eaaa8d95de008a062fcd9c33bb36929271767b9150a9689e1e5164938fae9d3", kill_on_drop: false }`
[INFO] [stdout] 0eaaa8d95de008a062fcd9c33bb36929271767b9150a9689e1e5164938fae9d3
[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=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] 94718b1d4441e0aff535d249a64fe24410afb378de5f4564ced134fa5928e69f
[INFO] running `Command { std: "docker" "start" "-a" "94718b1d4441e0aff535d249a64fe24410afb378de5f4564ced134fa5928e69f", kill_on_drop: false }`
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling nutype_macros v0.6.2
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling sorted-vec v0.8.10
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling more-asserts v0.3.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.225
[INFO] [stderr]    Compiling kinded_macros v0.3.0
[INFO] [stderr]    Compiling into_inner_derive v0.1.2
[INFO] [stderr]    Compiling duplicate v2.0.0
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling kinded v0.3.0
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling serde v1.0.225
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling nutype v0.6.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling into_inner v0.1.2
[INFO] [stderr]    Compiling try_create v0.1.2
[INFO] [stderr]    Compiling num-valid v0.2.0
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/abs.rs:19:17
[INFO] [stdout]     |
[INFO] [stdout]  19 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/complex.rs:217:17
[INFO] [stdout]     |
[INFO] [stdout] 217 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/exponential.rs:18:17
[INFO] [stdout]     |
[INFO] [stdout]  18 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/hyperbolic.rs:39:17
[INFO] [stdout]     |
[INFO] [stdout]  39 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/hyperbolic.rs:39:17
[INFO] [stdout]     |
[INFO] [stdout]  39 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/hyperbolic.rs:39:17
[INFO] [stdout]     |
[INFO] [stdout]  39 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/hyperbolic.rs:71:17
[INFO] [stdout]     |
[INFO] [stdout]  71 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/hyperbolic.rs:92:17
[INFO] [stdout]     |
[INFO] [stdout]  92 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/hyperbolic.rs:92:17
[INFO] [stdout]     |
[INFO] [stdout]  92 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/hyperbolic.rs:160:17
[INFO] [stdout]     |
[INFO] [stdout] 160 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/logarithm.rs:79:17
[INFO] [stdout]     |
[INFO] [stdout]  79 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/logarithm.rs:129:17
[INFO] [stdout]     |
[INFO] [stdout] 129 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/pow.rs:39:17
[INFO] [stdout]     |
[INFO] [stdout]  39 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/pow.rs:103:17
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/pow.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/pow.rs:228:17
[INFO] [stdout]     |
[INFO] [stdout] 228 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/pow.rs:257:17
[INFO] [stdout]     |
[INFO] [stdout] 257 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/reciprocal.rs:16:17
[INFO] [stdout]     |
[INFO] [stdout]  16 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/sqrt.rs:25:17
[INFO] [stdout]     |
[INFO] [stdout]  25 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/sqrt.rs:62:17
[INFO] [stdout]     |
[INFO] [stdout]  62 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:40:17
[INFO] [stdout]     |
[INFO] [stdout]  40 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:40:17
[INFO] [stdout]     |
[INFO] [stdout]  40 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:72:17
[INFO] [stdout]     |
[INFO] [stdout]  72 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:106:17
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:129:17
[INFO] [stdout]     |
[INFO] [stdout] 129 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:129:17
[INFO] [stdout]     |
[INFO] [stdout] 129 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:190:17
[INFO] [stdout]     |
[INFO] [stdout] 190 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:190:17
[INFO] [stdout]     |
[INFO] [stdout] 190 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:190:17
[INFO] [stdout]     |
[INFO] [stdout] 190 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:217:17
[INFO] [stdout]     |
[INFO] [stdout] 217 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:446:17
[INFO] [stdout]     |
[INFO] [stdout] 446 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions.rs:177:17
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/validation.rs:298:17
[INFO] [stdout]     |
[INFO] [stdout] 298 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 297 |     #[doc(hidden)]
[INFO] [stdout] 298 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(error_generic_member_access)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(associated_const_equality)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/lib.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(trait_alias)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&<RawScalar as RawScalarTrait>::ValidationErrors` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/abs.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         source: <RawScalar as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]    |         ^^^^^^ method not found in `&<RawScalar as RawScalarTrait>::ValidationErrors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/complex.rs:233:9
[INFO] [stdout]     |
[INFO] [stdout] 233 |         source: <RawComplex as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&<RawScalar as RawScalarTrait>::ValidationErrors` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/exponential.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         source: <RawScalar as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]    |         ^^^^^^ method not found in `&<RawScalar as RawScalarTrait>::ValidationErrors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&<RawScalar as RawScalarTrait>::ValidationErrors` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/hyperbolic.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |         source: <RawScalar as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]    |         ^^^^^^ method not found in `&<RawScalar as RawScalarTrait>::ValidationErrors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<RawReal>` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/hyperbolic.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |         source: <RawReal as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]    |         ^^^^^^ method not found in `&ErrorsValidationRawReal<RawReal>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&<RawScalar as RawScalarTrait>::ValidationErrors` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/hyperbolic.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |         source: <RawScalar as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&<RawScalar as RawScalarTrait>::ValidationErrors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&<RawComplex as RawScalarTrait>::ValidationErrors` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/hyperbolic.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 179 |         source: <RawComplex as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&<RawComplex as RawScalarTrait>::ValidationErrors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<RawReal>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/logarithm.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         source: <RawReal as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawReal<RawReal>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/logarithm.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |         source: <RawComplex as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<RawReal>` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/pow.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         source: <RawReal as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]    |         ^^^^^^ method not found in `&ErrorsValidationRawReal<RawReal>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<RawReal>` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/pow.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |         source: <RawReal as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]    |         ^^^^^^ method not found in `&ErrorsValidationRawReal<RawReal>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/pow.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |         source: <RawComplex as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<<RawComplex as RawComplexTrait>::RawReal>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/pow.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |         source: <RawComplex::RawReal as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawReal<<RawComplex as RawComplexTrait>::RawReal>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&<RawScalar as RawScalarTrait>::ValidationErrors` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/pow.rs:199:9
[INFO] [stdout]     |
[INFO] [stdout] 199 |         source: <RawScalar as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&<RawScalar as RawScalarTrait>::ValidationErrors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<RawReal>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/pow.rs:244:9
[INFO] [stdout]     |
[INFO] [stdout] 244 |         source: <RawReal as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawReal<RawReal>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/pow.rs:273:9
[INFO] [stdout]     |
[INFO] [stdout] 273 |         source: <RawComplex as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&<RawScalar as RawScalarTrait>::ValidationErrors` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/reciprocal.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         source: <RawScalar as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]    |         ^^^^^^ method not found in `&<RawScalar as RawScalarTrait>::ValidationErrors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<RawReal>` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/sqrt.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         source: <RawReal as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]    |         ^^^^^^ method not found in `&ErrorsValidationRawReal<RawReal>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/sqrt.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         source: <RawComplex as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]    |         ^^^^^^ method not found in `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&<RawScalar as RawScalarTrait>::ValidationErrors` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |         source: RawScalar::ValidationErrors,
[INFO] [stdout]    |         ^^^^^^ method not found in `&<RawScalar as RawScalarTrait>::ValidationErrors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<RawReal>` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |         source: <RawReal as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]    |         ^^^^^^ method not found in `&ErrorsValidationRawReal<RawReal>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<RawReal>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         source: RawReal::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawReal<RawReal>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<RawReal>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         source: <RawReal as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawReal<RawReal>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |         source: <RawComplex as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:240:9
[INFO] [stdout]     |
[INFO] [stdout] 240 |         source: <RawComplex as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<RawReal>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:458:9
[INFO] [stdout]     |
[INFO] [stdout] 458 |         source: <RawReal as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawReal<RawReal>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<RawReal>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions/trigonometric.rs:471:9
[INFO] [stdout]     |
[INFO] [stdout] 471 |         source: <RawReal as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawReal<RawReal>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&OutputError` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/functions.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |         source: OutputError,
[INFO] [stdout]     |         ^^^^^^ method not found in `&OutputError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorValidationReal` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/validation.rs:306:9
[INFO] [stdout]     |
[INFO] [stdout] 306 |         source: ErrorValidationReal,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorValidationReal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorValidationReal` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-valid-0.2.0/src/validation.rs:315:9
[INFO] [stdout]     |
[INFO] [stdout] 315 |         source: ErrorValidationReal,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorValidationReal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0554, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `num-valid` (lib) due to 66 previous errors
[INFO] running `Command { std: "docker" "inspect" "94718b1d4441e0aff535d249a64fe24410afb378de5f4564ced134fa5928e69f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94718b1d4441e0aff535d249a64fe24410afb378de5f4564ced134fa5928e69f", kill_on_drop: false }`
[INFO] [stdout] 94718b1d4441e0aff535d249a64fe24410afb378de5f4564ced134fa5928e69f
