Skip to content

fix(comms): ensure that inbound messaging terminates on disconnect (#… #1759

fix(comms): ensure that inbound messaging terminates on disconnect (#…

fix(comms): ensure that inbound messaging terminates on disconnect (#… #1759

GitHub Actions / JUnit Test Report failed Oct 30, 2024 in 0s

41 tests run, 14 passed, 0 skipped, 27 failed.

Annotations

Check failure on line 1 in feature:33:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:33:3.Scenario: Simple reorg with burned output: tests/features/Reorgs.feature:33:3

Step panicked. Captured output: base node didn't synchronize successfully with height 17, current chain height 15
Raw output
Scenario: Simple reorg with burned output
     Given I have a seed node SEED_B
     When I have a base node B connected to seed SEED_B
     When I have wallet WB connected to base node B
     When I have mining node BM connected to base node B and wallet WB
     When mining node BM mines 10 blocks with min difficulty 1 and max difficulty 1
     When I wait for wallet WB to have at least 55000000000 uT
     When I create a burn transaction of 1000000 uT from WB at fee 100
     When mining node BM mines 5 blocks with min difficulty 1 and max difficulty 1
     Given I have a seed node SEED_C
     When I have a base node C connected to seed SEED_C
     When I have wallet WC connected to base node C
     When I have mining node CM connected to base node C and wallet WC
     When mining node CM mines 17 blocks with min difficulty 1 and max difficulty 1
     Then node B is at height 15
     Then node C is at height 17
     When I have a base node SA connected to nodes B,C
     Then node SA is at height 17
     Then node B is at height 17
      Step failed:
      Defined: tests/features/Reorgs.feature:59:5
      Matched: integration_tests/tests/steps/node_steps.rs:218:1
      Step panicked. Captured output: base node didn't synchronize successfully with height 17, current chain height 15
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "BM": MinerProcess {
                  name: "BM",
                  base_node_name: "B",
                  wallet_name: "WB",
                  mine_until_height: 100000,
                  stealth: false,
              },
              "CM": MinerProcess {
                  name: "CM",
                  base_node_name: "C",
                  wallet_name: "WC",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WB": "B",
              "WC": "C",
          },
          seed_nodes: [
              "SEED_B",
              "SEED_C",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:33:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:33:3.Scenario: Simple reorg with burned output: tests/features/Reorgs.feature:33:3

Step panicked. Captured output: base node didn't synchronize successfully with height 17, current chain height 15
Raw output
Scenario: Simple reorg with burned output | Retry attempt: 1/2
     Given I have a seed node SEED_B
     When I have a base node B connected to seed SEED_B
     When I have wallet WB connected to base node B
     When I have mining node BM connected to base node B and wallet WB
     When mining node BM mines 10 blocks with min difficulty 1 and max difficulty 1
     When I wait for wallet WB to have at least 55000000000 uT
     When I create a burn transaction of 1000000 uT from WB at fee 100
     When mining node BM mines 5 blocks with min difficulty 1 and max difficulty 1
     Given I have a seed node SEED_C
     When I have a base node C connected to seed SEED_C
     When I have wallet WC connected to base node C
     When I have mining node CM connected to base node C and wallet WC
     When mining node CM mines 17 blocks with min difficulty 1 and max difficulty 1
     Then node B is at height 15
     Then node C is at height 17
     When I have a base node SA connected to nodes B,C
     Then node SA is at height 17
     Then node B is at height 17
      Step failed:
      Defined: tests/features/Reorgs.feature:59:5
      Matched: integration_tests/tests/steps/node_steps.rs:218:1
      Step panicked. Captured output: base node didn't synchronize successfully with height 17, current chain height 15
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "BM": MinerProcess {
                  name: "BM",
                  base_node_name: "B",
                  wallet_name: "WB",
                  mine_until_height: 100000,
                  stealth: false,
              },
              "CM": MinerProcess {
                  name: "CM",
                  base_node_name: "C",
                  wallet_name: "WC",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WB": "B",
              "WC": "C",
          },
          seed_nodes: [
              "SEED_B",
              "SEED_C",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:33:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:33:3.Scenario: Simple reorg with burned output: tests/features/Reorgs.feature:33:3

Step panicked. Captured output: base node didn't synchronize successfully with height 17, current chain height 15
Raw output
Scenario: Simple reorg with burned output | Retry attempt: 2/2
     Given I have a seed node SEED_B
     When I have a base node B connected to seed SEED_B
     When I have wallet WB connected to base node B
     When I have mining node BM connected to base node B and wallet WB
     When mining node BM mines 10 blocks with min difficulty 1 and max difficulty 1
     When I wait for wallet WB to have at least 55000000000 uT
     When I create a burn transaction of 1000000 uT from WB at fee 100
     When mining node BM mines 5 blocks with min difficulty 1 and max difficulty 1
     Given I have a seed node SEED_C
     When I have a base node C connected to seed SEED_C
     When I have wallet WC connected to base node C
     When I have mining node CM connected to base node C and wallet WC
     When mining node CM mines 17 blocks with min difficulty 1 and max difficulty 1
     Then node B is at height 15
     Then node C is at height 17
     When I have a base node SA connected to nodes B,C
     Then node SA is at height 17
     Then node B is at height 17
      Step failed:
      Defined: tests/features/Reorgs.feature:59:5
      Matched: integration_tests/tests/steps/node_steps.rs:218:1
      Step panicked. Captured output: base node didn't synchronize successfully with height 17, current chain height 15
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "BM": MinerProcess {
                  name: "BM",
                  base_node_name: "B",
                  wallet_name: "WB",
                  mine_until_height: 100000,
                  stealth: false,
              },
              "CM": MinerProcess {
                  name: "CM",
                  base_node_name: "C",
                  wallet_name: "WC",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WB": "B",
              "WC": "C",
          },
          seed_nodes: [
              "SEED_B",
              "SEED_C",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:77:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:77:3.Scenario: When a new node joins the network, it receives all peers: tests/features/Sync.feature:77:3

Step panicked. Captured output: Node NODE2 only received 1 of 11 expected peers
Raw output
Scenario: When a new node joins the network, it receives all peers
     Given I have 10 seed nodes
     When I have a base node NODE1 connected to all seed nodes
     When I wait for NODE1 to have 10 connections
     When I have a base node NODE2 connected to node NODE1
     Then NODE1 has at least 11 peers
     Then NODE2 has at least 11 peers
      Step failed:
      Defined: tests/features/Sync.feature:83:5
      Matched: integration_tests/tests/steps/node_steps.rs:933:1
      Step panicked. Captured output: Node NODE2 only received 1 of 11 expected peers
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "seed_node_0",
              "seed_node_1",
              "seed_node_2",
              "seed_node_3",
              "seed_node_4",
              "seed_node_5",
              "seed_node_6",
              "seed_node_7",
              "seed_node_8",
              "seed_node_9",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:77:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:77:3.Scenario: When a new node joins the network, it receives all peers: tests/features/Sync.feature:77:3

Step panicked. Captured output: Node NODE2 only received 1 of 11 expected peers
Raw output
Scenario: When a new node joins the network, it receives all peers | Retry attempt: 1/2
     Given I have 10 seed nodes
     When I have a base node NODE1 connected to all seed nodes
     When I wait for NODE1 to have 10 connections
     When I have a base node NODE2 connected to node NODE1
     Then NODE1 has at least 11 peers
     Then NODE2 has at least 11 peers
      Step failed:
      Defined: tests/features/Sync.feature:83:5
      Matched: integration_tests/tests/steps/node_steps.rs:933:1
      Step panicked. Captured output: Node NODE2 only received 1 of 11 expected peers
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "seed_node_0",
              "seed_node_1",
              "seed_node_2",
              "seed_node_3",
              "seed_node_4",
              "seed_node_5",
              "seed_node_6",
              "seed_node_7",
              "seed_node_8",
              "seed_node_9",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:77:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:77:3.Scenario: When a new node joins the network, it receives all peers: tests/features/Sync.feature:77:3

Step panicked. Captured output: Node NODE2 only received 1 of 11 expected peers
Raw output
Scenario: When a new node joins the network, it receives all peers | Retry attempt: 2/2
     Given I have 10 seed nodes
     When I have a base node NODE1 connected to all seed nodes
     When I wait for NODE1 to have 10 connections
     When I have a base node NODE2 connected to node NODE1
     Then NODE1 has at least 11 peers
     Then NODE2 has at least 11 peers
      Step failed:
      Defined: tests/features/Sync.feature:83:5
      Matched: integration_tests/tests/steps/node_steps.rs:933:1
      Step panicked. Captured output: Node NODE2 only received 1 of 11 expected peers
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "seed_node_0",
              "seed_node_1",
              "seed_node_2",
              "seed_node_3",
              "seed_node_4",
              "seed_node_5",
              "seed_node_6",
              "seed_node_7",
              "seed_node_8",
              "seed_node_9",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:18:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:18:3.Scenario: As a wallet I want to submit a transaction: tests/features/WalletQuery.feature:18:3

Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 5 at fee 10 failed to be broadcasted
Raw output
Scenario: As a wallet I want to submit a transaction
     Given I have a seed node NODE
     When I have 1 base nodes connected to all seed nodes
     When I have wallet WALLET_A with 10T connected to base node NODE
     When I have wallet WALLET_B connected to base node NODE
     When I wait 5 seconds
     When I transfer 5T from WALLET_A to WALLET_B
      Step failed:
      Defined: tests/features/WalletQuery.feature:24:5
      Matched: integration_tests/tests/steps/wallet_steps.rs:1428:1
      Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 5 at fee 10 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "temp_miner": MinerProcess {
                  name: "temp_miner",
                  base_node_name: "NODE",
                  wallet_name: "WALLET_A",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WALLET_A": "NODE",
              "WALLET_B": "NODE",
          },
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:18:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:18:3.Scenario: As a wallet I want to submit a transaction: tests/features/WalletQuery.feature:18:3

Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 5 at fee 10 failed to be broadcasted
Raw output
Scenario: As a wallet I want to submit a transaction | Retry attempt: 1/2
     Given I have a seed node NODE
     When I have 1 base nodes connected to all seed nodes
     When I have wallet WALLET_A with 10T connected to base node NODE
     When I have wallet WALLET_B connected to base node NODE
     When I wait 5 seconds
     When I transfer 5T from WALLET_A to WALLET_B
      Step failed:
      Defined: tests/features/WalletQuery.feature:24:5
      Matched: integration_tests/tests/steps/wallet_steps.rs:1428:1
      Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 5 at fee 10 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "temp_miner": MinerProcess {
                  name: "temp_miner",
                  base_node_name: "NODE",
                  wallet_name: "WALLET_A",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WALLET_A": "NODE",
              "WALLET_B": "NODE",
          },
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:18:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:18:3.Scenario: As a wallet I want to submit a transaction: tests/features/WalletQuery.feature:18:3

Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 5 at fee 10 failed to be broadcasted
Raw output
Scenario: As a wallet I want to submit a transaction | Retry attempt: 2/2
     Given I have a seed node NODE
     When I have 1 base nodes connected to all seed nodes
     When I have wallet WALLET_A with 10T connected to base node NODE
     When I have wallet WALLET_B connected to base node NODE
     When I wait 5 seconds
     When I transfer 5T from WALLET_A to WALLET_B
      Step failed:
      Defined: tests/features/WalletQuery.feature:24:5
      Matched: integration_tests/tests/steps/wallet_steps.rs:1428:1
      Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 5 at fee 10 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "temp_miner": MinerProcess {
                  name: "temp_miner",
                  base_node_name: "NODE",
                  wallet_name: "WALLET_A",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WALLET_A": "NODE",
              "WALLET_B": "NODE",
          },
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:170:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:170:3.Scenario: Wallet imports pre_mine UTXO: tests/features/WalletTransactions.feature:170:3

Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 1000000 at fee 100 failed to be broadcasted
Raw output
Scenario: Wallet imports pre_mine UTXO
     Given I have a seed node NODE
     When I have 1 base nodes connected to all seed nodes
     When I have wallet WALLET_A connected to all seed nodes
     When I have wallet WALLET_B connected to all seed nodes
     When I have wallet WALLET_C connected to all seed nodes
     When I have mining node MINER connected to base node NODE and wallet WALLET_A
     When mining node MINER mines 5 blocks
     Then all nodes are at height 5
     Then I wait for wallet WALLET_A to have at least 10000000000 uT
     When I send 1000000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
      Step failed:
      Defined: tests/features/WalletTransactions.feature:180:5
      Matched: integration_tests/tests/steps/wallet_steps.rs:849:1
      Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 1000000 at fee 100 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "NODE",
                  wallet_name: "WALLET_A",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WALLET_A": "NODE",
              "WALLET_B": "NODE",
              "WALLET_C": "NODE",
          },
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:170:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:170:3.Scenario: Wallet imports pre_mine UTXO: tests/features/WalletTransactions.feature:170:3

Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 1000000 at fee 100 failed to be broadcasted
Raw output
Scenario: Wallet imports pre_mine UTXO | Retry attempt: 1/2
     Given I have a seed node NODE
     When I have 1 base nodes connected to all seed nodes
     When I have wallet WALLET_A connected to all seed nodes
     When I have wallet WALLET_B connected to all seed nodes
     When I have wallet WALLET_C connected to all seed nodes
     When I have mining node MINER connected to base node NODE and wallet WALLET_A
     When mining node MINER mines 5 blocks
     Then all nodes are at height 5
     Then I wait for wallet WALLET_A to have at least 10000000000 uT
     When I send 1000000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
      Step failed:
      Defined: tests/features/WalletTransactions.feature:180:5
      Matched: integration_tests/tests/steps/wallet_steps.rs:849:1
      Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 1000000 at fee 100 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "NODE",
                  wallet_name: "WALLET_A",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WALLET_A": "NODE",
              "WALLET_B": "NODE",
              "WALLET_C": "NODE",
          },
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:170:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:170:3.Scenario: Wallet imports pre_mine UTXO: tests/features/WalletTransactions.feature:170:3

Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 1000000 at fee 100 failed to be broadcasted
Raw output
Scenario: Wallet imports pre_mine UTXO | Retry attempt: 2/2
     Given I have a seed node NODE
     When I have 1 base nodes connected to all seed nodes
     When I have wallet WALLET_A connected to all seed nodes
     When I have wallet WALLET_B connected to all seed nodes
     When I have wallet WALLET_C connected to all seed nodes
     When I have mining node MINER connected to base node NODE and wallet WALLET_A
     When mining node MINER mines 5 blocks
     Then all nodes are at height 5
     Then I wait for wallet WALLET_A to have at least 10000000000 uT
     When I send 1000000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
      Step failed:
      Defined: tests/features/WalletTransactions.feature:180:5
      Matched: integration_tests/tests/steps/wallet_steps.rs:849:1
      Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 1000000 at fee 100 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "NODE",
                  wallet_name: "WALLET_A",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WALLET_A": "NODE",
              "WALLET_B": "NODE",
              "WALLET_C": "NODE",
          },
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:9:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:9:3.Scenario: As a wallet send to a wallet connected to a different base node: tests/features/WalletTransfer.feature:9:3

Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 5 at fee 10 failed to be broadcasted
Raw output
Scenario: As a wallet send to a wallet connected to a different base node
     Given I have a seed node SEED_A
     When I have a seed node SEED_B
     When I have a base node NODE_A connected to all seed nodes
     When I have a base node NODE_B connected to all seed nodes
     When I have wallet WALLET_A with 10T connected to base node NODE_A
     When I have wallet WALLET_B connected to base node NODE_B
     When I wait 5 seconds
     When I transfer 5T from WALLET_A to WALLET_B
      Step failed:
      Defined: tests/features/WalletTransfer.feature:17:5
      Matched: integration_tests/tests/steps/wallet_steps.rs:1428:1
      Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 5 at fee 10 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "temp_miner": MinerProcess {
                  name: "temp_miner",
                  base_node_name: "NODE_A",
                  wallet_name: "WALLET_A",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WALLET_A": "NODE_A",
              "WALLET_B": "NODE_B",
          },
          seed_nodes: [
              "SEED_A",
              "SEED_B",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:9:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:9:3.Scenario: As a wallet send to a wallet connected to a different base node: tests/features/WalletTransfer.feature:9:3

Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 5 at fee 10 failed to be broadcasted
Raw output
Scenario: As a wallet send to a wallet connected to a different base node | Retry attempt: 1/2
     Given I have a seed node SEED_A
     When I have a seed node SEED_B
     When I have a base node NODE_A connected to all seed nodes
     When I have a base node NODE_B connected to all seed nodes
     When I have wallet WALLET_A with 10T connected to base node NODE_A
     When I have wallet WALLET_B connected to base node NODE_B
     When I wait 5 seconds
     When I transfer 5T from WALLET_A to WALLET_B
      Step failed:
      Defined: tests/features/WalletTransfer.feature:17:5
      Matched: integration_tests/tests/steps/wallet_steps.rs:1428:1
      Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 5 at fee 10 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "temp_miner": MinerProcess {
                  name: "temp_miner",
                  base_node_name: "NODE_A",
                  wallet_name: "WALLET_A",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WALLET_A": "NODE_A",
              "WALLET_B": "NODE_B",
          },
          seed_nodes: [
              "SEED_A",
              "SEED_B",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:9:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:9:3.Scenario: As a wallet send to a wallet connected to a different base node: tests/features/WalletTransfer.feature:9:3

Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 5 at fee 10 failed to be broadcasted
Raw output
Scenario: As a wallet send to a wallet connected to a different base node | Retry attempt: 2/2
     Given I have a seed node SEED_A
     When I have a seed node SEED_B
     When I have a base node NODE_A connected to all seed nodes
     When I have a base node NODE_B connected to all seed nodes
     When I have wallet WALLET_A with 10T connected to base node NODE_A
     When I have wallet WALLET_B connected to base node NODE_B
     When I wait 5 seconds
     When I transfer 5T from WALLET_A to WALLET_B
      Step failed:
      Defined: tests/features/WalletTransfer.feature:17:5
      Matched: integration_tests/tests/steps/wallet_steps.rs:1428:1
      Step panicked. Captured output: Transaction from WALLET_A to WALLET_B with amount 5 at fee 10 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "temp_miner": MinerProcess {
                  name: "temp_miner",
                  base_node_name: "NODE_A",
                  wallet_name: "WALLET_A",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WALLET_A": "NODE_A",
              "WALLET_B": "NODE_B",
          },
          seed_nodes: [
              "SEED_A",
              "SEED_B",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:73:5

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:73:5.Scenario: As a client I want to receive contact liveness events: tests/features/WalletFFI.feature:73:5

Step panicked. Captured output: FFI_WALLET doesn't have at least 2 contacts with status Online!
Raw output
Scenario: As a client I want to receive contact liveness events
     Given I have a seed node SEED
     And I have non-default wallet WALLET1 connected to all seed nodes using DirectOnly
     And I have non-default wallet WALLET2 connected to all seed nodes using DirectOnly
     And I have a ffi wallet FFI_WALLET connected to seed node SEED
     When I add contact with alias ALIAS1 and address of WALLET1 to ffi wallet FFI_WALLET
     And I add contact with alias ALIAS2 and address of WALLET2 to ffi wallet FFI_WALLET
     And I have mining node MINER1 connected to base node SEED and wallet WALLET1
     And I have mining node MINER2 connected to base node SEED and wallet WALLET2
     And mining node MINER1 mines 1 blocks
     And mining node MINER2 mines 5 blocks
     Then I wait for wallet WALLET1 to have at least 100000000 uT
     And I wait for wallet WALLET2 to have at least 100000000 uT
     When I send 100000000 uT without waiting for broadcast from wallet WALLET1 to wallet FFI_WALLET at fee 20
     And I send 100000000 uT without waiting for broadcast from wallet WALLET2 to wallet FFI_WALLET at fee 20
     Then I wait for ffi wallet FFI_WALLET to have at least 2 contacts to be Online
      Step failed:
      Defined: tests/features/WalletFFI.feature:92:9
      Matched: integration_tests/tests/steps/wallet_ffi_steps.rs:264:1
      Step panicked. Captured output: FFI_WALLET doesn't have at least 2 contacts with status Online!
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER1": MinerProcess {
                  name: "MINER1",
                  base_node_name: "SEED",
                  wallet_name: "WALLET1",
                  mine_until_height: 100000,
                  stealth: false,
              },
              "MINER2": MinerProcess {
                  name: "MINER2",
                  base_node_name: "SEED",
                  wallet_name: "WALLET2",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {
              "FFI_WALLET": WalletFFI {
                  name: "FFI_WALLET",
                  port: 18466,
                  base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_12683/Wallet FFI/As a client I want to receive contact liveness events/ffi_wallets/FFI_WALLET_port_18466",
                  wallet: Mutex {
                      data: Wallet {
                          ptr: 0x00005596a1f63040,
                          liveness_data: Mutex {
                              data: {
                                  "H4HGx4GksBqnStpPvdcLzpfjqXAQaf2rkE9P3UoJ4wQCDZpjNjje2tk7chqJ93Tt6FxZziYSKWwNK7fv6CJxHwzRj4R": ContactsLivenessData {
                                      ptr: 0x00007f727c017b00,
                                  },
                                  "H4YUFSXs98SmsDCefap2oV4bSZG2amRq6X5LP3xwqw6Jvyd14Y56NZneL8mAkK5hpkmCPwVm38e7sNzBwv7hYmgyZt": ContactsLivenessData {
                                      ptr: 0x00007f727804c180,
                                  },
                              },
                              poisoned: false,
                              ..
                          },
                          balance: CachedBalance {
                              available: 0,
                              time_locked: 0,
                              pending_incoming: 0,
                              pending_outgoing: 0,
                          },
                      },
                      poisoned: false,
                      ..
                  },
              },
          },
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WALLET1": "SEED",
              "WALLET2": "SEED",
          },
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {
              "H4HGx4GksBqnStpPvdcLzpfjqXAQaf2rkE9P3UoJ4wQCDZpjNjje2tk7chqJ93Tt6FxZziYSKWwNK7fv6CJxHwzRj4R": [
                  17626694618409278228,
              ],
              "H43rKeKNADNeVUjgg9stjKj9ZfF5oMc51Vp8StPWPQsJj9moXkUn7uvG8MZN6FsBtmYsJ6RnBygHpS2r8gGYguhuCjh": [
                  17626694618409278228,
                  9970599257183577311,
              ],
              "H4YUFSXs98SmsDCefap2oV4bSZG2amRq6X5LP3xwqw6Jvyd14Y56NZneL8mAkK5hpkmCPwVm38e7sNzBwv7hYmgyZt": [
                  9970599257183577311,
              ],
          },
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:73:5

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:73:5.Scenario: As a client I want to receive contact liveness events: tests/features/WalletFFI.feature:73:5

Step panicked. Captured output: FFI_WALLET doesn't have at least 2 contacts with status Online!
Raw output
Scenario: As a client I want to receive contact liveness events | Retry attempt: 1/2
     Given I have a seed node SEED
     And I have non-default wallet WALLET1 connected to all seed nodes using DirectOnly
     And I have non-default wallet WALLET2 connected to all seed nodes using DirectOnly
     And I have a ffi wallet FFI_WALLET connected to seed node SEED
     When I add contact with alias ALIAS1 and address of WALLET1 to ffi wallet FFI_WALLET
     And I add contact with alias ALIAS2 and address of WALLET2 to ffi wallet FFI_WALLET
     And I have mining node MINER1 connected to base node SEED and wallet WALLET1
     And I have mining node MINER2 connected to base node SEED and wallet WALLET2
     And mining node MINER1 mines 1 blocks
     And mining node MINER2 mines 5 blocks
     Then I wait for wallet WALLET1 to have at least 100000000 uT
     And I wait for wallet WALLET2 to have at least 100000000 uT
     When I send 100000000 uT without waiting for broadcast from wallet WALLET1 to wallet FFI_WALLET at fee 20
     And I send 100000000 uT without waiting for broadcast from wallet WALLET2 to wallet FFI_WALLET at fee 20
     Then I wait for ffi wallet FFI_WALLET to have at least 2 contacts to be Online
      Step failed:
      Defined: tests/features/WalletFFI.feature:92:9
      Matched: integration_tests/tests/steps/wallet_ffi_steps.rs:264:1
      Step panicked. Captured output: FFI_WALLET doesn't have at least 2 contacts with status Online!
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER1": MinerProcess {
                  name: "MINER1",
                  base_node_name: "SEED",
                  wallet_name: "WALLET1",
                  mine_until_height: 100000,
                  stealth: false,
              },
              "MINER2": MinerProcess {
                  name: "MINER2",
                  base_node_name: "SEED",
                  wallet_name: "WALLET2",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {
              "FFI_WALLET": WalletFFI {
                  name: "FFI_WALLET",
                  port: 18255,
                  base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_12683/Wallet FFI/As a client I want to receive contact liveness events/ffi_wallets/FFI_WALLET_port_18255",
                  wallet: Mutex {
                      data: Wallet {
                          ptr: 0x00005596a26cacb0,
                          liveness_data: Mutex {
                              data: {
                                  "H4JWz9NGnu1Mu4EWP9Xq8VaaNncAsEcxfhJmSV6BmrwKriFVDFGssEyxKDGaEZYSKYjrosRAxvEcGvH7iA2czpFsDZ5": ContactsLivenessData {
                                      ptr: 0x00007f7184004380,
                                  },
                                  "H48GHNy3cjtUzCF7NWetpERDjsNrQcKdNoNxUBHHnV7KWcxMUbbqDNqGhRdiUHuRvSocnhNC1zzTqiorm4f8NavK7PR": ContactsLivenessData {
                                      ptr: 0x00007f7118018810,
                                  },
                              },
                              poisoned: false,
                              ..
                          },
                          balance: CachedBalance {
                              available: 0,
                              time_locked: 0,
                              pending_incoming: 0,
                              pending_outgoing: 0,
                          },
                      },
                      poisoned: false,
                      ..
                  },
              },
          },
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WALLET1": "SEED",
              "WALLET2": "SEED",
          },
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {
              "H4JWz9NGnu1Mu4EWP9Xq8VaaNncAsEcxfhJmSV6BmrwKriFVDFGssEyxKDGaEZYSKYjrosRAxvEcGvH7iA2czpFsDZ5": [
                  6535659386870823674,
              ],
              "H4YzueMcppYzEjRXA6ftWz5AapatsxwnpGQtRMawWL5iXVdnmC4c6fqMGds812yEMkQLuPkDjBDy6ATGWG3b4NGGBt": [
                  6535659386870823674,
                  17202621823504642184,
              ],
              "H48GHNy3cjtUzCF7NWetpERDjsNrQcKdNoNxUBHHnV7KWcxMUbbqDNqGhRdiUHuRvSocnhNC1zzTqiorm4f8NavK7PR": [
                  17202621823504642184,
              ],
          },
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:73:5

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:73:5.Scenario: As a client I want to receive contact liveness events: tests/features/WalletFFI.feature:73:5

Step panicked. Captured output: FFI_WALLET doesn't have at least 2 contacts with status Online!
Raw output
Scenario: As a client I want to receive contact liveness events | Retry attempt: 2/2
     Given I have a seed node SEED
     And I have non-default wallet WALLET1 connected to all seed nodes using DirectOnly
     And I have non-default wallet WALLET2 connected to all seed nodes using DirectOnly
     And I have a ffi wallet FFI_WALLET connected to seed node SEED
     When I add contact with alias ALIAS1 and address of WALLET1 to ffi wallet FFI_WALLET
     And I add contact with alias ALIAS2 and address of WALLET2 to ffi wallet FFI_WALLET
     And I have mining node MINER1 connected to base node SEED and wallet WALLET1
     And I have mining node MINER2 connected to base node SEED and wallet WALLET2
     And mining node MINER1 mines 1 blocks
     And mining node MINER2 mines 5 blocks
     Then I wait for wallet WALLET1 to have at least 100000000 uT
     And I wait for wallet WALLET2 to have at least 100000000 uT
     When I send 100000000 uT without waiting for broadcast from wallet WALLET1 to wallet FFI_WALLET at fee 20
     And I send 100000000 uT without waiting for broadcast from wallet WALLET2 to wallet FFI_WALLET at fee 20
     Then I wait for ffi wallet FFI_WALLET to have at least 2 contacts to be Online
      Step failed:
      Defined: tests/features/WalletFFI.feature:92:9
      Matched: integration_tests/tests/steps/wallet_ffi_steps.rs:264:1
      Step panicked. Captured output: FFI_WALLET doesn't have at least 2 contacts with status Online!
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER1": MinerProcess {
                  name: "MINER1",
                  base_node_name: "SEED",
                  wallet_name: "WALLET1",
                  mine_until_height: 100000,
                  stealth: false,
              },
              "MINER2": MinerProcess {
                  name: "MINER2",
                  base_node_name: "SEED",
                  wallet_name: "WALLET2",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {
              "FFI_WALLET": WalletFFI {
                  name: "FFI_WALLET",
                  port: 18379,
                  base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_12683/Wallet FFI/As a client I want to receive contact liveness events/ffi_wallets/FFI_WALLET_port_18379",
                  wallet: Mutex {
                      data: Wallet {
                          ptr: 0x00005596a2323710,
                          liveness_data: Mutex {
                              data: {
                                  "H4HJDMyfmkwfWcqqED3QoxawWJzJzhmVpMNzT9frN9n158zto3f35NVcqvpynCyyK4UcwWHVVsoKpinaAsvHmzkRNZz": ContactsLivenessData {
                                      ptr: 0x00007f729c01bd80,
                                  },
                                  "H4AnfKLkGMHsTtDiLGc4SmruXKJRpnAxVWvCC2DS67qmoHGK3xFZbzNzDLsmm7F1vmsHsmZ9Zf8jh1mz2YohJxvwNon": ContactsLivenessData {
                                      ptr: 0x00007f72900067e0,
                                  },
                              },
                              poisoned: false,
                              ..
                          },
                          balance: CachedBalance {
                              available: 0,
                              time_locked: 0,
                              pending_incoming: 0,
                              pending_outgoing: 0,
                          },
                      },
                      poisoned: false,
                      ..
                  },
              },
          },
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WALLET1": "SEED",
              "WALLET2": "SEED",
          },
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {
              "H4HJDMyfmkwfWcqqED3QoxawWJzJzhmVpMNzT9frN9n158zto3f35NVcqvpynCyyK4UcwWHVVsoKpinaAsvHmzkRNZz": [
                  6290494142977736576,
              ],
              "H4ANP8yCLdeDfxeAykTdkDLF1ntoH9dMxLFJqTWLtAw9pqaY2TLaUhMXZv1TPW9pSSXEeVp1zFEJCNJ7zskXeyjYGCK": [
                  6290494142977736576,
                  15825049594820082469,
              ],
              "H4AnfKLkGMHsTtDiLGc4SmruXKJRpnAxVWvCC2DS67qmoHGK3xFZbzNzDLsmm7F1vmsHsmZ9Zf8jh1mz2YohJxvwNon": [
                  15825049594820082469,
              ],
          },
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:96:5

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:96:5.Scenario: As a client I want to retrieve a list of transactions I have made and received: tests/features/WalletFFI.feature:96:5

Step panicked. Captured output: Transaction from SENDER to FFI_WALLET with amount 2000000 at fee 20 failed to be broadcasted
Raw output
Scenario: As a client I want to retrieve a list of transactions I have made and received
     Given I have a seed node SEED
     When I have a base node BASE1 connected to all seed nodes
     When I have wallet SENDER connected to base node BASE1
     And I have a ffi wallet FFI_WALLET connected to base node BASE1
     When I add contact with alias ALIAS1 and address of SENDER to ffi wallet FFI_WALLET
     When I have wallet RECEIVER connected to base node BASE1
     When I have mining node MINER connected to base node BASE1 and wallet SENDER
     When mining node MINER mines 10 blocks
     Then all nodes are at height 10
     Then I wait for wallet SENDER to have at least 2000000 uT
     And I send 2000000 uT from wallet SENDER to wallet FFI_WALLET at fee 20
      Step failed:
      Defined: tests/features/WalletFFI.feature:108:9
      Matched: integration_tests/tests/steps/wallet_steps.rs:848:1
      Step panicked. Captured output: Transaction from SENDER to FFI_WALLET with amount 2000000 at fee 20 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "BASE1",
                  wallet_name: "SENDER",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {
              "FFI_WALLET": WalletFFI {
                  name: "FFI_WALLET",
                  port: 18204,
                  base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_12683/Wallet FFI/As a client I want to retrieve a list of transactions I have made and received/ffi_wallets/FFI_WALLET_port_18204",
                  wallet: Mutex {
                      data: Wallet {
                          ptr: 0x00005596a2329720,
                          liveness_data: Mutex {
                              data: {
                                  "H45fsYRtNxjtqQYgdyfB4XeZhVor7j4WJqDKdSqQ8Mqm9uKvdJMDykYzrDqxiHxTsGvKk538AVfY3JCyxeEjs39tGu7": ContactsLivenessData {
                                      ptr: 0x00007f75a0005ae0,
                                  },
                              },
                              poisoned: false,
                              ..
                          },
                          balance: CachedBalance {
                              available: 0,
                              time_locked: 0,
                              pending_incoming: 0,
                              pending_outgoing: 0,
                          },
                      },
                      poisoned: false,
                      ..
                  },
              },
          },
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "SENDER": "BASE1",
              "RECEIVER": "BASE1",
          },
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:96:5

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:96:5.Scenario: As a client I want to retrieve a list of transactions I have made and received: tests/features/WalletFFI.feature:96:5

Step panicked. Captured output: Transaction from SENDER to FFI_WALLET with amount 2000000 at fee 20 failed to be broadcasted
Raw output
Scenario: As a client I want to retrieve a list of transactions I have made and received | Retry attempt: 1/2
     Given I have a seed node SEED
     When I have a base node BASE1 connected to all seed nodes
     When I have wallet SENDER connected to base node BASE1
     And I have a ffi wallet FFI_WALLET connected to base node BASE1
     When I add contact with alias ALIAS1 and address of SENDER to ffi wallet FFI_WALLET
     When I have wallet RECEIVER connected to base node BASE1
     When I have mining node MINER connected to base node BASE1 and wallet SENDER
     When mining node MINER mines 10 blocks
     Then all nodes are at height 10
     Then I wait for wallet SENDER to have at least 2000000 uT
     And I send 2000000 uT from wallet SENDER to wallet FFI_WALLET at fee 20
      Step failed:
      Defined: tests/features/WalletFFI.feature:108:9
      Matched: integration_tests/tests/steps/wallet_steps.rs:848:1
      Step panicked. Captured output: Transaction from SENDER to FFI_WALLET with amount 2000000 at fee 20 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "BASE1",
                  wallet_name: "SENDER",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {
              "FFI_WALLET": WalletFFI {
                  name: "FFI_WALLET",
                  port: 18418,
                  base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_12683/Wallet FFI/As a client I want to retrieve a list of transactions I have made and received/ffi_wallets/FFI_WALLET_port_18418",
                  wallet: Mutex {
                      data: Wallet {
                          ptr: 0x00007f766c00bb50,
                          liveness_data: Mutex {
                              data: {
                                  "H4NmcCQNZdw7nWU38EUYJ5DLaEDwWGJGYQ6sEBDyqPuV6nQEQAnWSp6if91Nb1SauyGvfmvHzHFKLHHP5sXstfD83bG": ContactsLivenessData {
                                      ptr: 0x00007f7558023400,
                                  },
                              },
                              poisoned: false,
                              ..
                          },
                          balance: CachedBalance {
                              available: 0,
                              time_locked: 0,
                              pending_incoming: 0,
                              pending_outgoing: 0,
                          },
                      },
                      poisoned: false,
                      ..
                  },
              },
          },
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "SENDER": "BASE1",
              "RECEIVER": "BASE1",
          },
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:96:5

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:96:5.Scenario: As a client I want to retrieve a list of transactions I have made and received: tests/features/WalletFFI.feature:96:5

Step panicked. Captured output: Transaction from SENDER to FFI_WALLET with amount 2000000 at fee 20 failed to be broadcasted
Raw output
Scenario: As a client I want to retrieve a list of transactions I have made and received | Retry attempt: 2/2
     Given I have a seed node SEED
     When I have a base node BASE1 connected to all seed nodes
     When I have wallet SENDER connected to base node BASE1
     And I have a ffi wallet FFI_WALLET connected to base node BASE1
     When I add contact with alias ALIAS1 and address of SENDER to ffi wallet FFI_WALLET
     When I have wallet RECEIVER connected to base node BASE1
     When I have mining node MINER connected to base node BASE1 and wallet SENDER
     When mining node MINER mines 10 blocks
     Then all nodes are at height 10
     Then I wait for wallet SENDER to have at least 2000000 uT
     And I send 2000000 uT from wallet SENDER to wallet FFI_WALLET at fee 20
      Step failed:
      Defined: tests/features/WalletFFI.feature:108:9
      Matched: integration_tests/tests/steps/wallet_steps.rs:848:1
      Step panicked. Captured output: Transaction from SENDER to FFI_WALLET with amount 2000000 at fee 20 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "BASE1",
                  wallet_name: "SENDER",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {
              "FFI_WALLET": WalletFFI {
                  name: "FFI_WALLET",
                  port: 18178,
                  base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_12683/Wallet FFI/As a client I want to retrieve a list of transactions I have made and received/ffi_wallets/FFI_WALLET_port_18178",
                  wallet: Mutex {
                      data: Wallet {
                          ptr: 0x00005596a242ae40,
                          liveness_data: Mutex {
                              data: {
                                  "H4HSnTXG8TTdxFu6eZ1yNusqmMRotpS7iuVoruV491MhXENx4d2BWnRenWdVRD79VZbc8CLYFwz7Mjqbcz7EKGmtSYZ": ContactsLivenessData {
                                      ptr: 0x00007f7574004e40,
                                  },
                              },
                              poisoned: false,
                              ..
                          },
                          balance: CachedBalance {
                              available: 0,
                              time_locked: 0,
                              pending_incoming: 0,
                              pending_outgoing: 0,
                          },
                      },
                      poisoned: false,
                      ..
                  },
              },
          },
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "SENDER": "BASE1",
              "RECEIVER": "BASE1",
          },
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:175:5

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:175:5.Scenario: As a client I want to send a one-sided transaction: tests/features/WalletFFI.feature:175:5

Step panicked. Captured output: Transaction from SENDER to FFI_WALLET with amount 2400000 at fee 5 failed to be broadcasted
Raw output
Scenario: As a client I want to send a one-sided transaction
     Given I have a seed node SEED
     When I have a base node BASE1 connected to all seed nodes
     When I have wallet SENDER connected to base node BASE1
     And I have a ffi wallet FFI_WALLET connected to base node BASE1
     When I have wallet RECEIVER connected to base node BASE1
     When I add contact with alias ALIAS1 and address of SENDER to ffi wallet FFI_WALLET
     When I add contact with alias ALIAS2 and address of RECEIVER to ffi wallet FFI_WALLET
     When I have mining node MINER connected to base node BASE1 and wallet SENDER
     When mining node MINER mines 10 blocks
     Then all nodes are at height 10
     Then I wait for wallet SENDER to have at least 129239250000 uT
     And I send 2400000 uT from wallet SENDER to wallet FFI_WALLET at fee 5
      Step failed:
      Defined: tests/features/WalletFFI.feature:191:9
      Matched: integration_tests/tests/steps/wallet_steps.rs:848:1
      Step panicked. Captured output: Transaction from SENDER to FFI_WALLET with amount 2400000 at fee 5 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "BASE1",
                  wallet_name: "SENDER",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {
              "FFI_WALLET": WalletFFI {
                  name: "FFI_WALLET",
                  port: 18235,
                  base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_12683/Wallet FFI/As a client I want to send a one-sided transaction/ffi_wallets/FFI_WALLET_port_18235",
                  wallet: Mutex {
                      data: Wallet {
                          ptr: 0x00005596a2323710,
                          liveness_data: Mutex {
                              data: {
                                  "H4KnaYnpd62y8pKFdwN4b8NJUkndQcoXdDq5HDfqnGnDR8s34W3dnz7j7LyiDG65RmBGdc3nxmD128TK6Wzyw3LdDZt": ContactsLivenessData {
                                      ptr: 0x00007f74400524a0,
                                  },
                                  "H4MtRx78bdAGGzVmgDHbXTyjuwPuCbyAjgUE5bZMqWwfLzK5gURhp3sNTHyNgfgVkRtf3YhzLpiPJUaMptskm3fDfdD": ContactsLivenessData {
                                      ptr: 0x00007f75500e9200,
                                  },
                              },
                              poisoned: false,
                              ..
                          },
                          balance: CachedBalance {
                              available: 0,
                              time_locked: 0,
                              pending_incoming: 0,
                              pending_outgoing: 0,
                          },
                      },
                      poisoned: false,
                      ..
                  },
              },
          },
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "SENDER": "BASE1",
              "RECEIVER": "BASE1",
          },
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:175:5

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:175:5.Scenario: As a client I want to send a one-sided transaction: tests/features/WalletFFI.feature:175:5

Step panicked. Captured output: Transaction from SENDER to FFI_WALLET with amount 2400000 at fee 5 failed to be broadcasted
Raw output
Scenario: As a client I want to send a one-sided transaction | Retry attempt: 1/2
     Given I have a seed node SEED
     When I have a base node BASE1 connected to all seed nodes
     When I have wallet SENDER connected to base node BASE1
     And I have a ffi wallet FFI_WALLET connected to base node BASE1
     When I have wallet RECEIVER connected to base node BASE1
     When I add contact with alias ALIAS1 and address of SENDER to ffi wallet FFI_WALLET
     When I add contact with alias ALIAS2 and address of RECEIVER to ffi wallet FFI_WALLET
     When I have mining node MINER connected to base node BASE1 and wallet SENDER
     When mining node MINER mines 10 blocks
     Then all nodes are at height 10
     Then I wait for wallet SENDER to have at least 129239250000 uT
     And I send 2400000 uT from wallet SENDER to wallet FFI_WALLET at fee 5
      Step failed:
      Defined: tests/features/WalletFFI.feature:191:9
      Matched: integration_tests/tests/steps/wallet_steps.rs:848:1
      Step panicked. Captured output: Transaction from SENDER to FFI_WALLET with amount 2400000 at fee 5 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "BASE1",
                  wallet_name: "SENDER",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {
              "FFI_WALLET": WalletFFI {
                  name: "FFI_WALLET",
                  port: 18333,
                  base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_12683/Wallet FFI/As a client I want to send a one-sided transaction/ffi_wallets/FFI_WALLET_port_18333",
                  wallet: Mutex {
                      data: Wallet {
                          ptr: 0x00005596a26cacb0,
                          liveness_data: Mutex {
                              data: {
                                  "H46tJnm2LxVCmTRpTVnWW16UM3jRkZ5Yef4i4KdzXAtWHAU2xZybJGc5L7EpucdCnB6pWJGacsUe6skVVaLextuWFCm": ContactsLivenessData {
                                      ptr: 0x00007f7178058b60,
                                  },
                                  "H4EmdFm1PmwcAt66pMkfBsDqpQLCNvCbaJeGL82g5Jkv5fzZvMLAbQT6sV2L5oxfhVpYirBcWLRVEViGZkyvcQr82U7": ContactsLivenessData {
                                      ptr: 0x00007f7178058290,
                                  },
                              },
                              poisoned: false,
                              ..
                          },
                          balance: CachedBalance {
                              available: 0,
                              time_locked: 0,
                              pending_incoming: 0,
                              pending_outgoing: 0,
                          },
                      },
                      poisoned: false,
                      ..
                  },
              },
          },
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "SENDER": "BASE1",
              "RECEIVER": "BASE1",
          },
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:175:5

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:175:5.Scenario: As a client I want to send a one-sided transaction: tests/features/WalletFFI.feature:175:5

Step panicked. Captured output: Transaction from SENDER to FFI_WALLET with amount 2400000 at fee 5 failed to be broadcasted
Raw output
Scenario: As a client I want to send a one-sided transaction | Retry attempt: 2/2
     Given I have a seed node SEED
     When I have a base node BASE1 connected to all seed nodes
     When I have wallet SENDER connected to base node BASE1
     And I have a ffi wallet FFI_WALLET connected to base node BASE1
     When I have wallet RECEIVER connected to base node BASE1
     When I add contact with alias ALIAS1 and address of SENDER to ffi wallet FFI_WALLET
     When I add contact with alias ALIAS2 and address of RECEIVER to ffi wallet FFI_WALLET
     When I have mining node MINER connected to base node BASE1 and wallet SENDER
     When mining node MINER mines 10 blocks
     Then all nodes are at height 10
     Then I wait for wallet SENDER to have at least 129239250000 uT
     And I send 2400000 uT from wallet SENDER to wallet FFI_WALLET at fee 5
      Step failed:
      Defined: tests/features/WalletFFI.feature:191:9
      Matched: integration_tests/tests/steps/wallet_steps.rs:848:1
      Step panicked. Captured output: Transaction from SENDER to FFI_WALLET with amount 2400000 at fee 5 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "BASE1",
                  wallet_name: "SENDER",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {
              "FFI_WALLET": WalletFFI {
                  name: "FFI_WALLET",
                  port: 18090,
                  base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_12683/Wallet FFI/As a client I want to send a one-sided transaction/ffi_wallets/FFI_WALLET_port_18090",
                  wallet: Mutex {
                      data: Wallet {
                          ptr: 0x00005596a2310970,
                          liveness_data: Mutex {
                              data: {
                                  "H442s7DvQcoeZXgdKjwmmKg8ZppHxVJPZB749ND6u1apgsLLezUCCQvb7shJD32jT8hBK1gsqEXgMBTKTKain7JDGDZ": ContactsLivenessData {
                                      ptr: 0x00007f7248010330,
                                  },
                                  "H4HcpeAiBjRXEhuCTnTQnRCGUvvZY2RYwVCLoEWqnF4JVcx3bjCZDm6vibqHPc73cocfMSKgfxy97LLtNxdpYzYyzsM": ContactsLivenessData {
                                      ptr: 0x00007f72f0057780,
                                  },
                              },
                              poisoned: false,
                              ..
                          },
                          balance: CachedBalance {
                              available: 0,
                              time_locked: 0,
                              pending_incoming: 0,
                              pending_outgoing: 0,
                          },
                      },
                      poisoned: false,
                      ..
                  },
              },
          },
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "SENDER": "BASE1",
              "RECEIVER": "BASE1",
          },
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:212:5

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:212:5.Scenario: As a client I want to receive a one-sided transaction: tests/features/WalletFFI.feature:212:5

