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
Step panicked. Captured output: called `Result::unwrap()` on an `Err` value: Status { code: Internal, message: "Internal error:Mempool out of sync, blockchain db advanced passed current tip in mempool storage; this should auto correct with the next block template request", metadata: MetadataMap { headers: {"content-type": "application/grpc", "date": "Fri, 08 Nov 2024 05:48:57 GMT", "content-length": "0"} }, source: None }
thread 'transaction_service_tests::service::manage_multiple_transactions' panicked at base_layer/wallet/tests/transaction_service_tests/service.rs:2319:10:
called `Result::unwrap()` on an `Err` value: OutputManagerError(OutputManagerStorageError(DieselError(DatabaseError(Unknown, "database is locked"))))
Step panicked. Captured output: Wallet WALLET_A failed to detect tx with tx_id = 10653422221055118309 to be Mined_or_OneSidedConfirmed, current status is MinedConfirmed
thread 'tests::async_db::async_add_block_fetch_orphan' panicked at /runner/_work/tari/tari/infrastructure/test_utils/src/runtime.rs:56:24:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(49), ...)
thread 'tests::async_db::async_rewind_to_height' panicked at /runner/_work/tari/tari/infrastructure/test_utils/src/runtime.rs:56:24:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(49), ...)
thread 'tests::async_db::fetch_async_headers' panicked at /runner/_work/tari/tari/infrastructure/test_utils/src/runtime.rs:56:24:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(49), ...)
thread 'tests::async_db::fetch_async_block' panicked at /runner/_work/tari/tari/infrastructure/test_utils/src/runtime.rs:56:24:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(49), ...)
thread 'tests::async_db::async_add_new_block' panicked at /runner/_work/tari/tari/infrastructure/test_utils/src/runtime.rs:56:24:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(49), ...)
thread 'tests::block_validation::inputs_are_not_malleable' panicked at base_layer/core/tests/helpers/test_blockchain.rs:115:58:
called `Result::unwrap()` on an `Err` value: ValidationError { source: BlockError(MismatchedMmrRoots { kind: "Utxo" }) }
thread 'tests::block_validation::add_block_with_large_block' panicked at base_layer/core/tests/tests/block_validation.rs:1169:53:
called `Result::unwrap()` on an `Err` value: ValidationError { source: InvalidBlockchainVersion { version: 1 } }
thread 'tests::block_validation::add_block_with_large_many_output_block' panicked at base_layer/core/tests/tests/block_validation.rs:1232:53:
called `Result::unwrap()` on an `Err` value: ValidationError { source: InvalidBlockchainVersion { version: 1 } }
thread 'tests::async_db::async_add_block_fetch_orphan' panicked at /runner/_work/tari/tari/infrastructure/test_utils/src/runtime.rs:56:24:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(49), ...)
thread 'tests::async_db::async_rewind_to_height' panicked at /runner/_work/tari/tari/infrastructure/test_utils/src/runtime.rs:56:24:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(49), ...)
thread 'tests::async_db::fetch_async_block' panicked at /runner/_work/tari/tari/infrastructure/test_utils/src/runtime.rs:56:24:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(49), ...)
thread 'tests::async_db::async_add_new_block' panicked at /runner/_work/tari/tari/infrastructure/test_utils/src/runtime.rs:56:24:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(49), ...)
thread 'tests::async_db::fetch_async_headers' panicked at /runner/_work/tari/tari/infrastructure/test_utils/src/runtime.rs:56:24:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(49), ...)
Step panicked. Captured output: Burn transaction has status 0 when we desired 1 (TRANSACTION_STATUS_BROADCAST), 2 (TRANSACTION_STATUS_UNCONFIRMED), or 6 (TRANSACTION_STATUS_CONFIRMED)