[INFO] crate beacon 0.2.0 is already in cache [INFO] checking beacon-0.2.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate beacon 0.2.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate beacon 0.2.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate beacon 0.2.0 [INFO] finished tweaking crates.io crate beacon 0.2.0 [INFO] tweaked toml for crates.io crate beacon 0.2.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 6bd1afeb60d00a8e47c7e7b2bfb76b3ec10a5fd5bb3265104eb8f500db9fb62d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "6bd1afeb60d00a8e47c7e7b2bfb76b3ec10a5fd5bb3265104eb8f500db9fb62d"` [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking byte-slice-cast v0.3.5 [INFO] [stderr] Checking rustc-hex v2.1.0 [INFO] [stderr] Checking bitvec v0.11.3 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking static_assertions v0.2.5 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking fixed-hash v0.4.0 [INFO] [stderr] Checking uint v0.8.2 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking fixed-hash v0.3.2 [INFO] [stderr] Checking sha2 v0.8.1 [INFO] [stderr] Checking impl-serde v0.2.3 [INFO] [stderr] Checking impl-serde v0.1.1 [INFO] [stderr] Compiling deriving v0.1.3 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling bm-le-derive v0.8.0 [INFO] [stderr] Compiling ssz-derive v0.2.0 [INFO] [stderr] Compiling proc-macro-crate v0.1.4 [INFO] [stderr] Compiling parity-codec-derive v3.3.0 [INFO] [stderr] Checking parity-codec v4.1.4 [INFO] [stderr] Checking impl-codec v0.3.0 [INFO] [stderr] Checking bm v0.8.0 [INFO] [stderr] Checking vecarray v0.1.3 [INFO] [stderr] Checking primitive-types v0.4.0 [INFO] [stderr] Checking bm-le v0.8.1 [INFO] [stderr] Checking ssz v0.2.0 [INFO] [stderr] Checking beacon v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:15:2 [INFO] [stderr] | [INFO] [stderr] 15 | /// Previous fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:15:2 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 15 | /// Previous fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:17:2 [INFO] [stderr] | [INFO] [stderr] 17 | /// Current fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:17:2 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 17 | /// Current fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:19:2 [INFO] [stderr] | [INFO] [stderr] 19 | /// Fork epoch number [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:19:2 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 19 | /// Fork epoch number [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:15:2 [INFO] [stderr] | [INFO] [stderr] 15 | /// Previous fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:15:2 [INFO] [stderr] | [INFO] [stderr] 15 | /// Previous fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:17:2 [INFO] [stderr] | [INFO] [stderr] 17 | /// Current fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:17:2 [INFO] [stderr] | [INFO] [stderr] 17 | /// Current fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:19:2 [INFO] [stderr] | [INFO] [stderr] 19 | /// Fork epoch number [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:19:2 [INFO] [stderr] | [INFO] [stderr] 19 | /// Fork epoch number [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:29:2 [INFO] [stderr] | [INFO] [stderr] 29 | /// Epoch [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:29:2 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 29 | /// Epoch [INFO] [stderr] | ^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:31:2 [INFO] [stderr] | [INFO] [stderr] 31 | /// Root of the checkpoint [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:31:2 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 31 | /// Root of the checkpoint [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:29:2 [INFO] [stderr] | [INFO] [stderr] 29 | /// Epoch [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:29:2 [INFO] [stderr] | [INFO] [stderr] 29 | /// Epoch [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:31:2 [INFO] [stderr] | [INFO] [stderr] 31 | /// Root of the checkpoint [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:31:2 [INFO] [stderr] | [INFO] [stderr] 31 | /// Root of the checkpoint [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:41:2 [INFO] [stderr] | [INFO] [stderr] 41 | /// BLS public key [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:41:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 41 | /// BLS public key [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:43:2 [INFO] [stderr] | [INFO] [stderr] 43 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:43:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 43 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:45:2 [INFO] [stderr] | [INFO] [stderr] 45 | /// Effective balance [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:45:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 45 | /// Effective balance [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:47:2 [INFO] [stderr] | [INFO] [stderr] 47 | /// Was the validator slashed [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:47:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 47 | /// Was the validator slashed [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:51:2 [INFO] [stderr] | [INFO] [stderr] 51 | /// Epoch when became eligible for activation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:51:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 51 | /// Epoch when became eligible for activation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:53:2 [INFO] [stderr] | [INFO] [stderr] 53 | /// Epoch when validator activated [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:53:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 53 | /// Epoch when validator activated [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:55:2 [INFO] [stderr] | [INFO] [stderr] 55 | /// Epoch when validator exited [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:15:2 [INFO] [stderr] | [INFO] [stderr] 15 | /// Previous fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:15:2 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 15 | /// Previous fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:17:2 [INFO] [stderr] | [INFO] [stderr] 17 | /// Current fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:17:2 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 17 | /// Current fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:19:2 [INFO] [stderr] | [INFO] [stderr] 19 | /// Fork epoch number [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:19:2 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 19 | /// Fork epoch number [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:15:2 [INFO] [stderr] | [INFO] [stderr] 15 | /// Previous fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:15:2 [INFO] [stderr] | [INFO] [stderr] 15 | /// Previous fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:17:2 [INFO] [stderr] | [INFO] [stderr] 17 | /// Current fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:17:2 [INFO] [stderr] | [INFO] [stderr] 17 | /// Current fork version [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:19:2 [INFO] [stderr] | [INFO] [stderr] 19 | /// Fork epoch number [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:19:2 [INFO] [stderr] | [INFO] [stderr] 19 | /// Fork epoch number [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:29:2 [INFO] [stderr] | [INFO] [stderr] 29 | /// Epoch [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:29:2 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 29 | /// Epoch [INFO] [stderr] | ^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:55:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 55 | /// Epoch when validator exited [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:31:2 [INFO] [stderr] | [INFO] [stderr] 31 | /// Root of the checkpoint [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:57:2 [INFO] [stderr] | [INFO] [stderr] 57 | /// Epoch when validator is eligible to withdraw [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:57:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 57 | /// Epoch when validator is eligible to withdraw [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:41:2 [INFO] [stderr] | [INFO] [stderr] 41 | /// BLS public key [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:41:2 [INFO] [stderr] | [INFO] [stderr] 41 | /// BLS public key [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:43:2 [INFO] [stderr] | [INFO] [stderr] 43 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:43:2 [INFO] [stderr] | [INFO] [stderr] 43 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:45:2 [INFO] [stderr] | [INFO] [stderr] 45 | /// Effective balance [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:45:2 [INFO] [stderr] | [INFO] [stderr] 45 | /// Effective balance [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:47:2 [INFO] [stderr] | [INFO] [stderr] 47 | /// Was the validator slashed [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:47:2 [INFO] [stderr] | [INFO] [stderr] 47 | /// Was the validator slashed [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:51:2 [INFO] [stderr] | [INFO] [stderr] 51 | /// Epoch when became eligible for activation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:31:2 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 31 | /// Root of the checkpoint [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:51:2 [INFO] [stderr] | [INFO] [stderr] 51 | /// Epoch when became eligible for activation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:29:2 [INFO] [stderr] | [INFO] [stderr] 29 | /// Epoch [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:29:2 [INFO] [stderr] | [INFO] [stderr] 29 | /// Epoch [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:31:2 [INFO] [stderr] | [INFO] [stderr] 31 | /// Root of the checkpoint [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:31:2 [INFO] [stderr] | [INFO] [stderr] 31 | /// Root of the checkpoint [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:41:2 [INFO] [stderr] | [INFO] [stderr] 41 | /// BLS public key [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:41:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 41 | /// BLS public key [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:53:2 [INFO] [stderr] | [INFO] [stderr] 53 | /// Epoch when validator activated [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:53:2 [INFO] [stderr] | [INFO] [stderr] 53 | /// Epoch when validator activated [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:55:2 [INFO] [stderr] | [INFO] [stderr] 55 | /// Epoch when validator exited [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:43:2 [INFO] [stderr] | [INFO] [stderr] 43 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:43:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 43 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:45:2 [INFO] [stderr] | [INFO] [stderr] 45 | /// Effective balance [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:45:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 45 | /// Effective balance [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:47:2 [INFO] [stderr] | [INFO] [stderr] 47 | /// Was the validator slashed [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:55:2 [INFO] [stderr] | [INFO] [stderr] 55 | /// Epoch when validator exited [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:57:2 [INFO] [stderr] | [INFO] [stderr] 57 | /// Epoch when validator is eligible to withdraw [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:57:2 [INFO] [stderr] | [INFO] [stderr] 57 | /// Epoch when validator is eligible to withdraw [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 80 | /// Shard number [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 80 | /// Shard number [INFO] [stderr] | ^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 82 | /// Root of the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:47:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 47 | /// Was the validator slashed [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:51:2 [INFO] [stderr] | [INFO] [stderr] 51 | /// Epoch when became eligible for activation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:51:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 51 | /// Epoch when became eligible for activation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:53:2 [INFO] [stderr] | [INFO] [stderr] 53 | /// Epoch when validator activated [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:53:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 53 | /// Epoch when validator activated [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:55:2 [INFO] [stderr] | [INFO] [stderr] 55 | /// Epoch when validator exited [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:55:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 55 | /// Epoch when validator exited [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:57:2 [INFO] [stderr] | [INFO] [stderr] 57 | /// Epoch when validator is eligible to withdraw [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:57:2 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 57 | /// Epoch when validator is eligible to withdraw [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:41:2 [INFO] [stderr] | [INFO] [stderr] 41 | /// BLS public key [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:41:2 [INFO] [stderr] | [INFO] [stderr] 41 | /// BLS public key [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:43:2 [INFO] [stderr] | [INFO] [stderr] 43 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:43:2 [INFO] [stderr] | [INFO] [stderr] 43 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:45:2 [INFO] [stderr] | [INFO] [stderr] 45 | /// Effective balance [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:45:2 [INFO] [stderr] | [INFO] [stderr] 45 | /// Effective balance [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 82 | /// Root of the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:47:2 [INFO] [stderr] | [INFO] [stderr] 47 | /// Was the validator slashed [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 86 | /// Crosslinking data from epoch start [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:47:2 [INFO] [stderr] | [INFO] [stderr] 47 | /// Was the validator slashed [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:51:2 [INFO] [stderr] | [INFO] [stderr] 51 | /// Epoch when became eligible for activation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 86 | /// Crosslinking data from epoch start [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:51:2 [INFO] [stderr] | [INFO] [stderr] 51 | /// Epoch when became eligible for activation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:53:2 [INFO] [stderr] | [INFO] [stderr] 53 | /// Epoch when validator activated [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:53:2 [INFO] [stderr] | [INFO] [stderr] 53 | /// Epoch when validator activated [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:55:2 [INFO] [stderr] | [INFO] [stderr] 55 | /// Epoch when validator exited [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:88:2 [INFO] [stderr] | [INFO] [stderr] 88 | /// Crosslinking data to epoch end [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:55:2 [INFO] [stderr] | [INFO] [stderr] 55 | /// Epoch when validator exited [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:57:2 [INFO] [stderr] | [INFO] [stderr] 57 | /// Epoch when validator is eligible to withdraw [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:57:2 [INFO] [stderr] | [INFO] [stderr] 57 | /// Epoch when validator is eligible to withdraw [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 80 | /// Shard number [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 80 | /// Shard number [INFO] [stderr] | ^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 82 | /// Root of the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 82 | /// Root of the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:88:2 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 88 | /// Crosslinking data to epoch end [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:90:2 [INFO] [stderr] | [INFO] [stderr] 90 | /// Root of the crosslinked shard data since the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:90:2 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 90 | /// Root of the crosslinked shard data since the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 86 | /// Crosslinking data from epoch start [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 86 | /// Crosslinking data from epoch start [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:88:2 [INFO] [stderr] | [INFO] [stderr] 88 | /// Crosslinking data to epoch end [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:88:2 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 88 | /// Crosslinking data to epoch end [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:90:2 [INFO] [stderr] | [INFO] [stderr] 90 | /// Root of the crosslinked shard data since the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:90:2 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 90 | /// Root of the crosslinked shard data since the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 80 | /// Shard number [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 80 | /// Shard number [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 82 | /// Root of the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 82 | /// Root of the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 86 | /// Crosslinking data from epoch start [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 86 | /// Crosslinking data from epoch start [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:88:2 [INFO] [stderr] | [INFO] [stderr] 88 | /// Crosslinking data to epoch end [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:88:2 [INFO] [stderr] | [INFO] [stderr] 88 | /// Crosslinking data to epoch end [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 80 | /// Shard number [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:90:2 [INFO] [stderr] | [INFO] [stderr] 90 | /// Root of the crosslinked shard data since the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 80 | /// Shard number [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:90:2 [INFO] [stderr] | [INFO] [stderr] 90 | /// Root of the crosslinked shard data since the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:101:2 [INFO] [stderr] | [INFO] [stderr] 101 | /// Root of the signed beacon block [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 82 | /// Root of the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 82 | /// Root of the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:101:2 [INFO] [stderr] | [INFO] [stderr] 94 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 101 | /// Root of the signed beacon block [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 86 | /// Crosslinking data from epoch start [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 86 | /// Crosslinking data from epoch start [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:88:2 [INFO] [stderr] | [INFO] [stderr] 88 | /// Crosslinking data to epoch end [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:88:2 [INFO] [stderr] | [INFO] [stderr] 88 | /// Crosslinking data to epoch end [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:90:2 [INFO] [stderr] | [INFO] [stderr] 90 | /// Root of the crosslinked shard data since the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:90:2 [INFO] [stderr] | [INFO] [stderr] 90 | /// Root of the crosslinked shard data since the previous crosslink [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:101:2 [INFO] [stderr] | [INFO] [stderr] 101 | /// Root of the signed beacon block [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:105:2 [INFO] [stderr] | [INFO] [stderr] 105 | /// Source [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:105:2 [INFO] [stderr] | [INFO] [stderr] 94 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 105 | /// Source [INFO] [stderr] | ^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:107:2 [INFO] [stderr] | [INFO] [stderr] 107 | /// Target [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:107:2 [INFO] [stderr] | [INFO] [stderr] 94 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 107 | /// Target [INFO] [stderr] | ^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:110:2 [INFO] [stderr] | [INFO] [stderr] 110 | /// Crosslink vote [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:101:2 [INFO] [stderr] | [INFO] [stderr] 94 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 101 | /// Root of the signed beacon block [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:105:2 [INFO] [stderr] | [INFO] [stderr] 105 | /// Source [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:110:2 [INFO] [stderr] | [INFO] [stderr] 94 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 110 | /// Crosslink vote [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:101:2 [INFO] [stderr] | [INFO] [stderr] 101 | /// Root of the signed beacon block [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:101:2 [INFO] [stderr] | [INFO] [stderr] 101 | /// Root of the signed beacon block [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:105:2 [INFO] [stderr] | [INFO] [stderr] 105 | /// Source [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:105:2 [INFO] [stderr] | [INFO] [stderr] 105 | /// Source [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:107:2 [INFO] [stderr] | [INFO] [stderr] 107 | /// Target [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:107:2 [INFO] [stderr] | [INFO] [stderr] 107 | /// Target [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:105:2 [INFO] [stderr] | [INFO] [stderr] 94 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 105 | /// Source [INFO] [stderr] | ^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:107:2 [INFO] [stderr] | [INFO] [stderr] 107 | /// Target [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:107:2 [INFO] [stderr] | [INFO] [stderr] 94 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 107 | /// Target [INFO] [stderr] | ^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:110:2 [INFO] [stderr] | [INFO] [stderr] 110 | /// Crosslink vote [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:110:2 [INFO] [stderr] | [INFO] [stderr] 94 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 110 | /// Crosslink vote [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:101:2 [INFO] [stderr] | [INFO] [stderr] 101 | /// Root of the signed beacon block [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:101:2 [INFO] [stderr] | [INFO] [stderr] 101 | /// Root of the signed beacon block [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:105:2 [INFO] [stderr] | [INFO] [stderr] 105 | /// Source [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:110:2 [INFO] [stderr] | [INFO] [stderr] 110 | /// Crosslink vote [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:105:2 [INFO] [stderr] | [INFO] [stderr] 105 | /// Source [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:110:2 [INFO] [stderr] | [INFO] [stderr] 110 | /// Crosslink vote [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:129:2 [INFO] [stderr] | [INFO] [stderr] 129 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:107:2 [INFO] [stderr] | [INFO] [stderr] 107 | /// Target [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:107:2 [INFO] [stderr] | [INFO] [stderr] 107 | /// Target [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:110:2 [INFO] [stderr] | [INFO] [stderr] 110 | /// Crosslink vote [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:129:2 [INFO] [stderr] | [INFO] [stderr] 123 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 129 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:131:2 [INFO] [stderr] | [INFO] [stderr] 131 | /// Custody bit [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:131:2 [INFO] [stderr] | [INFO] [stderr] 123 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 131 | /// Custody bit [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:129:2 [INFO] [stderr] | [INFO] [stderr] 129 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:129:2 [INFO] [stderr] | [INFO] [stderr] 129 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:131:2 [INFO] [stderr] | [INFO] [stderr] 131 | /// Custody bit [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:131:2 [INFO] [stderr] | [INFO] [stderr] 131 | /// Custody bit [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:141:2 [INFO] [stderr] | [INFO] [stderr] 141 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:110:2 [INFO] [stderr] | [INFO] [stderr] 110 | /// Crosslink vote [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:129:2 [INFO] [stderr] | [INFO] [stderr] 129 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:141:2 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 141 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:144:2 [INFO] [stderr] | [INFO] [stderr] 144 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:144:2 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 144 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 147 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:129:2 [INFO] [stderr] | [INFO] [stderr] 123 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 129 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:131:2 [INFO] [stderr] | [INFO] [stderr] 131 | /// Custody bit [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:131:2 [INFO] [stderr] | [INFO] [stderr] 123 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 131 | /// Custody bit [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:129:2 [INFO] [stderr] | [INFO] [stderr] 129 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:129:2 [INFO] [stderr] | [INFO] [stderr] 129 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:131:2 [INFO] [stderr] | [INFO] [stderr] 131 | /// Custody bit [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:131:2 [INFO] [stderr] | [INFO] [stderr] 131 | /// Custody bit [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:141:2 [INFO] [stderr] | [INFO] [stderr] 141 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 147 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 149 | /// Aggregate signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 149 | /// Aggregate signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:141:2 [INFO] [stderr] | [INFO] [stderr] 141 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:141:2 [INFO] [stderr] | [INFO] [stderr] 141 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:144:2 [INFO] [stderr] | [INFO] [stderr] 144 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:144:2 [INFO] [stderr] | [INFO] [stderr] 144 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 147 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 147 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 149 | /// Aggregate signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 149 | /// Aggregate signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 169 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 163 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 169 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:172:2 [INFO] [stderr] | [INFO] [stderr] 172 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:172:2 [INFO] [stderr] | [INFO] [stderr] 163 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 172 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:175:2 [INFO] [stderr] | [INFO] [stderr] 175 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:141:2 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 141 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:144:2 [INFO] [stderr] | [INFO] [stderr] 144 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:144:2 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 144 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 147 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:175:2 [INFO] [stderr] | [INFO] [stderr] 163 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 175 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 169 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 169 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:172:2 [INFO] [stderr] | [INFO] [stderr] 172 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:172:2 [INFO] [stderr] | [INFO] [stderr] 172 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:175:2 [INFO] [stderr] | [INFO] [stderr] 175 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:175:2 [INFO] [stderr] | [INFO] [stderr] 175 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 204 | /// Root of the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 198 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 204 | /// Root of the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:206:2 [INFO] [stderr] | [INFO] [stderr] 206 | /// Total number of deposits [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 147 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 149 | /// Aggregate signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 149 | /// Aggregate signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:141:2 [INFO] [stderr] | [INFO] [stderr] 141 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:141:2 [INFO] [stderr] | [INFO] [stderr] 141 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:144:2 [INFO] [stderr] | [INFO] [stderr] 144 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:206:2 [INFO] [stderr] | [INFO] [stderr] 198 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 206 | /// Total number of deposits [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:208:2 [INFO] [stderr] | [INFO] [stderr] 208 | /// Block hash [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:208:2 [INFO] [stderr] | [INFO] [stderr] 198 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 208 | /// Block hash [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 204 | /// Root of the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 204 | /// Root of the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:206:2 [INFO] [stderr] | [INFO] [stderr] 206 | /// Total number of deposits [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:206:2 [INFO] [stderr] | [INFO] [stderr] 206 | /// Total number of deposits [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:208:2 [INFO] [stderr] | [INFO] [stderr] 208 | /// Block hash [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:144:2 [INFO] [stderr] | [INFO] [stderr] 144 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:208:2 [INFO] [stderr] | [INFO] [stderr] 208 | /// Block hash [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 147 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:218:2 [INFO] [stderr] | [INFO] [stderr] 218 | /// Block roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 147 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 149 | /// Aggregate signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 149 | /// Aggregate signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 169 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:218:2 [INFO] [stderr] | [INFO] [stderr] 212 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 218 | /// Block roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:220:2 [INFO] [stderr] | [INFO] [stderr] 220 | /// State roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:220:2 [INFO] [stderr] | [INFO] [stderr] 212 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 220 | /// State roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:218:2 [INFO] [stderr] | [INFO] [stderr] 218 | /// Block roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:218:2 [INFO] [stderr] | [INFO] [stderr] 218 | /// Block roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:220:2 [INFO] [stderr] | [INFO] [stderr] 220 | /// State roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:220:2 [INFO] [stderr] | [INFO] [stderr] 220 | /// State roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 163 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 169 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:172:2 [INFO] [stderr] | [INFO] [stderr] 172 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:172:2 [INFO] [stderr] | [INFO] [stderr] 163 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 172 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:175:2 [INFO] [stderr] | [INFO] [stderr] 175 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:175:2 [INFO] [stderr] | [INFO] [stderr] 163 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 175 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 169 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:230:2 [INFO] [stderr] | [INFO] [stderr] 230 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 169 | /// Validator indices of custody bit 0. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:172:2 [INFO] [stderr] | [INFO] [stderr] 172 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:172:2 [INFO] [stderr] | [INFO] [stderr] 172 | /// Validator indices of custody bit 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:175:2 [INFO] [stderr] | [INFO] [stderr] 175 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:230:2 [INFO] [stderr] | [INFO] [stderr] 224 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 230 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:232:2 [INFO] [stderr] | [INFO] [stderr] 232 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:232:2 [INFO] [stderr] | [INFO] [stderr] 224 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 232 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:234:2 [INFO] [stderr] | [INFO] [stderr] 234 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:175:2 [INFO] [stderr] | [INFO] [stderr] 175 | /// Attestation data [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 204 | /// Root of the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:234:2 [INFO] [stderr] | [INFO] [stderr] 224 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 234 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:236:2 [INFO] [stderr] | [INFO] [stderr] 236 | /// Container self-signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:236:2 [INFO] [stderr] | [INFO] [stderr] 224 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 236 | /// Container self-signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:230:2 [INFO] [stderr] | [INFO] [stderr] 230 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:230:2 [INFO] [stderr] | [INFO] [stderr] 230 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 198 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 204 | /// Root of the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:206:2 [INFO] [stderr] | [INFO] [stderr] 206 | /// Total number of deposits [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:232:2 [INFO] [stderr] | [INFO] [stderr] 232 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:232:2 [INFO] [stderr] | [INFO] [stderr] 232 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:234:2 [INFO] [stderr] | [INFO] [stderr] 234 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:234:2 [INFO] [stderr] | [INFO] [stderr] 234 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:206:2 [INFO] [stderr] | [INFO] [stderr] 198 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 206 | /// Total number of deposits [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:208:2 [INFO] [stderr] | [INFO] [stderr] 208 | /// Block hash [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:236:2 [INFO] [stderr] | [INFO] [stderr] 236 | /// Container self-signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:208:2 [INFO] [stderr] | [INFO] [stderr] 198 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 208 | /// Block hash [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 204 | /// Root of the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 204 | /// Root of the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:206:2 [INFO] [stderr] | [INFO] [stderr] 206 | /// Total number of deposits [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:236:2 [INFO] [stderr] | [INFO] [stderr] 236 | /// Container self-signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:206:2 [INFO] [stderr] | [INFO] [stderr] 206 | /// Total number of deposits [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:208:2 [INFO] [stderr] | [INFO] [stderr] 208 | /// Block hash [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:256:2 [INFO] [stderr] | [INFO] [stderr] 256 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:208:2 [INFO] [stderr] | [INFO] [stderr] 208 | /// Block hash [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:218:2 [INFO] [stderr] | [INFO] [stderr] 218 | /// Block roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:256:2 [INFO] [stderr] | [INFO] [stderr] 250 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 256 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:218:2 [INFO] [stderr] | [INFO] [stderr] 212 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 218 | /// Block roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:258:2 [INFO] [stderr] | [INFO] [stderr] 258 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:258:2 [INFO] [stderr] | [INFO] [stderr] 250 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 258 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:260:2 [INFO] [stderr] | [INFO] [stderr] 260 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:260:2 [INFO] [stderr] | [INFO] [stderr] 250 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 260 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:256:2 [INFO] [stderr] | [INFO] [stderr] 256 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:220:2 [INFO] [stderr] | [INFO] [stderr] 220 | /// State roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:256:2 [INFO] [stderr] | [INFO] [stderr] 256 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:258:2 [INFO] [stderr] | [INFO] [stderr] 258 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:258:2 [INFO] [stderr] | [INFO] [stderr] 258 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:260:2 [INFO] [stderr] | [INFO] [stderr] 260 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:260:2 [INFO] [stderr] | [INFO] [stderr] 260 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:270:2 [INFO] [stderr] | [INFO] [stderr] 270 | /// BLS pubkeys [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:270:2 [INFO] [stderr] | [INFO] [stderr] 264 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 270 | /// BLS pubkeys [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:272:2 [INFO] [stderr] | [INFO] [stderr] 272 | /// Compact validators [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:272:2 [INFO] [stderr] | [INFO] [stderr] 264 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 272 | /// Compact validators [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:270:2 [INFO] [stderr] | [INFO] [stderr] 270 | /// BLS pubkeys [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:270:2 [INFO] [stderr] | [INFO] [stderr] 270 | /// BLS pubkeys [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:272:2 [INFO] [stderr] | [INFO] [stderr] 272 | /// Compact validators [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:272:2 [INFO] [stderr] | [INFO] [stderr] 272 | /// Compact validators [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:283:2 [INFO] [stderr] | [INFO] [stderr] 283 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:283:2 [INFO] [stderr] | [INFO] [stderr] 277 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 283 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:285:2 [INFO] [stderr] | [INFO] [stderr] 285 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:285:2 [INFO] [stderr] | [INFO] [stderr] 277 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 285 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:287:2 [INFO] [stderr] | [INFO] [stderr] 287 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:287:2 [INFO] [stderr] | [INFO] [stderr] 277 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 287 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:220:2 [INFO] [stderr] | [INFO] [stderr] 212 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 220 | /// State roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:218:2 [INFO] [stderr] | [INFO] [stderr] 218 | /// Block roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:218:2 [INFO] [stderr] | [INFO] [stderr] 218 | /// Block roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:220:2 [INFO] [stderr] | [INFO] [stderr] 220 | /// State roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:220:2 [INFO] [stderr] | [INFO] [stderr] 220 | /// State roots [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:230:2 [INFO] [stderr] | [INFO] [stderr] 230 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:289:2 [INFO] [stderr] | [INFO] [stderr] 289 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:289:2 [INFO] [stderr] | [INFO] [stderr] 277 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 289 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:291:2 [INFO] [stderr] | [INFO] [stderr] 291 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:230:2 [INFO] [stderr] | [INFO] [stderr] 224 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 230 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:232:2 [INFO] [stderr] | [INFO] [stderr] 232 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:291:2 [INFO] [stderr] | [INFO] [stderr] 277 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 291 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:283:2 [INFO] [stderr] | [INFO] [stderr] 283 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:283:2 [INFO] [stderr] | [INFO] [stderr] 283 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:285:2 [INFO] [stderr] | [INFO] [stderr] 285 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:232:2 [INFO] [stderr] | [INFO] [stderr] 224 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 232 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:234:2 [INFO] [stderr] | [INFO] [stderr] 234 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:234:2 [INFO] [stderr] | [INFO] [stderr] 224 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 234 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:236:2 [INFO] [stderr] | [INFO] [stderr] 236 | /// Container self-signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:285:2 [INFO] [stderr] | [INFO] [stderr] 285 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:236:2 [INFO] [stderr] | [INFO] [stderr] 224 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 236 | /// Container self-signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:230:2 [INFO] [stderr] | [INFO] [stderr] 230 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:230:2 [INFO] [stderr] | [INFO] [stderr] 230 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:232:2 [INFO] [stderr] | [INFO] [stderr] 232 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:232:2 [INFO] [stderr] | [INFO] [stderr] 232 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:287:2 [INFO] [stderr] | [INFO] [stderr] 287 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:287:2 [INFO] [stderr] | [INFO] [stderr] 287 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:289:2 [INFO] [stderr] | [INFO] [stderr] 289 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:289:2 [INFO] [stderr] | [INFO] [stderr] 289 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:291:2 [INFO] [stderr] | [INFO] [stderr] 291 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:291:2 [INFO] [stderr] | [INFO] [stderr] 291 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:312:2 [INFO] [stderr] | [INFO] [stderr] 312 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:312:2 [INFO] [stderr] | [INFO] [stderr] 306 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 312 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:314:2 [INFO] [stderr] | [INFO] [stderr] 314 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:234:2 [INFO] [stderr] | [INFO] [stderr] 234 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:234:2 [INFO] [stderr] | [INFO] [stderr] 234 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:236:2 [INFO] [stderr] | [INFO] [stderr] 236 | /// Container self-signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:314:2 [INFO] [stderr] | [INFO] [stderr] 306 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 314 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:316:2 [INFO] [stderr] | [INFO] [stderr] 316 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:316:2 [INFO] [stderr] | [INFO] [stderr] 306 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 316 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:318:2 [INFO] [stderr] | [INFO] [stderr] 318 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:318:2 [INFO] [stderr] | [INFO] [stderr] 306 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 318 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:312:2 [INFO] [stderr] | [INFO] [stderr] 312 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:236:2 [INFO] [stderr] | [INFO] [stderr] 236 | /// Container self-signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:256:2 [INFO] [stderr] | [INFO] [stderr] 256 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:256:2 [INFO] [stderr] | [INFO] [stderr] 250 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 256 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:312:2 [INFO] [stderr] | [INFO] [stderr] 312 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:258:2 [INFO] [stderr] | [INFO] [stderr] 258 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:314:2 [INFO] [stderr] | [INFO] [stderr] 314 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:314:2 [INFO] [stderr] | [INFO] [stderr] 314 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:316:2 [INFO] [stderr] | [INFO] [stderr] 316 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:258:2 [INFO] [stderr] | [INFO] [stderr] 250 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 258 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:260:2 [INFO] [stderr] | [INFO] [stderr] 260 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:316:2 [INFO] [stderr] | [INFO] [stderr] 316 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:318:2 [INFO] [stderr] | [INFO] [stderr] 318 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:318:2 [INFO] [stderr] | [INFO] [stderr] 318 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:260:2 [INFO] [stderr] | [INFO] [stderr] 250 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 260 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:256:2 [INFO] [stderr] | [INFO] [stderr] 256 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:256:2 [INFO] [stderr] | [INFO] [stderr] 256 | /// BLS pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:258:2 [INFO] [stderr] | [INFO] [stderr] 258 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:258:2 [INFO] [stderr] | [INFO] [stderr] 258 | /// Withdrawal credentials [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | /// Proposer index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:260:2 [INFO] [stderr] | [INFO] [stderr] 260 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:260:2 [INFO] [stderr] | [INFO] [stderr] 260 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:270:2 [INFO] [stderr] | [INFO] [stderr] 270 | /// BLS pubkeys [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:270:2 [INFO] [stderr] | [INFO] [stderr] 264 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 270 | /// BLS pubkeys [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:272:2 [INFO] [stderr] | [INFO] [stderr] 272 | /// Compact validators [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:272:2 [INFO] [stderr] | [INFO] [stderr] 264 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 272 | /// Compact validators [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:270:2 [INFO] [stderr] | [INFO] [stderr] 270 | /// BLS pubkeys [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:270:2 [INFO] [stderr] | [INFO] [stderr] 270 | /// BLS pubkeys [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:272:2 [INFO] [stderr] | [INFO] [stderr] 272 | /// Compact validators [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:272:2 [INFO] [stderr] | [INFO] [stderr] 272 | /// Compact validators [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 34 | /// Proposer index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 36 | /// First proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:283:2 [INFO] [stderr] | [INFO] [stderr] 283 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:283:2 [INFO] [stderr] | [INFO] [stderr] 277 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 283 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:285:2 [INFO] [stderr] | [INFO] [stderr] 285 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:285:2 [INFO] [stderr] | [INFO] [stderr] 277 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 285 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:287:2 [INFO] [stderr] | [INFO] [stderr] 287 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 36 | /// First proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:287:2 [INFO] [stderr] | [INFO] [stderr] 277 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 287 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:289:2 [INFO] [stderr] | [INFO] [stderr] 289 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:289:2 [INFO] [stderr] | [INFO] [stderr] 277 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 289 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:291:2 [INFO] [stderr] | [INFO] [stderr] 291 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:291:2 [INFO] [stderr] | [INFO] [stderr] 277 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 291 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:283:2 [INFO] [stderr] | [INFO] [stderr] 283 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:283:2 [INFO] [stderr] | [INFO] [stderr] 283 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | /// Second proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:285:2 [INFO] [stderr] | [INFO] [stderr] 285 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:285:2 [INFO] [stderr] | [INFO] [stderr] 285 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:287:2 [INFO] [stderr] | [INFO] [stderr] 287 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:287:2 [INFO] [stderr] | [INFO] [stderr] 287 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:289:2 [INFO] [stderr] | [INFO] [stderr] 289 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:289:2 [INFO] [stderr] | [INFO] [stderr] 289 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:291:2 [INFO] [stderr] | [INFO] [stderr] 291 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:291:2 [INFO] [stderr] | [INFO] [stderr] 291 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:312:2 [INFO] [stderr] | [INFO] [stderr] 312 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:312:2 [INFO] [stderr] | [INFO] [stderr] 306 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 312 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:314:2 [INFO] [stderr] | [INFO] [stderr] 314 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:314:2 [INFO] [stderr] | [INFO] [stderr] 306 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 314 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:316:2 [INFO] [stderr] | [INFO] [stderr] 316 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 38 | /// Second proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:316:2 [INFO] [stderr] | [INFO] [stderr] 306 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 316 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/misc.rs:318:2 [INFO] [stderr] | [INFO] [stderr] 318 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/misc.rs:318:2 [INFO] [stderr] | [INFO] [stderr] 306 | #[derive(Codec, Encode, Decode, FromTree, IntoTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 318 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:312:2 [INFO] [stderr] | [INFO] [stderr] 312 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:312:2 [INFO] [stderr] | [INFO] [stderr] 312 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:314:2 [INFO] [stderr] | [INFO] [stderr] 314 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | /// Proposer index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:314:2 [INFO] [stderr] | [INFO] [stderr] 314 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | /// Proposer index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:316:2 [INFO] [stderr] | [INFO] [stderr] 316 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:316:2 [INFO] [stderr] | [INFO] [stderr] 316 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 36 | /// First proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/misc.rs:318:2 [INFO] [stderr] | [INFO] [stderr] 318 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/misc.rs:318:2 [INFO] [stderr] | [INFO] [stderr] 318 | /// Block body root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | /// Proposer index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 34 | /// Proposer index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 36 | /// First proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 36 | /// First proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 36 | /// First proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | /// Second proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | /// Second proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | /// Second proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 48 | /// First slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 38 | /// Second proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | /// Proposer index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | /// Proposer index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 36 | /// First proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 48 | /// First slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 36 | /// First proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 50 | /// Second slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | /// Second proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | /// Second proposal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 50 | /// Second slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 48 | /// First slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 48 | /// First slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 50 | /// Second slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 50 | /// Second slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 48 | /// First slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:112:2 [INFO] [stderr] | [INFO] [stderr] 112 | /// Branch in the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 48 | /// First slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 50 | /// Second slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:112:2 [INFO] [stderr] | [INFO] [stderr] 106 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 112 | /// Branch in the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:114:2 [INFO] [stderr] | [INFO] [stderr] 114 | /// Data [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:114:2 [INFO] [stderr] | [INFO] [stderr] 106 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 114 | /// Data [INFO] [stderr] | ^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 50 | /// Second slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:112:2 [INFO] [stderr] | [INFO] [stderr] 112 | /// Branch in the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 48 | /// First slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:112:2 [INFO] [stderr] | [INFO] [stderr] 112 | /// Branch in the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 48 | /// First slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:114:2 [INFO] [stderr] | [INFO] [stderr] 114 | /// Data [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 50 | /// Second slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:114:2 [INFO] [stderr] | [INFO] [stderr] 114 | /// Data [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 50 | /// Second slashable attestation [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 124 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:112:2 [INFO] [stderr] | [INFO] [stderr] 112 | /// Branch in the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 118 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 124 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:126:2 [INFO] [stderr] | [INFO] [stderr] 126 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:126:2 [INFO] [stderr] | [INFO] [stderr] 118 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 126 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:112:2 [INFO] [stderr] | [INFO] [stderr] 106 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 112 | /// Branch in the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:128:2 [INFO] [stderr] | [INFO] [stderr] 128 | /// Validator signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:114:2 [INFO] [stderr] | [INFO] [stderr] 114 | /// Data [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:128:2 [INFO] [stderr] | [INFO] [stderr] 118 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 128 | /// Validator signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 124 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 124 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:114:2 [INFO] [stderr] | [INFO] [stderr] 106 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 114 | /// Data [INFO] [stderr] | ^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:126:2 [INFO] [stderr] | [INFO] [stderr] 126 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:112:2 [INFO] [stderr] | [INFO] [stderr] 112 | /// Branch in the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:112:2 [INFO] [stderr] | [INFO] [stderr] 112 | /// Branch in the deposit tree [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:126:2 [INFO] [stderr] | [INFO] [stderr] 126 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:114:2 [INFO] [stderr] | [INFO] [stderr] 114 | /// Data [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:128:2 [INFO] [stderr] | [INFO] [stderr] 128 | /// Validator signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:114:2 [INFO] [stderr] | [INFO] [stderr] 114 | /// Data [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:128:2 [INFO] [stderr] | [INFO] [stderr] 128 | /// Validator signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 124 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 147 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 118 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 124 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:126:2 [INFO] [stderr] | [INFO] [stderr] 126 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 141 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 147 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 149 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:126:2 [INFO] [stderr] | [INFO] [stderr] 118 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 126 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:128:2 [INFO] [stderr] | [INFO] [stderr] 128 | /// Validator signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 141 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 149 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 147 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:128:2 [INFO] [stderr] | [INFO] [stderr] 118 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 128 | /// Validator signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 147 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 149 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 124 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 124 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 149 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:126:2 [INFO] [stderr] | [INFO] [stderr] 126 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:126:2 [INFO] [stderr] | [INFO] [stderr] 126 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:128:2 [INFO] [stderr] | [INFO] [stderr] 128 | /// Validator signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:128:2 [INFO] [stderr] | [INFO] [stderr] 128 | /// Validator signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:159:2 [INFO] [stderr] | [INFO] [stderr] 159 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:159:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 159 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:161:2 [INFO] [stderr] | [INFO] [stderr] 161 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 147 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:161:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 161 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:163:2 [INFO] [stderr] | [INFO] [stderr] 163 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 141 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 147 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 149 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 141 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 149 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:163:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 163 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 147 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:165:2 [INFO] [stderr] | [INFO] [stderr] 165 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 147 | /// Minimum epoch for processing exit [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 149 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 149 | /// Index of the exiting validator [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:165:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 165 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:159:2 [INFO] [stderr] | [INFO] [stderr] 159 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:167:2 [INFO] [stderr] | [INFO] [stderr] 167 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:167:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 167 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:159:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 159 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:161:2 [INFO] [stderr] | [INFO] [stderr] 161 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 169 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:161:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 161 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:163:2 [INFO] [stderr] | [INFO] [stderr] 163 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:163:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 163 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 169 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:171:2 [INFO] [stderr] | [INFO] [stderr] 171 | /// Sender signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:165:2 [INFO] [stderr] | [INFO] [stderr] 165 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:171:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 171 | /// Sender signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:159:2 [INFO] [stderr] | [INFO] [stderr] 159 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:165:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 165 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:167:2 [INFO] [stderr] | [INFO] [stderr] 167 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:159:2 [INFO] [stderr] | [INFO] [stderr] 159 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:161:2 [INFO] [stderr] | [INFO] [stderr] 161 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:161:2 [INFO] [stderr] | [INFO] [stderr] 161 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:163:2 [INFO] [stderr] | [INFO] [stderr] 163 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:163:2 [INFO] [stderr] | [INFO] [stderr] 163 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:167:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 167 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:165:2 [INFO] [stderr] | [INFO] [stderr] 165 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 169 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:165:2 [INFO] [stderr] | [INFO] [stderr] 165 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:167:2 [INFO] [stderr] | [INFO] [stderr] 167 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:167:2 [INFO] [stderr] | [INFO] [stderr] 167 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 169 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 169 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 169 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:171:2 [INFO] [stderr] | [INFO] [stderr] 171 | /// Sender signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:171:2 [INFO] [stderr] | [INFO] [stderr] 171 | /// Sender signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:171:2 [INFO] [stderr] | [INFO] [stderr] 171 | /// Sender signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:171:2 [INFO] [stderr] | [INFO] [stderr] 153 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 171 | /// Sender signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:159:2 [INFO] [stderr] | [INFO] [stderr] 159 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:159:2 [INFO] [stderr] | [INFO] [stderr] 159 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:161:2 [INFO] [stderr] | [INFO] [stderr] 161 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:161:2 [INFO] [stderr] | [INFO] [stderr] 161 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:163:2 [INFO] [stderr] | [INFO] [stderr] 163 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:194:2 [INFO] [stderr] | [INFO] [stderr] 194 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:163:2 [INFO] [stderr] | [INFO] [stderr] 163 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:194:2 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 194 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:165:2 [INFO] [stderr] | [INFO] [stderr] 165 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:165:2 [INFO] [stderr] | [INFO] [stderr] 165 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:196:2 [INFO] [stderr] | [INFO] [stderr] 196 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:167:2 [INFO] [stderr] | [INFO] [stderr] 167 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:167:2 [INFO] [stderr] | [INFO] [stderr] 167 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 169 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:196:2 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 196 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:169:2 [INFO] [stderr] | [INFO] [stderr] 169 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:198:2 [INFO] [stderr] | [INFO] [stderr] 198 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:171:2 [INFO] [stderr] | [INFO] [stderr] 171 | /// Sender signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:171:2 [INFO] [stderr] | [INFO] [stderr] 171 | /// Sender signature [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:198:2 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 198 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:200:2 [INFO] [stderr] | [INFO] [stderr] 200 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:200:2 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 200 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:202:2 [INFO] [stderr] | [INFO] [stderr] 202 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:202:2 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 202 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:194:2 [INFO] [stderr] | [INFO] [stderr] 194 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 204 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:194:2 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 194 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:196:2 [INFO] [stderr] | [INFO] [stderr] 196 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 204 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:196:2 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 196 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:198:2 [INFO] [stderr] | [INFO] [stderr] 198 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:198:2 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 198 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:200:2 [INFO] [stderr] | [INFO] [stderr] 200 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:200:2 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 200 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:202:2 [INFO] [stderr] | [INFO] [stderr] 202 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:202:2 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 202 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/operation.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 204 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/operation.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 204 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:194:2 [INFO] [stderr] | [INFO] [stderr] 194 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:194:2 [INFO] [stderr] | [INFO] [stderr] 194 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:196:2 [INFO] [stderr] | [INFO] [stderr] 196 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:196:2 [INFO] [stderr] | [INFO] [stderr] 196 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:198:2 [INFO] [stderr] | [INFO] [stderr] 198 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:198:2 [INFO] [stderr] | [INFO] [stderr] 198 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:200:2 [INFO] [stderr] | [INFO] [stderr] 200 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:200:2 [INFO] [stderr] | [INFO] [stderr] 200 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:202:2 [INFO] [stderr] | [INFO] [stderr] 202 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:202:2 [INFO] [stderr] | [INFO] [stderr] 202 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 204 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 204 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:194:2 [INFO] [stderr] | [INFO] [stderr] 194 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:194:2 [INFO] [stderr] | [INFO] [stderr] 194 | /// Sender index [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:196:2 [INFO] [stderr] | [INFO] [stderr] 196 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:196:2 [INFO] [stderr] | [INFO] [stderr] 196 | /// Recipient index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:198:2 [INFO] [stderr] | [INFO] [stderr] 198 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:198:2 [INFO] [stderr] | [INFO] [stderr] 198 | /// Amount in Gwei [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:200:2 [INFO] [stderr] | [INFO] [stderr] 200 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:200:2 [INFO] [stderr] | [INFO] [stderr] 200 | /// Fee in Gwei for block proposer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:202:2 [INFO] [stderr] | [INFO] [stderr] 202 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:202:2 [INFO] [stderr] | [INFO] [stderr] 202 | /// Inclusion slot [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/operation.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 204 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/operation.rs:204:2 [INFO] [stderr] | [INFO] [stderr] 204 | /// Sender withdrawal pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | /// Randao reveal. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 34 | /// Randao reveal. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 36 | /// Eth1 data. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 36 | /// Eth1 data. [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | /// Graffiti. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 38 | /// Graffiti. [INFO] [stderr] | ^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:40:2 [INFO] [stderr] | [INFO] [stderr] 40 | /// Proposer slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:40:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 40 | /// Proposer slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:42:2 [INFO] [stderr] | [INFO] [stderr] 42 | /// Attester slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | /// Randao reveal. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:42:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 42 | /// Attester slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 34 | /// Randao reveal. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 36 | /// Eth1 data. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:44:2 [INFO] [stderr] | [INFO] [stderr] 44 | /// Attestations. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:44:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 44 | /// Attestations. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:46:2 [INFO] [stderr] | [INFO] [stderr] 46 | /// Deposits. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 36 | /// Eth1 data. [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | /// Graffiti. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:46:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 46 | /// Deposits. [INFO] [stderr] | ^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 38 | /// Graffiti. [INFO] [stderr] | ^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 48 | /// Voluntary exits. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:40:2 [INFO] [stderr] | [INFO] [stderr] 40 | /// Proposer slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 48 | /// Voluntary exits. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 50 | /// Transfer. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:40:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 40 | /// Proposer slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:42:2 [INFO] [stderr] | [INFO] [stderr] 42 | /// Attester slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 50 | /// Transfer. [INFO] [stderr] | ^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:42:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 42 | /// Attester slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:44:2 [INFO] [stderr] | [INFO] [stderr] 44 | /// Attestations. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | /// Randao reveal. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | /// Randao reveal. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 36 | /// Eth1 data. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:44:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 44 | /// Attestations. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:46:2 [INFO] [stderr] | [INFO] [stderr] 46 | /// Deposits. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 36 | /// Eth1 data. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | /// Graffiti. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | /// Graffiti. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:40:2 [INFO] [stderr] | [INFO] [stderr] 40 | /// Proposer slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:40:2 [INFO] [stderr] | [INFO] [stderr] 40 | /// Proposer slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:46:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 46 | /// Deposits. [INFO] [stderr] | ^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 48 | /// Voluntary exits. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:42:2 [INFO] [stderr] | [INFO] [stderr] 42 | /// Attester slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:42:2 [INFO] [stderr] | [INFO] [stderr] 42 | /// Attester slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:44:2 [INFO] [stderr] | [INFO] [stderr] 44 | /// Attestations. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:44:2 [INFO] [stderr] | [INFO] [stderr] 44 | /// Attestations. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 48 | /// Voluntary exits. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 50 | /// Transfer. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:46:2 [INFO] [stderr] | [INFO] [stderr] 46 | /// Deposits. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:46:2 [INFO] [stderr] | [INFO] [stderr] 46 | /// Deposits. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 48 | /// Voluntary exits. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 48 | /// Voluntary exits. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 50 | /// Transfer. [INFO] [stderr] | ^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 50 | /// Transfer. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 50 | /// Transfer. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | /// Randao reveal. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | /// Randao reveal. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 36 | /// Eth1 data. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:36:2 [INFO] [stderr] | [INFO] [stderr] 36 | /// Eth1 data. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | /// Graffiti. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | /// Graffiti. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:40:2 [INFO] [stderr] | [INFO] [stderr] 40 | /// Proposer slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:40:2 [INFO] [stderr] | [INFO] [stderr] 40 | /// Proposer slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:42:2 [INFO] [stderr] | [INFO] [stderr] 42 | /// Attester slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:42:2 [INFO] [stderr] | [INFO] [stderr] 42 | /// Attester slashings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:44:2 [INFO] [stderr] | [INFO] [stderr] 44 | /// Attestations. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:44:2 [INFO] [stderr] | [INFO] [stderr] 44 | /// Attestations. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:46:2 [INFO] [stderr] | [INFO] [stderr] 46 | /// Deposits. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:46:2 [INFO] [stderr] | [INFO] [stderr] 46 | /// Deposits. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 48 | /// Voluntary exits. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:48:2 [INFO] [stderr] | [INFO] [stderr] 48 | /// Voluntary exits. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 50 | /// Transfer. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:50:2 [INFO] [stderr] | [INFO] [stderr] 50 | /// Transfer. [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:78:2 [INFO] [stderr] | [INFO] [stderr] 78 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:78:2 [INFO] [stderr] | [INFO] [stderr] 71 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 78 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:78:2 [INFO] [stderr] | [INFO] [stderr] 78 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 80 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 71 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 80 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:78:2 [INFO] [stderr] | [INFO] [stderr] 71 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 78 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 80 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 82 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 71 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 80 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 82 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 71 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 82 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:84:2 [INFO] [stderr] | [INFO] [stderr] 84 | /// Body. [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 71 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 82 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:84:2 [INFO] [stderr] | [INFO] [stderr] 84 | /// Body. [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:84:2 [INFO] [stderr] | [INFO] [stderr] 71 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 84 | /// Body. [INFO] [stderr] | ^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 86 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:84:2 [INFO] [stderr] | [INFO] [stderr] 71 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 84 | /// Body. [INFO] [stderr] | ^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 86 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 71 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 86 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 71 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 86 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:78:2 [INFO] [stderr] | [INFO] [stderr] 78 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:78:2 [INFO] [stderr] | [INFO] [stderr] 78 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:78:2 [INFO] [stderr] | [INFO] [stderr] 78 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:78:2 [INFO] [stderr] | [INFO] [stderr] 78 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 80 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 80 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 80 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 82 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 82 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:80:2 [INFO] [stderr] | [INFO] [stderr] 80 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:84:2 [INFO] [stderr] | [INFO] [stderr] 84 | /// Body. [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 82 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:84:2 [INFO] [stderr] | [INFO] [stderr] 84 | /// Body. [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:82:2 [INFO] [stderr] | [INFO] [stderr] 82 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 86 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:84:2 [INFO] [stderr] | [INFO] [stderr] 84 | /// Body. [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 86 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:84:2 [INFO] [stderr] | [INFO] [stderr] 84 | /// Body. [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 86 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 86 | /// Signature. [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:118:2 [INFO] [stderr] | [INFO] [stderr] 118 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:118:2 [INFO] [stderr] | [INFO] [stderr] 118 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:118:2 [INFO] [stderr] | [INFO] [stderr] 111 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 118 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:120:2 [INFO] [stderr] | [INFO] [stderr] 120 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:118:2 [INFO] [stderr] | [INFO] [stderr] 111 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 118 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:120:2 [INFO] [stderr] | [INFO] [stderr] 120 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:120:2 [INFO] [stderr] | [INFO] [stderr] 111 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 120 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:122:2 [INFO] [stderr] | [INFO] [stderr] 122 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:120:2 [INFO] [stderr] | [INFO] [stderr] 111 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 120 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:122:2 [INFO] [stderr] | [INFO] [stderr] 122 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:122:2 [INFO] [stderr] | [INFO] [stderr] 111 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 122 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 124 | /// Body. [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:122:2 [INFO] [stderr] | [INFO] [stderr] 111 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 122 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `series` in this scope [INFO] [stderr] --> src/types/block.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 124 | /// Body. [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 111 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 124 | /// Body. [INFO] [stderr] | ^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/types/block.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 111 | #[derive(Codec, Encode, Decode, IntoTree, FromTree, Clone, PartialEq, Eq, Default)] [INFO] [stderr] | ------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 124 | /// Body. [INFO] [stderr] | ^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:118:2 [INFO] [stderr] | [INFO] [stderr] 118 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:118:2 [INFO] [stderr] | [INFO] [stderr] 118 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:118:2 [INFO] [stderr] | [INFO] [stderr] 118 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:118:2 [INFO] [stderr] | [INFO] [stderr] 118 | /// Slot of the block. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:120:2 [INFO] [stderr] | [INFO] [stderr] 120 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:120:2 [INFO] [stderr] | [INFO] [stderr] 120 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:120:2 [INFO] [stderr] | [INFO] [stderr] 120 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:120:2 [INFO] [stderr] | [INFO] [stderr] 120 | /// Previous block root. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:122:2 [INFO] [stderr] | [INFO] [stderr] 122 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:122:2 [INFO] [stderr] | [INFO] [stderr] 122 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:122:2 [INFO] [stderr] | [INFO] [stderr] 122 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:122:2 [INFO] [stderr] | [INFO] [stderr] 122 | /// State root. [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 124 | /// Body. [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `vector` in this scope [INFO] [stderr] --> src/types/block.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 124 | /// Body. [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 124 | /// Body. [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `db` in this scope [INFO] [stderr] --> src/types/block.rs:124:2 [INFO] [stderr] | [INFO] [stderr] 124 | /// Body. [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/executive/transition/per_epoch/justification.rs:14:84 [INFO] [stderr] | [INFO] [stderr] 14 | let old_current_justified_checkpoint = self.current_justified_checkpoint.clone();; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/executive/transition/per_epoch/justification.rs:14:84 [INFO] [stderr] | [INFO] [stderr] 14 | let old_current_justified_checkpoint = self.current_justified_checkpoint.clone();; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 388 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0424, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `beacon`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 388 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0424, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `beacon`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6bd1afeb60d00a8e47c7e7b2bfb76b3ec10a5fd5bb3265104eb8f500db9fb62d"` [INFO] running `"docker" "rm" "-f" "6bd1afeb60d00a8e47c7e7b2bfb76b3ec10a5fd5bb3265104eb8f500db9fb62d"` [INFO] [stdout] 6bd1afeb60d00a8e47c7e7b2bfb76b3ec10a5fd5bb3265104eb8f500db9fb62d