[INFO] cloning repository https://github.com/hyetigran/solana-buildspace1 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hyetigran/solana-buildspace1" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhyetigran%2Fsolana-buildspace1", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhyetigran%2Fsolana-buildspace1'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5290864c38650ec167c02c5b2bc5b394b794b1a3 [INFO] testing hyetigran/solana-buildspace1 against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhyetigran%2Fsolana-buildspace1" "/workspace/builds/worker-36/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-36/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hyetigran/solana-buildspace1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hyetigran/solana-buildspace1 [INFO] finished tweaking git repo https://github.com/hyetigran/solana-buildspace1 [INFO] tweaked toml for git repo https://github.com/hyetigran/solana-buildspace1 written to /workspace/builds/worker-36/source/Cargo.toml [INFO] crate git repo https://github.com/hyetigran/solana-buildspace1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a7f7320ec78ce7508779fb81b79fdd432fec5fbbf2efc72f118d504ea1c45eb6 [INFO] running `Command { std: "docker" "start" "-a" "a7f7320ec78ce7508779fb81b79fdd432fec5fbbf2efc72f118d504ea1c45eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a7f7320ec78ce7508779fb81b79fdd432fec5fbbf2efc72f118d504ea1c45eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7f7320ec78ce7508779fb81b79fdd432fec5fbbf2efc72f118d504ea1c45eb6", kill_on_drop: false }` [INFO] [stdout] a7f7320ec78ce7508779fb81b79fdd432fec5fbbf2efc72f118d504ea1c45eb6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef0ead27562eca919cc7eca0e3900c7e6621fb9e92dd9372bc66d6126fd19e20 [INFO] running `Command { std: "docker" "start" "-a" "ef0ead27562eca919cc7eca0e3900c7e6621fb9e92dd9372bc66d6126fd19e20", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling semver v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.78 [INFO] [stderr] Compiling anyhow v1.0.53 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling bs58 v0.3.1 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.79 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling bumpalo v3.9.1 [INFO] [stderr] Compiling feature-probe v0.1.1 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling bs58 v0.4.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.79 [INFO] [stderr] Compiling zeroize v1.5.2 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling bv v0.11.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling blake3 v1.3.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling memmap2 v0.5.2 [INFO] [stderr] Compiling solana-frozen-abi-macro v1.9.5 [INFO] [stderr] Compiling solana-frozen-abi v1.9.5 [INFO] [stderr] Compiling solana-program v1.9.5 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling solana-logger v1.9.5 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.79 [INFO] [stderr] Compiling borsh-schema-derive-internal v0.9.3 [INFO] [stderr] Compiling borsh-derive-internal v0.9.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.79 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling bytemuck_derive v1.0.1 [INFO] [stderr] Compiling solana-sdk-macro v1.9.5 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.79 [INFO] [stderr] Compiling bytemuck v1.7.3 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling crypto-common v0.1.1 [INFO] [stderr] Compiling block-buffer v0.10.1 [INFO] [stderr] Compiling libsecp256k1-core v0.2.2 [INFO] [stderr] Compiling curve25519-dalek v3.2.0 [INFO] [stderr] Compiling digest v0.10.1 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling hmac v0.8.1 [INFO] [stderr] Compiling hmac-drbg v0.3.0 [INFO] [stderr] Compiling borsh-derive v0.9.3 [INFO] [stderr] Compiling anchor-syn v0.11.1 [INFO] [stderr] Compiling libsecp256k1-gen-ecmult v0.2.1 [INFO] [stderr] Compiling libsecp256k1-gen-genmult v0.2.1 [INFO] [stderr] Compiling libsecp256k1 v0.6.0 [INFO] [stderr] Compiling borsh v0.9.3 [INFO] [stderr] Compiling anchor-attribute-access-control v0.11.1 [INFO] [stderr] Compiling anchor-attribute-state v0.11.1 [INFO] [stderr] Compiling anchor-attribute-interface v0.11.1 [INFO] [stderr] Compiling anchor-attribute-error v0.11.1 [INFO] [stderr] Compiling anchor-attribute-account v0.11.1 [INFO] [stderr] Compiling anchor-attribute-event v0.11.1 [INFO] [stderr] Compiling anchor-derive-accounts v0.11.1 [INFO] [stderr] Compiling anchor-attribute-program v0.11.1 [INFO] [stderr] Compiling anchor-lang v0.11.1 [INFO] [stderr] Compiling buildspace1 v0.1.0 (/opt/rustwide/workdir/programs/buildspace1) [INFO] [stdout] error: associated or seeds must be provided before payer [INFO] [stdout] --> programs/buildspace1/src/lib.rs:33:21 [INFO] [stdout] | [INFO] [stdout] 33 | #[account(init, payer = user, space = 9000)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> programs/buildspace1/src/lib.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Accounts)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: Invariant violation: composite constraints can only be raw or literals [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate` [INFO] [stdout] --> programs/buildspace1/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #[program] [INFO] [stdout] | ^^^^^^^^^^ could not find `__client_accounts_start_stuff_off` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `program` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Account` in this scope [INFO] [stdout] --> programs/buildspace1/src/lib.rs:34:23 [INFO] [stdout] | [INFO] [stdout] 34 | pub base_account: Account<'info, BaseAccount>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anchor-lang-0.11.1/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | pub trait Accounts<'info>: ToAccountMetas + ToAccountInfos<'info> + Sized { [INFO] [stdout] | ------------------------------------------------------------------------- similarly named trait `Accounts` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 34 | pub base_account: Accounts<'info, BaseAccount>, [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::account_info::Account; [INFO] [stdout] | [INFO] [stdout] 1 | use solana_program::account_info::Account; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Signer` in this scope [INFO] [stdout] --> programs/buildspace1/src/lib.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 36 | pub user: Signer<'info>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Program` in this scope [INFO] [stdout] --> programs/buildspace1/src/lib.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | pub system_program: Program<'info, System>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::bpf_loader_upgradeable::UpgradeableLoaderState::Program` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 37 | pub system_program: crate::bpf_loader_upgradeable::UpgradeableLoaderState, [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 37 | pub system_program: solana_program::bpf_loader_upgradeable::UpgradeableLoaderState, [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `System` in this scope [INFO] [stdout] --> programs/buildspace1/src/lib.rs:37:40 [INFO] [stdout] | [INFO] [stdout] 37 | pub system_program: Program<'info, System>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Account` in this scope [INFO] [stdout] --> programs/buildspace1/src/lib.rs:43:23 [INFO] [stdout] | [INFO] [stdout] 43 | pub base_account: Account<'info, BaseAccount>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anchor-lang-0.11.1/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | pub trait Accounts<'info>: ToAccountMetas + ToAccountInfos<'info> + Sized { [INFO] [stdout] | ------------------------------------------------------------------------- similarly named trait `Accounts` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 43 | pub base_account: Accounts<'info, BaseAccount>, [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::account_info::Account; [INFO] [stdout] | [INFO] [stdout] 1 | use solana_program::account_info::Account; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Signer` in this scope [INFO] [stdout] --> programs/buildspace1/src/lib.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | pub user: Signer<'info>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `borsh` is ambiguous [INFO] [stdout] --> programs/buildspace1/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #[program] [INFO] [stdout] | ^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `borsh` could refer to the crate imported here [INFO] [stdout] --> programs/buildspace1/src/lib.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use anchor_lang::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `borsh` to disambiguate [INFO] [stdout] note: `borsh` could also refer to the module imported here [INFO] [stdout] --> programs/buildspace1/src/lib.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use anchor_lang::solana_program::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `borsh` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `borsh` is ambiguous [INFO] [stdout] --> programs/buildspace1/src/lib.rs:47:24 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug, Clone, AnchorSerialize, AnchorDeserialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `borsh` could refer to the crate imported here [INFO] [stdout] --> programs/buildspace1/src/lib.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use anchor_lang::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `borsh` to disambiguate [INFO] [stdout] note: `borsh` could also refer to the module imported here [INFO] [stdout] --> programs/buildspace1/src/lib.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use anchor_lang::solana_program::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `borsh` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `borsh` is ambiguous [INFO] [stdout] --> programs/buildspace1/src/lib.rs:47:41 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug, Clone, AnchorSerialize, AnchorDeserialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `borsh` could refer to the crate imported here [INFO] [stdout] --> programs/buildspace1/src/lib.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use anchor_lang::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `borsh` to disambiguate [INFO] [stdout] note: `borsh` could also refer to the module imported here [INFO] [stdout] --> programs/buildspace1/src/lib.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use anchor_lang::solana_program::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `borsh` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `borsh` is ambiguous [INFO] [stdout] --> programs/buildspace1/src/lib.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | #[account] [INFO] [stdout] | ^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `borsh` could refer to the crate imported here [INFO] [stdout] --> programs/buildspace1/src/lib.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use anchor_lang::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `borsh` to disambiguate [INFO] [stdout] note: `borsh` could also refer to the module imported here [INFO] [stdout] --> programs/buildspace1/src/lib.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use anchor_lang::solana_program::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `borsh` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `try_accounts` found for struct `StartStuffOff` in the current scope [INFO] [stdout] --> programs/buildspace1/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #[program] [INFO] [stdout] | ^^^^^^^^^^ function or associated item not found in `StartStuffOff<'_>` [INFO] [stdout] ... [INFO] [stdout] 32 | pub struct StartStuffOff<'info> { [INFO] [stdout] | ------------------------------- function or associated item `try_accounts` not found for this [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 `try_accounts`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `anchor_lang::Accounts` [INFO] [stdout] = note: this error originates in the attribute macro `program` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StartStuffOff<'_>: anchor_lang::Accounts<'_>` is not satisfied [INFO] [stdout] --> programs/buildspace1/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #[program] [INFO] [stdout] | ^^^^^^^^^^ the trait `anchor_lang::Accounts<'_>` is not implemented for `StartStuffOff<'_>` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `anchor_lang::Context::<'a, 'b, 'c, 'info, T>::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anchor-lang-0.11.1/src/context.rs:17:28 [INFO] [stdout] | [INFO] [stdout] 17 | impl<'a, 'b, 'c, 'info, T: Accounts<'info>> Context<'a, 'b, 'c, 'info, T> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `anchor_lang::Context::<'a, 'b, 'c, 'info, T>::new` [INFO] [stdout] = note: this error originates in the attribute macro `program` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `exit` found for struct `StartStuffOff` in the current scope [INFO] [stdout] --> programs/buildspace1/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #[program] [INFO] [stdout] | ^^^^^^^^^^ method not found in `StartStuffOff<'_>` [INFO] [stdout] ... [INFO] [stdout] 32 | pub struct StartStuffOff<'info> { [INFO] [stdout] | ------------------------------- method `exit` not found for this [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 `exit`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `anchor_lang::AccountsExit` [INFO] [stdout] = note: this error originates in the attribute macro `program` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `try_accounts` found for struct `AddGif` in the current scope [INFO] [stdout] --> programs/buildspace1/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #[program] [INFO] [stdout] | ^^^^^^^^^^ function or associated item not found in `AddGif<'_>` [INFO] [stdout] ... [INFO] [stdout] 41 | pub struct AddGif<'info> { [INFO] [stdout] | ------------------------ function or associated item `try_accounts` not found for this [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 `try_accounts`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `anchor_lang::Accounts` [INFO] [stdout] = note: this error originates in the attribute macro `program` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `AddGif<'_>: anchor_lang::Accounts<'_>` is not satisfied [INFO] [stdout] --> programs/buildspace1/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #[program] [INFO] [stdout] | ^^^^^^^^^^ the trait `anchor_lang::Accounts<'_>` is not implemented for `AddGif<'_>` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `anchor_lang::Context::<'a, 'b, 'c, 'info, T>::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anchor-lang-0.11.1/src/context.rs:17:28 [INFO] [stdout] | [INFO] [stdout] 17 | impl<'a, 'b, 'c, 'info, T: Accounts<'info>> Context<'a, 'b, 'c, 'info, T> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `anchor_lang::Context::<'a, 'b, 'c, 'info, T>::new` [INFO] [stdout] = note: this error originates in the attribute macro `program` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `exit` found for struct `AddGif` in the current scope [INFO] [stdout] --> programs/buildspace1/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #[program] [INFO] [stdout] | ^^^^^^^^^^ method not found in `AddGif<'_>` [INFO] [stdout] ... [INFO] [stdout] 41 | pub struct AddGif<'info> { [INFO] [stdout] | ------------------------ method `exit` not found for this [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 `exit`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `anchor_lang::AccountsExit` [INFO] [stdout] = note: this error originates in the attribute macro `program` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 19 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412, E0432, E0599, E0659. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `buildspace1` due to 20 previous errors [INFO] running `Command { std: "docker" "inspect" "ef0ead27562eca919cc7eca0e3900c7e6621fb9e92dd9372bc66d6126fd19e20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef0ead27562eca919cc7eca0e3900c7e6621fb9e92dd9372bc66d6126fd19e20", kill_on_drop: false }` [INFO] [stdout] ef0ead27562eca919cc7eca0e3900c7e6621fb9e92dd9372bc66d6126fd19e20