Skip to content

Instantly share code, notes, and snippets.

@adaszko
Created February 25, 2020 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adaszko/1d749ea89f2b7cd612c17303bc6f6282 to your computer and use it in GitHub Desktop.
Save adaszko/1d749ea89f2b7cd612c17303bc6f6282 to your computer and use it in GitHub Desktop.
test eth1_cache::big_skip ... FAILED
test deposit_tree::updating ... FAILED
test eth1_cache::double_update ... FAILED
test deposit_tree::double_update ... FAILED
test eth1_cache::pruning ... FAILED
test fast::deposit_cache_query ... FAILED
test eth1_cache::simple_scenario ... FAILED
test http::incrementing_deposits ... FAILED
test persist::test_persist_caches ... FAILED
test deposit_tree::cache_consistency ... FAILED
failures:
---- eth1_cache::big_skip stdout ----
thread 'eth1_cache::big_skip' panicked at 'should start eth1 environment: "Failed to start ganche-cli. Is it ganache-cli installed and available on $PATH? Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }"', src/libcore/result.rs:1188:5
---- deposit_tree::updating stdout ----
thread 'deposit_tree::updating' panicked at 'should start eth1 environment: "Failed to start ganche-cli. Is it ganache-cli installed and available on $PATH? Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }"', src/libcore/result.rs:1188:5
---- eth1_cache::double_update stdout ----
thread 'eth1_cache::double_update' panicked at 'should start eth1 environment: "Failed to start ganche-cli. Is it ganache-cli installed and available on $PATH? Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }"', src/libcore/result.rs:1188:5
---- deposit_tree::double_update stdout ----
thread 'deposit_tree::double_update' panicked at 'should start eth1 environment: "Failed to start ganche-cli. Is it ganache-cli installed and available on $PATH? Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }"', src/libcore/result.rs:1188:5
---- eth1_cache::pruning stdout ----
thread 'eth1_cache::pruning' panicked at 'should start eth1 environment: "Failed to start ganche-cli. Is it ganache-cli installed and available on $PATH? Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }"', src/libcore/result.rs:1188:5
---- fast::deposit_cache_query stdout ----
thread 'fast::deposit_cache_query' panicked at 'should start eth1 environment: "Failed to start ganche-cli. Is it ganache-cli installed and available on $PATH? Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }"', src/libcore/result.rs:1188:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
---- eth1_cache::simple_scenario stdout ----
thread 'eth1_cache::simple_scenario' panicked at 'should start eth1 environment: "Failed to start ganche-cli. Is it ganache-cli installed and available on $PATH? Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }"', src/libcore/result.rs:1188:5
---- http::incrementing_deposits stdout ----
thread 'http::incrementing_deposits' panicked at 'should start eth1 environment: "Failed to start ganche-cli. Is it ganache-cli installed and available on $PATH? Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }"', src/libcore/result.rs:1188:5
---- persist::test_persist_caches stdout ----
thread 'persist::test_persist_caches' panicked at 'should start eth1 environment: "Failed to start ganche-cli. Is it ganache-cli installed and available on $PATH? Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }"', src/libcore/result.rs:1188:5
---- deposit_tree::cache_consistency stdout ----
thread 'deposit_tree::cache_consistency' panicked at 'should start eth1 environment: "Failed to start ganche-cli. Is it ganache-cli installed and available on $PATH? Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }"', src/libcore/result.rs:1188:5
failures:
deposit_tree::cache_consistency
deposit_tree::double_update
deposit_tree::updating
eth1_cache::big_skip
eth1_cache::double_update
eth1_cache::pruning
eth1_cache::simple_scenario
fast::deposit_cache_query
http::incrementing_deposits
persist::test_persist_caches
test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out
error: test failed, to rerun pass '-p eth1 --test test'
make: *** [test-debug] Error 101
zsh: exit 2 make test-debug
@adaszko
Copy link
Author

adaszko commented Feb 25, 2020

That's make test-debug on ethdenver branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment