You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
When i execute cargo test on my machine (MacOS Apple cpu), i encounter this error:
error: expected None-delimited group
--> /Users/oker/.cargo/registry/src/github.com-1ecc6299db9ec823/solana-program-test-1.8.14/src/lib.rs:769:22
|
769 | add_builtin!(solana_bpf_loader_deprecated_program!());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro `solana_bpf_loader_deprecated_program` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected None-delimited group
--> /Users/oker/.cargo/registry/src/github.com-1ecc6299db9ec823/solana-program-test-1.8.14/src/lib.rs:771:26
|
771 | add_builtin!(solana_bpf_loader_program_with_jit!());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro `solana_bpf_loader_program_with_jit` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected None-delimited group
--> /Users/oker/.cargo/registry/src/github.com-1ecc6299db9ec823/solana-program-test-1.8.14/src/lib.rs:772:26
|
772 | add_builtin!(solana_bpf_loader_upgradeable_program_with_jit!());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro `solana_bpf_loader_upgradeable_program_with_jit` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected None-delimited group
--> /Users/oker/.cargo/registry/src/github.com-1ecc6299db9ec823/solana-program-test-1.8.14/src/lib.rs:774:26
|
774 | add_builtin!(solana_bpf_loader_program!());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro `solana_bpf_loader_program` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected None-delimited group
--> /Users/oker/.cargo/registry/src/github.com-1ecc6299db9ec823/solana-program-test-1.8.14/src/lib.rs:775:26
|
775 | add_builtin!(solana_bpf_loader_upgradeable_program!());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro `solana_bpf_loader_upgradeable_program` (in Nightly builds, run with -Z macro-backtrace for more info)
error: could not compile `solana-program-test` due to 15 previous errors
The text was updated successfully, but these errors were encountered:
When i execute
cargo test
on my machine (MacOS Apple cpu), i encounter this error:The text was updated successfully, but these errors were encountered: