Skip to content
GitHub Actions / Test Results (Integration tests) failed Dec 8, 2023 in 0s

26 fail, 2 pass in 13m 7s

  2 files  ±0  11 suites  ±0   13m 7s ⏱️ ±0s
28 tests ±0    2 ✔️ ±0  0 💤 ±0  26 ±0 
80 runs  ±0    2 ✔️ ±0  0 💤 ±0  78 ±0 

Results for commit 21fd26a. ± Comparison against earlier commit e515007.

Annotations

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Callback for new message received: tests/features/ChatFFI.feature:14:3

artifacts/junit-ffi-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18035 never started
  Scenario: Callback for new message received
   ✘  Given I have a seed node SEED_A
      Step failed:
      Defined: tests/features/ChatFFI.feature:15:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18035 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SEED_A",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Callback for delivery confirmation received: tests/features/ChatFFI.feature:22:3

artifacts/junit-ffi-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18151 never started
  Scenario: Callback for delivery confirmation received
   ✘  Given I have a seed node SEED_A
      Step failed:
      Defined: tests/features/ChatFFI.feature:23:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18151 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SEED_A",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Callback for read confirmation received: tests/features/ChatFFI.feature:31:3

artifacts/junit-ffi-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18387 never started
  Scenario: Callback for read confirmation received
   ✘  Given I have a seed node SEED_A
      Step failed:
      Defined: tests/features/ChatFFI.feature:32:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18387 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SEED_A",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Chat shuts down without any errors: tests/features/ChatFFI.feature:63:3

artifacts/junit-ffi-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18440 never started
  Scenario: Chat shuts down without any errors
   ✘  Given I have a seed node SEED_A
      Step failed:
      Defined: tests/features/ChatFFI.feature:64:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18440 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SEED_A",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Reply to message: tests/features/ChatFFI.feature:68:3

artifacts/junit-ffi-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18394 never started
  Scenario: Reply to message
   ✘  Given I have a seed node SEED_A
      Step failed:
      Defined: tests/features/ChatFFI.feature:69:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18394 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SEED_A",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: A message receives a delivery receipt via FFI: tests/features/ChatFFI.feature:78:3

artifacts/junit-ffi-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18161 never started
  Scenario: A message receives a delivery receipt via FFI
   ✘  Given I have a seed node SEED_A
      Step failed:
      Defined: tests/features/ChatFFI.feature:79:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18161 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SEED_A",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: A message receives a read receipt via FFI: tests/features/ChatFFI.feature:86:3

artifacts/junit-ffi-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18005 never started
  Scenario: A message receives a read receipt via FFI
   ✘  Given I have a seed node SEED_A
      Step failed:
      Defined: tests/features/ChatFFI.feature:87:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18005 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SEED_A",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Fetches all addresses from FFI conversations: tests/features/ChatFFI.feature:95:3

artifacts/junit-ffi-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18305 never started
  Scenario: Fetches all addresses from FFI conversations
   ✘  Given I have a seed node SEED_A
      Step failed:
      Defined: tests/features/ChatFFI.feature:96:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18305 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SEED_A",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

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

artifacts/junit-ffi-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18317 never started
  Scenario: As a client I want to receive contact liveness events
   ✘  Given I have a seed node SEED
      Step failed:
      Defined: tests/features/WalletFFI.feature:74:9
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18317 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Verify UTXO and kernel MMR size in header: tests/features/BlockTemplate.feature:8:1

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18456 never started
  Scenario: Verify UTXO and kernel MMR size in header
   ✔  Given I have a seed node SEED_A
   ✘  When I have 1 base nodes connected to all seed nodes
      Step failed:
      Defined: tests/features/BlockTemplate.feature:10:5
      Matched: integration_tests/tests/steps/node_steps.rs:65:1
      Step panicked. Captured output: Service on port 18456 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SEED_A",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Transactions are propagated through a network: tests/features/Mempool.feature:8:3

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18209 never started
  Scenario: Transactions are propagated through a network
   ✘  Given I have 8 seed nodes
      Step failed:
      Defined: tests/features/Mempool.feature:13:5
      Matched: integration_tests/tests/steps/node_steps.rs:261:1
      Step panicked. Captured output: Service on port 18209 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "seed_node_0",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Clear out mempool: tests/features/Mempool.feature:46:3

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18397 never started
  Scenario: Clear out mempool
   ✘  Given I have 1 seed nodes
      Step failed:
      Defined: tests/features/Mempool.feature:47:5
      Matched: integration_tests/tests/steps/node_steps.rs:261:1
      Step panicked. Captured output: Service on port 18397 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "seed_node_0",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Zero-conf transactions: tests/features/Mempool.feature:124:3

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18014 never started
  Scenario: Zero-conf transactions
   ✘  Given I have 1 seed nodes
      Step failed:
      Defined: tests/features/Mempool.feature:125:5
      Matched: integration_tests/tests/steps/node_steps.rs:261:1
      Step panicked. Captured output: Service on port 18014 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "seed_node_0",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Simple propagation: tests/features/Propagation.feature:26:3

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18445 never started
  Scenario: Simple propagation
   ✘  Given I have 2 seed nodes
      Step failed:
      Defined: tests/features/Propagation.feature:27:5
      Matched: integration_tests/tests/steps/node_steps.rs:261:1
      Step panicked. Captured output: Service on port 18445 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "seed_node_0",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Simple reorg to stronger chain: tests/features/Reorgs.feature:8:3

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18488 never started
  Scenario: Simple reorg to stronger chain
   ✘  Given I have a seed node SEED_B
      Step failed:
      Defined: tests/features/Reorgs.feature:11:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18488 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SEED_B",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

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

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18069 never started
  Scenario: Simple reorg with burned output
   ✘  Given I have a seed node SEED_B
      Step failed:
      Defined: tests/features/Reorgs.feature:36:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18069 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SEED_B",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Node rolls back reorg on invalid block: tests/features/Reorgs.feature:63:3

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18257 never started
  Scenario: Node rolls back reorg on invalid block
   ✘  Given I have a seed node SA
      Step failed:
      Defined: tests/features/Reorgs.feature:64:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18257 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SA",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Simple block sync: tests/features/Sync.feature:26:3

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18138 never started
  Scenario: Simple block sync
   ✘  Given I have 1 seed nodes
      Step failed:
      Defined: tests/features/Sync.feature:27:5
      Matched: integration_tests/tests/steps/node_steps.rs:261:1
      Step panicked. Captured output: Service on port 18138 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "seed_node_0",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Sync burned output: tests/features/Sync.feature:34:3

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18325 never started
  Scenario: Sync burned output
   ✘  Given I have a seed node NODE
      Step failed:
      Defined: tests/features/Sync.feature:35:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18325 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

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

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18451 never started
  Scenario: When a new node joins the network, it receives all peers
   ✘  Given I have 10 seed nodes
      Step failed:
      Defined: tests/features/Sync.feature:78:5
      Matched: integration_tests/tests/steps/node_steps.rs:261:1
      Step panicked. Captured output: Service on port 18451 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "seed_node_0",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Syncing node while also mining before tip sync: tests/features/Sync.feature:142:5

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18030 never started
  Scenario Outline: Syncing node while also mining before tip sync
   ✘  Given I have a seed node SEED
      Step failed:
      Defined: tests/features/Sync.feature:125:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18030 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

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

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18312 never started
  Scenario: As a wallet I want to submit a transaction
   ✘  Given I have a seed node NODE
      Step failed:
      Defined: tests/features/WalletQuery.feature:19:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18312 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Wallet recovery with connected base node staying online: tests/features/WalletRecovery.feature:8:5

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18210 never started
  Scenario: Wallet recovery with connected base node staying online
   ✘  Given I have a seed node NODE
      Step failed:
      Defined: tests/features/WalletRecovery.feature:9:7
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18210 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Wallet sending and receiving one-sided transactions: tests/features/WalletTransactions.feature:8:3

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18274 never started
  Scenario: Wallet sending and receiving one-sided transactions
   ✘  Given I have a seed node NODE
      Step failed:
      Defined: tests/features/WalletTransactions.feature:9:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18274 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Integration tests)

All 3 runs failed: Scenario: Create burn transaction: tests/features/WalletTransactions.feature:411:3

artifacts/junit-cucumber/cucumber-output-junit.xml [took 10s]
Raw output
Step panicked. Captured output: Service on port 18202 never started
  Scenario: Create burn transaction
   ✘  Given I have a seed node NODE
      Step failed:
      Defined: tests/features/WalletTransactions.feature:412:5
      Matched: integration_tests/tests/steps/node_steps.rs:42:1
      Step panicked. Captured output: Service on port 18202 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }