chore: upgrade tonic and prost (#6067) #1348
39 tests run, 25 passed, 0 skipped, 14 failed.
Annotations
Check failure on line 1 in feature:8:3
github-actions / JUnit Test Report
feature:8:3.Scenario: Transactions are propagated through a network: tests/features/Mempool.feature:8:3
Step panicked. Captured output: called `Result::unwrap()` on an `Err` value: transport error
Caused by:
0: error trying to connect: tcp connect error: Connection refused (os error 111)
1: tcp connect error: Connection refused (os error 111)
2: Connection refused (os error 111)
Raw output
Scenario: Transactions are propagated through a network
Given I have 8 seed nodes
When I have a base node SENDER connected to all seed nodes
When I have 8 base nodes connected to all seed nodes
When I mine a block on SENDER with coinbase CB1
When I mine 2 blocks on SENDER
Then all nodes are at height 3
Step failed:
Defined: tests/features/Mempool.feature:18:5
Matched: integration_tests/tests/steps/node_steps.rs:166:1
Step panicked. Captured output: called `Result::unwrap()` on an `Err` value: transport error
Caused by:
0: error trying to connect: tcp connect error: Connection refused (os error 111)
1: tcp connect error: Connection refused (os error 111)
2: Connection refused (os error 111)
Client {
base_nodes: {},
blocks: {},
miners: {},
ffi_wallets: {},
wallets: {},
merge_mining_proxies: {},
chat_clients: [],
transactions: {},
wallet_addresses: {},
utxos: {
"CB1": KeyManagerOutput {
version: V0,
value: MicroMinotari(
18462816327,
),
spending_key_id: Imported {
key: 04576db267083babfcdeeeda167dd37a2f6c702cf1da3347a0cdece21de91863,
},
features: OutputFeatures {
version: V0,
output_type: Coinbase,
maturity: 3,
coinbase_extra: [],
sidechain_feature: None,
range_proof_type: BulletProofPlus,
},
script: TariScript {
script: [
PushPubKey(
b45c4a8a682f7e7e6679c7505ada23eba868e916bb2936bf776ae4db7a928000,
),
],
},
covenant: Covenant {
tokens: [],
},
input_data: ExecutionStack {
items: [],
},
script_private_key_id: Imported {
key: b45c4a8a682f7e7e6679c7505ada23eba868e916bb2936bf776ae4db7a928000,
},
sender_offset_public_key: 5a0517851489e5c064950c3862fe808c74826b38255159f7a21854a7f3f41a0c,
metadata_signature: CommitmentAndPublicKeySignature {
ephemeral_commitment: HomomorphicCommitment(
c4762c361cf0edd7942a65f944df61c5651c10bf684327cbb4ae0c649ef97a74,
),
ephemeral_pubkey: 846a18b861abd144329dd50bdef45366ba5ea9ac3701f24a98268371f76db87c,
u_a: RistrettoSecretKey(***),
u_x: RistrettoSecretKey(***),
u_y: RistrettoSecretKey(***),
},
script_lock_height: 0,
encrypted_data: EncryptedData {
data: [
119,
247,
70,
98,
61,
8,
246,
138,
248,
135,
165,
170,
8,
51,
172,
99,
152,
71,
163,
132,
215,
155,
91,
95,
251,
211,
216,
166,
39,
185,
142,
183,
223,
108,
112,
246,
169,
252,
201,
178,
177,
213,
171,
33,
85,
32,
130,
172,
152,
246,
135,
253,
45,
7,
195,
244,
171,
211,
110,
101,
137,
94,
112,
93,
246,
228,
215,
155,
110,
27,
243,
64,
89,
121,
220,
139,
2,
77,
122,
234,
],
},
minimum_value_promise: MicroMinotari(
0,
),
},
},
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",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:33:3
github-actions / JUnit Test Report
feature:33:3.Scenario: Simple reorg with burned output: tests/features/Reorgs.feature:33:3
Step panicked. Captured output: wallet WB failed to get balance of at least amount 55000000000, current amount is 0
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
Step failed:
Defined: tests/features/Reorgs.feature:42:5
Matched: integration_tests/tests/steps/wallet_steps.rs:101:1
Step panicked. Captured output: wallet WB failed to get balance of at least amount 55000000000, current amount is 0
Client {
base_nodes: {},
blocks: {},
miners: {
"BM": MinerProcess {
name: "BM",
base_node_name: "B",
wallet_name: "WB",
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: {
"WB": "B",
},
seed_nodes: [
"SEED_B",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:34:3
github-actions / JUnit Test Report
feature:34:3.Scenario: Sync burned output: tests/features/Sync.feature:34:3
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 55000000000, current amount is 0
Raw output
Scenario: Sync burned output
Given I have a seed node NODE
When I have a base node NODE1 connected to all seed nodes
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 mining node MINER connected to base node NODE and wallet WALLET_A
When mining node MINER mines 15 blocks
Then all nodes are at height 15
When I wait for wallet WALLET_A to have at least 55000000000 uT
Step failed:
Defined: tests/features/Sync.feature:42:5
Matched: integration_tests/tests/steps/wallet_steps.rs:101:1
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 55000000000, current amount is 0
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: {},
chat_clients: [],
transactions: {},
wallet_addresses: {},
utxos: {},
output_hash: None,
pre_image: None,
wallet_connected_to_base_node: {
"WALLET_A": "NODE",
},
seed_nodes: [
"NODE",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:34:3
github-actions / JUnit Test Report
feature:34:3.Scenario: Sync burned output: tests/features/Sync.feature:34:3
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 55000000000, current amount is 0
Raw output
Scenario: Sync burned output | Retry attempt: 1/2
Given I have a seed node NODE
When I have a base node NODE1 connected to all seed nodes
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 mining node MINER connected to base node NODE and wallet WALLET_A
When mining node MINER mines 15 blocks
Then all nodes are at height 15
When I wait for wallet WALLET_A to have at least 55000000000 uT
Step failed:
Defined: tests/features/Sync.feature:42:5
Matched: integration_tests/tests/steps/wallet_steps.rs:101:1
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 55000000000, current amount is 0
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: {},
chat_clients: [],
transactions: {},
wallet_addresses: {},
utxos: {},
output_hash: None,
pre_image: None,
wallet_connected_to_base_node: {
"WALLET_A": "NODE",
},
seed_nodes: [
"NODE",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:34:3
github-actions / JUnit Test Report
feature:34:3.Scenario: Sync burned output: tests/features/Sync.feature:34:3
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 55000000000, current amount is 0
Raw output
Scenario: Sync burned output | Retry attempt: 2/2
Given I have a seed node NODE
When I have a base node NODE1 connected to all seed nodes
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 mining node MINER connected to base node NODE and wallet WALLET_A
When mining node MINER mines 15 blocks
Then all nodes are at height 15
When I wait for wallet WALLET_A to have at least 55000000000 uT
Step failed:
Defined: tests/features/Sync.feature:42:5
Matched: integration_tests/tests/steps/wallet_steps.rs:101:1
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 55000000000, current amount is 0
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: {},
chat_clients: [],
transactions: {},
wallet_addresses: {},
utxos: {},
output_hash: None,
pre_image: None,
wallet_connected_to_base_node: {
"WALLET_A": "NODE",
},
seed_nodes: [
"NODE",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:8:3
github-actions / JUnit Test Report
feature:8:3.Scenario: Wallet sending and receiving one-sided transactions: tests/features/WalletTransactions.feature:8:3
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 55000000000, current amount is 0
Raw output
Scenario: Wallet sending and receiving one-sided transactions
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 15 blocks
Then all nodes are at height 15
When I wait 5 seconds
When I wait for wallet WALLET_A to have at least 55000000000 uT
Step failed:
Defined: tests/features/WalletTransactions.feature:18:5
Matched: integration_tests/tests/steps/wallet_steps.rs:101:1
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 55000000000, current amount is 0
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: {},
chat_clients: [],
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:411:3
github-actions / JUnit Test Report
feature:411:3.Scenario: Create burn transaction: tests/features/WalletTransactions.feature:411:3
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 221552530060, current amount is 0
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
Step failed:
Defined: tests/features/WalletTransactions.feature:421:5
Matched: integration_tests/tests/steps/wallet_steps.rs:101:1
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 221552530060, current amount is 0
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:411:3
github-actions / JUnit Test Report
feature:411:3.Scenario: Create burn transaction: tests/features/WalletTransactions.feature:411:3
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 221552530060, current amount is 0
Raw output
Scenario: Create burn transaction | Retry attempt: 1/2
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
Step failed:
Defined: tests/features/WalletTransactions.feature:421:5
Matched: integration_tests/tests/steps/wallet_steps.rs:101:1
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 221552530060, current amount is 0
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:8:3
github-actions / JUnit Test Report
feature:8:3.Scenario: Wallet sending and receiving one-sided transactions: tests/features/WalletTransactions.feature:8:3
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 55000000000, current amount is 0
Raw output
Scenario: Wallet sending and receiving one-sided transactions | 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 15 blocks
Then all nodes are at height 15
When I wait 5 seconds
When I wait for wallet WALLET_A to have at least 55000000000 uT
Step failed:
Defined: tests/features/WalletTransactions.feature:18:5
Matched: integration_tests/tests/steps/wallet_steps.rs:101:1
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 55000000000, current amount is 0
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: {},
chat_clients: [],
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:8:3
github-actions / JUnit Test Report
feature:8:3.Scenario: Wallet sending and receiving one-sided transactions: tests/features/WalletTransactions.feature:8:3
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 55000000000, current amount is 0
Raw output
Scenario: Wallet sending and receiving one-sided transactions | 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 15 blocks
Then all nodes are at height 15
When I wait 5 seconds
When I wait for wallet WALLET_A to have at least 55000000000 uT
Step failed:
Defined: tests/features/WalletTransactions.feature:18:5
Matched: integration_tests/tests/steps/wallet_steps.rs:101:1
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 55000000000, current amount is 0
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: {},
chat_clients: [],
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:411:3
github-actions / JUnit Test Report
feature:411:3.Scenario: Create burn transaction: tests/features/WalletTransactions.feature:411:3
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 221552530060, current amount is 0
Raw output
Scenario: Create burn transaction | Retry attempt: 2/2
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
Step failed:
Defined: tests/features/WalletTransactions.feature:421:5
Matched: integration_tests/tests/steps/wallet_steps.rs:101:1
Step panicked. Captured output: wallet WALLET_A failed to get balance of at least amount 221552530060, current amount is 0
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:73:5
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: wallet WALLET1 failed to get balance of at least amount 100000000, current amount is 0
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
Step failed:
Defined: tests/features/WalletFFI.feature:87:9
Matched: integration_tests/tests/steps/wallet_steps.rs:102:1
Step panicked. Captured output: wallet WALLET1 failed to get balance of at least amount 100000000, current amount is 0
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: 18372,
base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_58837/Wallet FFI/As a client I want to receive contact liveness events/ffi_wallets/FFI_WALLET_port_18372",
wallet: Mutex {
data: Wallet {
ptr: 0x000055f7b0bfe3e0,
liveness_data: Mutex {
data: {},
poisoned: false,
..
},
balance: CachedBalance {
available: 0,
time_locked: 0,
pending_incoming: 0,
pending_outgoing: 0,
},
},
poisoned: false,
..
},
},
},
wallets: {},
merge_mining_proxies: {},
chat_clients: [],
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: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:73:5
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: wallet WALLET1 failed to get balance of at least amount 100000000, current amount is 0
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
Step failed:
Defined: tests/features/WalletFFI.feature:87:9
Matched: integration_tests/tests/steps/wallet_steps.rs:102:1
Step panicked. Captured output: wallet WALLET1 failed to get balance of at least amount 100000000, current amount is 0
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: 18376,
base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_58837/Wallet FFI/As a client I want to receive contact liveness events/ffi_wallets/FFI_WALLET_port_18376",
wallet: Mutex {
data: Wallet {
ptr: 0x000055f7b001e180,
liveness_data: Mutex {
data: {},
poisoned: false,
..
},
balance: CachedBalance {
available: 0,
time_locked: 0,
pending_incoming: 0,
pending_outgoing: 0,
},
},
poisoned: false,
..
},
},
},
wallets: {},
merge_mining_proxies: {},
chat_clients: [],
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: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:73:5
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: wallet WALLET1 failed to get balance of at least amount 100000000, current amount is 0
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
Step failed:
Defined: tests/features/WalletFFI.feature:87:9
Matched: integration_tests/tests/steps/wallet_steps.rs:102:1
Step panicked. Captured output: wallet WALLET1 failed to get balance of at least amount 100000000, current amount is 0
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_58837/Wallet FFI/As a client I want to receive contact liveness events/ffi_wallets/FFI_WALLET_port_18255",
wallet: Mutex {
data: Wallet {
ptr: 0x000055f7b0bfe3e0,
liveness_data: Mutex {
data: {},
poisoned: false,
..
},
balance: CachedBalance {
available: 0,
time_locked: 0,
pending_incoming: 0,
pending_outgoing: 0,
},
},
poisoned: false,
..
},
},
},
wallets: {},
merge_mining_proxies: {},
chat_clients: [],
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: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}