[INFO] fetching crate num-valid 0.2.3...
[INFO] testing num-valid-0.2.3 against 1.91.0 for beta-1.92-2
[INFO] extracting crate num-valid 0.2.3 into /workspace/builds/worker-4-tc1/source
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate num-valid 0.2.3
[INFO] finished tweaking crates.io crate num-valid 0.2.3
[INFO] tweaked toml for crates.io crate num-valid 0.2.3 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate num-valid 0.2.3 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate num-valid 0.2.3 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.91.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 into_inner_derive v0.1.2
[INFO] [stderr]   Downloaded duplicate v2.0.0
[INFO] [stderr]   Downloaded rug v1.28.0
[INFO] [stderr]   Downloaded gmp-mpfr-sys v1.6.8
[INFO] [stderr]   Downloaded try_create v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 66d78d342b906a12b256fc7ac5d254b36dc25431df2b383bfe111c3cb014b116
[INFO] running `Command { std: "docker" "start" "-a" "66d78d342b906a12b256fc7ac5d254b36dc25431df2b383bfe111c3cb014b116", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66d78d342b906a12b256fc7ac5d254b36dc25431df2b383bfe111c3cb014b116", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66d78d342b906a12b256fc7ac5d254b36dc25431df2b383bfe111c3cb014b116", kill_on_drop: false }`
[INFO] [stdout] 66d78d342b906a12b256fc7ac5d254b36dc25431df2b383bfe111c3cb014b116
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8b09281b7d5ce80e1f60c4d312075a5d38f3160e09534af4a8e234641396d5f7
[INFO] running `Command { std: "docker" "start" "-a" "8b09281b7d5ce80e1f60c4d312075a5d38f3160e09534af4a8e234641396d5f7", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.106
[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 bytemuck v1.24.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling into_inner_derive v0.1.2
[INFO] [stderr]    Compiling duplicate v2.0.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling num-rational v0.4.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.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]   --> src/functions/abs.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/complex.rs:279:17
[INFO] [stdout]     |
[INFO] [stdout] 279 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/exponential.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/hyperbolic.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/hyperbolic.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/hyperbolic.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/hyperbolic.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/hyperbolic.rs:92:17
[INFO] [stdout]    |
[INFO] [stdout] 92 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/hyperbolic.rs:92:17
[INFO] [stdout]    |
[INFO] [stdout] 92 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/hyperbolic.rs:160:17
[INFO] [stdout]     |
[INFO] [stdout] 160 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/logarithm.rs:79:17
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/logarithm.rs:129:17
[INFO] [stdout]     |
[INFO] [stdout] 129 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/pow.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/pow.rs:103:17
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/pow.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/pow.rs:228:17
[INFO] [stdout]     |
[INFO] [stdout] 228 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/pow.rs:257:17
[INFO] [stdout]     |
[INFO] [stdout] 257 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/reciprocal.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/sqrt.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/sqrt.rs:62:17
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/trigonometric.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/trigonometric.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]   --> src/functions/trigonometric.rs:72:17
[INFO] [stdout]    |
[INFO] [stdout] 72 | #[derive(Debug, Error)]
[INFO] [stdout]    |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/trigonometric.rs:106:17
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/trigonometric.rs:129:17
[INFO] [stdout]     |
[INFO] [stdout] 129 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/trigonometric.rs:129:17
[INFO] [stdout]     |
[INFO] [stdout] 129 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/trigonometric.rs:190:17
[INFO] [stdout]     |
[INFO] [stdout] 190 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/trigonometric.rs:190:17
[INFO] [stdout]     |
[INFO] [stdout] 190 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/trigonometric.rs:190:17
[INFO] [stdout]     |
[INFO] [stdout] 190 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/trigonometric.rs:217:17
[INFO] [stdout]     |
[INFO] [stdout] 217 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions/trigonometric.rs:446:17
[INFO] [stdout]     |
[INFO] [stdout] 446 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/functions.rs:177:17
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]    --> src/validation.rs:298:17
[INFO] [stdout]     |
[INFO] [stdout] 298 | #[derive(Debug, Error)]
[INFO] [stdout]     |                 ^^^^^ no `ThiserrorProvide` in `__private17`
[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]  --> 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]  --> 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]  --> 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]   --> 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]    --> src/functions/complex.rs:295:9
[INFO] [stdout]     |
[INFO] [stdout] 295 |         source: <RawComplex as RawScalarTrait>::ValidationErrors,
[INFO] [stdout]     |         ^^^^^^ method not found in `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/num_valid-93c199c34354c51f.long-type-15527152126977182736.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[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]   --> 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]   --> 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]   --> 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]    --> 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]    --> 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]    --> 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]    --> 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]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/num_valid-93c199c34354c51f.long-type-14552171760514241520.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<RawReal>` in the current scope
[INFO] [stdout]   --> 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]   --> 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]    --> 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]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/num_valid-93c199c34354c51f.long-type-15527152126977182736.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[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]    --> 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]    --> 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]    --> 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]    --> 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]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/num_valid-93c199c34354c51f.long-type-15527152126977182736.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[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]   --> 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]   --> 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]   --> 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]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/num_valid-93c199c34354c51f.long-type-15527152126977182736.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[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]   --> 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]   --> 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]    --> 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]    --> 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]    --> 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]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/num_valid-93c199c34354c51f.long-type-15527152126977182736.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawComplex<ErrorsValidationRawReal<...>>` in the current scope
[INFO] [stdout]    --> 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]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/num_valid-93c199c34354c51f.long-type-14552171760514241520.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&ErrorsValidationRawReal<RawReal>` in the current scope
[INFO] [stdout]    --> 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]    --> 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]    --> 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]    --> 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]    --> 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" "8b09281b7d5ce80e1f60c4d312075a5d38f3160e09534af4a8e234641396d5f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b09281b7d5ce80e1f60c4d312075a5d38f3160e09534af4a8e234641396d5f7", kill_on_drop: false }`
[INFO] [stdout] 8b09281b7d5ce80e1f60c4d312075a5d38f3160e09534af4a8e234641396d5f7
