stan icon indicating copy to clipboard operation
stan copied to clipboard

stan returns with `Killed`

Open teto opened this issue 3 years ago • 0 comments

I am surprised not to find an issue already opened since stan dies regurlaly

I call it on a several thousand line projets

$ stan report --hiedir=/home/teto/.cache/ghcide/main-2d340f680c4d95b43cd7de12b6004129b058bf21 
  ⓘ Checking environment variables and CLI arguments for default configurations file usage...
    Fiasco:
      * [Error  ] No STAN_USE_DEFAULT_CONFIG Env Variable is set
      * [Error  ] No CLI option specified for no-default

  ⓘ The following Configurations are used:

    Result:
    
    With the following warnings:
      * [Warning] TOML Configurations file doesn't exist: /home/teto/nova/jinko2/.stan.toml
      * [Warning] TOML Configurations file doesn't exist: /home/teto/.stan.toml
      * [Warning] No CLI option specified for: checks
      * [Warning] configChecks is set through the source: Default
      * [Warning] TOML Configurations file doesn't exist: /home/teto/nova/jinko2/.stan.toml
      * [Warning] TOML Configurations file doesn't exist: /home/teto/.stan.toml
      * [Warning] No CLI option specified for: remove
      * [Warning] configRemoved is set through the source: Default
      * [Warning] TOML Configurations file doesn't exist: /home/teto/nova/jinko2/.stan.toml
      * [Warning] TOML Configurations file doesn't exist: /home/teto/.stan.toml
      * [Warning] No CLI option specified for: ignore
      * [Warning] configIgnored is set through the source: Default

Killed

The version (not very helpful, it's pulled from a recent nixos-unstable)

stan --version
Stan v0.0.0.0
 ➤ Git revision: UNKNOWN
 ➤ Commit date:  UNKNOWN

Let me know if/how I can help troubleshoot the issue.

teto avatar Sep 24 '20 17:09 teto