Skip to content

chore(deps): bump mikepenz/action-junit-report from 4 to 5 (#6672) #1762

chore(deps): bump mikepenz/action-junit-report from 4 to 5 (#6672)

chore(deps): bump mikepenz/action-junit-report from 4 to 5 (#6672) #1762

GitHub Actions / JUnit Test Report failed Nov 12, 2024 in 0s

3453 tests run, 3430 passed, 0 skipped, 23 failed.

Annotations

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::async_db::async_add_block_fetch_orphan

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), ...)
Raw output
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), ...)

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::async_db::async_rewind_to_height

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), ...)
Raw output
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), ...)

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::async_db::fetch_async_headers

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), ...)
Raw output
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), ...)

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::async_db::fetch_async_block

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), ...)
Raw output
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), ...)

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::async_db::async_add_new_block

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), ...)
Raw output
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), ...)

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::block_validation::inputs_are_not_malleable

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" }) }
Raw output
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" }) }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::block_sync::test_block_sync_happy_path

thread 'tests::block_sync::test_block_sync_happy_path' panicked at base_layer/core/tests/tests/block_sync.rs:66:14:
Expected HeadersSynchronized event
Raw output
thread 'tests::block_sync::test_block_sync_happy_path' panicked at base_layer/core/tests/tests/block_sync.rs:66:14:
Expected HeadersSynchronized event
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::block_sync::test_block_sync_peer_supplies_no_blocks_with_ban

thread 'tests::block_sync::test_block_sync_peer_supplies_no_blocks_with_ban' panicked at base_layer/core/tests/tests/block_sync.rs:134:14:
Expected HeadersSynchronized event
Raw output
thread 'tests::block_sync::test_block_sync_peer_supplies_no_blocks_with_ban' panicked at base_layer/core/tests/tests/block_sync.rs:134:14:
Expected HeadersSynchronized event
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::block_sync::test_block_sync_peer_supplies_not_all_blocks_with_ban

thread 'tests::block_sync::test_block_sync_peer_supplies_not_all_blocks_with_ban' panicked at base_layer/core/tests/tests/block_sync.rs:194:14:
Expected HeadersSynchronized event
Raw output
thread 'tests::block_sync::test_block_sync_peer_supplies_not_all_blocks_with_ban' panicked at base_layer/core/tests/tests/block_sync.rs:194:14:
Expected HeadersSynchronized event
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::block_sync::test_block_sync_with_conbase_spend_happy_path_1

thread 'tests::block_sync::test_block_sync_with_conbase_spend_happy_path_1' panicked at base_layer/core/tests/tests/block_sync.rs:267:5:
assertion `left == right` failed
Raw output
thread 'tests::block_sync::test_block_sync_with_conbase_spend_happy_path_1' panicked at base_layer/core/tests/tests/block_sync.rs:267:5:
assertion `left == right` failed
  left: 0
 right: 1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::block_sync::test_block_sync_with_conbase_spend_happy_path_2

thread 'tests::block_sync::test_block_sync_with_conbase_spend_happy_path_2' panicked at base_layer/core/tests/tests/block_sync.rs:367:5:
assertion `left == right` failed
Raw output
thread 'tests::block_sync::test_block_sync_with_conbase_spend_happy_path_2' panicked at base_layer/core/tests/tests/block_sync.rs:367:5:
assertion `left == right` failed
  left: 0
 right: 10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::block_validation::add_block_with_large_block

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 } }
Raw output
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 } }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::block_validation::add_block_with_large_many_output_block

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 } }
Raw output
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 } }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::async_db::async_add_block_fetch_orphan

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), ...)
Raw output
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), ...)

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::async_db::async_rewind_to_height

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), ...)
Raw output
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), ...)

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::async_db::fetch_async_block

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), ...)
Raw output
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), ...)

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::async_db::async_add_new_block

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), ...)
Raw output
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), ...)

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::async_db::fetch_async_headers

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), ...)
Raw output
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), ...)

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::block_sync::test_block_sync_happy_path

thread 'tests::block_sync::test_block_sync_happy_path' panicked at base_layer/core/tests/tests/block_sync.rs:66:14:
Expected HeadersSynchronized event
Raw output
thread 'tests::block_sync::test_block_sync_happy_path' panicked at base_layer/core/tests/tests/block_sync.rs:66:14:
Expected HeadersSynchronized event
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::block_sync::test_block_sync_peer_supplies_not_all_blocks_with_ban

thread 'tests::block_sync::test_block_sync_peer_supplies_not_all_blocks_with_ban' panicked at base_layer/core/tests/tests/block_sync.rs:194:14:
Expected HeadersSynchronized event
Raw output
thread 'tests::block_sync::test_block_sync_peer_supplies_not_all_blocks_with_ban' panicked at base_layer/core/tests/tests/block_sync.rs:194:14:
Expected HeadersSynchronized event
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::block_sync::test_block_sync_peer_supplies_no_blocks_with_ban

thread 'tests::block_sync::test_block_sync_peer_supplies_no_blocks_with_ban' panicked at base_layer/core/tests/tests/block_sync.rs:134:14:
Expected HeadersSynchronized event
Raw output
thread 'tests::block_sync::test_block_sync_peer_supplies_no_blocks_with_ban' panicked at base_layer/core/tests/tests/block_sync.rs:134:14:
Expected HeadersSynchronized event
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::block_sync::test_block_sync_with_conbase_spend_happy_path_2

thread 'tests::block_sync::test_block_sync_with_conbase_spend_happy_path_2' panicked at base_layer/core/tests/tests/block_sync.rs:367:5:
assertion `left == right` failed
Raw output
thread 'tests::block_sync::test_block_sync_with_conbase_spend_happy_path_2' panicked at base_layer/core/tests/tests/block_sync.rs:367:5:
assertion `left == right` failed
  left: 0
 right: 10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 1 in tari_core::core_integration_tests

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tari_core::core_integration_tests.tests::block_sync::test_block_sync_with_conbase_spend_happy_path_1

thread 'tests::block_sync::test_block_sync_with_conbase_spend_happy_path_1' panicked at base_layer/core/tests/tests/block_sync.rs:267:5:
assertion `left == right` failed
Raw output
thread 'tests::block_sync::test_block_sync_with_conbase_spend_happy_path_1' panicked at base_layer/core/tests/tests/block_sync.rs:267:5:
assertion `left == right` failed
  left: 0
 right: 1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace