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
Geth version geth version: 1.14.13-unstable-341647f1-20241219
CL client & version: ?
OS & Version: OpenBSD/adJ 7.6
Expected behaviour
gmake test
All tests passing
Actual behaviour
Most of the tests pass except:
--- FAIL: TestAccountNewBadRepeat (0.12s)
test_cmd.go:261: (stderr:9) INFO [12-26|17:14:24.403] Maximum peer count ETH=50 total=50
test_cmd.go:261: (stderr:9) INFO [12-26|17:14:24.407] Smartcard socket not found, disabling err="stat /var/run/pcscd/pcscd.comm: no such file or director
y"
test_cmd.go:261: (stderr:9) Fatal: Passwords do not match
test_cmd.go:115: not enough output, got until ◊:
---------------- (stdout text)
Your new account is locked with a password. Please give a password. Do not forget this password.
!! Unsupported terminal, password will be echoed.
Password:
Repeat password:
---------------- (expected text)
Your new account is locked with a password. Please give a password. Do not forget this password.
!! Unsupported terminal, password will be echoed.
Password:
Repeat password:
◊Fatal: Passwords do not match
--- FAIL: TestWalletImportBadPassword (0.20s)
test_cmd.go:261: (stderr:18) INFO [12-26|17:14:24.968] Maximum peer count ETH=50 total=50
test_cmd.go:261: (stderr:18) INFO [12-26|17:14:24.972] Smartcard socket not found, disabling err="stat /var/run/pcscd/pcscd.comm: no such file or directo
ry"
test_cmd.go:261: (stderr:18) Fatal: could not decrypt key with given password
test_cmd.go:115: not enough output, got until ◊:
---------------- (stdout text)
!! Unsupported terminal, password will be echoed.
Password:
---------------- (expected text)
!! Unsupported terminal, password will be echoed.
Password:
◊Fatal: could not decrypt key with given password
--- FAIL: TestAccountImport (0.00s)
--- FAIL: TestAccountImport/invalid_character (0.09s)
test_cmd.go:261: (stderr:25) Fatal: Failed to load the private key: invalid character '1' at end of key file
test_cmd.go:115: not enough output, got until ◊:
---------------- (stdout text)
---------------- (expected text)
◊Fatal: Failed to load the private key: invalid character '1' at end of key file
--- FAIL: TestCustomBackend (2.78s)
...
Fatal: Failed to register the Ethereum service: db.engine choice was pebble but found pre-existing leveldb database in specified data directory
FAIL
FAIL github.com/ethereum/go-ethereum/cmd/geth 4.880s
...
panic: cannot allocate 67108864 bytes via mmap: cannot allocate memory [recovered]
panic: cannot allocate 67108864 bytes via mmap: cannot allocate memory
FAIL github.com/ethereum/go-ethereum/core/state 7.340s
...
fatal error: runtime: out of memory
...
FAIL github.com/ethereum/go-ethereum/eth/protocols/snap 18.211s
Steps to reproduce the behaviour
gmake test
Backtrace
The text was updated successfully, but these errors were encountered:
System information
Geth version
geth version
: 1.14.13-unstable-341647f1-20241219CL client & version: ?
OS & Version: OpenBSD/adJ 7.6
Expected behaviour
All tests passing
Actual behaviour
Most of the tests pass except:
Steps to reproduce the behaviour
Backtrace
The text was updated successfully, but these errors were encountered: