[INFO] cloning repository https://github.com/gwrxuk/SVMP
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gwrxuk/SVMP" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgwrxuk%2FSVMP", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgwrxuk%2FSVMP'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3c776db5714b55862a91f26edd46f7bf0e004f35
[INFO] checking gwrxuk/SVMP/3c776db5714b55862a91f26edd46f7bf0e004f35 against master#e0e204f3e97ad5f79524b9c259dc38df606ed82c for pr-149218
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgwrxuk%2FSVMP" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gwrxuk/SVMP
[INFO] finished tweaking git repo https://github.com/gwrxuk/SVMP
[INFO] tweaked toml for git repo https://github.com/gwrxuk/SVMP written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gwrxuk/SVMP on toolchain e0e204f3e97ad5f79524b9c259dc38df606ed82c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e0e204f3e97ad5f79524b9c259dc38df606ed82c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gwrxuk/SVMP already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e0e204f3e97ad5f79524b9c259dc38df606ed82c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] [stderr]       Adding hex v0.4.3
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded plotters-svg v0.3.7
[INFO] [stderr]   Downloaded plotters-backend v0.3.7
[INFO] [stderr]   Downloaded oorandom v11.1.5
[INFO] [stderr]   Downloaded sketches-ddsketch v0.2.2
[INFO] [stderr]   Downloaded metrics-exporter-prometheus v0.12.2
[INFO] [stderr]   Downloaded clap v4.5.38
[INFO] [stderr]   Downloaded clap_builder v4.5.38
[INFO] [stderr]   Downloaded plotters v0.3.7
[INFO] [stderr]   Downloaded tokio v1.45.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e0e204f3e97ad5f79524b9c259dc38df606ed82c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9d9d450595ea287a9866e451c361bb21923029e273bce084825b582c1dcde581
[INFO] running `Command { std: "docker" "start" "-a" "9d9d450595ea287a9866e451c361bb21923029e273bce084825b582c1dcde581", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d9d450595ea287a9866e451c361bb21923029e273bce084825b582c1dcde581", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d9d450595ea287a9866e451c361bb21923029e273bce084825b582c1dcde581", kill_on_drop: false }`
[INFO] [stdout] 9d9d450595ea287a9866e451c361bb21923029e273bce084825b582c1dcde581
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e0e204f3e97ad5f79524b9c259dc38df606ed82c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bdae08142bd260aa647940182eff70f3ffe8c33c77ce4952f621908c311ad3a2
[INFO] running `Command { std: "docker" "start" "-a" "bdae08142bd260aa647940182eff70f3ffe8c33c77ce4952f621908c311ad3a2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking raw-cpuid v10.7.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking clap_builder v4.5.38
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking sketches-ddsketch v0.2.2
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking quanta v0.11.1
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking hashbrown v0.13.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling metrics-macros v0.7.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking metrics v0.21.1
[INFO] [stderr]     Checking tokio v1.45.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking metrics-util v0.15.1
[INFO] [stderr]     Checking clap v4.5.38
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking ed25519-dalek v2.1.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking metrics-exporter-prometheus v0.12.2
[INFO] [stderr]     Checking eclipse-svm-optimizer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `{`, found `..`
[INFO] [stdout]   --> src/memory/pool.rs:67:34
[INFO] [stdout]    |
[INFO] [stdout] 67 |         for _ in 0..*region_count..self.config.initial_regions {
[INFO] [stdout]    |                                  ^^ expected `{`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `{`, found `..`
[INFO] [stdout]   --> src/memory/pool.rs:67:34
[INFO] [stdout]    |
[INFO] [stdout] 67 |         for _ in 0..*region_count..self.config.initial_regions {
[INFO] [stdout]    |                                  ^^ expected `{`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ed25519_dalek::PublicKey`
[INFO] [stdout]  --> src/vm/instruction.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ed25519_dalek::PublicKey;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `PublicKey` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ed25519_dalek::PublicKey`
[INFO] [stdout]  --> src/transaction/signature.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ed25519_dalek::{PublicKey, Signature as EdSignature, Verifier};
[INFO] [stdout]   |                     ^^^^^^^^^ no `PublicKey` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ed25519_dalek::Keypair`
[INFO] [stdout]   --> src/transaction/signature.rs:66:25
[INFO] [stdout]    |
[INFO] [stdout] 66 |     use ed25519_dalek::{Keypair, Signer};
[INFO] [stdout]    |                         ^^^^^^^ no `Keypair` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ed25519_dalek::PublicKey`
[INFO] [stdout]  --> src/vm/instruction.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ed25519_dalek::PublicKey;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `PublicKey` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ed25519_dalek::PublicKey`
[INFO] [stdout]  --> src/transaction/signature.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ed25519_dalek::{PublicKey, Signature as EdSignature, Verifier};
[INFO] [stdout]   |                     ^^^^^^^^^ no `PublicKey` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `instruction` is private
[INFO] [stdout]    --> src/transaction/scheduler.rs:253:20
[INFO] [stdout]     |
[INFO] [stdout] 253 |     use crate::vm::instruction::{Instruction, InstructionType, AccountMeta};
[INFO] [stdout]     |                    ^^^^^^^^^^^ private module
[INFO] [stdout]     |
[INFO] [stdout] note: the module `instruction` is defined here
[INFO] [stdout]    --> src/vm/mod.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | mod instruction;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `instruction` is private
[INFO] [stdout]  --> src/transaction/batch.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::vm::instruction::Instruction;
[INFO] [stdout]   |                ^^^^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `instruction` is defined here
[INFO] [stdout]  --> src/vm/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod instruction;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `instruction` is private
[INFO] [stdout]    --> src/transaction/scheduler.rs:253:20
[INFO] [stdout]     |
[INFO] [stdout] 253 |     use crate::vm::instruction::{Instruction, InstructionType, AccountMeta};
[INFO] [stdout]     |                    ^^^^^^^^^^^ private module
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum through its public re-export instead:
[INFO] [stdout]       crate::vm::InstructionType
[INFO] [stdout]    --> src/transaction/scheduler.rs:253:47
[INFO] [stdout]     |
[INFO] [stdout] 253 |     use crate::vm::instruction::{Instruction, InstructionType, AccountMeta};
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] note: the module `instruction` is defined here
[INFO] [stdout]    --> src/vm/mod.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | mod instruction;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `executor` is private
[INFO] [stdout]  --> src/transaction/batch.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::vm::executor::{ExecutionResult, ExecutionStats};
[INFO] [stdout]   |                ^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `executor` is defined here
[INFO] [stdout]  --> src/vm/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | mod executor;
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `instruction` is private
[INFO] [stdout]  --> src/transaction/batch.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::vm::instruction::Instruction;
[INFO] [stdout]   |                ^^^^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `instruction` is defined here
[INFO] [stdout]  --> src/vm/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod instruction;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `executor` is private
[INFO] [stdout]  --> src/transaction/batch.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::vm::executor::{ExecutionResult, ExecutionStats};
[INFO] [stdout]   |                ^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `executor` is defined here
[INFO] [stdout]  --> src/vm/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | mod executor;
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `instruction` is private
[INFO] [stdout]  --> src/transaction/mod.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::vm::instruction::{Instruction, AccountMeta};
[INFO] [stdout]   |                ^^^^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `instruction` is defined here
[INFO] [stdout]  --> src/vm/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod instruction;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `instruction` is private
[INFO] [stdout]  --> src/bench/mod.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::vm::instruction::{Instruction, InstructionType, AccountMeta};
[INFO] [stdout]   |                ^^^^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `instruction` is defined here
[INFO] [stdout]  --> src/vm/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod instruction;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `instruction` is private
[INFO] [stdout]    --> src/transaction/batch.rs:199:20
[INFO] [stdout]     |
[INFO] [stdout] 199 |     use crate::vm::instruction::{Instruction, InstructionType, AccountMeta};
[INFO] [stdout]     |                    ^^^^^^^^^^^ private module
[INFO] [stdout]     |
[INFO] [stdout] note: the module `instruction` is defined here
[INFO] [stdout]    --> src/vm/mod.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | mod instruction;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `instruction` is private
[INFO] [stdout]    --> src/transaction/batch.rs:199:20
[INFO] [stdout]     |
[INFO] [stdout] 199 |     use crate::vm::instruction::{Instruction, InstructionType, AccountMeta};
[INFO] [stdout]     |                    ^^^^^^^^^^^ private module
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum through its public re-export instead:
[INFO] [stdout]       crate::vm::InstructionType
[INFO] [stdout]    --> src/transaction/batch.rs:199:47
[INFO] [stdout]     |
[INFO] [stdout] 199 |     use crate::vm::instruction::{Instruction, InstructionType, AccountMeta};
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] note: the module `instruction` is defined here
[INFO] [stdout]    --> src/vm/mod.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | mod instruction;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `instruction` is private
[INFO] [stdout]  --> src/bench/mod.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::vm::instruction::{Instruction, InstructionType, AccountMeta};
[INFO] [stdout]   |                ^^^^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum through its public re-export instead:
[INFO] [stdout]       crate::vm::InstructionType
[INFO] [stdout]  --> src/bench/mod.rs:6:43
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::vm::instruction::{Instruction, InstructionType, AccountMeta};
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^
[INFO] [stdout] note: the module `instruction` is defined here
[INFO] [stdout]  --> src/vm/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod instruction;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `scheduler` is private
[INFO] [stdout]  --> src/bench/mod.rs:8:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::transaction::scheduler::{TransactionScheduler, SchedulerConfig, ExecutionMode};
[INFO] [stdout]   |                         ^^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `scheduler` is defined here
[INFO] [stdout]  --> src/transaction/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod scheduler;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `instruction` is private
[INFO] [stdout]  --> src/transaction/mod.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::vm::instruction::{Instruction, AccountMeta};
[INFO] [stdout]   |                ^^^^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `instruction` is defined here
[INFO] [stdout]  --> src/vm/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod instruction;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `scheduler` is private
[INFO] [stdout]  --> src/bench/mod.rs:8:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::transaction::scheduler::{TransactionScheduler, SchedulerConfig, ExecutionMode};
[INFO] [stdout]   |                         ^^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum through its public re-export instead:
[INFO] [stdout]       crate::transaction::ExecutionMode
[INFO] [stdout]  --> src/bench/mod.rs:8:76
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::transaction::scheduler::{TransactionScheduler, SchedulerConfig, ExecutionMode};
[INFO] [stdout]   |                                                                            ^^^^^^^^^^^^^
[INFO] [stdout] note: the module `scheduler` is defined here
[INFO] [stdout]  --> src/transaction/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod scheduler;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `instruction` is private
[INFO] [stdout]    --> src/transaction/mod.rs:177:20
[INFO] [stdout]     |
[INFO] [stdout] 177 |     use crate::vm::instruction::InstructionType;
[INFO] [stdout]     |                    ^^^^^^^^^^^ private module
[INFO] [stdout]     |
[INFO] [stdout] note: the module `instruction` is defined here
[INFO] [stdout]    --> src/vm/mod.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | mod instruction;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this enum through its public re-export instead
[INFO] [stdout]     |
[INFO] [stdout] 177 -     use crate::vm::instruction::InstructionType;
[INFO] [stdout] 177 +     use crate::vm::InstructionType;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `instruction` is private
[INFO] [stdout]  --> src/bench/mod.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::vm::instruction::{Instruction, InstructionType, AccountMeta};
[INFO] [stdout]   |                ^^^^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `instruction` is defined here
[INFO] [stdout]  --> src/vm/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod instruction;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `instruction` is private
[INFO] [stdout]  --> src/bench/mod.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::vm::instruction::{Instruction, InstructionType, AccountMeta};
[INFO] [stdout]   |                ^^^^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum through its public re-export instead:
[INFO] [stdout]       crate::vm::InstructionType
[INFO] [stdout]  --> src/bench/mod.rs:6:43
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::vm::instruction::{Instruction, InstructionType, AccountMeta};
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^
[INFO] [stdout] note: the module `instruction` is defined here
[INFO] [stdout]  --> src/vm/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod instruction;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Arc`
[INFO] [stdout]  --> src/memory/pool.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::{Arc, Mutex};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Mutex` and `RwLock`
[INFO] [stdout]  --> src/memory/region.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::{Arc, Mutex, RwLock};
[INFO] [stdout]   |                      ^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Arc`
[INFO] [stdout]  --> src/vm/state.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::sync::{Arc, RwLock};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow`
[INFO] [stdout]  --> src/transaction/scheduler.rs:4:22
[INFO] [stdout]   |
[INFO] [stdout] 4 | use anyhow::{Result, anyhow};
[INFO] [stdout]   |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Result` and `anyhow`
[INFO] [stdout]  --> src/transaction/batch.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use anyhow::{Result, anyhow};
[INFO] [stdout]   |              ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `scheduler` is private
[INFO] [stdout]  --> src/bench/mod.rs:8:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::transaction::scheduler::{TransactionScheduler, SchedulerConfig, ExecutionMode};
[INFO] [stdout]   |                         ^^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `scheduler` is defined here
[INFO] [stdout]  --> src/transaction/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod scheduler;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `scheduler` is private
[INFO] [stdout]  --> src/bench/mod.rs:8:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::transaction::scheduler::{TransactionScheduler, SchedulerConfig, ExecutionMode};
[INFO] [stdout]   |                         ^^^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum through its public re-export instead:
[INFO] [stdout]       crate::transaction::ExecutionMode
[INFO] [stdout]  --> src/bench/mod.rs:8:76
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::transaction::scheduler::{TransactionScheduler, SchedulerConfig, ExecutionMode};
[INFO] [stdout]   |                                                                            ^^^^^^^^^^^^^
[INFO] [stdout] note: the module `scheduler` is defined here
[INFO] [stdout]  --> src/transaction/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod scheduler;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Arc`
[INFO] [stdout]  --> src/memory/pool.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::{Arc, Mutex};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Mutex` and `RwLock`
[INFO] [stdout]  --> src/memory/region.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::{Arc, Mutex, RwLock};
[INFO] [stdout]   |                      ^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Arc`
[INFO] [stdout]  --> src/vm/state.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::sync::{Arc, RwLock};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow`
[INFO] [stdout]  --> src/transaction/scheduler.rs:4:22
[INFO] [stdout]   |
[INFO] [stdout] 4 | use anyhow::{Result, anyhow};
[INFO] [stdout]   |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Result` and `anyhow`
[INFO] [stdout]  --> src/transaction/batch.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use anyhow::{Result, anyhow};
[INFO] [stdout]   |              ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::transaction::Signature`
[INFO] [stdout]    --> src/transaction/batch.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 200 |     use crate::transaction::Signature;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::mpsc`
[INFO] [stdout]    --> src/protocol/mod.rs:314:9
[INFO] [stdout]     |
[INFO] [stdout] 314 |     use std::sync::mpsc;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `[u8; 64]: Serialize` is not satisfied
[INFO] [stdout]     --> src/transaction/signature.rs:7:17
[INFO] [stdout]      |
[INFO] [stdout]    7 |   #[derive(Clone, Serialize, Deserialize)]
[INFO] [stdout]      |                   ^^^^^^^^^ the trait `Serialize` is not implemented for `[u8; 64]`
[INFO] [stdout] ...
[INFO] [stdout]   12 | /     /// Signature bytes
[INFO] [stdout]   13 | |     pub signature: [u8; 64],
[INFO] [stdout]      | |___________________________- required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Serialize)]` to your `[u8; 64]` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Serialize`:
[INFO] [stdout]                [T; 0]
[INFO] [stdout]                [T]
[INFO] [stdout]                [T; 1]
[INFO] [stdout]                [T; 2]
[INFO] [stdout]                [T; 3]
[INFO] [stdout]                [T; 4]
[INFO] [stdout]                [T; 5]
[INFO] [stdout]                [T; 6]
[INFO] [stdout]              and 26 others
[INFO] [stdout] note: required by a bound in `transaction::_::_serde::ser::SerializeStruct::serialize_field`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/mod.rs:1866:21
[INFO] [stdout]      |
[INFO] [stdout] 1864 |     fn serialize_field<T>(&mut self, key: &'static str, value: &T) -> Result<(), Self::Error>
[INFO] [stdout]      |        --------------- required by a bound in this associated function
[INFO] [stdout] 1865 |     where
[INFO] [stdout] 1866 |         T: ?Sized + Serialize;
[INFO] [stdout]      |                     ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `[u8; 64]: Deserialize<'_>` is not satisfied
[INFO] [stdout]     --> src/transaction/signature.rs:13:20
[INFO] [stdout]      |
[INFO] [stdout]   13 |     pub signature: [u8; 64],
[INFO] [stdout]      |                    ^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `[u8; 64]`
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `[u8; 64]` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]                &[u8]
[INFO] [stdout]                [T; 0]
[INFO] [stdout]                [T; 1]
[INFO] [stdout]                [T; 2]
[INFO] [stdout]                [T; 3]
[INFO] [stdout]                [T; 4]
[INFO] [stdout]                [T; 5]
[INFO] [stdout]                [T; 6]
[INFO] [stdout]              and 26 others
[INFO] [stdout] note: required by a bound in `next_element`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/mod.rs:1732:12
[INFO] [stdout]      |
[INFO] [stdout] 1730 |     fn next_element<T>(&mut self) -> Result<Option<T>, Self::Error>
[INFO] [stdout]      |        ------------ required by a bound in this associated function
[INFO] [stdout] 1731 |     where
[INFO] [stdout] 1732 |         T: Deserialize<'de>,
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ required by this bound in `SeqAccess::next_element`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `[u8; 64]: Deserialize<'_>` is not satisfied
[INFO] [stdout]     --> src/transaction/signature.rs:13:20
[INFO] [stdout]      |
[INFO] [stdout]   13 |     pub signature: [u8; 64],
[INFO] [stdout]      |                    ^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `[u8; 64]`
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `[u8; 64]` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]                &[u8]
[INFO] [stdout]                [T; 0]
[INFO] [stdout]                [T; 1]
[INFO] [stdout]                [T; 2]
[INFO] [stdout]                [T; 3]
[INFO] [stdout]                [T; 4]
[INFO] [stdout]                [T; 5]
[INFO] [stdout]                [T; 6]
[INFO] [stdout]              and 26 others
[INFO] [stdout] note: required by a bound in `next_value`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/mod.rs:1871:12
[INFO] [stdout]      |
[INFO] [stdout] 1869 |     fn next_value<V>(&mut self) -> Result<V, Self::Error>
[INFO] [stdout]      |        ---------- required by a bound in this associated function
[INFO] [stdout] 1870 |     where
[INFO] [stdout] 1871 |         V: Deserialize<'de>,
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `[u8; 64]: Deserialize<'_>` is not satisfied
[INFO] [stdout]   --> src/transaction/signature.rs:7:28
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Clone, Serialize, Deserialize)]
[INFO] [stdout]    |                            ^^^^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `[u8; 64]`
[INFO] [stdout]    |
[INFO] [stdout]    = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `[u8; 64]` type
[INFO] [stdout]    = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]    = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]              &[u8]
[INFO] [stdout]              [T; 0]
[INFO] [stdout]              [T; 1]
[INFO] [stdout]              [T; 2]
[INFO] [stdout]              [T; 3]
[INFO] [stdout]              [T; 4]
[INFO] [stdout]              [T; 5]
[INFO] [stdout]              [T; 6]
[INFO] [stdout]            and 26 others
[INFO] [stdout] note: required by a bound in `transaction::_::_serde::__private::de::missing_field`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/de.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn missing_field<'de, V, E>(field: &'static str) -> Result<V, E>
[INFO] [stdout]    |        ------------- required by a bound in this function
[INFO] [stdout] 24 | where
[INFO] [stdout] 25 |     V: Deserialize<'de>,
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ required by this bound in `missing_field`
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `[u8; 64]: Serialize` is not satisfied
[INFO] [stdout]     --> src/transaction/signature.rs:7:17
[INFO] [stdout]      |
[INFO] [stdout]    7 |   #[derive(Clone, Serialize, Deserialize)]
[INFO] [stdout]      |                   ^^^^^^^^^ the trait `Serialize` is not implemented for `[u8; 64]`
[INFO] [stdout] ...
[INFO] [stdout]   12 | /     /// Signature bytes
[INFO] [stdout]   13 | |     pub signature: [u8; 64],
[INFO] [stdout]      | |___________________________- required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Serialize)]` to your `[u8; 64]` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Serialize`:
[INFO] [stdout]                [T; 0]
[INFO] [stdout]                [T]
[INFO] [stdout]                [T; 1]
[INFO] [stdout]                [T; 2]
[INFO] [stdout]                [T; 3]
[INFO] [stdout]                [T; 4]
[INFO] [stdout]                [T; 5]
[INFO] [stdout]                [T; 6]
[INFO] [stdout]              and 26 others
[INFO] [stdout] note: required by a bound in `transaction::_::_serde::ser::SerializeStruct::serialize_field`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/mod.rs:1866:21
[INFO] [stdout]      |
[INFO] [stdout] 1864 |     fn serialize_field<T>(&mut self, key: &'static str, value: &T) -> Result<(), Self::Error>
[INFO] [stdout]      |        --------------- required by a bound in this associated function
[INFO] [stdout] 1865 |     where
[INFO] [stdout] 1866 |         T: ?Sized + Serialize;
[INFO] [stdout]      |                     ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `[u8; 64]: Deserialize<'_>` is not satisfied
[INFO] [stdout]     --> src/transaction/signature.rs:13:20
[INFO] [stdout]      |
[INFO] [stdout]   13 |     pub signature: [u8; 64],
[INFO] [stdout]      |                    ^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `[u8; 64]`
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `[u8; 64]` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]                &[u8]
[INFO] [stdout]                [T; 0]
[INFO] [stdout]                [T; 1]
[INFO] [stdout]                [T; 2]
[INFO] [stdout]                [T; 3]
[INFO] [stdout]                [T; 4]
[INFO] [stdout]                [T; 5]
[INFO] [stdout]                [T; 6]
[INFO] [stdout]              and 26 others
[INFO] [stdout] note: required by a bound in `next_element`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/mod.rs:1732:12
[INFO] [stdout]      |
[INFO] [stdout] 1730 |     fn next_element<T>(&mut self) -> Result<Option<T>, Self::Error>
[INFO] [stdout]      |        ------------ required by a bound in this associated function
[INFO] [stdout] 1731 |     where
[INFO] [stdout] 1732 |         T: Deserialize<'de>,
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ required by this bound in `SeqAccess::next_element`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `[u8; 64]: Deserialize<'_>` is not satisfied
[INFO] [stdout]     --> src/transaction/signature.rs:13:20
[INFO] [stdout]      |
[INFO] [stdout]   13 |     pub signature: [u8; 64],
[INFO] [stdout]      |                    ^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `[u8; 64]`
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `[u8; 64]` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]                &[u8]
[INFO] [stdout]                [T; 0]
[INFO] [stdout]                [T; 1]
[INFO] [stdout]                [T; 2]
[INFO] [stdout]                [T; 3]
[INFO] [stdout]                [T; 4]
[INFO] [stdout]                [T; 5]
[INFO] [stdout]                [T; 6]
[INFO] [stdout]              and 26 others
[INFO] [stdout] note: required by a bound in `next_value`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/mod.rs:1871:12
[INFO] [stdout]      |
[INFO] [stdout] 1869 |     fn next_value<V>(&mut self) -> Result<V, Self::Error>
[INFO] [stdout]      |        ---------- required by a bound in this associated function
[INFO] [stdout] 1870 |     where
[INFO] [stdout] 1871 |         V: Deserialize<'de>,
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `[u8; 64]: Deserialize<'_>` is not satisfied
[INFO] [stdout]   --> src/transaction/signature.rs:7:28
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Clone, Serialize, Deserialize)]
[INFO] [stdout]    |                            ^^^^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `[u8; 64]`
[INFO] [stdout]    |
[INFO] [stdout]    = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `[u8; 64]` type
[INFO] [stdout]    = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]    = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]              &[u8]
[INFO] [stdout]              [T; 0]
[INFO] [stdout]              [T; 1]
[INFO] [stdout]              [T; 2]
[INFO] [stdout]              [T; 3]
[INFO] [stdout]              [T; 4]
[INFO] [stdout]              [T; 5]
[INFO] [stdout]              [T; 6]
[INFO] [stdout]            and 26 others
[INFO] [stdout] note: required by a bound in `transaction::_::_serde::__private::de::missing_field`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/de.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn missing_field<'de, V, E>(field: &'static str) -> Result<V, E>
[INFO] [stdout]    |        ------------- required by a bound in this function
[INFO] [stdout] 24 | where
[INFO] [stdout] 25 |     V: Deserialize<'de>,
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ required by this bound in `missing_field`
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `map_err` found for struct `ed25519_dalek::Signature` in the current scope
[INFO] [stdout]   --> src/transaction/signature.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 42 |       let signature = EdSignature::from_bytes(signature_bytes)
[INFO] [stdout]    |  _____________________-
[INFO] [stdout] 43 | |         .map_err(|e| anyhow!("Invalid signature: {}", e))?;
[INFO] [stdout]    | |         -^^^^^^^ method not found in `ed25519_dalek::Signature`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `map_err` found for struct `ed25519_dalek::Signature` in the current scope
[INFO] [stdout]   --> src/transaction/signature.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 42 |       let signature = EdSignature::from_bytes(signature_bytes)
[INFO] [stdout]    |  _____________________-
[INFO] [stdout] 43 | |         .map_err(|e| anyhow!("Invalid signature: {}", e))?;
[INFO] [stdout]    | |         -^^^^^^^ method not found in `ed25519_dalek::Signature`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/transaction/mod.rs:109:22
[INFO] [stdout]     |
[INFO] [stdout] 109 |             units += instruction.compute_cost_estimate();
[INFO] [stdout]     |                      ^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/transaction/mod.rs:109:22
[INFO] [stdout]     |
[INFO] [stdout] 109 |             units += instruction.compute_cost_estimate();
[INFO] [stdout]     |                      ^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `std::sync::Mutex<T>` in the current scope
[INFO] [stdout]    --> src/protocol/mod.rs:259:32
[INFO] [stdout]     |
[INFO] [stdout] 259 |         let stats = self.stats.clone();
[INFO] [stdout]     |                                ^^^^^ method not found in `std::sync::Mutex<ProtocolStats>`
[INFO] [stdout]     |
[INFO] [stdout] note: the method `clone` exists on the type `ProtocolStats`
[INFO] [stdout]    --> /rustc/e0e204f3e97ad5f79524b9c259dc38df606ed82c/library/core/src/clone.rs:236:4
[INFO] [stdout] help: use `.lock().unwrap()` to borrow the `ProtocolStats`, blocking the current thread until it can be acquired
[INFO] [stdout]     |
[INFO] [stdout] 259 |         let stats = self.stats.lock().unwrap().clone();
[INFO] [stdout]     |                               ++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `BenchmarkConfig` doesn't implement `Debug`
[INFO] [stdout]   --> src/bench/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[derive(Debug, Clone)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub config: BenchmarkConfig,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Debug` is not implemented for `BenchmarkConfig`
[INFO] [stdout]   --> src/bench/mod.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct BenchmarkConfig {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `BenchmarkConfig` or manually `impl Debug for BenchmarkConfig`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BenchmarkConfig: Clone` is not satisfied
[INFO] [stdout]   --> src/bench/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[derive(Debug, Clone)]
[INFO] [stdout]    |                 ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub config: BenchmarkConfig,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `BenchmarkConfig`
[INFO] [stdout]    |
[INFO] [stdout] help: consider annotating `BenchmarkConfig` with `#[derive(Clone)]`
[INFO] [stdout]    |
[INFO] [stdout] 11 + #[derive(Clone)]
[INFO] [stdout] 12 | pub struct BenchmarkConfig {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `std::sync::Mutex<T>` in the current scope
[INFO] [stdout]    --> src/protocol/mod.rs:259:32
[INFO] [stdout]     |
[INFO] [stdout] 259 |         let stats = self.stats.clone();
[INFO] [stdout]     |                                ^^^^^ method not found in `std::sync::Mutex<ProtocolStats>`
[INFO] [stdout]     |
[INFO] [stdout] note: the method `clone` exists on the type `ProtocolStats`
[INFO] [stdout]    --> /rustc/e0e204f3e97ad5f79524b9c259dc38df606ed82c/library/core/src/clone.rs:236:4
[INFO] [stdout] help: use `.lock().unwrap()` to borrow the `ProtocolStats`, blocking the current thread until it can be acquired
[INFO] [stdout]     |
[INFO] [stdout] 259 |         let stats = self.stats.lock().unwrap().clone();
[INFO] [stdout]     |                               ++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/bench/mod.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |         config: config.clone(),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ expected `BenchmarkConfig`, found `&BenchmarkConfig`
[INFO] [stdout]     |
[INFO] [stdout] note: `BenchmarkConfig` does not implement `Clone`, so `&BenchmarkConfig` was cloned instead
[INFO] [stdout]    --> src/bench/mod.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |         config: config.clone(),
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] help: consider annotating `BenchmarkConfig` with `#[derive(Clone)]`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #[derive(Clone)]
[INFO] [stdout]  12 | pub struct BenchmarkConfig {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `BenchmarkConfig` doesn't implement `Debug`
[INFO] [stdout]   --> src/bench/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[derive(Debug, Clone)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub config: BenchmarkConfig,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Debug` is not implemented for `BenchmarkConfig`
[INFO] [stdout]   --> src/bench/mod.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct BenchmarkConfig {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `BenchmarkConfig` or manually `impl Debug for BenchmarkConfig`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BenchmarkConfig: Clone` is not satisfied
[INFO] [stdout]   --> src/bench/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[derive(Debug, Clone)]
[INFO] [stdout]    |                 ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub config: BenchmarkConfig,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `BenchmarkConfig`
[INFO] [stdout]    |
[INFO] [stdout] help: consider annotating `BenchmarkConfig` with `#[derive(Clone)]`
[INFO] [stdout]    |
[INFO] [stdout] 11 + #[derive(Clone)]
[INFO] [stdout] 12 | pub struct BenchmarkConfig {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/bench/mod.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |         config: config.clone(),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ expected `BenchmarkConfig`, found `&BenchmarkConfig`
[INFO] [stdout]     |
[INFO] [stdout] note: `BenchmarkConfig` does not implement `Clone`, so `&BenchmarkConfig` was cloned instead
[INFO] [stdout]    --> src/bench/mod.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |         config: config.clone(),
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] help: consider annotating `BenchmarkConfig` with `#[derive(Clone)]`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #[derive(Clone)]
[INFO] [stdout]  12 | pub struct BenchmarkConfig {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/memory/pool.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |         let mut pool = Self {
[INFO] [stdout]    |             ----^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_allocated`
[INFO] [stdout]    --> src/memory/mod.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |         let current_allocated = {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_allocated`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/memory/pool.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |         let mut pool = Self {
[INFO] [stdout]    |             ----^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `region`
[INFO] [stdout]    --> src/memory/pool.rs:159:13
[INFO] [stdout]     |
[INFO] [stdout] 159 |         let region = pool.get_region().unwrap();
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_region`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `more_regions`
[INFO] [stdout]    --> src/memory/pool.rs:163:13
[INFO] [stdout]     |
[INFO] [stdout] 163 |         let more_regions: Vec<_> = (0..4).map(|_| pool.get_region().unwrap()).collect();
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_more_regions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_allocated`
[INFO] [stdout]    --> src/memory/mod.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |         let current_allocated = {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_allocated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/vm/executor.rs:304:13
[INFO] [stdout]     |
[INFO] [stdout] 304 |         let mut stats = ExecutionStats {
[INFO] [stdout]     |             ----^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accounts`
[INFO] [stdout]    --> src/vm/state.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 |         accounts: &[AccountMeta],
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accounts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/vm/executor.rs:304:13
[INFO] [stdout]     |
[INFO] [stdout] 304 |         let mut stats = ExecutionStats {
[INFO] [stdout]     |             ----^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accounts`
[INFO] [stdout]    --> src/vm/state.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 |         accounts: &[AccountMeta],
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accounts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `peer_id`
[INFO] [stdout]    --> src/protocol/transport.rs:128:23
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn connect(&self, peer_id: &str, address: &str) -> Result<()> {
[INFO] [stdout]     |                       ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_peer_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]    --> src/protocol/transport.rs:128:38
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn connect(&self, peer_id: &str, address: &str) -> Result<()> {
[INFO] [stdout]     |                                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `peer_id`
[INFO] [stdout]    --> src/protocol/transport.rs:139:26
[INFO] [stdout]     |
[INFO] [stdout] 139 |     fn disconnect(&self, peer_id: &str) -> Result<()> {
[INFO] [stdout]     |                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_peer_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `peer_id`
[INFO] [stdout]    --> src/protocol/transport.rs:144:20
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn send(&self, peer_id: &str, data: Vec<u8>) -> Result<()> {
[INFO] [stdout]     |                    ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_peer_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `peer_id`
[INFO] [stdout]    --> src/protocol/transport.rs:214:23
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn connect(&self, peer_id: &str, address: &str) -> Result<()> {
[INFO] [stdout]     |                       ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_peer_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]    --> src/protocol/transport.rs:214:38
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn connect(&self, peer_id: &str, address: &str) -> Result<()> {
[INFO] [stdout]     |                                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `peer_id`
[INFO] [stdout]    --> src/protocol/transport.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn disconnect(&self, peer_id: &str) -> Result<()> {
[INFO] [stdout]     |                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_peer_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `peer_id`
[INFO] [stdout]    --> src/protocol/transport.rs:229:20
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn send(&self, peer_id: &str, data: Vec<u8>) -> Result<()> {
[INFO] [stdout]     |                    ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_peer_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0282, E0308, E0432, E0599, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `eclipse-svm-optimizer` (lib) due to 20 previous errors; 17 warnings emitted
[INFO] [stdout] warning: unused variable: `peer_id`
[INFO] [stdout]    --> src/protocol/transport.rs:128:23
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn connect(&self, peer_id: &str, address: &str) -> Result<()> {
[INFO] [stdout]     |                       ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_peer_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]    --> src/protocol/transport.rs:128:38
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn connect(&self, peer_id: &str, address: &str) -> Result<()> {
[INFO] [stdout]     |                                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `peer_id`
[INFO] [stdout]    --> src/protocol/transport.rs:139:26
[INFO] [stdout]     |
[INFO] [stdout] 139 |     fn disconnect(&self, peer_id: &str) -> Result<()> {
[INFO] [stdout]     |                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_peer_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `peer_id`
[INFO] [stdout]    --> src/protocol/transport.rs:144:20
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn send(&self, peer_id: &str, data: Vec<u8>) -> Result<()> {
[INFO] [stdout]     |                    ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_peer_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `peer_id`
[INFO] [stdout]    --> src/protocol/transport.rs:214:23
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn connect(&self, peer_id: &str, address: &str) -> Result<()> {
[INFO] [stdout]     |                       ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_peer_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]    --> src/protocol/transport.rs:214:38
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn connect(&self, peer_id: &str, address: &str) -> Result<()> {
[INFO] [stdout]     |                                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `peer_id`
[INFO] [stdout]    --> src/protocol/transport.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn disconnect(&self, peer_id: &str) -> Result<()> {
[INFO] [stdout]     |                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_peer_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `peer_id`
[INFO] [stdout]    --> src/protocol/transport.rs:229:20
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn send(&self, peer_id: &str, data: Vec<u8>) -> Result<()> {
[INFO] [stdout]     |                    ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_peer_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0282, E0308, E0432, E0599, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `eclipse-svm-optimizer` (lib test) due to 26 previous errors; 21 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "bdae08142bd260aa647940182eff70f3ffe8c33c77ce4952f621908c311ad3a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdae08142bd260aa647940182eff70f3ffe8c33c77ce4952f621908c311ad3a2", kill_on_drop: false }`
[INFO] [stdout] bdae08142bd260aa647940182eff70f3ffe8c33c77ce4952f621908c311ad3a2