Step panicked. Captured output: Transaction from SENDER to FFI_RECEIVER with amount 1000000 at fee 20 failed to be broadcasted
Raw output
Scenario: As a client I want to receive a one-sided transaction
     Given I have a seed node SEED
     When I have a base node BASE1 connected to all seed nodes
     When I have a base node BASE2 connected to all seed nodes
     When I have wallet SENDER connected to base node BASE1
     And I have a ffi wallet FFI_RECEIVER connected to base node BASE2
     When I have mining node MINER connected to base node BASE1 and wallet SENDER
     When mining node MINER mines 10 blocks
     Then I wait for wallet SENDER to have at least 5000000 uT
     Then I send a one-sided transaction of 1000000 uT from SENDER to FFI_RECEIVER at fee 20
     When mining node MINER mines 2 blocks
     Then all nodes are at height 12
     Then ffi wallet FFI_RECEIVER detects AT_LEAST 1 ffi transactions to be TRANSACTION_STATUS_ONE_SIDED_UNCONFIRMED
     And I send 1000000 uT from wallet SENDER to wallet FFI_RECEIVER at fee 20
      Step failed:
      Defined: tests/features/WalletFFI.feature:225:9
      Matched: integration_tests/tests/steps/wallet_steps.rs:848:1
      Step panicked. Captured output: Transaction from SENDER to FFI_RECEIVER with amount 1000000 at fee 20 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "BASE1",
                  wallet_name: "SENDER",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {
              "FFI_RECEIVER": WalletFFI {
                  name: "FFI_RECEIVER",
                  port: 18026,
                  base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_12683/Wallet FFI/As a client I want to receive a one-sided transaction/ffi_wallets/FFI_RECEIVER_port_18026",
                  wallet: Mutex {
                      data: Wallet {
                          ptr: 0x00005596a282b770,
                          liveness_data: Mutex {
                              data: {},
                              poisoned: false,
                              ..
                          },
                          balance: CachedBalance {
                              available: 0,
                              time_locked: 0,
                              pending_incoming: 1000000,
                              pending_outgoing: 0,
                          },
                      },
                      poisoned: false,
                      ..
                  },
              },
          },
          wallets: {},
          merge_mining_proxies: {},
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "SENDER": "BASE1",
          },
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {
              "H4AcA5y1zFL5fxXogyn5XXiDern7aN3Qmy53RC2dY2KRKbW7paRFS8m48GQHCSJHReiL2DdQN55mJijKHwkyYixppqv": [
                  13970099012895276327,
              ],
              "H42TfE3QL8TkF2ftfbTXQgYD9Y9Yujkff7FmZRr7QEZkMhLfC2cANtjKpTW7m68aCQdcGuZWQkaPoeX8puKpmsvsSXm": [
                  13970099012895276327,
              ],
          },
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }