Skip to content

chore(deps): bump azure/trusted-signing-action from 0.5.0 to 0.5.1 (#… #1793

chore(deps): bump azure/trusted-signing-action from 0.5.0 to 0.5.1 (#…

chore(deps): bump azure/trusted-signing-action from 0.5.0 to 0.5.1 (#… #1793

GitHub Actions / JUnit Test Report failed Jan 16, 2025 in 0s

38 tests run, 36 passed, 0 skipped, 2 failed.

Annotations

Check failure on line 1 in feature:412:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:412:3.Scenario: Create burn transaction: tests/features/WalletTransactions.feature:412:3

Step panicked. Captured output: Burn transaction has status 0 when we desired 1 (TRANSACTION_STATUS_BROADCAST), 2 (TRANSACTION_STATUS_UNCONFIRMED), or 6 (TRANSACTION_STATUS_CONFIRMED)
Raw output
Scenario: Create burn transaction
     Given I have a seed node NODE
     When I have 2 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 mining node MINER_A connected to base node NODE and wallet WALLET_A
     When I have mining node MINER_B connected to base node NODE and wallet WALLET_B
     When mining node MINER_A mines 12 blocks
     When mining node MINER_B mines 3 blocks
     Then all nodes are at height 15
     When I wait for wallet WALLET_A to have at least 221552530060 uT
     When I create a burn transaction of 201552500000 uT from WALLET_A at fee 100
      Step failed:
      Defined: tests/features/WalletTransactions.feature:423:5
      Matched: integration_tests/tests/steps/wallet_steps.rs:2822:1
      Step panicked. Captured output: Burn transaction has status 0 when we desired 1 (TRANSACTION_STATUS_BROADCAST), 2 (TRANSACTION_STATUS_UNCONFIRMED), or 6 (TRANSACTION_STATUS_CONFIRMED)
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER_A": MinerProcess {
                  name: "MINER_A",
                  base_node_name: "NODE",
                  wallet_name: "WALLET_A",
                  mine_until_height: 100000,
                  stealth: false,
              },
              "MINER_B": MinerProcess {
                  name: "MINER_B",
                  base_node_name: "NODE",
                  wallet_name: "WALLET_B",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          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: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: Wallet WALLET_B failed to have at least 5T, it ended with 0T
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
     When I mine 4 blocks on SEED_A
     Then wallet WALLET_A has 5T
     When I wait 5 seconds
     When wallet WALLET_B has 5T
      Step failed:
      Defined: tests/features/WalletTransfer.feature:21:5
      Matched: integration_tests/tests/steps/wallet_steps.rs:1522:1
      Step panicked. Captured output: Wallet WALLET_B failed to have at least 5T, it ended with 0T
      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: {},
          chat_clients: [],
          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: {
              "H4HbkCZXGYNusc6DuWm4aUKcHSze6dmoc6E2fJbGSc7rgdcA3zFZXvdiTNDDjwW11wNv8bmT4SiaqYryCZ6nWjo9y1t": [
                  7282623265362407775,
              ],
              "H43CKpwQJ8eqe2TDTyuMFKC8Bbh6RSLq2WPhXp6bhozKW3FCXHSTQTPZiryCX5ubEg6E4HbucZ9mNMPRJPKgDhYpX3z": [
                  7282623265362407775,
              ],
          },
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }