LLVM_COV_FLAGS='-show-directory-coverage' cargo llvm-cov --ignore-run-fail test -j20 --features disable-slow-tests --html info: cargo-llvm-cov currently setting cfg(coverage); you can opt-out it by passing --no-cfg-coverage warning: jpl-token-2022-test@0.0.1: (not a warning) warning: jpl-token-2022-test@0.0.1: (not a warning) warning: gen-syscall-list@2.1.6-jupnet.1: (not a warning) Generating ../../../sdk/sbf/syscalls.txt from ../src/syscalls/mod.rs Finished `test` profile [unoptimized + debuginfo] target(s) in 0.62s Running unittests src/main.rs (target/llvm-cov-target/debug/deps/agave_accounts_hash_cache_tool-bbf8cfa91b360ff2) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/main.rs (target/llvm-cov-target/debug/deps/agave_cargo_registry-2d1328a0d73800b8) running 1 test test sparse_index::test::test_get_crate_name_from_path ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/agave_geyser_plugin_interface-bb47d92b38cdd4d7) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/agave_install-27668a008ada0223) running 2 tests test config::test::test_save ... ok test config::test::test_load_serde_yaml_v_0_8_config ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/main.rs (target/llvm-cov-target/debug/deps/agave_install-75c4adb97b89aa49) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/bin/agave-install-init.rs (target/llvm-cov-target/debug/deps/agave_install_init-378bbf0cade10cae) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/main.rs (target/llvm-cov-target/debug/deps/agave_store_histogram-a84fa9fc84c3d8ec) running 1 test test tests::test_calc ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Running unittests src/main.rs (target/llvm-cov-target/debug/deps/agave_store_tool-b59716e91aad015a) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/agave_transaction_view-c69a7b098d220d05) running 44 tests test bytes::tests::test_advance_offset_for_array ... ok test bytes::tests::test_advance_offset_for_type ... ok test bytes::tests::test_check_remaining ... ok test bytes::tests::test_read_byte ... ok test message_header_frame::tests::test_legacy_transaction_missing_header_byte ... ok test message_header_frame::tests::test_v0_transaction_valid ... ok test message_header_frame::tests::test_v0_transaction_missing_header_byte ... ok test message_header_frame::tests::test_invalid_version ... ok test message_header_frame::tests::test_legacy_transaction_valid ... ok test instructions_frame::tests::test_invalid_instruction_accounts_vec ... ok test instructions_frame::tests::test_invalid_instruction_data_vec ... ok test instructions_frame::tests::test_single_instruction ... ok test instructions_frame::tests::test_multiple_instructions ... ok test bytes::tests::test_optimized_read_compressed_u16 ... ok test instructions_frame::tests::test_zero_instructions ... ok test instructions_frame::tests::test_num_instructions_too_high ... ok test signature_frame::tests::test_non_zero_offset ... ok test signature_frame::tests::test_zero_signatures ... ok test signature_frame::tests::test_one_signature ... ok test signature_frame::tests::test_max_signatures ... ok test signature_frame::tests::test_too_many_signatures ... ok test static_account_keys_frame::tests::test_one_account ... ok test sanitize::tests::test_sanitize_multiple_transfers ... ok test static_account_keys_frame::tests::test_zero_accounts ... ok test transaction_frame::tests::test_instructions_iter_empty ... ok test static_account_keys_frame::tests::test_max_accounts ... ok test transaction_frame::tests::test_account_key_overflow ... ok test static_account_keys_frame::tests::test_too_many_accounts ... ok test sanitize::tests::test_sanitize_signatures ... ok test transaction_frame::tests::test_instructions_iter_single ... ok test sanitize::tests::test_sanitize_account_access ... ok test transaction_frame::tests::test_minimal_sized_transaction ... ok test transaction_frame::tests::test_instructions_iter_multiple ... ok test transaction_frame::tests::test_basic_accessors ... ok test transaction_frame::tests::test_insufficient_bytes ... ok test transaction_frame::tests::test_instructions_overflow ... ok test sanitize::tests::test_sanitize_instructions ... ok test transaction_frame::tests::test_simple_transfer ... ok test transaction_frame::tests::test_trailing_byte ... ok test transaction_view::tests::test_multiple_transfers ... ok test transaction_frame::tests::test_signature_overflow ... ok test bytes::tests::test_read_compressed_u16 ... ok test static_account_keys_frame::tests::test_u16_max_accounts ... ok test signature_frame::tests::test_u16_max_signatures ... ok test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/agave_validator-c27ac728c6e17735) running 8 tests test bootstrap::tests::test_retain_peer_snapshot_hashes_with_highest_slot_empty ... ok test cli::test::make_sure_deprecated_arguments_are_sorted_alphabetically ... ok test bootstrap::tests::test_build_known_snapshot_hashes ... ok test bootstrap::tests::test_retain_peer_snapshot_hashes_with_highest_incremental_snapshot_slot_none ... ok test bootstrap::tests::test_retain_peer_snapshot_hashes_with_highest_incremental_snapshot_slot_some ... ok test bootstrap::tests::test_retain_peer_snapshot_hashes_with_highest_full_snapshot_slot ... ok test bootstrap::tests::test_retain_peer_snapshot_hashes_that_match_known_snapshot_hashes ... ok test admin_rpc_service::tests::test_secondary_index_key_sizes ... ok test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running unittests src/bin/jupnet-test-validator.rs (target/llvm-cov-target/debug/deps/jupnet_test_validator-4dd165fd2ec15b73) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/main.rs (target/llvm-cov-target/debug/deps/jupnet_validator-1ff43f8a510ffcf1) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/cli.rs (target/llvm-cov-target/debug/deps/cli-1781804fd4883ff6) running 1 test test test_use_the_same_path_for_accounts_and_snapshots ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s Running unittests src/main.rs (target/llvm-cov-target/debug/deps/cgen-bd8a01d1627ceda1) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/main.rs (target/llvm-cov-target/debug/deps/gen_headers-8a8de17b15c0c7eb) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/main.rs (target/llvm-cov-target/debug/deps/gen_syscall_list-cae08a3f54f31047) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_associated_token_account-4b16208185448847) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_associated_token_account_client-95321dbbf04bed15) running 2 tests test program::test_id ... ok test address::inline_jpl_token::test_id ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/create_idempotent.rs (target/llvm-cov-target/debug/deps/create_idempotent-9d1fd0c13afc36be) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/extended_mint.rs (target/llvm-cov-target/debug/deps/extended_mint-bcc7853ce5da7cb3) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/process_create_associated_token_account.rs (target/llvm-cov-target/debug/deps/process_create_associated_token_account-6d241c173eb805b3) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/program_test.rs (target/llvm-cov-target/debug/deps/program_test-9aebd917f922cd98) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/recover_nested.rs (target/llvm-cov-target/debug/deps/recover_nested-1a49f7ee9d3e2b98) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/spl_token_create.rs (target/llvm-cov-target/debug/deps/spl_token_create-b5f3ef163058782a) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_concurrent_merkle_tree-54466d9ba8b921fc) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/tests.rs (target/llvm-cov-target/debug/deps/tests-b2da5b7fff3f5a57) running 13 tests test test_default_node_is_empty ... ok test test_bypass_initialize ... ok test test_leaf_contents_modified ... ok test test_initialize ... ok test test_append_bug_repro_2 ... ok test test_append_bug_repro_1 ... ok test test_prove_tree_empty_batched ... ok test test_prove_tree_empty_incremental ... ok test test_initialize_with_root ... ok test test_append ... ok test test_mixed ... ok test test_prove_leaf ... ok test test_replaces ... ok test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_discriminator-e4f1b5daae9e3e9b) running 1 test test tests::test_discrminators ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_discriminator_derive-93fcf000eba1e316) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_discriminator_syn-595b5082b5fa9cb5) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_instruction_padding-9447b1040d75a6b9) running 1 test test test_id ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/noop.rs (target/llvm-cov-target/debug/deps/noop-93ce642cd094448e) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/system.rs (target/llvm-cov-target/debug/deps/system-13c86fc4e372cf76) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_math-08ded937f4f6a1f7) running 32 tests test approximations::tests::test_normal_cdf_f32_min_max ... ok test error::tests::test_math_error_from ... ok test approximations::tests::test_square_root_min_max ... ok test instruction::tests::test_f32_normal_cdf ... ok test instruction::tests::test_noop ... ok test instruction::tests::test_precise_sqrt ... ok test instruction::tests::test_u64_divide ... ok test instruction::tests::test_f32_multiply ... ok test instruction::tests::test_sqrt_u64 ... ok test instruction::tests::test_f32_natural_log ... ok test instruction::tests::test_f32_divide ... ok test instruction::tests::test_f32_exponentiate ... ok test instruction::tests::test_sqrt_u128 ... ok test instruction::tests::test_u64_multiply ... ok test precise_number::tests::test_floor ... ok test precise_number::tests::test_ceiling ... ok test precise_number::tests::test_checked_mul ... ok test processor::tests::test_f32_divide ... ok test processor::tests::test_f32_exponentiate ... ok test processor::tests::test_f32_multiply ... ok test processor::tests::test_f32_natural_log ... ok test processor::tests::test_u64_divide ... ok test processor::tests::test_u64_multiply ... ok test test_id ... ok test precise_number::tests::test_newtonian_approximation ... ok test processor::tests::test_process_instruction ... ok test precise_number::tests::test_square_root_min_max ... ok test precise_number::tests::test_root_approximation ... ok test precise_number::tests::test_pow_fraction ... ok test approximations::tests::test_normal_cdf ... ok test approximations::tests::test_square_root ... ok test precise_number::tests::test_square_root ... ok test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s Running tests/instruction_count.rs (target/llvm-cov-target/debug/deps/instruction_count-d785f9f8d49572a1) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_memo-68fb0dddb1900872) running 5 tests test test_id ... ok test tests::test_build_memo ... ok test processor::tests::test_utf8_memo ... ok test v1::test_id ... ok test processor::tests::test_signers ... ok test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/functional.rs (target/llvm-cov-target/debug/deps/functional-2cdff64fb6d31da6) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_merkle_tree_reference-333b69c386dfd8cc) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_noop-bf0f920cc2916251) running 1 test test test_id ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_pod-1b9a181303c545f9) running 18 tests test option::tests::test_default ... ok test option::tests::test_try_from_option ... ok test optional_keys::tests::test_pod_non_zero_option ... ok test primitives::tests::test_pod_bool ... ok test option::tests::test_pod_option_pubkey ... ok test primitives::tests::test_pod_i64 ... ok test primitives::tests::test_pod_i16 ... ok test optional_keys::tests::test_pod_non_zero_elgamal_option ... ok test primitives::tests::test_pod_u128 ... ok test primitives::tests::test_pod_u256 ... ok test primitives::tests::test_pod_u64 ... ok test primitives::tests::test_pod_u16 ... ok test slice::tests::test_pod_slice ... ok test primitives::tests::test_u256_pod_conversions ... ok test slice::tests::test_pod_slice_buffer_too_large ... ok test slice::tests::test_pod_slice_buffer_too_small ... ok test slice::tests::test_pod_slice_mut ... ok test primitives::tests::test_u256_pod_overflow - should panic ... ok test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_program_error-3ce1169fbb9efad2) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/bench.rs (target/llvm-cov-target/debug/deps/bench-21e3bbef8d6d3dbb) running 1 test test test_macros_compile ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/decode.rs (target/llvm-cov-target/debug/deps/decode-00560a6ff6d6d40d) running 1 test test test_macros_compile ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/into.rs (target/llvm-cov-target/debug/deps/into-499cb19274a5d015) running 1 test test test_macros_compile ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/jpl.rs (target/llvm-cov-target/debug/deps/jpl-922ba425f5c920cb) running 3 tests test test_macros_compile ... ok test test_macros_compile_with_jupnet_program_crate ... ok test test_library_error_codes ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/mod.rs (target/llvm-cov-target/debug/deps/mod-27fe9af87c0892e3) running 11 tests test bench::test_macros_compile ... ok test decode::test_macros_compile ... ok test into::test_macros_compile ... ok test jpl::test_macros_compile ... ok test jpl::test_macros_compile_with_jupnet_program_crate ... ok test print::test_macros_compile ... ok test tests::test_derive_into_program_error ... ok test tests::test_derive_decode_error ... ok test jpl::test_library_error_codes ... ok test tests::test_derive_print_program_error ... ok test tests::test_jpl_program_error ... ok test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/print.rs (target/llvm-cov-target/debug/deps/print-66de7132b285bb80) running 1 test test test_macros_compile ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_program_error_derive-c8f423fe959a7b6f) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_record-def478aee3e42101) running 9 tests test instruction::tests::serialize_initialize ... ok test instruction::tests::deserialize_invalid_instruction ... ok test instruction::tests::serialize_close_account ... ok test instruction::tests::serialize_reallocate ... ok test instruction::tests::serialize_set_authority ... ok test instruction::tests::serialize_write ... ok test state::tests::deserialize_invalid_slice ... ok test state::tests::serialize_data ... ok test test_id ... ok test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/functional.rs (target/llvm-cov-target/debug/deps/functional-183e3903d47cf0a9) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_tlv_account_resolution-a159cf4fd23195e2) running 16 tests test pubkey_data::tests::test_pack ... ok test seeds::tests::test_pack ... ok test seeds::tests::test_pack_address_config ... ok test pubkey_data::tests::test_unpack ... ok test pubkey_data::tests::test_pack_unpack ... ok test seeds::tests::test_unpack ... ok test seeds::tests::test_unpack_address_config ... ok test seeds::tests::test_pack_unpack ... ok test state::tests::check_account_infos_test ... ok test state::tests::init_with_metas ... ok test state::tests::init_with_infos ... ok test state::tests::init_mixed ... ok test state::tests::init_with_extra_account_metas ... ok test state::tests::update_extra_account_meta_list ... ok test state::tests::init_multiple ... ok test state::tests::cpi_instruction ... ok test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_token-c5805d6db5e71e00) running 49 tests test native_mint::tests::test_decimals ... ok test native_mint::test_id ... ok test processor::tests::test_error_as_custom ... ok test instruction::test::test_instruction_unpack_panic ... ok test instruction::test::test_instruction_packing ... ok test processor::tests::test_initialize_mint2 ... ok test processor::tests::test_initialize_account2_and_3 ... ok test processor::tests::test_close_authority_close_account_dups ... ok test processor::tests::test_freeze_thaw_dups ... ok test processor::tests::test_initialize_immutable_owner ... ok test processor::tests::test_initialize_mint ... ok test processor::tests::test_freeze_account ... ok test processor::tests::test_initialize_mint_account ... ok test processor::tests::test_approve ... ok test processor::tests::test_burn ... ok test processor::tests::test_burn_and_close_system_and_incinerator_tokens ... ok test processor::tests::test_frozen ... ok test processor::tests::test_close_account ... ok test processor::tests::test_mint_to ... ok test processor::tests::test_approve_dups ... ok test processor::tests::test_burn_dups ... ok test processor::tests::test_mint_to_dups ... ok test processor::tests::test_mintable_token_with_zero_supply ... ok test processor::tests::test_native_token ... ok test processor::tests::test_overflow ... ok test processor::tests::test_owner_close_account_dups ... ok test processor::tests::test_pack_unpack ... ok test processor::tests::test_print_error ... ok test processor::tests::test_amount_to_ui_amount ... ok test processor::tests::test_get_account_data_size ... ok test processor::tests::test_set_authority_dups ... ok test processor::tests::test_multisig ... ok test processor::tests::test_unique_account_sizes ... ok test state::tests::test_multisig_unpack_from_slice ... ok test state::tests::test_account_state ... ok test processor::tests::test_sync_native ... ok test state::tests::test_mint_unpack_from_slice ... ok test state::tests::test_unpack_token_owner ... ok test test_id ... ok test state::tests::test_unpack_coption_u64 ... ok test state::tests::test_unpack_coption_key ... ok test processor::tests::test_set_authority ... ok test processor::tests::test_self_transfer ... ok test state::tests::test_unpack_token_mint ... ok test processor::tests::test_transfer ... ok test processor::tests::test_ui_amount_to_amount ... ok test processor::tests::test_transfer_dups ... ok test processor::tests::test_validate_owner ... ok test instruction::test::test_instruction_unpack_proptest ... ok test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s Running tests/action.rs (target/llvm-cov-target/debug/deps/action-311591d50a31fa6c) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/assert_instruction_count.rs (target/llvm-cov-target/debug/deps/assert_instruction_count-5ee9d36bbc90faf6) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/close_account.rs (target/llvm-cov-target/debug/deps/close_account-dc7879a73045df94) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_token_2022-53da981800c63ba2) running 121 tests test extension::interest_bearing_mint::tests::amount_to_ui_amount ... ignored test extension::interest_bearing_mint::tests::specific_amount_to_ui_amount ... ignored test extension::interest_bearing_mint::tests::specific_ui_amount_to_amount ... ignored test extension::interest_bearing_mint::tests::seconds_per_year ... ok test extension::test::get_extension_types_with_opaque_buffer ... ok test extension::interest_bearing_mint::tests::specific_amount_to_ui_amount_no_interest ... ok test extension::interest_bearing_mint::tests::specific_ui_amount_to_amount_no_interest ... ok test extension::test::fail_account_len_with_metadata ... ok test extension::test::account_with_multisig_len ... ok test extension::test::mint_with_multisig_len ... ok test extension::test::alloc ... ok test extension::test::test_get_required_init_account_extensions ... ok test extension::test::mint_without_extensions ... ok test extension::test::account_fail_unpack_opaque_buffer ... ok test extension::test::account_len ... ok test extension::test::test_extension_with_no_data ... ok test extension::test::realloc ... ok test extension::test::account_with_extension_pack_unpack ... ok test extension::test::mint_extension_any_order ... ok test extension::test::mint_with_extension_pack_unpack ... ok test extension::test::mint_fail_unpack_opaque_buffer ... ok test extension::test::test_init_buffer_too_small ... ok test extension::test::test_init_nonzero_default ... ok test extension::test::alloc_new_fixed_len_tlv_in_account_info_from_extended_size ... ok test extension::test::alloc_new_variable_len_tlv_in_account_info_from_base_size ... ok test extension::test::alloc_new_fixed_len_tlv_in_account_info_from_base_size ... ok test extension::test::alloc_new_variable_len_tlv_in_account_info_from_extended_size ... ok test extension::test::realloc_variable_len_tlv_in_account_info ... ok test extension::test::test_set_account_type ... ok test extension::test::test_set_account_type_wrongly ... ok test extension::transfer_fee::instruction::test::test_instruction_packing ... ignored test extension::test::unpack_opaque_buffer ... ok test extension::transfer_fee::test::calculate_fee_exact_out_max ... ignored test extension::transfer_fee::test::calculate_fee_exact_out_min ... ignored test extension::transfer_fee::test::calculate_fee_min ... ignored test extension::transfer_fee::test::calculate_fee_zero ... ignored test extension::transfer_fee::test::calculate_pre_fee_amount_edge_cases ... ignored test extension::transfer_fee::test::inverse_fee_relationship ... ignored test extension::transfer_fee::test::round_trip_fee_calculation ... ignored test extension::transfer_fee::test::epoch_fee ... ok test extension::transfer_fee::test::calculate_fee_max ... ok test instruction::test::test_create_native_mint_packing ... ok test instruction::test::test_freeze_account_packing ... ok test instruction::test::test_close_account_packing ... ok test instruction::test::test_burn_packing ... ok test instruction::test::test_approve_checked_packing ... ok test instruction::test::test_approve_packing ... ok test instruction::test::test_amount_to_ui_amount_packing ... ok test instruction::test::test_burn_checked_packing ... ok test instruction::test::test_get_account_data_size_packing ... ok test instruction::test::test_initialize_account2_packing ... ok test instruction::test::test_initialize_account3_packing ... ok test instruction::test::test_initialize_account_packing ... ok test instruction::test::test_initialize_multisig2_packing ... ok test instruction::test::test_initialize_mint2_packing ... ok test instruction::test::test_initialize_mint_close_authority_packing ... ok test instruction::test::test_initialize_mint_packing ... ok test instruction::test::test_initialize_multisig_packing ... ok test instruction::test::test_initialize_permanent_delegate_packing ... ok test instruction::test::test_mint_to_checked_packing ... ok test instruction::test::test_mint_to_packing ... ok test instruction::test::test_revoke_packing ... ok test instruction::test::test_set_authority_packing ... ok test instruction::test::test_sync_native_packing ... ok test instruction::test::test_thaw_account_packing ... ok test instruction::test::test_transfer_checked_packing ... ok test instruction::test::test_transfer_packing ... ok test instruction::test::test_ui_amount_to_amount_packing ... ok test native_mint::test_id ... ok test native_mint::tests::test_decimals ... ok test pod::test::pod_mint_to_mint_equality ... ok test pod::test::pod_account_to_account_equality ... ok test pod::test::pod_multisig_to_multisig_equality ... ok test native_mint::tests::expected_native_mint_id ... ok test processor::tests::test_error_as_custom ... ok test processor::tests::test_print_error ... ok test processor::tests::test_initialize_mint ... ok test processor::tests::test_initialize_mint_account ... ok test processor::tests::test_owner_close_account_dups ... ok test processor::tests::test_close_authority_close_account_dups ... ok test processor::tests::test_initialize_account2_and_3 ... ok test processor::tests::test_initialize_mint2 ... ok test processor::tests::test_freeze_thaw_dups ... ok test processor::tests::test_mint_to_dups ... ok test processor::tests::test_mintable_token_with_zero_supply ... ok test processor::tests::test_freeze_account ... ok test processor::tests::initialize_account_on_non_transferable_mint ... ok test processor::tests::test_overflow ... ok test processor::tests::test_set_authority_dups ... ok test instruction::test::test_v3_compatibility ... ok test processor::tests::test_approve ... ok test processor::tests::test_native_token ... ok test processor::tests::test_burn_dups ... ok test processor::tests::test_mint_to ... ok test processor::tests::test_close_account ... ok test processor::tests::test_approve_dups ... ok test processor::tests::test_frozen ... ok test processor::tests::test_unique_account_sizes ... ok test processor::tests::test_multisig ... ok test state::test::test_unpack_token_owner ... ok test processor::tests::test_set_authority_with_immutable_owner_extension ... ok test processor::tests::test_burn ... ok test state::test::test_unpack_token_mint ... ok test state::test::test_pack_unpack ... ok test processor::tests::test_validate_owner ... ok test test_id ... ok test processor::tests::test_set_authority ... ok test processor::tests::test_sync_native ... ok test processor::tests::test_self_transfer ... ok test processor::tests::test_transfer_dups ... ok test processor::tests::test_transfer ... ok test processor::tests::test_get_account_data_size ... ok test processor::tests::test_withdraw_excess_lamports_from_mint ... ok test processor::tests::test_withdraw_excess_lamports_from_account ... ok test processor::tests::test_ui_amount_to_amount ... ok test processor::tests::test_withdraw_excess_lamports_from_multisig ... ok test processor::tests::test_amount_to_ui_amount ... ok test offchain::tests::test_create_transfer_checked_instruction_with_extra_metas ... ok test extension::interest_bearing_mint::tests::time_weighted_average_calc ... ok test instruction::test::test_instruction_unpack_proptest ... ok test pod_instruction::tests::test_instruction_unpack_proptest ... ok test result: ok. 110 passed; 0 failed; 11 ignored; 0 measured; 0 filtered out; finished in 0.06s Running tests/action.rs (target/llvm-cov-target/debug/deps/action-9df318df9842d273) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/assert_instruction_count.rs (target/llvm-cov-target/debug/deps/assert_instruction_count-05daf49a87a43411) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/serialization.rs (target/llvm-cov-target/debug/deps/serialization-052a241292fb4a44) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/burn.rs (target/llvm-cov-target/debug/deps/burn-9040cd4475516c35) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/close_account.rs (target/llvm-cov-target/debug/deps/close_account-574ef159e4897274) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/cpi_guard.rs (target/llvm-cov-target/debug/deps/cpi_guard-360e4543fcc62d79) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/default_account_state.rs (target/llvm-cov-target/debug/deps/default_account_state-7e972b4bf5a0a41a) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/delegate.rs (target/llvm-cov-target/debug/deps/delegate-5022f49fa9192421) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/freeze.rs (target/llvm-cov-target/debug/deps/freeze-4393af00fad2fb80) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/group_member_pointer.rs (target/llvm-cov-target/debug/deps/group_member_pointer-678809f311e7aa36) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/group_pointer.rs (target/llvm-cov-target/debug/deps/group_pointer-be3f4df1f66b5c1e) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/initialize_account.rs (target/llvm-cov-target/debug/deps/initialize_account-8cad2a08c7a7c88c) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/initialize_mint.rs (target/llvm-cov-target/debug/deps/initialize_mint-8eae62cd11f3903a) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/interest_bearing_mint.rs (target/llvm-cov-target/debug/deps/interest_bearing_mint-87caa2157d39daf2) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/memo_transfer.rs (target/llvm-cov-target/debug/deps/memo_transfer-09949d1f1c1adb2e) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/metadata_pointer.rs (target/llvm-cov-target/debug/deps/metadata_pointer-d7108ac0541d845d) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/mint_close_authority.rs (target/llvm-cov-target/debug/deps/mint_close_authority-29082a2913422bff) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/non_transferable.rs (target/llvm-cov-target/debug/deps/non_transferable-7a891f39687a0826) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/permanent_delegate.rs (target/llvm-cov-target/debug/deps/permanent_delegate-6f5e253edd94f624) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/program_test.rs (target/llvm-cov-target/debug/deps/program_test-3e6e472cfaa8662e) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/reallocate.rs (target/llvm-cov-target/debug/deps/reallocate-bfedc927bebdd441) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/sync_native.rs (target/llvm-cov-target/debug/deps/sync_native-750d98a423c2d5df) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/token_group_initialize.rs (target/llvm-cov-target/debug/deps/token_group_initialize-a7d806fc8d61ba0d) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/token_group_initialize_member.rs (target/llvm-cov-target/debug/deps/token_group_initialize_member-429dc1154c3a42c9) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/token_group_update_authority.rs (target/llvm-cov-target/debug/deps/token_group_update_authority-51ca60b29b1ccfa1) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/token_group_update_max_size.rs (target/llvm-cov-target/debug/deps/token_group_update_max_size-9f01d1bef4942bfb) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/token_metadata_emit.rs (target/llvm-cov-target/debug/deps/token_metadata_emit-166765b4a06da69e) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/token_metadata_initialize.rs (target/llvm-cov-target/debug/deps/token_metadata_initialize-136de384d7992cb6) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/token_metadata_remove_key.rs (target/llvm-cov-target/debug/deps/token_metadata_remove_key-084e1ca4d42ac036) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/token_metadata_update_authority.rs (target/llvm-cov-target/debug/deps/token_metadata_update_authority-a161b00bd8440057) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/token_metadata_update_field.rs (target/llvm-cov-target/debug/deps/token_metadata_update_field-e6f04d480a999132) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/transfer.rs (target/llvm-cov-target/debug/deps/transfer-358f161768f2fecf) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/transfer_fee.rs (target/llvm-cov-target/debug/deps/transfer_fee-a1a456ed37ea52a5) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/transfer_hook.rs (target/llvm-cov-target/debug/deps/transfer_hook-73fa07b5a744c80b) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_token_cli-f445012060c747c8) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/main.rs (target/llvm-cov-target/debug/deps/jpl_token-e06e7dc053bcd08b) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/command.rs (target/llvm-cov-target/debug/deps/command-5b2f23cb47270b2c) thread 'main' panicked at program-test/src/lib.rs:468:31: Failed to open "../../target/deploy/jpl_token.so": No such file or directory (os error 2) stack backtrace: 0: rust_begin_unwind at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:665:5 1: core::panicking::panic_fmt at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panicking.rs:74:14 2: jupnet_program_test::read_file::<&std::path::PathBuf>::{closure#0} at /home/newby/projects/raccoons.dev/jupnet/infra/build-server/jupnet-svm/program-test/src/lib.rs:468:31 3: >::unwrap_or_else::::{closure#0}> at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/result.rs:1456:23 4: jupnet_program_test::read_file::<&std::path::PathBuf> at /home/newby/projects/raccoons.dev/jupnet/infra/build-server/jupnet-svm/program-test/src/lib.rs:467:20 5: ::initialize_ledger at /home/newby/projects/raccoons.dev/jupnet/infra/build-server/jupnet-svm/test-validator/src/lib.rs:821:24 6: ::start at /home/newby/projects/raccoons.dev/jupnet/infra/build-server/jupnet-svm/test-validator/src/lib.rs:1032:27 7: ::start_async_with_socket_addr_space::{closure#0} at /home/newby/projects/raccoons.dev/jupnet/infra/build-server/jupnet-svm/test-validator/src/lib.rs:690:15 8: ::start_async::{closure#0} at /home/newby/projects/raccoons.dev/jupnet/infra/build-server/jupnet-svm/test-validator/src/lib.rs:682:10 9: command::new_validator_for_test::{closure#0} at ./tests/command.rs:177:42 10: command::main::{closure#0} at ./tests/command.rs:77:60 11: > as core::future::future::Future>::poll at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs:123:9 12: ::block_on::>>::{closure#0} at /home/newby/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.0/src/runtime/park.rs:284:60 13: tokio::task::coop::with_budget::, ::block_on>>::{closure#0}> at /home/newby/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.0/src/task/coop/mod.rs:167:5 14: tokio::task::coop::budget::, ::block_on>>::{closure#0}> at /home/newby/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.0/src/task/coop/mod.rs:133:5 15: ::block_on::>> at /home/newby/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.0/src/runtime/park.rs:284:31 16: ::block_on::>> at /home/newby/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.0/src/runtime/context/blocking.rs:66:9 17: ::block_on::>>::{closure#0} at /home/newby/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.0/src/runtime/scheduler/multi_thread/mod.rs:87:13 18: tokio::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> at /home/newby/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.0/src/runtime/context/runtime.rs:65:16 19: ::block_on::>> at /home/newby/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.0/src/runtime/scheduler/multi_thread/mod.rs:86:9 20: ::block_on_inner::>> at /home/newby/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.0/src/runtime/runtime.rs:358:45 21: ::block_on:: at /home/newby/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.0/src/runtime/runtime.rs:328:13 22: command::main at ./tests/command.rs:145:5 23: >::call_once at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5 note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. error: test failed, to rerun pass `-p jpl-token-cli --test command` Running tests/config.rs (target/llvm-cov-target/debug/deps/config-c1bf732606c584d3) running 1 test test invalid_config_will_cause_commands_to_fail ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/jpl_token_client-d8fe0af9af2cd819) running 2 tests test output::tests::display_signature ... ok test output::tests::display_transaction ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/program-test.rs (target/llvm-cov-target/debug/deps/program_test-4f43efbc107d6e93) running 5 tests [2026-03-17T07:21:59.327689217Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 invoke [1] [2026-03-17T07:21:59.327644555Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 invoke [1] [2026-03-17T07:21:59.327867984Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 success [2026-03-17T07:21:59.327868004Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 success [2026-03-17T07:21:59.327893815Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [1] [2026-03-17T07:21:59.327893735Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [1] [2026-03-17T07:21:59.328248379Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeMint [2026-03-17T07:21:59.328248339Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeMint [2026-03-17T07:21:59.328653535Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 invoke [1] [2026-03-17T07:21:59.328694487Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 success [2026-03-17T07:21:59.328707287Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [1] [2026-03-17T07:21:59.328778120Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 invoke [1] [2026-03-17T07:21:59.328812781Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 success [2026-03-17T07:21:59.328824492Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [1] [2026-03-17T07:21:59.328837252Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 invoke [1] [2026-03-17T07:21:59.328869214Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeMint [2026-03-17T07:21:59.328896965Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 success [2026-03-17T07:21:59.328916056Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [1] [2026-03-17T07:21:59.328990908Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeMint [2026-03-17T07:21:59.329132844Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeMint [2026-03-17T07:21:59.329741198Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 1326 of 399850 compute units [2026-03-17T07:21:59.329745349Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 1326 of 399850 compute units [2026-03-17T07:21:59.329849723Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.329850073Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.330310511Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 1326 of 399850 compute units [2026-03-17T07:21:59.330323301Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.330472647Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 1326 of 399850 compute units [2026-03-17T07:21:59.330488378Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.330648484Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 1326 of 399850 compute units [2026-03-17T07:21:59.330667835Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.332643524Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 invoke [1] [2026-03-17T07:21:59.332681015Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 success [2026-03-17T07:21:59.332694246Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [1] [2026-03-17T07:21:59.332962306Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeAccount [2026-03-17T07:21:59.334551220Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 1668 of 399850 compute units [2026-03-17T07:21:59.334575501Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.336501007Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [1] [2026-03-17T07:21:59.336640383Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: MintToChecked [2026-03-17T07:21:59.337478596Z DEBUG jupnet_runtime::message_processor::stable_log] Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1] [2026-03-17T07:21:59.337667543Z DEBUG jupnet_runtime::message_processor::stable_log] Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1] [2026-03-17T07:21:59.337693785Z DEBUG jupnet_runtime::message_processor::stable_log] Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1] [2026-03-17T07:21:59.337776548Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Create [2026-03-17T07:21:59.337914243Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Create [2026-03-17T07:21:59.337934434Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Create [2026-03-17T07:21:59.338115631Z DEBUG jupnet_runtime::message_processor::stable_log] Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1] [2026-03-17T07:21:59.338144422Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 1072 of 200000 compute units [2026-03-17T07:21:59.338161453Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.338282288Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [2] [2026-03-17T07:21:59.338282098Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [2] [2026-03-17T07:21:59.338282638Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [2] [2026-03-17T07:21:59.338352471Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: GetAccountDataSize [2026-03-17T07:21:59.338356081Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: GetAccountDataSize [2026-03-17T07:21:59.338359111Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: GetAccountDataSize [2026-03-17T07:21:59.338389282Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Create [2026-03-17T07:21:59.338514977Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [2] [2026-03-17T07:21:59.338579790Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: GetAccountDataSize [2026-03-17T07:21:59.339169803Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [1] [2026-03-17T07:21:59.339276088Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: SetAuthority [2026-03-17T07:21:59.339835100Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 940 of 195131 compute units [2026-03-17T07:21:59.339860851Z DEBUG jupnet_runtime::message_processor::stable_log] Program return: Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf 2gAAAAAAAAA= [2026-03-17T07:21:59.339871341Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.339882442Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 940 of 195131 compute units [2026-03-17T07:21:59.339891192Z DEBUG jupnet_runtime::message_processor::stable_log] Program return: Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf 2gAAAAAAAAA= [2026-03-17T07:21:59.339901132Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.339954185Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 940 of 192131 compute units [2026-03-17T07:21:59.339965495Z DEBUG jupnet_runtime::message_processor::stable_log] Program return: Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf 2gAAAAAAAAA= [2026-03-17T07:21:59.339979686Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.339983576Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 invoke [2] [2026-03-17T07:21:59.339997006Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 invoke [2] [2026-03-17T07:21:59.340005337Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 success [2026-03-17T07:21:59.340017157Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 success [2026-03-17T07:21:59.340084300Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Initialize the associated token account [2026-03-17T07:21:59.340084950Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Initialize the associated token account [2026-03-17T07:21:59.340089260Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 invoke [2] [2026-03-17T07:21:59.340092530Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 940 of 190631 compute units [2026-03-17T07:21:59.340101620Z DEBUG jupnet_runtime::message_processor::stable_log] Program return: Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf 2gAAAAAAAAA= [2026-03-17T07:21:59.340112901Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.340119121Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 success [2026-03-17T07:21:59.340126781Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [2] [2026-03-17T07:21:59.340126951Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [2] [2026-03-17T07:21:59.340134362Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Initialize the associated token account [2026-03-17T07:21:59.340168283Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [2] [2026-03-17T07:21:59.340182164Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeImmutableOwner [2026-03-17T07:21:59.340182644Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeImmutableOwner [2026-03-17T07:21:59.340214445Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 invoke [2] [2026-03-17T07:21:59.340234506Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeImmutableOwner [2026-03-17T07:21:59.340236096Z DEBUG jupnet_runtime::message_processor::stable_log] Program 11111111111111111111111111111111 success [2026-03-17T07:21:59.340247306Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Initialize the associated token account [2026-03-17T07:21:59.340276137Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [2] [2026-03-17T07:21:59.340327919Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeImmutableOwner [2026-03-17T07:21:59.340689724Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 988 of 200000 compute units [2026-03-17T07:21:59.340705424Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.341540087Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 529 of 189460 compute units [2026-03-17T07:21:59.341549538Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.341569899Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 529 of 189460 compute units [2026-03-17T07:21:59.341578469Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.341605630Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [2] [2026-03-17T07:21:59.341632671Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [2] [2026-03-17T07:21:59.341668933Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 529 of 186460 compute units [2026-03-17T07:21:59.341679203Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.341692574Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeAccount3 [2026-03-17T07:21:59.341727455Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeAccount3 [2026-03-17T07:21:59.341742446Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [2] [2026-03-17T07:21:59.341763846Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 529 of 184960 compute units [2026-03-17T07:21:59.341773027Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.341826649Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [2] [2026-03-17T07:21:59.341845330Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeAccount3 [2026-03-17T07:21:59.341914092Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: InitializeAccount3 [2026-03-17T07:21:59.341973455Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [1] [2026-03-17T07:21:59.342118781Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: MintToChecked [2026-03-17T07:21:59.342131001Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Error: the total supply of this token is fixed [2026-03-17T07:21:59.343088129Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 1492 of 186833 compute units [2026-03-17T07:21:59.343098760Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.343186183Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 1492 of 186833 compute units [2026-03-17T07:21:59.343194503Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.343333399Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 1492 of 183833 compute units [2026-03-17T07:21:59.343343939Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.343348089Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 1492 of 182333 compute units [2026-03-17T07:21:59.343356570Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success [2026-03-17T07:21:59.343531257Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 1036 of 200000 compute units [2026-03-17T07:21:59.343557068Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf failed: custom program error: 0x5 [2026-03-17T07:21:59.344482935Z DEBUG jupnet_runtime::message_processor::stable_log] Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 14854 of 200000 compute units [2026-03-17T07:21:59.344492905Z DEBUG jupnet_runtime::message_processor::stable_log] Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success [2026-03-17T07:21:59.344608530Z DEBUG jupnet_runtime::message_processor::stable_log] Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 14854 of 200000 compute units [2026-03-17T07:21:59.344616610Z DEBUG jupnet_runtime::message_processor::stable_log] Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success [2026-03-17T07:21:59.344650021Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [1] [2026-03-17T07:21:59.344757735Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: SetAuthority [2026-03-17T07:21:59.344789607Z DEBUG jupnet_runtime::message_processor::stable_log] Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 19354 of 200000 compute units [2026-03-17T07:21:59.344800347Z DEBUG jupnet_runtime::message_processor::stable_log] Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success [2026-03-17T07:21:59.344822378Z DEBUG jupnet_runtime::message_processor::stable_log] Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 17854 of 200000 compute units [2026-03-17T07:21:59.344831098Z DEBUG jupnet_runtime::message_processor::stable_log] Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success test associated_token_account ... ok test get_or_create_associated_token_account ... ok [2026-03-17T07:21:59.345737815Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf invoke [1] [2026-03-17T07:21:59.345872330Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Instruction: MintToChecked [2026-03-17T07:21:59.346043037Z DEBUG jupnet_runtime::message_processor::stable_log] Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [1] [2026-03-17T07:21:59.346229244Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf consumed 1064 of 200000 compute units [2026-03-17T07:21:59.346249215Z DEBUG jupnet_runtime::message_processor::stable_log] Program Tokenis9xgQh7yMRbNBnV6uFq7LANbuZJwebxWBWixf success test set_authority ... ok test transfer ... FAILED test mint_to ... FAILED [2026-03-17T07:21:59.346296347Z DEBUG jupnet_runtime::message_processor::stable_log] Program log: Create failures: timeout: sending signal TERM to command ‘just’