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

cargo test fails in version of 0.2 #1435

Open
Subway2023 opened this issue Oct 20, 2024 · 0 comments
Open

cargo test fails in version of 0.2 #1435

Subway2023 opened this issue Oct 20, 2024 · 0 comments

Comments

@Subway2023
Copy link

What command(s) is the bug in?

cargo test --package zkevm-circuits --lib -- evm_circuit::util::math_gadget::modulo::tests::test_mod_n_expected_rem --exact --show-output

Describe the bug

I want to reproduce the bug in this pull request. Therefore, the first step is to run the tests for these Rust files. However, I encounter an error during dependency resolution.

Concrete steps to reproduce the bug. If it's able reproduce via testool, please share test_id from jenkins report

error: failed to select a version for the requirement `sp-core = "^7.0.0"`
candidate versions found which didn't match: 21.0.0
location searched: Git repository https://github.com/paritytech/substrate?branch=master
required by package `fp-evm v3.0.0-dev (https://github.com/paritytech/frontier?rev=73e6223e8bc26bf8e57cd9b212f1bc2fd288c5ca#73e6223e)`
    ... which satisfies git dependency `fp-evm` of package `bus-mapping v0.1.0 (/mnt/sdd1/sbw/halo2/zkevm-circuits-0.2.0/bus-mapping)`
    ... which satisfies path dependency `bus-mapping` of package `zkevm-circuits v0.1.0 (/mnt/sdd1/sbw/halo2/zkevm-circuits-0.2.0/zkevm-circuits)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant