You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the execution of e2e-test after 'make network-qbft' execution,
Unit tests were successul
Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 1250.91s (982.43s CPU time)
I received the following errors.
TEST_UPGRADEABLE=false TEST_MNEMONIC="math razor capable expose worth grape metal sunset metal sudden usage scheme" TEST_BROADCAST_LOG_DIR=/mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/./broadcast/Deploy.s.sol go test -v ./tests/e2e/... -count=1
=== RUN TestChainTestSuite
=== RUN TestChainTestSuite/TestICS20
chains_test.go:54: consensus type: QBFT
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
coordinator.go:40:
Error Trace: /mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/pkg/testing/coordinator.go:40
/mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/tests/e2e/chains_test.go:65
Error: Received unexpected error:
CreateQBFTClient: failed to call transaction: tx=IBCHandler::CreateClient txPayload=(*types.Transaction)(nil) err='private key curve is not secp256k1'
Test: TestChainTestSuite/TestICS20
=== RUN TestChainTestSuite/TestPacketRelayWithDelay
chains_test.go:54: consensus type: QBFT
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
coordinator.go:40:
Error Trace: /mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/pkg/testing/coordinator.go:40
/mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/tests/e2e/chains_test.go:318
Error: Received unexpected error:
CreateQBFTClient: failed to call transaction: tx=IBCHandler::CreateClient txPayload=(*types.Transaction)(nil) err='private key curve is not secp256k1'
Test: TestChainTestSuite/TestPacketRelayWithDelay
=== RUN TestChainTestSuite/TestTimeoutAndClose
chains_test.go:54: consensus type: QBFT
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
coordinator.go:40:
Error Trace: /mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/pkg/testing/coordinator.go:40
/mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/tests/e2e/chains_test.go:201
Error: Received unexpected error:
CreateQBFTClient: failed to call transaction: tx=IBCHandler::CreateClient txPayload=(*types.Transaction)(nil) err='private key curve is not secp256k1'
Test: TestChainTestSuite/TestTimeoutAndClose
--- FAIL: TestChainTestSuite (0.72s)
--- FAIL: TestChainTestSuite/TestICS20 (0.30s)
--- FAIL: TestChainTestSuite/TestPacketRelayWithDelay (0.17s)
--- FAIL: TestChainTestSuite/TestTimeoutAndClose (0.25s)
FAIL
FAIL github.com/hyperledger-labs/yui-ibc-solidity/tests/e2e 0.789s
FAIL
make: *** [Makefile:108: e2e-test] Error 1
===
My system information:
Windows:
Device name BLK28689
Full device name BLK28689.replynet.prv
Processor AMD Ryzen 7 PRO 5850U with Radeon Graphics 1.90 GHz
Installed RAM 16.0 GB (14.8 GB usable)
Device ID C016081C-E8CE-4F20-B91F-2B99B2115215
Product ID 00330-54210-83290-AAOEM
System type 64-bit operating system, x64-based processor
Pen and touch No pen or touch input is available for this display
docker version: Docker version 27.3.1, build ce12230
go version: go version go1.21.1 linux/amd64
forge version: forge 0.2.0 (59f354c 2024-12-11T00:24:56.327766786Z)
During the execution of e2e-test after 'make network-qbft' execution,
Unit tests were successul
Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 1250.91s (982.43s CPU time)
I received the following errors.
TEST_UPGRADEABLE=false TEST_MNEMONIC="math razor capable expose worth grape metal sunset metal sudden usage scheme" TEST_BROADCAST_LOG_DIR=/mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/./broadcast/Deploy.s.sol go test -v ./tests/e2e/... -count=1
=== RUN TestChainTestSuite
=== RUN TestChainTestSuite/TestICS20
chains_test.go:54: consensus type: QBFT
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
coordinator.go:40:
Error Trace: /mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/pkg/testing/coordinator.go:40
/mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/tests/e2e/chains_test.go:65
Error: Received unexpected error:
CreateQBFTClient: failed to call transaction: tx=IBCHandler::CreateClient txPayload=(*types.Transaction)(nil) err='private key curve is not secp256k1'
Test: TestChainTestSuite/TestICS20
=== RUN TestChainTestSuite/TestPacketRelayWithDelay
chains_test.go:54: consensus type: QBFT
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
coordinator.go:40:
Error Trace: /mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/pkg/testing/coordinator.go:40
/mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/tests/e2e/chains_test.go:318
Error: Received unexpected error:
CreateQBFTClient: failed to call transaction: tx=IBCHandler::CreateClient txPayload=(*types.Transaction)(nil) err='private key curve is not secp256k1'
Test: TestChainTestSuite/TestPacketRelayWithDelay
=== RUN TestChainTestSuite/TestTimeoutAndClose
chains_test.go:54: consensus type: QBFT
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
coordinator.go:40:
Error Trace: /mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/pkg/testing/coordinator.go:40
/mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/tests/e2e/chains_test.go:201
Error: Received unexpected error:
CreateQBFTClient: failed to call transaction: tx=IBCHandler::CreateClient txPayload=(*types.Transaction)(nil) err='private key curve is not secp256k1'
Test: TestChainTestSuite/TestTimeoutAndClose
--- FAIL: TestChainTestSuite (0.72s)
--- FAIL: TestChainTestSuite/TestICS20 (0.30s)
--- FAIL: TestChainTestSuite/TestPacketRelayWithDelay (0.17s)
--- FAIL: TestChainTestSuite/TestTimeoutAndClose (0.25s)
FAIL
FAIL github.com/hyperledger-labs/yui-ibc-solidity/tests/e2e 0.789s
FAIL
make: *** [Makefile:108: e2e-test] Error 1
===
My system information:
Windows:
Device name BLK28689
Full device name BLK28689.replynet.prv
Processor AMD Ryzen 7 PRO 5850U with Radeon Graphics 1.90 GHz
Installed RAM 16.0 GB (14.8 GB usable)
Device ID C016081C-E8CE-4F20-B91F-2B99B2115215
Product ID 00330-54210-83290-AAOEM
System type 64-bit operating system, x64-based processor
Pen and touch No pen or touch input is available for this display
docker version: Docker version 27.3.1, build ce12230
go version: go version go1.21.1 linux/amd64
forge version: forge 0.2.0 (59f354c 2024-12-11T00:24:56.327766786Z)
WSL version:
WSL version: 2.3.24.0
Kernel version: 5.15.153.1-2
WSLg version: 1.0.65
MSRDC version: 1.2.5620
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.26100.1-240331-1435.ge-release
Windows version: 10.0.22631.4602
The text was updated successfully, but these errors were encountered: