trezoa-program 3.2.3

Trezoa Program
Build #2703986 2025-12-02 18:56:48

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.93.0-nightly (1d60f9e07 2025-12-01)

# docs.rs version docsrs 0.6.0 (834153ab 2025-12-02 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/trezoa-program-3.2.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/trezoa-program-3.2.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251201-1.93.0-nightly-1d60f9e07\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3daee51c7118be993890d82ef4258c3e4c7848b2e9e1009ca6506d89d1ac4820 [INFO] running `Command { std: "docker" "start" "-a" "3daee51c7118be993890d82ef4258c3e4c7848b2e9e1009ca6506d89d1ac4820", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting trezoa-program v3.2.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/address_lookup_table/state.rs:29:63 [INFO] [stderr] | [INFO] [stderr] 29 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/address_lookup_table/state.rs:106:75 [INFO] [stderr] | [INFO] [stderr] 106 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample, AbiEnumVisitor)] [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/address_lookup_table/state.rs:115:39 [INFO] [stderr] | [INFO] [stderr] 115 | #[derive(Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/blake3.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/epoch_rewards.rs:10:78 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Default, Clone, Copy, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/epoch_schedule.rs:32:75 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Debug, CloneZeroed, Copy, PartialEq, Eq, Deserialize, Serialize, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/fee_calculator.rs:9:78 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Serialize, Deserialize, Default, PartialEq, Eq, Clone, Copy, Debug, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/fee_calculator.rs:50:63 [INFO] [stderr] | [INFO] [stderr] 50 | #[derive(Serialize, Deserialize, PartialEq, Eq, Clone, Debug, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/hash.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/instruction.rs:31:58 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(not(target_os = "trezoa"), derive(AbiExample, AbiEnumVisitor))] [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/instruction.rs:631:63 [INFO] [stderr] | [INFO] [stderr] 631 | #[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/keccak.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/loader_v4.rs:30:45 [INFO] [stderr] | [INFO] [stderr] 30 | #[derive(Debug, PartialEq, Eq, Clone, Copy, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/message/legacy.rs:108:72 [INFO] [stderr] | [INFO] [stderr] 108 | #[derive(Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/message/versions/v0/mod.rs:32:72 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/message/versions/v0/mod.rs:53:72 [INFO] [stderr] | [INFO] [stderr] 53 | #[derive(Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/message/versions/mod.rs:35:39 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Debug, PartialEq, Eq, Clone, AbiEnumVisitor, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/message/mod.rs:94:78 [INFO] [stderr] | [INFO] [stderr] 94 | #[derive(Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, Copy, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/pubkey.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/rent.rs:11:71 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Serialize, Deserialize, PartialEq, CloneZeroed, Copy, Debug, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/secp256k1_recover.rs:79:5 [INFO] [stderr] | [INFO] [stderr] 79 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/short_vec.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/stake_flags.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/state.rs:250:5 [INFO] [stderr] | [INFO] [stderr] 250 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/state.rs:344:5 [INFO] [stderr] | [INFO] [stderr] 344 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/state.rs:477:5 [INFO] [stderr] | [INFO] [stderr] 477 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/state.rs:592:5 [INFO] [stderr] | [INFO] [stderr] 592 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/state.rs:907:5 [INFO] [stderr] | [INFO] [stderr] 907 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/stake_history.rs:14:72 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Default, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/stake_history.rs:58:72 [INFO] [stderr] | [INFO] [stderr] 58 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Default, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/system_instruction.rs:105:75 [INFO] [stderr] | [INFO] [stderr] 105 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, AbiExample, AbiEnumVisitor)] [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/authorized_voters.rs:7:72 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, Default, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/vote_state_1_14_11.rs:7:72 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, Default, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:48:72 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Serialize, Default, Deserialize, Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:72:78 [INFO] [stderr] | [INFO] [stderr] 72 | #[derive(Serialize, Default, Deserialize, Debug, PartialEq, Eq, Copy, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:119:78 [INFO] [stderr] | [INFO] [stderr] 119 | #[derive(Serialize, Default, Deserialize, Debug, PartialEq, Eq, Copy, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:154:72 [INFO] [stderr] | [INFO] [stderr] 154 | #[derive(Serialize, Default, Deserialize, Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:231:72 [INFO] [stderr] | [INFO] [stderr] 231 | #[derive(Debug, Default, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:240:63 [INFO] [stderr] | [INFO] [stderr] 240 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:287:72 [INFO] [stderr] | [INFO] [stderr] 287 | #[derive(Debug, Default, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:756:38 [INFO] [stderr] | [INFO] [stderr] 756 | #[derive(Deserialize, Serialize, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/address_lookup_table/state.rs:29:63 [INFO] [stderr] | [INFO] [stderr] 29 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/address_lookup_table/state.rs:106:63 [INFO] [stderr] | [INFO] [stderr] 106 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample, AbiEnumVisitor)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/address_lookup_table/state.rs:106:75 [INFO] [stderr] | [INFO] [stderr] 106 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample, AbiEnumVisitor)] [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_digester` in `trezoa_frozen_abi` [INFO] [stderr] --> src/address_lookup_table/state.rs:106:75 [INFO] [stderr] | [INFO] [stderr] 106 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample, AbiEnumVisitor)] [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `abi_digester` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 8 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 9 | pub mod abi_digester; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/address_lookup_table/state.rs:115:39 [INFO] [stderr] | [INFO] [stderr] 115 | #[derive(Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/blake3.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/bpf_loader_upgradeable.rs:28:69 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, Copy, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/epoch_rewards.rs:10:78 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Default, Clone, Copy, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/epoch_schedule.rs:32:75 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Debug, CloneZeroed, Copy, PartialEq, Eq, Deserialize, Serialize, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/fee_calculator.rs:9:78 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Serialize, Deserialize, Default, PartialEq, Eq, Clone, Copy, Debug, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/fee_calculator.rs:50:63 [INFO] [stderr] | [INFO] [stderr] 50 | #[derive(Serialize, Deserialize, PartialEq, Eq, Clone, Debug, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/hash.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/instruction.rs:31:46 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(not(target_os = "trezoa"), derive(AbiExample, AbiEnumVisitor))] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/instruction.rs:31:58 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(not(target_os = "trezoa"), derive(AbiExample, AbiEnumVisitor))] [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_digester` in `trezoa_frozen_abi` [INFO] [stderr] --> src/instruction.rs:31:58 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(not(target_os = "trezoa"), derive(AbiExample, AbiEnumVisitor))] [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `abi_digester` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 8 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 9 | pub mod abi_digester; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/instruction.rs:631:63 [INFO] [stderr] | [INFO] [stderr] 631 | #[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/keccak.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/loader_v4.rs:18:45 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug, PartialEq, Eq, Clone, Copy, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/loader_v4.rs:30:45 [INFO] [stderr] | [INFO] [stderr] 30 | #[derive(Debug, PartialEq, Eq, Clone, Copy, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/message/legacy.rs:108:72 [INFO] [stderr] | [INFO] [stderr] 108 | #[derive(Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/message/versions/v0/mod.rs:32:72 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/message/versions/v0/mod.rs:53:72 [INFO] [stderr] | [INFO] [stderr] 53 | #[derive(Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/message/versions/mod.rs:35:39 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Debug, PartialEq, Eq, Clone, AbiEnumVisitor, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_digester` in `trezoa_frozen_abi` [INFO] [stderr] --> src/message/versions/mod.rs:35:39 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Debug, PartialEq, Eq, Clone, AbiEnumVisitor, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `abi_digester` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 8 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 9 | pub mod abi_digester; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/message/versions/mod.rs:35:55 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Debug, PartialEq, Eq, Clone, AbiEnumVisitor, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/message/mod.rs:94:78 [INFO] [stderr] | [INFO] [stderr] 94 | #[derive(Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, Copy, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/pubkey.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/rent.rs:11:71 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Serialize, Deserialize, PartialEq, CloneZeroed, Copy, Debug, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/secp256k1_recover.rs:79:5 [INFO] [stderr] | [INFO] [stderr] 79 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/short_vec.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/stake_flags.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/state.rs:80:74 [INFO] [stderr] | [INFO] [stderr] 80 | #[derive(Debug, Default, Serialize, Deserialize, PartialEq, Clone, Copy, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/state.rs:136:74 [INFO] [stderr] | [INFO] [stderr] 136 | #[derive(Debug, Default, Serialize, Deserialize, PartialEq, Clone, Copy, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/state.rs:235:69 [INFO] [stderr] | [INFO] [stderr] 235 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, Copy, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/state.rs:250:5 [INFO] [stderr] | [INFO] [stderr] 250 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/state.rs:344:5 [INFO] [stderr] | [INFO] [stderr] 344 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/state.rs:477:5 [INFO] [stderr] | [INFO] [stderr] 477 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/state.rs:592:5 [INFO] [stderr] | [INFO] [stderr] 592 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/stake/state.rs:907:5 [INFO] [stderr] | [INFO] [stderr] 907 | AbiExample, [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/stake_history.rs:14:72 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Default, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/stake_history.rs:58:72 [INFO] [stderr] | [INFO] [stderr] 58 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Default, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/system_instruction.rs:105:63 [INFO] [stderr] | [INFO] [stderr] 105 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, AbiExample, AbiEnumVisitor)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/system_instruction.rs:105:75 [INFO] [stderr] | [INFO] [stderr] 105 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, AbiExample, AbiEnumVisitor)] [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_digester` in `trezoa_frozen_abi` [INFO] [stderr] --> src/system_instruction.rs:105:75 [INFO] [stderr] | [INFO] [stderr] 105 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, AbiExample, AbiEnumVisitor)] [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `abi_digester` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 8 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 9 | pub mod abi_digester; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/authorized_voters.rs:7:72 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, Default, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/vote_state_1_14_11.rs:7:72 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, Default, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:48:72 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Serialize, Default, Deserialize, Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:72:78 [INFO] [stderr] | [INFO] [stderr] 72 | #[derive(Serialize, Default, Deserialize, Debug, PartialEq, Eq, Copy, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:119:78 [INFO] [stderr] | [INFO] [stderr] 119 | #[derive(Serialize, Default, Deserialize, Debug, PartialEq, Eq, Copy, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:154:72 [INFO] [stderr] | [INFO] [stderr] 154 | #[derive(Serialize, Default, Deserialize, Debug, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:231:72 [INFO] [stderr] | [INFO] [stderr] 231 | #[derive(Debug, Default, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:240:63 [INFO] [stderr] | [INFO] [stderr] 240 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:287:72 [INFO] [stderr] | [INFO] [stderr] 287 | #[derive(Debug, Default, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] --> src/vote/state/mod.rs:756:38 [INFO] [stderr] | [INFO] [stderr] 756 | #[derive(Deserialize, Serialize, AbiExample)] [INFO] [stderr] | ^^^^^^^^^^ could not find `abi_example` in `trezoa_frozen_abi` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trezoa-frozen-abi-3.2.2/src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg(feature = "frozen-abi")] [INFO] [stderr] | ---------------------- the item is gated behind the `frozen-abi` feature [INFO] [stderr] 11 | pub mod abi_example; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `RUSTC_WITH_SPECIALIZATION` [INFO] [stderr] --> src/lib.rs:467:13 [INFO] [stderr] | [INFO] [stderr] 467 | #![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(RUSTC_WITH_SPECIALIZATION)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(RUSTC_WITH_SPECIALIZATION)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `RUSTC_NEEDS_PROC_MACRO_HYGIENE` [INFO] [stderr] --> src/lib.rs:468:13 [INFO] [stderr] | [INFO] [stderr] 468 | #![cfg_attr(RUSTC_NEEDS_PROC_MACRO_HYGIENE, feature(proc_macro_hygiene))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(RUSTC_NEEDS_PROC_MACRO_HYGIENE)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(RUSTC_NEEDS_PROC_MACRO_HYGIENE)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/instruction.rs:31:16 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(not(target_os = "trezoa"), derive(AbiExample, AbiEnumVisitor))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/message/compiled_keys.rs:19:12 [INFO] [stderr] | [INFO] [stderr] 19 | #[cfg_attr(target_os = "trezoa", allow(dead_code))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/program_stubs.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | #![cfg(not(target_os = "trezoa"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/lib.rs:547:7 [INFO] [stderr] | [INFO] [stderr] 547 | #[cfg(target_os = "trezoa")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/lib.rs:552:11 [INFO] [stderr] | [INFO] [stderr] 552 | #[cfg(not(target_os = "trezoa"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/lib.rs:771:11 [INFO] [stderr] | [INFO] [stderr] 771 | #[cfg(not(target_os = "trezoa"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/address_lookup_table/error.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | #[cfg(not(target_os = "trezoa"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/address_lookup_table/error.rs:24:11 [INFO] [stderr] | [INFO] [stderr] 24 | #[cfg(not(target_os = "trezoa"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/alt_bn128/mod.rs:97:11 [INFO] [stderr] | [INFO] [stderr] 97 | #[cfg(not(target_os = "trezoa"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/alt_bn128/mod.rs:306:7 [INFO] [stderr] | [INFO] [stderr] 306 | #[cfg(target_os = "trezoa")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/alt_bn128/compression.rs:68:11 [INFO] [stderr] | [INFO] [stderr] 68 | #[cfg(not(target_os = "trezoa"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/alt_bn128/compression.rs:191:7 [INFO] [stderr] | [INFO] [stderr] 191 | #[cfg(target_os = "trezoa")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/big_mod_exp.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg(not(target_os = "trezoa"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/big_mod_exp.rs:36:11 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg(target_os = "trezoa")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/blake3.rs:132:15 [INFO] [stderr] | [INFO] [stderr] 132 | #[cfg(not(target_os = "trezoa"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/blake3.rs:139:11 [INFO] [stderr] | [INFO] [stderr] 139 | #[cfg(target_os = "trezoa")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trezoa` [INFO] [stderr] --> src/compute_units.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | #[cfg(target_os = "trezoa")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more [WARN] too much data in the log, truncating it