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

fixturenet-plugeth-tx stack doesn't work in a deployment #576

Open
dboreham opened this issue Oct 12, 2023 · 0 comments
Open

fixturenet-plugeth-tx stack doesn't work in a deployment #576

dboreham opened this issue Oct 12, 2023 · 0 comments
Assignees

Comments

@dboreham
Copy link
Collaborator

$ laconic-so deployment --dir fixturenet-plugeth-tx-deploy start
WARN[0000] The "CERC_SCRIPT_DEBUG" variable is not set. Defaulting to a blank string.
Failed to load /home/laconic/deployments/fixturenet-plugeth-tx-deploy/config/fixturenet-eth/fixturenet-eth.env: open /home/laconic/deployments/fixturenet-plugeth-tx-deploy/config/fixturenet-eth/fixturenet-eth.env: no such file or directory
Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/home/laconic/bin/laconic-so/__main__.py", line 3, in <module>
  File "/home/laconic/bin/laconic-so/_bootstrap/__init__.py", line 253, in bootstrap
  File "/home/laconic/bin/laconic-so/_bootstrap/__init__.py", line 38, in run
  File "/home/laconic/.shiv/laconic-so_3115fa18cdd9e1ac7fbb4561638520fff7f56e5e5b83dc6333ae68d74b11955b/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/home/laconic/.shiv/laconic-so_3115fa18cdd9e1ac7fbb4561638520fff7f56e5e5b83dc6333ae68d74b11955b/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/home/laconic/.shiv/laconic-so_3115fa18cdd9e1ac7fbb4561638520fff7f56e5e5b83dc6333ae68d74b11955b/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/laconic/.shiv/laconic-so_3115fa18cdd9e1ac7fbb4561638520fff7f56e5e5b83dc6333ae68d74b11955b/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/laconic/.shiv/laconic-so_3115fa18cdd9e1ac7fbb4561638520fff7f56e5e5b83dc6333ae68d74b11955b/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/laconic/.shiv/laconic-so_3115fa18cdd9e1ac7fbb4561638520fff7f56e5e5b83dc6333ae68d74b11955b/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/home/laconic/.shiv/laconic-so_3115fa18cdd9e1ac7fbb4561638520fff7f56e5e5b83dc6333ae68d74b11955b/site-packages/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/home/laconic/.shiv/laconic-so_3115fa18cdd9e1ac7fbb4561638520fff7f56e5e5b83dc6333ae68d74b11955b/site-packages/app/deployment.py", line 86, in start
    up_operation(ctx, services_list, stay_attached)
  File "/home/laconic/.shiv/laconic-so_3115fa18cdd9e1ac7fbb4561638520fff7f56e5e5b83dc6333ae68d74b11955b/site-packages/app/deploy.py", line 77, in up_operation
    deploy_context.docker.compose.up(detach=not stay_attached, services=services_list)
  File "/home/laconic/.shiv/laconic-so_3115fa18cdd9e1ac7fbb4561638520fff7f56e5e5b83dc6333ae68d74b11955b/site-packages/python_on_whales/components/compose/cli_wrapper.py", line 749, in up
    run(full_cmd, capture_stdout=quiet, capture_stderr=quiet)
  File "/home/laconic/.shiv/laconic-so_3115fa18cdd9e1ac7fbb4561638520fff7f56e5e5b83dc6333ae68d74b11955b/site-packages/python_on_whales/utils.py", line 194, in run
    raise DockerException(
python_on_whales.exceptions.DockerException: The docker command executed was `/usr/bin/docker compose --file fixturenet-plugeth-tx-deploy/compose/docker-compose-fixturenet-plugeth.yml --file fixturenet-plugeth-tx-deploy/compose/docker-compose-ipld-eth-db.yml --file fixturenet-plugeth-tx-deploy/compose/docker-compose-ipld-eth-server.yml --file fixturenet-plugeth-tx-deploy/compose/docker-compose-tx-spammer.yml --file fixturenet-plugeth-tx-deploy/compose/docker-compose-foundry.yml --env-file fixturenet-plugeth-tx-deploy/config.env --project-name laconic-fbf07561819f08fd6cd87bf33cb17e5e up --detach`.
It returned with code 14
The content of stdout can be found above the stacktrace (it wasn't captured).
The content of stderr can be found above the stacktrace (it wasn't captured).
@dboreham dboreham self-assigned this Oct 12, 2023
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