Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few tests don't pass on OpenBSD/adJ #30961

Open
vtamara opened this issue Dec 26, 2024 · 2 comments
Open

Few tests don't pass on OpenBSD/adJ #30961

vtamara opened this issue Dec 26, 2024 · 2 comments
Labels

Comments

@vtamara
Copy link

vtamara commented Dec 26, 2024

System information

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

@Kazholy
Copy link

Kazholy commented Dec 27, 2024


@Kazholy
Copy link

Kazholy commented Dec 27, 2024

Think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants