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
Get error when running the generation script included in Frontier
Steps to Reproduce
cd .maintain/
./node-template-release.sh TEMPLATE.tar.gz
Expected vs. Actual Behavior
Normally, we get an output tar file, but I got error below:
❯ ./node-template-release.sh TEMPLATE.tar.gz
Finished dev [unoptimized + debuginfo] target(s) in 0.18s
Running `target/debug/node-template-release /home/mao/projects/frontier/template /home/mao/projects/frontier/TEMPLATE.tar.gz`
Updating crates.io index
Updating git repository `https://github.com/paritytech/frontier.git`
Updating git repository `https://github.com/paritytech/substrate`
error: failed to select a version for the requirement `crypto-mac = "^0.7"`
candidate versions found which didn't match: 0.11.1, 0.11.0, 0.10.1, ...
location searched: crates.io index
required by package `hmac v0.7.0`
... which is depended on by `hmac-drbg v0.2.0`
... which is depended on by `libsecp256k1 v0.3.2`
... which is depended on by `fc-rpc v2.0.0-dev (https://github.com/paritytech/frontier.git?rev=dd112e0b723e469a00e0a11bf56315e6b51a0711#dd112e0b)`
... which is depended on by `frontier-template-node v0.0.0 (/tmp/.tmpmHA2MM/template/node)`
thread 'main' panicked at 'assertion failed: Command::new(\"cargo\").args(&[\"build\",\n \"--all\"]).current_dir(path).status().expect(\"Compiles node\").success()', src/main.rs:188:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Description
Get error when running the generation script included in Frontier
Steps to Reproduce
Expected vs. Actual Behavior
Normally, we get an output tar file, but I got error below:
Environment
rustup show
):The text was updated successfully, but these errors were encountered: