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
This fails with the error below
Only solution here is to remove the /testnet folder and try again
Check local environment: Start
WORK_DIR=/Users/paulwebb/repos
SYSTEM_TEST_DIR=/Users/paulwebb/repos/system-tests
VEGA_DIR=/Users/paulwebb/repos/vega
VEGATOOLS_DIR=/Users/paulwebb/repos/vegatools
GOPATH=/Users/paulwebb/Projects/go
GOOS=
GOARCH=amd64
GOPROXY=
SYSTEM_TESTS_ENV=127.0.0.1
VALIDATOR_NODE_COUNT=2
NON_VALIDATOR_NODE_COUNT=1
TEST_FUNCTION=
TEST_DIRECTORY=tests
TEST_MARK=
TEST_EXTRA_PYTEST_ARGS=
UID=501
GID=20
VEGA_LOG_LEVEL=Info
VEGACAPSULE_CONFIG_FILENAME=/Users/paulwebb/repos/system-tests/vegacapsule/capsule_config_network_infra.hcl
TESTS_DIR=/Users/paulwebb/repos/networkdata
NETWORK_HOME_PATH=/Users/paulwebb/repos/networkdata/testnet
MAINNET_TEST_CASE=
VEGACAPSULE_DIR=/Users/paulwebb/repos/vegacapsule
VEGACAPSULE_NET_ADDR=
GOBIN=/Users/paulwebb/Projects/go/bin
/Users/paulwebb/.local/bin/poetry
=== Check Successful ===
Check local environment: End
Generate network: Start
Generate network: End
Start network: Start
Error: failed to start network: network not bootstrapped. Use the 'bootstrap' subcommand or provide different network home with the `--home-path` flag
Usage:
vegacapsule network start [flags]
Flags:
--do-not-stop-on-failure Do not stop partially running network when failed to start
-h, --help help for start
Global Flags:
--home-path string Specify the location of network home directory (default "/Users/paulwebb/.vegacapsule/testnet")
The text was updated successfully, but these errors were encountered:
I've seen this issue before, and it's basically always caused by not having cleaned up the directory with make cleanup. Given what you say about removing the testnet directory, and your other issue about the cleanup command, I'd 95% say that this is not a bug, and caused by the other issue.
When starting a network using
This fails with the error below
Only solution here is to remove the /testnet folder and try again
The text was updated successfully, but these errors were encountered: