paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.91k stars 1.15k forks source link

error: command `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo test --no-run --message-format json-render-diagnostics --all-features` exited with code 101 #5581

Closed yy138484 closed 9 months ago

yy138484 commented 11 months ago

Describe the bug

I clone the source code of Reth v0.1.0-alpha.11 to my environment, when I run the command: cargo llvm-cov nextest --html --locked --manifest-path bin/reth/Cargo.toml --all-features, it get to an error: could not compile reth (lib test); and error: command /root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo test --no-run --message-format json-render-diagnostics --all-features exited with code 101 my environment is Ubuntu 22.04.3 LTS

Steps to reproduce

cargo llvm-cov nextest --html --locked --manifest-path bin/reth/Cargo.toml --all-features

Node logs

No response

Platform(s)

Linux (x86)

What version/commit are you on?

No response

What database version are you on?

No response

What type of node are you running?

None

What prune config do you use, if any?

No response

If you've built Reth from source, provide the full command you used

cargo llvm-cov nextest --html --locked --manifest-path bin/reth/Cargo.toml --all-features

Code of Conduct

yy138484 commented 11 months ago

there are also lots of warnings :

: MADV_DONTNEED does not work (memset will be used instead) : (This is the expected behaviour if you are running under QEMU) : MADV_DONTNEED does not work (memset will be used instead) : (This is the expected behaviour if you are running under QEMU)
github-actions[bot] commented 10 months ago

This issue is stale because it has been open for 21 days with no activity.

onbjerg commented 10 months ago

Are you running in QEMU or another VM? Do you have build-essential installed?

github-actions[bot] commented 9 months ago

This issue is stale because it has been open for 21 days with no activity.

onbjerg commented 9 months ago

Closing this, let me know if you still have this issue