[INFO] fetching crate solana-stake-program 1.4.3... [INFO] checking solana-stake-program-1.4.3 against try#1b5ce95284bc3170a1f4a55c6ec8a06b3e85ff73 for pr-78461 [INFO] extracting crate solana-stake-program 1.4.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate solana-stake-program 1.4.3 on toolchain 1b5ce95284bc3170a1f4a55c6ec8a06b3e85ff73 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1b5ce95284bc3170a1f4a55c6ec8a06b3e85ff73" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate solana-stake-program 1.4.3 [INFO] finished tweaking crates.io crate solana-stake-program 1.4.3 [INFO] tweaked toml for crates.io crate solana-stake-program 1.4.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1b5ce95284bc3170a1f4a55c6ec8a06b3e85ff73" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1b5ce95284bc3170a1f4a55c6ec8a06b3e85ff73" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1b5ce95284bc3170a1f4a55c6ec8a06b3e85ff73" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fe3858910a83aa4160dcef6aef2fd37961901111184df5f51252db3710d92884 [INFO] running `Command { std: "docker" "start" "-a" "fe3858910a83aa4160dcef6aef2fd37961901111184df5f51252db3710d92884", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe3858910a83aa4160dcef6aef2fd37961901111184df5f51252db3710d92884", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe3858910a83aa4160dcef6aef2fd37961901111184df5f51252db3710d92884", kill_on_drop: false }` [INFO] [stdout] fe3858910a83aa4160dcef6aef2fd37961901111184df5f51252db3710d92884 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1b5ce95284bc3170a1f4a55c6ec8a06b3e85ff73" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3f3b2dec80512199d44dd557b399330a266cdd4b6669a056e7017bb16242cfe2 [INFO] running `Command { std: "docker" "start" "-a" "3f3b2dec80512199d44dd557b399330a266cdd4b6669a056e7017bb16242cfe2", kill_on_drop: false }` [INFO] [stderr] Compiling solana-stake-program v1.4.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `solana_sdk::account::KeyedAccount` [INFO] [stdout] --> src/config.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | account::{Account, KeyedAccount}, [INFO] [stdout] | ^^^^^^^^^^^^ no `KeyedAccount` in `account` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `solana_sdk::account::get_signers`, `solana_sdk::account::next_keyed_account`, `solana_sdk::account::KeyedAccount` [INFO] [stdout] --> src/stake_instruction.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | account::{get_signers, next_keyed_account, KeyedAccount}, [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ no `KeyedAccount` in `account` [INFO] [stdout] | | | [INFO] [stdout] | | no `next_keyed_account` in `account` [INFO] [stdout] | no `get_signers` in `account` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `solana_sdk::account::KeyedAccount` [INFO] [stdout] --> src/stake_state.rs:13:24 [INFO] [stdout] | [INFO] [stdout] 13 | account::{Account, KeyedAccount}, [INFO] [stdout] | ^^^^^^^^^^^^ no `KeyedAccount` in `account` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:48 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Sysvar` [INFO] [stdout] --> src/stake_instruction.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | sysvar::{self, clock::Clock, rent::Rent, stake_history::StakeHistory, Sysvar}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `solana_sdk::account::KeyedAccount` [INFO] [stdout] --> src/config.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | account::{Account, KeyedAccount}, [INFO] [stdout] | ^^^^^^^^^^^^ no `KeyedAccount` in `account` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `solana_sdk::account::get_signers`, `solana_sdk::account::next_keyed_account`, `solana_sdk::account::KeyedAccount` [INFO] [stdout] --> src/stake_instruction.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | account::{get_signers, next_keyed_account, KeyedAccount}, [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ no `KeyedAccount` in `account` [INFO] [stdout] | | | [INFO] [stdout] | | no `next_keyed_account` in `account` [INFO] [stdout] | no `get_signers` in `account` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `solana_sdk::account::KeyedAccount` [INFO] [stdout] --> src/stake_state.rs:13:24 [INFO] [stdout] | [INFO] [stdout] 13 | account::{Account, KeyedAccount}, [INFO] [stdout] | ^^^^^^^^^^^^ no `KeyedAccount` in `account` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_account` in module `sysvar::rewards` [INFO] [stdout] --> src/stake_instruction.rs:541:38 [INFO] [stdout] | [INFO] [stdout] 541 | sysvar::rewards::create_account(1, 0.0) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `sysvar::rewards` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 524 | use crate::config::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::system_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_state::create_account; [INFO] [stdout] | [INFO] [stdout] and 9 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_account` in module `sysvar::stake_history` [INFO] [stdout] --> src/stake_instruction.rs:543:44 [INFO] [stdout] | [INFO] [stdout] 543 | sysvar::stake_history::create_account(1, &StakeHistory::default()) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `sysvar::stake_history` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 524 | use crate::config::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::system_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_state::create_account; [INFO] [stdout] | [INFO] [stdout] and 9 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_account` in module `sysvar::rent` [INFO] [stdout] --> src/stake_instruction.rs:547:35 [INFO] [stdout] | [INFO] [stdout] 547 | sysvar::rent::create_account(1, &Rent::default()) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `sysvar::rent` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 524 | use crate::config::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::system_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_state::create_account; [INFO] [stdout] | [INFO] [stdout] and 9 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_account` in module `sysvar::rent` [INFO] [stdout] --> src/stake_instruction.rs:708:53 [INFO] [stdout] | [INFO] [stdout] 708 | &RefCell::new(sysvar::rent::create_account(0, &Rent::default())) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `sysvar::rent` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 524 | use crate::config::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::system_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_state::create_account; [INFO] [stdout] | [INFO] [stdout] and 9 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_account` in module `sysvar::rewards` [INFO] [stdout] --> src/stake_instruction.rs:788:56 [INFO] [stdout] | [INFO] [stdout] 788 | &RefCell::new(sysvar::rewards::create_account(1, 0.0)) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `sysvar::rewards` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 524 | use crate::config::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::system_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_state::create_account; [INFO] [stdout] | [INFO] [stdout] and 9 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_account` in module `sysvar::stake_history` [INFO] [stdout] --> src/stake_instruction.rs:793:62 [INFO] [stdout] | [INFO] [stdout] 793 | &RefCell::new(sysvar::stake_history::create_account( [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `sysvar::stake_history` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 524 | use crate::config::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::system_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_state::create_account; [INFO] [stdout] | [INFO] [stdout] and 9 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_account` in module `sysvar::rewards` [INFO] [stdout] --> src/stake_instruction.rs:827:56 [INFO] [stdout] | [INFO] [stdout] 827 | &RefCell::new(sysvar::rewards::create_account(1, 0.0)) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `sysvar::rewards` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 524 | use crate::config::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_instruction::system_instruction::create_account; [INFO] [stdout] | [INFO] [stdout] 524 | use crate::stake_state::create_account; [INFO] [stdout] | [INFO] [stdout] and 9 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:48 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Sysvar` [INFO] [stdout] --> src/stake_instruction.rs:16:75 [INFO] [stdout] | [INFO] [stdout] 16 | sysvar::{self, clock::Clock, rent::Rent, stake_history::StakeHistory, Sysvar}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `Rent` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:462:20 [INFO] [stdout] | [INFO] [stdout] 462 | &Rent::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `Rent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `Clock` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:482:25 [INFO] [stdout] | [INFO] [stdout] 482 | &Clock::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `Clock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `StakeHistory` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:483:32 [INFO] [stdout] | [INFO] [stdout] 483 | &StakeHistory::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `StakeHistory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `Clock` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:496:25 [INFO] [stdout] | [INFO] [stdout] 496 | &Clock::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `Clock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `StakeHistory` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:497:32 [INFO] [stdout] | [INFO] [stdout] 497 | &StakeHistory::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `StakeHistory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `Clock` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:507:25 [INFO] [stdout] | [INFO] [stdout] 507 | &Clock::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `Clock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `StakeHistory` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:508:32 [INFO] [stdout] | [INFO] [stdout] 508 | &StakeHistory::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `StakeHistory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `Clock` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:514:21 [INFO] [stdout] | [INFO] [stdout] 514 | &Clock::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `Clock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `solana_sdk::rent::Rent` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:462:20 [INFO] [stdout] | [INFO] [stdout] 462 | &Rent::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `solana_sdk::rent::Rent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `solana_sdk::clock::Clock` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:482:25 [INFO] [stdout] | [INFO] [stdout] 482 | &Clock::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `solana_sdk::clock::Clock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `solana_sdk::stake_history::StakeHistory` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:483:32 [INFO] [stdout] | [INFO] [stdout] 483 | &StakeHistory::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `solana_sdk::stake_history::StakeHistory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `solana_sdk::clock::Clock` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:496:25 [INFO] [stdout] | [INFO] [stdout] 496 | &Clock::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `solana_sdk::clock::Clock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `solana_sdk::stake_history::StakeHistory` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:497:32 [INFO] [stdout] | [INFO] [stdout] 497 | &StakeHistory::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `solana_sdk::stake_history::StakeHistory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `solana_sdk::clock::Clock` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:507:25 [INFO] [stdout] | [INFO] [stdout] 507 | &Clock::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `solana_sdk::clock::Clock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `solana_sdk::stake_history::StakeHistory` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:508:32 [INFO] [stdout] | [INFO] [stdout] 508 | &StakeHistory::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `solana_sdk::stake_history::StakeHistory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_keyed_account` found for struct `solana_sdk::clock::Clock` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:514:21 [INFO] [stdout] | [INFO] [stdout] 514 | &Clock::from_keyed_account(next_keyed_account(keyed_accounts)?)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `solana_sdk::clock::Clock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_account` found for struct `solana_sdk::clock::Clock` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:539:53 [INFO] [stdout] | [INFO] [stdout] 539 | sysvar::clock::Clock::default().create_account(1) [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `solana_sdk::clock::Clock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StakeAccount` [INFO] [stdout] --> src/stake_instruction.rs:3:39 [INFO] [stdout] | [INFO] [stdout] 3 | stake_state::{Authorized, Lockup, StakeAccount, StakeAuthorize, StakeState}, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_account` found for struct `solana_sdk::clock::Clock` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:758:71 [INFO] [stdout] | [INFO] [stdout] 758 | &RefCell::new(sysvar::clock::Clock::default().create_account(1)) [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `solana_sdk::clock::Clock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `solana-stake-program` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `create_account` found for struct `solana_sdk::stake_history::StakeHistory` in the current scope [INFO] [stdout] --> src/stake_instruction.rs:764:76 [INFO] [stdout] | [INFO] [stdout] 764 | ... sysvar::stake_history::StakeHistory::default().create_account(1) [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `solana_sdk::stake_history::StakeHistory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StakeAccount` [INFO] [stdout] --> src/stake_instruction.rs:3:39 [INFO] [stdout] | [INFO] [stdout] 3 | stake_state::{Authorized, Lockup, StakeAccount, StakeAuthorize, StakeState}, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3f3b2dec80512199d44dd557b399330a266cdd4b6669a056e7017bb16242cfe2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f3b2dec80512199d44dd557b399330a266cdd4b6669a056e7017bb16242cfe2", kill_on_drop: false }` [INFO] [stdout] 3f3b2dec80512199d44dd557b399330a266cdd4b6669a056e7017bb16242cfe2