[INFO] cloning repository https://github.com/EthnTuttle/eHash
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EthnTuttle/eHash" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEthnTuttle%2FeHash", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEthnTuttle%2FeHash'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8f963d56b63cf2d1b7efdb186ae7b9f3bca84c83
[INFO] checking EthnTuttle/eHash against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEthnTuttle%2FeHash" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/EthnTuttle/eHash
[INFO] finished tweaking git repo https://github.com/EthnTuttle/eHash
[INFO] tweaked toml for git repo https://github.com/EthnTuttle/eHash written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EthnTuttle/eHash on toolchain 2b39fe756f52bc2825bf5b2bfc385cab922dae10
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EthnTuttle/eHash already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 155d4adab93ca1247c7af2b630e155df6568fa59243045a0d13e64120d38c876
[INFO] running `Command { std: "docker" "start" "-a" "155d4adab93ca1247c7af2b630e155df6568fa59243045a0d13e64120d38c876", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "155d4adab93ca1247c7af2b630e155df6568fa59243045a0d13e64120d38c876", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "155d4adab93ca1247c7af2b630e155df6568fa59243045a0d13e64120d38c876", kill_on_drop: false }`
[INFO] [stdout] 155d4adab93ca1247c7af2b630e155df6568fa59243045a0d13e64120d38c876
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7e6350f53590b3577cc810e61255c50f73db936a79451b15a259f69cfb28bb2b
[INFO] running `Command { std: "docker" "start" "-a" "7e6350f53590b3577cc810e61255c50f73db936a79451b15a259f69cfb28bb2b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]    Compiling binary_codec_sv2 v1.2.0
[INFO] [stderr]     Checking cpufeatures v0.2.14
[INFO] [stderr]     Checking bitcoin_hashes v0.11.0
[INFO] [stderr]    Compiling cc v1.1.34
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]    Compiling derive_codec_sv2 v1.1.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]    Compiling secp256k1-sys v0.9.2
[INFO] [stderr]    Compiling secp256k1-sys v0.6.1
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]     Checking secp256k1 v0.24.3
[INFO] [stderr]     Checking bitcoin v0.29.2
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking binary_sv2 v1.2.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking secp256k1 v0.28.2
[INFO] [stderr]     Checking const_sv2 v2.1.0
[INFO] [stderr]     Checking const_sv2 v1.0.0
[INFO] [stderr]     Checking template_distribution_sv2 v1.0.2
[INFO] [stderr]     Checking common_messages_sv2 v2.0.0
[INFO] [stderr]     Checking framing_sv2 v2.0.0
[INFO] [stderr]     Checking job_declaration_sv2 v1.0.0
[INFO] [stderr]     Checking mining_sv2 v1.0.0
[INFO] [stderr]     Checking stratum-common v1.0.0
[INFO] [stderr]     Checking roles_logic_sv2 v1.2.1
[INFO] [stderr]     Checking e_hash v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `share`
[INFO] [stdout]  --> src/data_types/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod share;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `share`, create file "src/data_types/share.rs" or "src/data_types/share/mod.rs"
[INFO] [stdout]   = note: if there is a `mod share` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `share`
[INFO] [stdout]  --> src/data_types/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod share;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `share`, create file "src/data_types/share.rs" or "src/data_types/share/mod.rs"
[INFO] [stdout]   = note: if there is a `mod share` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PubKey` in this scope
[INFO] [stdout]   --> src/data_types/blinded_message_share.rs:31:25
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub blinded_secret: PubKey<'decoder>,
[INFO] [stdout]    |                         ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: type alias `crate::data_types::cashu_keyset::impl_parse_decodable_keyset::PubKey` exists but is inaccessible
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 1  + use binary_sv2::PubKey;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PubKey` in this scope
[INFO] [stdout]   --> src/data_types/blinded_message_share.rs:31:25
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub blinded_secret: PubKey<'decoder>,
[INFO] [stdout]    |                         ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: type alias `crate::data_types::cashu_keyset::impl_parse_decodable_keyset::PubKey` exists but is inaccessible
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 1  + use binary_sv2::PubKey;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PubKey`
[INFO] [stdout]   --> src/data_types/blinded_message_share.rs:19:21
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]    |                     ^^^^^^^^^^^ use of undeclared type `PubKey`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this type alias:
[INFO] [stdout]            binary_sv2::PubKey
[INFO] [stdout]    = note: type alias `crate::data_types::cashu_keyset::impl_parse_decodable_keyset::PubKey` exists but is inaccessible
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PubKey`
[INFO] [stdout]   --> src/data_types/blinded_message_share.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |             PubKey::get_marker(),
[INFO] [stdout]    |             ^^^^^^ use of undeclared type `PubKey`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type alias `crate::data_types::cashu_keyset::impl_parse_decodable_keyset::PubKey` exists but is inaccessible
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 1  + use binary_sv2::PubKey;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PubKey`
[INFO] [stdout]    --> src/data_types/blinded_message_share.rs:115:30
[INFO] [stdout]     |
[INFO] [stdout] 115 |         let blinded_secret = PubKey
[INFO] [stdout]     |                              ^^^^^^ use of undeclared type `PubKey`
[INFO] [stdout]     |
[INFO] [stdout]     = note: type alias `crate::data_types::cashu_keyset::impl_parse_decodable_keyset::PubKey` exists but is inaccessible
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout] 1   + use binary_sv2::PubKey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `B064K`
[INFO] [stdout]  --> src/data_types/blinded_message_share.rs:4:60
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Error, GetMarker, GetSize, Seq064K, Sv2DataType, B032, B064K,
[INFO] [stdout]   |                                                            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `B032`, `B064K`, `EncodableField`, `EncodablePrimitive`, `Error`, `GetMarker`, `GetSize`, `Sv2DataType`, and `decodable::FieldMarker`
[INFO] [stdout]  --> src/data_types/cashu_keyset.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     decodable::FieldMarker, encodable::{EncodableField, EncodablePrimitive}, Error, GetMarker, GetSize, PubKey, Seq064K, Sv2DataType, B032, B064K
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^              ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^   ^^^^^  ^^^^^^^^^  ^^^^^^^                   ^^^^^^^^^^^  ^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PubKey`
[INFO] [stdout]   --> src/data_types/blinded_message_share.rs:19:21
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]    |                     ^^^^^^^^^^^ use of undeclared type `PubKey`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this type alias:
[INFO] [stdout]            binary_sv2::PubKey
[INFO] [stdout]    = note: type alias `crate::data_types::cashu_keyset::impl_parse_decodable_keyset::PubKey` exists but is inaccessible
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PubKey`
[INFO] [stdout]   --> src/data_types/blinded_message_share.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |             PubKey::get_marker(),
[INFO] [stdout]    |             ^^^^^^ use of undeclared type `PubKey`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type alias `crate::data_types::cashu_keyset::impl_parse_decodable_keyset::PubKey` exists but is inaccessible
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 1  + use binary_sv2::PubKey;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PubKey`
[INFO] [stdout]    --> src/data_types/blinded_message_share.rs:115:30
[INFO] [stdout]     |
[INFO] [stdout] 115 |         let blinded_secret = PubKey
[INFO] [stdout]     |                              ^^^^^^ use of undeclared type `PubKey`
[INFO] [stdout]     |
[INFO] [stdout]     = note: type alias `crate::data_types::cashu_keyset::impl_parse_decodable_keyset::PubKey` exists but is inaccessible
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout] 1   + use binary_sv2::PubKey;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `B064K`
[INFO] [stdout]  --> src/data_types/blinded_message_share.rs:4:60
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Error, GetMarker, GetSize, Seq064K, Sv2DataType, B032, B064K,
[INFO] [stdout]   |                                                            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `B032`, `B064K`, `EncodableField`, `EncodablePrimitive`, `Error`, `GetMarker`, `GetSize`, `Sv2DataType`, and `decodable::FieldMarker`
[INFO] [stdout]  --> src/data_types/cashu_keyset.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     decodable::FieldMarker, encodable::{EncodableField, EncodablePrimitive}, Error, GetMarker, GetSize, PubKey, Seq064K, Sv2DataType, B032, B064K
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^              ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^   ^^^^^  ^^^^^^^^^  ^^^^^^^                   ^^^^^^^^^^^  ^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::convert::TryInto`
[INFO] [stdout]   --> src/data_types/cashu_keyset.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use core::convert::TryInto;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::convert::TryInto`
[INFO] [stdout]   --> src/data_types/cashu_keyset.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use core::convert::TryInto;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `merkle_path` on type `&blinded_message_share::BlindedMessageShare<'d>`
[INFO] [stdout]   --> src/data_types/blinded_message_share.rs:76:20
[INFO] [stdout]    |
[INFO] [stdout] 76 |             + self.merkle_path.get_size()
[INFO] [stdout]    |                    ^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `job_id`, `nonce`, `ntime`, `version`, `amount` ... and 4 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `reference_job_id` on type `&blinded_message_share::BlindedMessageShare<'d>`
[INFO] [stdout]   --> src/data_types/blinded_message_share.rs:78:20
[INFO] [stdout]    |
[INFO] [stdout] 78 |             + self.reference_job_id.get_size()
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `job_id`, `nonce`, `ntime`, `version`, `amount` ... and 4 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `share_index` on type `&blinded_message_share::BlindedMessageShare<'d>`
[INFO] [stdout]   --> src/data_types/blinded_message_share.rs:79:20
[INFO] [stdout]    |
[INFO] [stdout] 79 |             + self.share_index.get_size()
[INFO] [stdout]    |                    ^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `job_id`, `nonce`, `ntime`, `version`, `amount` ... and 4 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `pubkeys` in initializer of `cashu_keyset::Keyset<'decoder>`
[INFO] [stdout]   --> src/data_types/cashu_keyset.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]    |                     ^^^^^^^^^^^ missing `pubkeys`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `pubkeys` in initializer of `cashu_keyset::Keyset<'_>`
[INFO] [stdout]   --> src/data_types/cashu_keyset.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]    |                     ^^^^^^^^^^^ missing `pubkeys`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `merkle_path` on type `&blinded_message_share::BlindedMessageShare<'d>`
[INFO] [stdout]   --> src/data_types/blinded_message_share.rs:76:20
[INFO] [stdout]    |
[INFO] [stdout] 76 |             + self.merkle_path.get_size()
[INFO] [stdout]    |                    ^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `job_id`, `nonce`, `ntime`, `version`, `amount` ... and 4 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `reference_job_id` on type `&blinded_message_share::BlindedMessageShare<'d>`
[INFO] [stdout]   --> src/data_types/blinded_message_share.rs:78:20
[INFO] [stdout]    |
[INFO] [stdout] 78 |             + self.reference_job_id.get_size()
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `job_id`, `nonce`, `ntime`, `version`, `amount` ... and 4 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `share_index` on type `&blinded_message_share::BlindedMessageShare<'d>`
[INFO] [stdout]   --> src/data_types/blinded_message_share.rs:79:20
[INFO] [stdout]    |
[INFO] [stdout] 79 |             + self.share_index.get_size()
[INFO] [stdout]    |                    ^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `job_id`, `nonce`, `ntime`, `version`, `amount` ... and 4 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `pubkeys` in initializer of `cashu_keyset::Keyset<'decoder>`
[INFO] [stdout]   --> src/data_types/cashu_keyset.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]    |                     ^^^^^^^^^^^ missing `pubkeys`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `pubkeys` in initializer of `cashu_keyset::Keyset<'_>`
[INFO] [stdout]   --> src/data_types/cashu_keyset.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]    |                     ^^^^^^^^^^^ missing `pubkeys`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0063, E0412, E0433, E0583, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0063, E0412, E0433, E0583, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `e_hash` (lib test) due to 10 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `e_hash` (lib) due to 10 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "7e6350f53590b3577cc810e61255c50f73db936a79451b15a259f69cfb28bb2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e6350f53590b3577cc810e61255c50f73db936a79451b15a259f69cfb28bb2b", kill_on_drop: false }`
[INFO] [stdout] 7e6350f53590b3577cc810e61255c50f73db936a79451b15a259f69cfb28bb2b
