[INFO] fetching crate solana-svm 2.3.11...
[INFO] testing solana-svm-2.3.11 against 1.90.0 for beta-1.91-3
[INFO] extracting crate solana-svm 2.3.11 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate solana-svm 2.3.11
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate solana-svm 2.3.11
[INFO] tweaked toml for crates.io crate solana-svm 2.3.11 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate solana-svm 2.3.11 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate solana-svm 2.3.11 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded windows-result v0.1.1
[INFO] [stderr]   Downloaded assoc v0.1.3
[INFO] [stderr]   Downloaded generator v0.8.1
[INFO] [stderr]   Downloaded solana-precompiles v2.2.1
[INFO] [stderr]   Downloaded shuttle v0.7.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9cd77b5fb57d0e47549d93228c897bd1db8694f737ba6f8be848d53c7753f8b1
[INFO] running `Command { std: "docker" "start" "-a" "9cd77b5fb57d0e47549d93228c897bd1db8694f737ba6f8be848d53c7753f8b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cd77b5fb57d0e47549d93228c897bd1db8694f737ba6f8be848d53c7753f8b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cd77b5fb57d0e47549d93228c897bd1db8694f737ba6f8be848d53c7753f8b1", kill_on_drop: false }`
[INFO] [stdout] 9cd77b5fb57d0e47549d93228c897bd1db8694f737ba6f8be848d53c7753f8b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3a158c547088392f0cc4ac83dd552cfc5c248c8f97eb8b75ce1b766b484bb7d
[INFO] running `Command { std: "docker" "start" "-a" "c3a158c547088392f0cc4ac83dd552cfc5c248c8f97eb8b75ce1b766b484bb7d", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling cpufeatures v0.2.7
[INFO] [stderr]    Compiling five8_core v0.1.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling solana-sanitize v2.2.1
[INFO] [stderr]    Compiling five8 v0.2.1
[INFO] [stderr]    Compiling solana-atomic-u64 v2.2.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling five8_const v0.1.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling bs58 v0.5.1
[INFO] [stderr]    Compiling solana-msg v2.2.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling solana-decode-error v2.2.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling solana-program-memory v2.2.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling tokio v1.45.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling litemap v0.7.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling ark-std v0.4.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling signature v1.4.0
[INFO] [stderr]    Compiling zerocopy v0.7.31
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling ed25519 v1.2.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.3
[INFO] [stderr]    Compiling rustls v0.23.27
[INFO] [stderr]    Compiling libsecp256k1-core v0.2.2
[INFO] [stderr]    Compiling alloc-stdlib v0.2.1
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.4
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling yoke-derive v0.7.4
[INFO] [stderr]    Compiling solana-sdk-macro v2.2.1
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.3
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling ark-serialize-derive v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling bytemuck v1.23.0
[INFO] [stderr]    Compiling ark-ff-macros v0.4.2
[INFO] [stderr]    Compiling zerofrom v0.1.4
[INFO] [stderr]    Compiling yoke v0.7.4
[INFO] [stderr]    Compiling ark-ff-asm v0.4.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling ark-serialize v0.4.2
[INFO] [stderr]    Compiling curve25519-dalek v3.2.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.2
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling aho-corasick v1.0.1
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling ark-ff v0.4.2
[INFO] [stderr]    Compiling solana-native-token v2.2.2
[INFO] [stderr]    Compiling solana-time-utils v2.2.1
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.18
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling hyper-util v0.1.13
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling flate2 v1.0.31
[INFO] [stderr]    Compiling solana-hash v2.3.0
[INFO] [stderr]    Compiling solana-sha256-hasher v2.2.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling solana-fee-calculator v2.2.1
[INFO] [stderr]    Compiling bv v0.11.1
[INFO] [stderr]    Compiling serde_bytes v0.11.17
[INFO] [stderr]    Compiling ed25519-dalek v1.0.1
[INFO] [stderr]    Compiling solana-pubkey v2.4.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling solana-instruction v2.3.0
[INFO] [stderr]    Compiling solana-sdk-ids v2.2.1
[INFO] [stderr]    Compiling solana-sysvar-id v2.2.1
[INFO] [stderr]    Compiling solana-program-error v2.2.1
[INFO] [stderr]    Compiling solana-system-interface v1.0.0
[INFO] [stderr]    Compiling solana-account-info v2.2.1
[INFO] [stderr]    Compiling solana-clock v2.2.2
[INFO] [stderr]    Compiling solana-cpi v2.2.1
[INFO] [stderr]    Compiling solana-serialize-utils v2.2.1
[INFO] [stderr]    Compiling solana-transaction-error v2.2.1
[INFO] [stderr]    Compiling solana-instructions-sysvar v2.2.2
[INFO] [stderr]    Compiling solana-stake-interface v1.2.1
[INFO] [stderr]    Compiling solana-program-entrypoint v2.2.1
[INFO] [stderr]    Compiling solana-epoch-rewards v2.2.1
[INFO] [stderr]    Compiling solana-slot-hashes v2.2.1
[INFO] [stderr]    Compiling solana-epoch-schedule v2.2.1
[INFO] [stderr]    Compiling solana-last-restart-slot v2.2.1
[INFO] [stderr]    Compiling solana-slot-history v2.2.1
[INFO] [stderr]    Compiling solana-rent v2.2.1
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling solana-signature v2.3.0
[INFO] [stderr]    Compiling solana-cluster-type v2.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling solana-message v2.4.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling solana-sysvar v2.2.2
[INFO] [stderr]    Compiling libsecp256k1-gen-genmult v0.2.1
[INFO] [stderr]    Compiling libsecp256k1-gen-ecmult v0.2.1
[INFO] [stderr]    Compiling webpki-roots v0.26.8
[INFO] [stderr]    Compiling solana-account v2.2.1
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling tower-http v0.6.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.5
[INFO] [stderr]    Compiling ark-poly v0.4.2
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling libsecp256k1 v0.6.0
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling async-compression v0.4.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling enum-iterator-derive v1.3.0
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling webpki-roots v1.0.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling ark-ec v0.4.2
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]    Compiling enum-iterator v1.5.0
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling reqwest v0.12.16
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling combine v3.8.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling solana-seed-phrase v2.2.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling num v0.2.1
[INFO] [stderr]    Compiling solana-transaction-context v2.3.11
[INFO] [stderr]    Compiling solana-signer v2.2.1
[INFO] [stderr]    Compiling solana-precompile-error v2.2.2
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling solana-hard-forks v2.2.1
[INFO] [stderr]    Compiling solana-keypair v2.2.1
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling ark-bn254 v0.4.0
[INFO] [stderr]    Compiling solana-metrics v2.3.11
[INFO] [stderr]    Compiling light-poseidon v0.2.0
[INFO] [stderr]    Compiling solana-timings v2.3.11
[INFO] [stderr]    Compiling solana-shred-version v2.2.1
[INFO] [stderr]    Compiling solana-svm-callback v2.3.11
[INFO] [stderr]    Compiling percentage v0.1.0
[INFO] [stderr]    Compiling solana-logger v2.3.1
[INFO] [stderr]    Compiling solana-fee-structure v2.3.0
[INFO] [stderr]    Compiling solana-stable-layout v2.2.1
[INFO] [stderr]    Compiling solana-type-overrides v2.3.11
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling solana-log-collector v2.3.11
[INFO] [stderr]    Compiling memmap2 v0.5.10
[INFO] [stderr]    Compiling solana-svm-feature-set v2.3.11
[INFO] [stderr]    Compiling solana-poh-config v2.2.1
[INFO] [stderr]    Compiling solana-inflation v2.2.1
[INFO] [stderr]    Compiling solana-define-syscall v2.3.0
[INFO] [stderr]    Compiling solana-measure v2.3.11
[INFO] [stderr]    Compiling solana-bn254 v2.2.2
[INFO] [stderr]    Compiling solana-poseidon v2.3.11
[INFO] [stderr]    Compiling solana-blake3-hasher v2.2.1
[INFO] [stderr]    Compiling solana-keccak-hasher v2.2.1
[INFO] [stderr]    Compiling solana-loader-v4-interface v2.2.1
[INFO] [stderr]    Compiling solana-genesis-config v2.2.1
[INFO] [stderr]    Compiling solana-loader-v3-interface v5.0.0
[INFO] [stderr]    Compiling solana-bincode v2.2.1
[INFO] [stderr]    Compiling solana-curve25519 v2.3.11
[INFO] [stderr]    Compiling qualifier_attr v0.2.2
[INFO] [stderr]    Compiling solana-sbpf v0.11.1
[INFO] [stderr]    Compiling solana-big-mod-exp v2.2.1
[INFO] [stderr]    Compiling solana-packet v2.2.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling solana-rent-collector v2.2.1
[INFO] [stderr]    Compiling solana-transaction v2.2.2
[INFO] [stderr]    Compiling solana-nonce v2.2.1
[INFO] [stderr]    Compiling solana-reward-info v2.2.1
[INFO] [stderr]    Compiling solana-rent-debits v2.2.1
[INFO] [stderr]    Compiling solana-svm-rent-collector v2.3.11
[INFO] [stderr]    Compiling solana-nonce-account v2.2.1
[INFO] [stderr]    Compiling solana-secp256k1-recover v2.2.1
[INFO] [stderr]    Compiling solana-svm-transaction v2.3.11
[INFO] [stderr]    Compiling solana-program-pack v2.2.1
[INFO] [stderr]    Compiling spl-generic-token v1.0.1
[INFO] [stderr]    Compiling solana-program-runtime v2.3.11
[INFO] [stderr]    Compiling solana-bpf-loader-program v2.3.11
[INFO] [stderr]    Compiling solana-loader-v4-program v2.3.11
[INFO] [stderr]    Compiling solana-svm v2.3.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/transaction_processor.rs:309:25
[INFO] [stdout]     |
[INFO] [stdout] 309 |     pub fn sysvar_cache(&self) -> RwLockReadGuard<SysvarCache> {
[INFO] [stdout]     |                         ^^^^^     ---------------------------- the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `-D mismatched-lifetime-syntaxes` implied by `-D warnings`
[INFO] [stdout]     = help: to override `-D warnings` add `#[allow(mismatched_lifetime_syntaxes)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 309 |     pub fn sysvar_cache(&self) -> RwLockReadGuard<'_, SysvarCache> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 07s
[INFO] running `Command { std: "docker" "inspect" "c3a158c547088392f0cc4ac83dd552cfc5c248c8f97eb8b75ce1b766b484bb7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3a158c547088392f0cc4ac83dd552cfc5c248c8f97eb8b75ce1b766b484bb7d", kill_on_drop: false }`
[INFO] [stdout] c3a158c547088392f0cc4ac83dd552cfc5c248c8f97eb8b75ce1b766b484bb7d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 221dcff2a3c13d18f8b7627f7006d6bbacdd4a08d0369026349bd147881be441
[INFO] running `Command { std: "docker" "start" "-a" "221dcff2a3c13d18f8b7627f7006d6bbacdd4a08d0369026349bd147881be441", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling hashbrown v0.15.1
[INFO] [stderr]    Compiling equivalent v1.0.0
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling winnow v0.5.16
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling borsh v1.5.7
[INFO] [stderr]    Compiling solana-short-vec v2.2.1
[INFO] [stderr]    Compiling crypto-mac v0.8.0
[INFO] [stderr]    Compiling hmac v0.8.1
[INFO] [stderr]    Compiling libsecp256k1 v0.6.0
[INFO] [stderr]    Compiling openssl-src v300.3.1+3.3.1
[INFO] [stderr]    Compiling hmac-drbg v0.3.0
[INFO] [stderr]    Compiling serde-big-array v0.5.1
[INFO] [stderr]    Compiling pkg-config v0.3.22
[INFO] [stderr]    Compiling solana-signature v2.3.0
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling solana-serde-varint v2.2.2
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling solana-program-option v2.2.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling generator v0.8.1
[INFO] [stderr]    Compiling rand_pcg v0.3.1
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling assoc v0.1.3
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling borsh-schema-derive-internal v0.10.3
[INFO] [stderr]    Compiling borsh-derive-internal v0.10.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]    Compiling test-case-core v3.2.1
[INFO] [stderr]    Compiling shuttle v0.7.1
[INFO] [stderr]    Compiling borsh-derive v1.5.7
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]    Compiling solana-secp256k1-recover v2.2.1
[INFO] [stderr]    Compiling borsh-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.3
[INFO] [stderr]    Compiling ark-serialize-derive v0.4.2
[INFO] [stderr]    Compiling ark-ff-asm v0.4.2
[INFO] [stderr]    Compiling borsh v0.10.3
[INFO] [stderr]    Compiling ark-serialize v0.4.2
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling ark-ff-macros v0.4.2
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling kaigan v0.2.6
[INFO] [stderr]    Compiling num_enum v0.7.3
[INFO] [stderr]    Compiling test-case-macros v3.2.1
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling test-case v3.3.1
[INFO] [stderr]    Compiling ark-ff v0.4.2
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling solana-hash v2.3.0
[INFO] [stderr]    Compiling solana-borsh v2.2.1
[INFO] [stderr]    Compiling solana-sha256-hasher v2.2.1
[INFO] [stderr]    Compiling solana-cluster-type v2.2.1
[INFO] [stderr]    Compiling solana-pubkey v2.4.0
[INFO] [stderr]    Compiling solana-keccak-hasher v2.2.1
[INFO] [stderr]    Compiling solana-blake3-hasher v2.2.1
[INFO] [stderr]    Compiling solana-shred-version v2.2.1
[INFO] [stderr]    Compiling solana-instruction v2.3.0
[INFO] [stderr]    Compiling solana-sdk-ids v2.2.1
[INFO] [stderr]    Compiling solana-timings v2.3.11
[INFO] [stderr]    Compiling solana-nonce v2.2.1
[INFO] [stderr]    Compiling spl-generic-token v1.0.1
[INFO] [stderr]    Compiling solana-sysvar-id v2.2.1
[INFO] [stderr]    Compiling solana-rent-debits v2.2.1
[INFO] [stderr]    Compiling solana-system-interface v1.0.0
[INFO] [stderr]    Compiling solana-program-error v2.2.1
[INFO] [stderr]    Compiling solana-transaction-error v2.2.1
[INFO] [stderr]    Compiling solana-epoch-schedule v2.2.1
[INFO] [stderr]    Compiling solana-account-info v2.2.1
[INFO] [stderr]    Compiling solana-clock v2.2.2
[INFO] [stderr]    Compiling solana-slot-hashes v2.2.1
[INFO] [stderr]    Compiling solana-serialize-utils v2.2.1
[INFO] [stderr]    Compiling solana-rent v2.2.1
[INFO] [stderr]    Compiling solana-cpi v2.2.1
[INFO] [stderr]    Compiling solana-instructions-sysvar v2.2.2
[INFO] [stderr]    Compiling solana-program-entrypoint v2.2.1
[INFO] [stderr]    Compiling solana-stake-interface v1.2.1
[INFO] [stderr]    Compiling solana-slot-history v2.2.1
[INFO] [stderr]    Compiling solana-epoch-rewards v2.2.1
[INFO] [stderr]    Compiling solana-last-restart-slot v2.2.1
[INFO] [stderr]    Compiling solana-bincode v2.2.1
[INFO] [stderr]    Compiling solana-stable-layout v2.2.1
[INFO] [stderr]    Compiling solana-message v2.4.0
[INFO] [stderr]    Compiling solana-signer v2.2.1
[INFO] [stderr]    Compiling solana-feature-set v2.2.4
[INFO] [stderr]    Compiling solana-loader-v4-interface v2.2.1
[INFO] [stderr]    Compiling solana-keypair v2.2.1
[INFO] [stderr]    Compiling solana-program-pack v2.2.1
[INFO] [stderr]    Compiling solana-vote-interface v2.2.5
[INFO] [stderr]    Compiling solana-address-lookup-table-interface v2.2.2
[INFO] [stderr]    Compiling solana-sysvar v2.2.2
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling solana-fee-structure v2.3.0
[INFO] [stderr]    Compiling solana-account v2.2.1
[INFO] [stderr]    Compiling solana-ed25519-program v2.2.3
[INFO] [stderr]    Compiling solana-secp256k1-program v2.2.1
[INFO] [stderr]    Compiling solana-example-mocks v2.2.1
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling solana-transaction-context v2.3.11
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling solana-svm-callback v2.3.11
[INFO] [stderr]    Compiling solana-genesis-config v2.2.1
[INFO] [stderr]    Compiling solana-feature-gate-interface v2.2.2
[INFO] [stderr]    Compiling solana-loader-v3-interface v5.0.0
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling solana-loader-v3-interface v3.0.0
[INFO] [stderr]    Compiling agave-feature-set v2.3.11
[INFO] [stderr]    Compiling solana-loader-v2-interface v2.2.1
[INFO] [stderr]    Compiling solana-nonce-account v2.2.1
[INFO] [stderr]    Compiling solana-rent-collector v2.2.1
[INFO] [stderr]    Compiling solana-compute-budget-interface v2.2.2
[INFO] [stderr]    Compiling reqwest v0.12.16
[INFO] [stderr]    Compiling solana-svm-rent-collector v2.3.11
[INFO] [stderr]    Compiling spl-token v8.0.0
[INFO] [stderr]    Compiling solana-program v2.2.1
[INFO] [stderr]    Compiling agave-reserved-account-keys v2.3.11
[INFO] [stderr]    Compiling solana-config-program-client v0.0.2
[INFO] [stderr]    Compiling ark-poly v0.4.2
[INFO] [stderr]    Compiling solana-metrics v2.3.11
[INFO] [stderr]    Compiling solana-program-runtime v2.3.11
[INFO] [stderr]    Compiling ark-ec v0.4.2
[INFO] [stderr]    Compiling solana-stake-program v2.3.11
[INFO] [stderr]    Compiling solana-compute-budget-program v2.3.11
[INFO] [stderr]    Compiling solana-system-program v2.3.11
[INFO] [stderr]    Compiling solana-compute-budget v2.3.11
[INFO] [stderr]    Compiling ark-bn254 v0.4.0
[INFO] [stderr]    Compiling light-poseidon v0.2.0
[INFO] [stderr]    Compiling solana-bn254 v2.2.2
[INFO] [stderr]    Compiling solana-poseidon v2.3.11
[INFO] [stderr]    Compiling solana-bpf-loader-program v2.3.11
[INFO] [stderr]    Compiling solana-loader-v4-program v2.3.11
[INFO] [stderr]    Compiling solana-secp256r1-program v2.2.3
[INFO] [stderr]    Compiling solana-precompiles v2.2.1
[INFO] [stderr]    Compiling solana-transaction v2.2.2
[INFO] [stderr]    Compiling solana-svm-transaction v2.3.11
[INFO] [stderr]    Compiling solana-vote-program v2.3.11
[INFO] [stderr]    Compiling solana-system-transaction v2.2.1
[INFO] [stderr]    Compiling solana-svm v2.3.11 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling solana-builtins-default-costs v2.3.11
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/transaction_processor.rs:309:25
[INFO] [stdout]     |
[INFO] [stdout] 309 |     pub fn sysvar_cache(&self) -> RwLockReadGuard<SysvarCache> {
[INFO] [stdout]     |                         ^^^^^     ---------------------------- the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `-D mismatched-lifetime-syntaxes` implied by `-D warnings`
[INFO] [stdout]     = help: to override `-D warnings` add `#[allow(mismatched_lifetime_syntaxes)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 309 |     pub fn sysvar_cache(&self) -> RwLockReadGuard<'_, SysvarCache> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling solana-compute-budget-instruction v2.3.11
[INFO] [stdout] error: couldn't read `tests/../../program-test/src/programs/spl_token-3.5.0.so`: No such file or directory (os error 2)
[INFO] [stdout]     --> tests/integration_test.rs:2679:9
[INFO] [stdout]      |
[INFO] [stdout] 2679 |         include_bytes!("../../program-test/src/programs/spl_token-3.5.0.so");
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `try_advance_nonce` found for struct `NonceInfo` in the current scope
[INFO] [stdout]    --> tests/integration_test.rs:413:18
[INFO] [stdout]     |
[INFO] [stdout] 412 | /             nonce_info
[INFO] [stdout] 413 | |                 .try_advance_nonce(
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^^^^^ method not found in `NonceInfo`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0616]: field `nonce` of struct `CheckedTransactionDetails` is private
[INFO] [stdout]    --> tests/integration_test.rs:457:63
[INFO] [stdout]     |
[INFO] [stdout] 457 |                     CheckedTransactionDetails::new(tx_details.nonce, compute_budget)
[INFO] [stdout]     |                                                               ^^^^^ private field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StateMut`
[INFO] [stdout]    --> src/nonce_info.rs:117:30
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let nonce_versions = StateMut::<NonceVersions>::state(&nonce_info.account).unwrap();
[INFO] [stdout]     |                              ^^^^^^^^ use of undeclared type `StateMut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: trait `crate::transaction_processor::tests::StateMut` exists but is inaccessible
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout]  69 +     use solana_account::state_traits::StateMut;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `try_advance_nonce` found for struct `NonceInfo` in the current scope
[INFO] [stdout]     --> tests/integration_test.rs:1038:14
[INFO] [stdout]      |
[INFO] [stdout] 1037 | /         nonce_info
[INFO] [stdout] 1038 | |             .try_advance_nonce(
[INFO] [stdout]      | |             -^^^^^^^^^^^^^^^^^ method not found in `NonceInfo`
[INFO] [stdout]      | |_____________|
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `try_advance_nonce` found for struct `NonceInfo` in the current scope
[INFO] [stdout]     --> tests/integration_test.rs:1083:14
[INFO] [stdout]      |
[INFO] [stdout] 1082 | /         nonce_info
[INFO] [stdout] 1083 | |             .try_advance_nonce(
[INFO] [stdout]      | |             -^^^^^^^^^^^^^^^^^ method not found in `NonceInfo`
[INFO] [stdout]      | |_____________|
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `try_advance_nonce` found for struct `NonceInfo` in the current scope
[INFO] [stdout]     --> tests/integration_test.rs:1111:14
[INFO] [stdout]      |
[INFO] [stdout] 1110 | /         nonce_info
[INFO] [stdout] 1111 | |             .try_advance_nonce(
[INFO] [stdout]      | |             -^^^^^^^^^^^^^^^^^ method not found in `NonceInfo`
[INFO] [stdout]      | |_____________|
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `try_advance_nonce` found for struct `NonceInfo` in the current scope
[INFO] [stdout]     --> tests/integration_test.rs:1452:10
[INFO] [stdout]      |
[INFO] [stdout] 1451 | /     advanced_nonce_info
[INFO] [stdout] 1452 | |         .try_advance_nonce(advanced_durable, LAMPORTS_PER_SIGNATURE)
[INFO] [stdout]      | |         -^^^^^^^^^^^^^^^^^ method not found in `NonceInfo`
[INFO] [stdout]      | |_________|
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `try_advance_nonce` found for struct `NonceInfo` in the current scope
[INFO] [stdout]     --> tests/integration_test.rs:2156:14
[INFO] [stdout]      |
[INFO] [stdout] 2155 | /         advanced_nonce_info
[INFO] [stdout] 2156 | |             .try_advance_nonce(advanced_durable, LAMPORTS_PER_SIGNATURE)
[INFO] [stdout]      | |             -^^^^^^^^^^^^^^^^^ method not found in `NonceInfo`
[INFO] [stdout]      | |_____________|
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::LoadedTransactionAccount` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:1037:49
[INFO] [stdout]      |
[INFO] [stdout]  127 | pub(crate) struct LoadedTransactionAccount {
[INFO] [stdout]      | ------------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1037 |                     ..LoadedTransactionAccount::default()
[INFO] [stdout]      |                                                 ^^^^^^^ function or associated item not found in `account_loader::LoadedTransactionAccount`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1037 |                     ..LoadedTransactionAccount::default_color()
[INFO] [stdout]      |                                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::ValidatedTransactionDetails` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:1039:48
[INFO] [stdout]      |
[INFO] [stdout]  103 | pub(crate) struct ValidatedTransactionDetails {
[INFO] [stdout]      | --------------------------------------------- function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1039 |                 ..ValidatedTransactionDetails::default()
[INFO] [stdout]      |                                                ^^^^^^^ function or associated item not found in `account_loader::ValidatedTransactionDetails`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1039 |                 ..ValidatedTransactionDetails::default_color()
[INFO] [stdout]      |                                                       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::ValidatedTransactionDetails` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:1355:45
[INFO] [stdout]      |
[INFO] [stdout]  103 | pub(crate) struct ValidatedTransactionDetails {
[INFO] [stdout]      | --------------------------------------------- function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1355 |             Ok(ValidatedTransactionDetails::default()),
[INFO] [stdout]      |                                             ^^^^^^^ function or associated item not found in `account_loader::ValidatedTransactionDetails`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1355 |             Ok(ValidatedTransactionDetails::default_color()),
[INFO] [stdout]      |                                                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::LoadedTransactionAccount` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:1727:45
[INFO] [stdout]      |
[INFO] [stdout]  127 | pub(crate) struct LoadedTransactionAccount {
[INFO] [stdout]      | ------------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1727 |                 ..LoadedTransactionAccount::default()
[INFO] [stdout]      |                                             ^^^^^^^ function or associated item not found in `account_loader::LoadedTransactionAccount`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1727 |                 ..LoadedTransactionAccount::default_color()
[INFO] [stdout]      |                                                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::LoadedTransactionAccount` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:1793:39
[INFO] [stdout]      |
[INFO] [stdout]  127 | pub(crate) struct LoadedTransactionAccount {
[INFO] [stdout]      | ------------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1793 |             LoadedTransactionAccount::default(),
[INFO] [stdout]      |                                       ^^^^^^^ function or associated item not found in `account_loader::LoadedTransactionAccount`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1793 |             LoadedTransactionAccount::default_color(),
[INFO] [stdout]      |                                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::LoadedTransactionAccount` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:1835:39
[INFO] [stdout]      |
[INFO] [stdout]  127 | pub(crate) struct LoadedTransactionAccount {
[INFO] [stdout]      | ------------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1835 |             LoadedTransactionAccount::default(),
[INFO] [stdout]      |                                       ^^^^^^^ function or associated item not found in `account_loader::LoadedTransactionAccount`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1835 |             LoadedTransactionAccount::default_color(),
[INFO] [stdout]      |                                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::LoadedTransactionAccount` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:1903:45
[INFO] [stdout]      |
[INFO] [stdout]  127 | pub(crate) struct LoadedTransactionAccount {
[INFO] [stdout]      | ------------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1903 |                 ..LoadedTransactionAccount::default()
[INFO] [stdout]      |                                             ^^^^^^^ function or associated item not found in `account_loader::LoadedTransactionAccount`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1903 |                 ..LoadedTransactionAccount::default_color()
[INFO] [stdout]      |                                                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::LoadedTransactionAccount` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:1967:39
[INFO] [stdout]      |
[INFO] [stdout]  127 | pub(crate) struct LoadedTransactionAccount {
[INFO] [stdout]      | ------------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1967 |             LoadedTransactionAccount::default(),
[INFO] [stdout]      |                                       ^^^^^^^ function or associated item not found in `account_loader::LoadedTransactionAccount`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1967 |             LoadedTransactionAccount::default_color(),
[INFO] [stdout]      |                                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::LoadedTransactionAccount` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:2019:39
[INFO] [stdout]      |
[INFO] [stdout]  127 | pub(crate) struct LoadedTransactionAccount {
[INFO] [stdout]      | ------------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2019 |             LoadedTransactionAccount::default(),
[INFO] [stdout]      |                                       ^^^^^^^ function or associated item not found in `account_loader::LoadedTransactionAccount`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2019 |             LoadedTransactionAccount::default_color(),
[INFO] [stdout]      |                                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::LoadedTransactionAccount` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:2095:45
[INFO] [stdout]      |
[INFO] [stdout]  127 | pub(crate) struct LoadedTransactionAccount {
[INFO] [stdout]      | ------------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2095 |                 ..LoadedTransactionAccount::default()
[INFO] [stdout]      |                                             ^^^^^^^ function or associated item not found in `account_loader::LoadedTransactionAccount`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2095 |                 ..LoadedTransactionAccount::default_color()
[INFO] [stdout]      |                                                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::LoadedTransactionAccount` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:2194:45
[INFO] [stdout]      |
[INFO] [stdout]  127 | pub(crate) struct LoadedTransactionAccount {
[INFO] [stdout]      | ------------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2194 |                 ..LoadedTransactionAccount::default()
[INFO] [stdout]      |                                             ^^^^^^^ function or associated item not found in `account_loader::LoadedTransactionAccount`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2194 |                 ..LoadedTransactionAccount::default_color()
[INFO] [stdout]      |                                                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0616.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::ValidatedTransactionDetails` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:2257:45
[INFO] [stdout]      |
[INFO] [stdout]  103 | pub(crate) struct ValidatedTransactionDetails {
[INFO] [stdout]      | --------------------------------------------- function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2257 |             Ok(ValidatedTransactionDetails::default()),
[INFO] [stdout]      |                                             ^^^^^^^ function or associated item not found in `account_loader::ValidatedTransactionDetails`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2257 |             Ok(ValidatedTransactionDetails::default_color()),
[INFO] [stdout]      |                                                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `solana-svm` (test "integration_test") due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::LoadedTransactionAccount` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:2357:45
[INFO] [stdout]      |
[INFO] [stdout]  127 | pub(crate) struct LoadedTransactionAccount {
[INFO] [stdout]      | ------------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2357 |                 ..LoadedTransactionAccount::default()
[INFO] [stdout]      |                                             ^^^^^^^ function or associated item not found in `account_loader::LoadedTransactionAccount`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2357 |                 ..LoadedTransactionAccount::default_color()
[INFO] [stdout]      |                                                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::ValidatedTransactionDetails` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:2359:44
[INFO] [stdout]      |
[INFO] [stdout]  103 | pub(crate) struct ValidatedTransactionDetails {
[INFO] [stdout]      | --------------------------------------------- function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2359 |             ..ValidatedTransactionDetails::default()
[INFO] [stdout]      |                                            ^^^^^^^ function or associated item not found in `account_loader::ValidatedTransactionDetails`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2359 |             ..ValidatedTransactionDetails::default_color()
[INFO] [stdout]      |                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `default` found for enum `rollback_accounts::RollbackAccounts` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:2394:54
[INFO] [stdout]      |
[INFO] [stdout] 2394 |                 rollback_accounts: RollbackAccounts::default(),
[INFO] [stdout]      |                                                      ^^^^^^^ variant or associated item not found in `rollback_accounts::RollbackAccounts`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/rollback_accounts.rs:11:1
[INFO] [stdout]      |
[INFO] [stdout]   11 | pub enum RollbackAccounts {
[INFO] [stdout]      | ------------------------- variant or associated item `default` not found for this enum
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `rollback_accounts::RollbackAccounts`, consider using `rollback_accounts::RollbackAccounts::new` which returns `rollback_accounts::RollbackAccounts`
[INFO] [stdout]     --> src/rollback_accounts.rs:34:5
[INFO] [stdout]      |
[INFO] [stdout]   34 | /     pub(crate) fn new(
[INFO] [stdout]   35 | |         nonce: Option<NonceInfo>,
[INFO] [stdout]   36 | |         fee_payer_address: Pubkey,
[INFO] [stdout]   37 | |         mut fee_payer_account: AccountSharedData,
[INFO] [stdout]   38 | |         fee_payer_rent_debit: u64,
[INFO] [stdout]   39 | |         fee_payer_loaded_rent_epoch: Epoch,
[INFO] [stdout]   40 | |     ) -> Self {
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2394 |                 rollback_accounts: RollbackAccounts::default_color(),
[INFO] [stdout]      |                                                             ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::ValidatedTransactionDetails` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:2427:65
[INFO] [stdout]      |
[INFO] [stdout]  103 | pub(crate) struct ValidatedTransactionDetails {
[INFO] [stdout]      | --------------------------------------------- function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2427 |         let validation_result = Ok(ValidatedTransactionDetails::default());
[INFO] [stdout]      |                                                                 ^^^^^^^ function or associated item not found in `account_loader::ValidatedTransactionDetails`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2427 |         let validation_result = Ok(ValidatedTransactionDetails::default_color());
[INFO] [stdout]      |                                                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::LoadedTransactionAccount` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:2590:45
[INFO] [stdout]      |
[INFO] [stdout]  127 | pub(crate) struct LoadedTransactionAccount {
[INFO] [stdout]      | ------------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2590 |                 ..LoadedTransactionAccount::default()
[INFO] [stdout]      |                                             ^^^^^^^ function or associated item not found in `account_loader::LoadedTransactionAccount`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2590 |                 ..LoadedTransactionAccount::default_color()
[INFO] [stdout]      |                                                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::ValidatedTransactionDetails` in the current scope
[INFO] [stdout]     --> src/account_loader.rs:2592:44
[INFO] [stdout]      |
[INFO] [stdout]  103 | pub(crate) struct ValidatedTransactionDetails {
[INFO] [stdout]      | --------------------------------------------- function or associated item `default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2592 |             ..ValidatedTransactionDetails::default()
[INFO] [stdout]      |                                            ^^^^^^^ function or associated item not found in `account_loader::ValidatedTransactionDetails`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2592 |             ..ValidatedTransactionDetails::default_color()
[INFO] [stdout]      |                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `try_advance_nonce` found for struct `nonce_info::NonceInfo` in the current scope
[INFO] [stdout]    --> src/nonce_info.rs:114:33
[INFO] [stdout]     |
[INFO] [stdout]  15 | pub struct NonceInfo {
[INFO] [stdout]     | -------------------- method `try_advance_nonce` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 114 |         let result = nonce_info.try_advance_nonce(new_nonce, new_lamports_per_signature);
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^ method not found in `nonce_info::NonceInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `try_advance_nonce` found for struct `nonce_info::NonceInfo` in the current scope
[INFO] [stdout]    --> src/nonce_info.rs:136:33
[INFO] [stdout]     |
[INFO] [stdout]  15 | pub struct NonceInfo {
[INFO] [stdout]     | -------------------- method `try_advance_nonce` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 136 |         let result = nonce_info.try_advance_nonce(durable_nonce, 5000);
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^ method not found in `nonce_info::NonceInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AdvanceNonceError`
[INFO] [stdout]    --> src/nonce_info.rs:137:32
[INFO] [stdout]     |
[INFO] [stdout] 137 |         assert_eq!(result, Err(AdvanceNonceError::Invalid));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^ use of undeclared type `AdvanceNonceError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `try_advance_nonce` found for struct `nonce_info::NonceInfo` in the current scope
[INFO] [stdout]    --> src/nonce_info.rs:148:33
[INFO] [stdout]     |
[INFO] [stdout]  15 | pub struct NonceInfo {
[INFO] [stdout]     | -------------------- method `try_advance_nonce` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 148 |         let result = nonce_info.try_advance_nonce(durable_nonce, 5000);
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^ method not found in `nonce_info::NonceInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AdvanceNonceError`
[INFO] [stdout]    --> src/nonce_info.rs:149:32
[INFO] [stdout]     |
[INFO] [stdout] 149 |         assert_eq!(result, Err(AdvanceNonceError::Uninitialized));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^ use of undeclared type `AdvanceNonceError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_environments_for_epoch` found for struct `transaction_processor::TransactionBatchProcessor` in the current scope
[INFO] [stdout]    --> src/program_loader.rs:525:30
[INFO] [stdout]     |
[INFO] [stdout] 525 |             &batch_processor.get_environments_for_epoch(50).unwrap(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `transaction_processor::TransactionBatchProcessor<program_loader::tests::TestForkGraph>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/transaction_processor.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub struct TransactionBatchProcessor<FG: ForkGraph> {
[INFO] [stdout]     | --------------------------------------------------- method `get_environments_for_epoch` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_environments_for_epoch` found for struct `transaction_processor::TransactionBatchProcessor` in the current scope
[INFO] [stdout]    --> src/program_loader.rs:548:30
[INFO] [stdout]     |
[INFO] [stdout] 548 |             &batch_processor.get_environments_for_epoch(20).unwrap(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `transaction_processor::TransactionBatchProcessor<program_loader::tests::TestForkGraph>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/transaction_processor.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub struct TransactionBatchProcessor<FG: ForkGraph> {
[INFO] [stdout]     | --------------------------------------------------- method `get_environments_for_epoch` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_environments_for_epoch` found for struct `transaction_processor::TransactionBatchProcessor` in the current scope
[INFO] [stdout]    --> src/program_loader.rs:560:22
[INFO] [stdout]     |
[INFO] [stdout] 559 | /                 batch_processor
[INFO] [stdout] 560 | |                     .get_environments_for_epoch(20)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `transaction_processor::TransactionBatchProcessor<program_loader::tests::TestForkGraph>`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/transaction_processor.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 |   pub struct TransactionBatchProcessor<FG: ForkGraph> {
[INFO] [stdout]     |   --------------------------------------------------- method `get_environments_for_epoch` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_environments_for_epoch` found for struct `transaction_processor::TransactionBatchProcessor` in the current scope
[INFO] [stdout]    --> src/program_loader.rs:583:30
[INFO] [stdout]     |
[INFO] [stdout] 583 |             &batch_processor.get_environments_for_epoch(20).unwrap(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `transaction_processor::TransactionBatchProcessor<program_loader::tests::TestForkGraph>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/transaction_processor.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub struct TransactionBatchProcessor<FG: ForkGraph> {
[INFO] [stdout]     | --------------------------------------------------- method `get_environments_for_epoch` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_environments_for_epoch` found for struct `transaction_processor::TransactionBatchProcessor` in the current scope
[INFO] [stdout]    --> src/program_loader.rs:594:22
[INFO] [stdout]     |
[INFO] [stdout] 593 | /                 batch_processor
[INFO] [stdout] 594 | |                     .get_environments_for_epoch(20)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `transaction_processor::TransactionBatchProcessor<program_loader::tests::TestForkGraph>`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/transaction_processor.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 |   pub struct TransactionBatchProcessor<FG: ForkGraph> {
[INFO] [stdout]     |   --------------------------------------------------- method `get_environments_for_epoch` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_environments_for_epoch` found for struct `transaction_processor::TransactionBatchProcessor` in the current scope
[INFO] [stdout]    --> src/program_loader.rs:611:30
[INFO] [stdout]     |
[INFO] [stdout] 611 |             &batch_processor.get_environments_for_epoch(20).unwrap(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `transaction_processor::TransactionBatchProcessor<program_loader::tests::TestForkGraph>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/transaction_processor.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub struct TransactionBatchProcessor<FG: ForkGraph> {
[INFO] [stdout]     | --------------------------------------------------- method `get_environments_for_epoch` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_environments_for_epoch` found for struct `transaction_processor::TransactionBatchProcessor` in the current scope
[INFO] [stdout]    --> src/program_loader.rs:665:30
[INFO] [stdout]     |
[INFO] [stdout] 665 |             &batch_processor.get_environments_for_epoch(0).unwrap(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `transaction_processor::TransactionBatchProcessor<program_loader::tests::TestForkGraph>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/transaction_processor.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub struct TransactionBatchProcessor<FG: ForkGraph> {
[INFO] [stdout]     | --------------------------------------------------- method `get_environments_for_epoch` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_environments_for_epoch` found for struct `transaction_processor::TransactionBatchProcessor` in the current scope
[INFO] [stdout]    --> src/program_loader.rs:676:22
[INFO] [stdout]     |
[INFO] [stdout] 675 | /                 batch_processor
[INFO] [stdout] 676 | |                     .get_environments_for_epoch(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `transaction_processor::TransactionBatchProcessor<program_loader::tests::TestForkGraph>`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/transaction_processor.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 |   pub struct TransactionBatchProcessor<FG: ForkGraph> {
[INFO] [stdout]     |   --------------------------------------------------- method `get_environments_for_epoch` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_environments_for_epoch` found for struct `transaction_processor::TransactionBatchProcessor` in the current scope
[INFO] [stdout]    --> src/program_loader.rs:703:30
[INFO] [stdout]     |
[INFO] [stdout] 703 |             &batch_processor.get_environments_for_epoch(20).unwrap(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `transaction_processor::TransactionBatchProcessor<program_loader::tests::TestForkGraph>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/transaction_processor.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub struct TransactionBatchProcessor<FG: ForkGraph> {
[INFO] [stdout]     | --------------------------------------------------- method `get_environments_for_epoch` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_environments_for_epoch` found for struct `transaction_processor::TransactionBatchProcessor` in the current scope
[INFO] [stdout]    --> src/program_loader.rs:753:30
[INFO] [stdout]     |
[INFO] [stdout] 753 |             &batch_processor.get_environments_for_epoch(0).unwrap(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `transaction_processor::TransactionBatchProcessor<program_loader::tests::TestForkGraph>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/transaction_processor.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub struct TransactionBatchProcessor<FG: ForkGraph> {
[INFO] [stdout]     | --------------------------------------------------- method `get_environments_for_epoch` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_environments_for_epoch` found for struct `transaction_processor::TransactionBatchProcessor` in the current scope
[INFO] [stdout]    --> src/program_loader.rs:764:22
[INFO] [stdout]     |
[INFO] [stdout] 763 | /                 batch_processor
[INFO] [stdout] 764 | |                     .get_environments_for_epoch(0)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `transaction_processor::TransactionBatchProcessor<program_loader::tests::TestForkGraph>`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/transaction_processor.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 |   pub struct TransactionBatchProcessor<FG: ForkGraph> {
[INFO] [stdout]     |   --------------------------------------------------- method `get_environments_for_epoch` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_environments_for_epoch` found for struct `transaction_processor::TransactionBatchProcessor` in the current scope
[INFO] [stdout]    --> src/program_loader.rs:787:30
[INFO] [stdout]     |
[INFO] [stdout] 787 |             &batch_processor.get_environments_for_epoch(20).unwrap(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `transaction_processor::TransactionBatchProcessor<program_loader::tests::TestForkGraph>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/transaction_processor.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub struct TransactionBatchProcessor<FG: ForkGraph> {
[INFO] [stdout]     | --------------------------------------------------- method `get_environments_for_epoch` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_environments_for_epoch` found for struct `transaction_processor::TransactionBatchProcessor` in the current scope
[INFO] [stdout]    --> src/program_loader.rs:837:22
[INFO] [stdout]     |
[INFO] [stdout] 836 |                   &batch_processor
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 837 | |                     .get_environments_for_epoch(is_upcoming_env as u64)
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `transaction_processor::TransactionBatchProcessor<program_loader::tests::TestForkGraph>`
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/transaction_processor.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 |   pub struct TransactionBatchProcessor<FG: ForkGraph> {
[INFO] [stdout]     |   --------------------------------------------------- method `get_environments_for_epoch` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::CheckedTransactionDetails` in the current scope
[INFO] [stdout]     --> src/transaction_processor.rs:1277:67
[INFO] [stdout]      |
[INFO] [stdout] 1277 |             TransactionCheckResult::Ok(CheckedTransactionDetails::default());
[INFO] [stdout]      |                                                                   ^^^^^^^ function or associated item not found in `account_loader::CheckedTransactionDetails`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/account_loader.rs:70:1
[INFO] [stdout]      |
[INFO] [stdout]   70 | pub struct CheckedTransactionDetails {
[INFO] [stdout]      | ------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `account_loader::CheckedTransactionDetails`, consider using `account_loader::CheckedTransactionDetails::new` which returns `account_loader::CheckedTransactionDetails`
[INFO] [stdout]     --> src/account_loader.rs:91:5
[INFO] [stdout]      |
[INFO] [stdout]   91 | /     pub fn new(
[INFO] [stdout]   92 | |         nonce: Option<NonceInfo>,
[INFO] [stdout]   93 | |         compute_budget_and_limits: Result<SVMTransactionExecutionAndFeeBudgetLimits>,
[INFO] [stdout]   94 | |     ) -> Self {
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1277 |             TransactionCheckResult::Ok(CheckedTransactionDetails::default_color());
[INFO] [stdout]      |                                                                          ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `default` found for enum `rollback_accounts::RollbackAccounts` in the current scope
[INFO] [stdout]     --> src/transaction_processor.rs:1371:50
[INFO] [stdout]      |
[INFO] [stdout] 1371 |             rollback_accounts: RollbackAccounts::default(),
[INFO] [stdout]      |                                                  ^^^^^^^ variant or associated item not found in `rollback_accounts::RollbackAccounts`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/rollback_accounts.rs:11:1
[INFO] [stdout]      |
[INFO] [stdout]   11 | pub enum RollbackAccounts {
[INFO] [stdout]      | ------------------------- variant or associated item `default` not found for this enum
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `rollback_accounts::RollbackAccounts`, consider using `rollback_accounts::RollbackAccounts::new` which returns `rollback_accounts::RollbackAccounts`
[INFO] [stdout]     --> src/rollback_accounts.rs:34:5
[INFO] [stdout]      |
[INFO] [stdout]   34 | /     pub(crate) fn new(
[INFO] [stdout]   35 | |         nonce: Option<NonceInfo>,
[INFO] [stdout]   36 | |         fee_payer_address: Pubkey,
[INFO] [stdout]   37 | |         mut fee_payer_account: AccountSharedData,
[INFO] [stdout]   38 | |         fee_payer_rent_debit: u64,
[INFO] [stdout]   39 | |         fee_payer_loaded_rent_epoch: Epoch,
[INFO] [stdout]   40 | |     ) -> Self {
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1371 |             rollback_accounts: RollbackAccounts::default_color(),
[INFO] [stdout]      |                                                         ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `default` found for enum `rollback_accounts::RollbackAccounts` in the current scope
[INFO] [stdout]     --> src/transaction_processor.rs:1468:50
[INFO] [stdout]      |
[INFO] [stdout] 1468 |             rollback_accounts: RollbackAccounts::default(),
[INFO] [stdout]      |                                                  ^^^^^^^ variant or associated item not found in `rollback_accounts::RollbackAccounts`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/rollback_accounts.rs:11:1
[INFO] [stdout]      |
[INFO] [stdout]   11 | pub enum RollbackAccounts {
[INFO] [stdout]      | ------------------------- variant or associated item `default` not found for this enum
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `rollback_accounts::RollbackAccounts`, consider using `rollback_accounts::RollbackAccounts::new` which returns `rollback_accounts::RollbackAccounts`
[INFO] [stdout]     --> src/rollback_accounts.rs:34:5
[INFO] [stdout]      |
[INFO] [stdout]   34 | /     pub(crate) fn new(
[INFO] [stdout]   35 | |         nonce: Option<NonceInfo>,
[INFO] [stdout]   36 | |         fee_payer_address: Pubkey,
[INFO] [stdout]   37 | |         mut fee_payer_account: AccountSharedData,
[INFO] [stdout]   38 | |         fee_payer_rent_debit: u64,
[INFO] [stdout]   39 | |         fee_payer_loaded_rent_epoch: Epoch,
[INFO] [stdout]   40 | |     ) -> Self {
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1468 |             rollback_accounts: RollbackAccounts::default_color(),
[INFO] [stdout]      |                                                         ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::CheckedTransactionDetails` in the current scope
[INFO] [stdout]     --> src/transaction_processor.rs:1632:43
[INFO] [stdout]      |
[INFO] [stdout] 1632 |             Ok(CheckedTransactionDetails::default()),
[INFO] [stdout]      |                                           ^^^^^^^ function or associated item not found in `account_loader::CheckedTransactionDetails`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/account_loader.rs:70:1
[INFO] [stdout]      |
[INFO] [stdout]   70 | pub struct CheckedTransactionDetails {
[INFO] [stdout]      | ------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `account_loader::CheckedTransactionDetails`, consider using `account_loader::CheckedTransactionDetails::new` which returns `account_loader::CheckedTransactionDetails`
[INFO] [stdout]     --> src/account_loader.rs:91:5
[INFO] [stdout]      |
[INFO] [stdout]   91 | /     pub fn new(
[INFO] [stdout]   92 | |         nonce: Option<NonceInfo>,
[INFO] [stdout]   93 | |         compute_budget_and_limits: Result<SVMTransactionExecutionAndFeeBudgetLimits>,
[INFO] [stdout]   94 | |     ) -> Self {
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1632 |             Ok(CheckedTransactionDetails::default_color()),
[INFO] [stdout]      |                                                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::CheckedTransactionDetails` in the current scope
[INFO] [stdout]     --> src/transaction_processor.rs:1633:43
[INFO] [stdout]      |
[INFO] [stdout] 1633 |             Ok(CheckedTransactionDetails::default()),
[INFO] [stdout]      |                                           ^^^^^^^ function or associated item not found in `account_loader::CheckedTransactionDetails`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/account_loader.rs:70:1
[INFO] [stdout]      |
[INFO] [stdout]   70 | pub struct CheckedTransactionDetails {
[INFO] [stdout]      | ------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `account_loader::CheckedTransactionDetails`, consider using `account_loader::CheckedTransactionDetails::new` which returns `account_loader::CheckedTransactionDetails`
[INFO] [stdout]     --> src/account_loader.rs:91:5
[INFO] [stdout]      |
[INFO] [stdout]   91 | /     pub fn new(
[INFO] [stdout]   92 | |         nonce: Option<NonceInfo>,
[INFO] [stdout]   93 | |         compute_budget_and_limits: Result<SVMTransactionExecutionAndFeeBudgetLimits>,
[INFO] [stdout]   94 | |     ) -> Self {
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1633 |             Ok(CheckedTransactionDetails::default_color()),
[INFO] [stdout]      |                                                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::CheckedTransactionDetails` in the current scope
[INFO] [stdout]     --> src/transaction_processor.rs:1724:51
[INFO] [stdout]      |
[INFO] [stdout] 1724 |                     Ok(CheckedTransactionDetails::default()),
[INFO] [stdout]      |                                                   ^^^^^^^ function or associated item not found in `account_loader::CheckedTransactionDetails`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/account_loader.rs:70:1
[INFO] [stdout]      |
[INFO] [stdout]   70 | pub struct CheckedTransactionDetails {
[INFO] [stdout]      | ------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `account_loader::CheckedTransactionDetails`, consider using `account_loader::CheckedTransactionDetails::new` which returns `account_loader::CheckedTransactionDetails`
[INFO] [stdout]     --> src/account_loader.rs:91:5
[INFO] [stdout]      |
[INFO] [stdout]   91 | /     pub fn new(
[INFO] [stdout]   92 | |         nonce: Option<NonceInfo>,
[INFO] [stdout]   93 | |         compute_budget_and_limits: Result<SVMTransactionExecutionAndFeeBudgetLimits>,
[INFO] [stdout]   94 | |     ) -> Self {
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1724 |                     Ok(CheckedTransactionDetails::default_color()),
[INFO] [stdout]      |                                                          ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::CheckedTransactionDetails` in the current scope
[INFO] [stdout]     --> src/transaction_processor.rs:1725:51
[INFO] [stdout]      |
[INFO] [stdout] 1725 |                     Ok(CheckedTransactionDetails::default()),
[INFO] [stdout]      |                                                   ^^^^^^^ function or associated item not found in `account_loader::CheckedTransactionDetails`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/account_loader.rs:70:1
[INFO] [stdout]      |
[INFO] [stdout]   70 | pub struct CheckedTransactionDetails {
[INFO] [stdout]      | ------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `account_loader::CheckedTransactionDetails`, consider using `account_loader::CheckedTransactionDetails::new` which returns `account_loader::CheckedTransactionDetails`
[INFO] [stdout]     --> src/account_loader.rs:91:5
[INFO] [stdout]      |
[INFO] [stdout]   91 | /     pub fn new(
[INFO] [stdout]   92 | |         nonce: Option<NonceInfo>,
[INFO] [stdout]   93 | |         compute_budget_and_limits: Result<SVMTransactionExecutionAndFeeBudgetLimits>,
[INFO] [stdout]   94 | |     ) -> Self {
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1725 |                     Ok(CheckedTransactionDetails::default_color()),
[INFO] [stdout]      |                                                          ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `account_loader::CheckedTransactionDetails` in the current scope
[INFO] [stdout]     --> src/transaction_processor.rs:1817:43
[INFO] [stdout]      |
[INFO] [stdout] 1817 |             Ok(CheckedTransactionDetails::default()),
[INFO] [stdout]      |                                           ^^^^^^^ function or associated item not found in `account_loader::CheckedTransactionDetails`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/account_loader.rs:70:1
[INFO] [stdout]      |
[INFO] [stdout]   70 | pub struct CheckedTransactionDetails {
[INFO] [stdout]      | ------------------------------------ function or associated item `default` not found for this struct
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `account_loader::CheckedTransactionDetails`, consider using `account_loader::CheckedTransactionDetails::new` which returns `account_loader::CheckedTransactionDetails`
[INFO] [stdout]     --> src/account_loader.rs:91:5
[INFO] [stdout]      |
[INFO] [stdout]   91 | /     pub fn new(
[INFO] [stdout]   92 | |         nonce: Option<NonceInfo>,
[INFO] [stdout]   93 | |         compute_budget_and_limits: Result<SVMTransactionExecutionAndFeeBudgetLimits>,
[INFO] [stdout]   94 | |     ) -> Self {
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `Default`
[INFO] [stdout] help: there is a method `default_color` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1817 |             Ok(CheckedTransactionDetails::default_color()),
[INFO] [stdout]      |                                                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `try_advance_nonce` found for struct `nonce_info::NonceInfo` in the current scope
[INFO] [stdout]     --> src/transaction_processor.rs:2473:18
[INFO] [stdout]      |
[INFO] [stdout] 2472 | /             future_nonce
[INFO] [stdout] 2473 | |                 .try_advance_nonce(next_durable_nonce, lamports_per_signature)
[INFO] [stdout]      | |                 -^^^^^^^^^^^^^^^^^ method not found in `nonce_info::NonceInfo`
[INFO] [stdout]      | |_________________|
[INFO] [stdout]      |
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/nonce_info.rs:15:1
[INFO] [stdout]      |
[INFO] [stdout]   15 |   pub struct NonceInfo {
[INFO] [stdout]      |   -------------------- method `try_advance_nonce` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `solana-svm` (lib test) due to 46 previous errors
[INFO] running `Command { std: "docker" "inspect" "221dcff2a3c13d18f8b7627f7006d6bbacdd4a08d0369026349bd147881be441", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "221dcff2a3c13d18f8b7627f7006d6bbacdd4a08d0369026349bd147881be441", kill_on_drop: false }`
[INFO] [stdout] 221dcff2a3c13d18f8b7627f7006d6bbacdd4a08d0369026349bd147881be441
