haskell / haskell-language-server

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Apache License 2.0
2.66k stars 355 forks source link

GHC runtime linker: fatal error: I found a duplicate definition for symbol #1737

Closed worm2fed closed 2 years ago

worm2fed commented 3 years ago

Your environment

Output of haskell-language-server --probe-tools or haskell-language-server-wrapper --probe-tools:

haskell-language-server version: 1.1.0.0 (GHC: 8.10.4) (PATH: /Users/worm2fed/.ghcup/bin/haskell-language-server-wrapper-1.1.0) (GIT hash: f1c096927186a93d8e3ccd4fe8385cc1b070350b)
Tool versions found on the $PATH
cabal:          3.4.0.0
stack:          2.5.1
ghc:            8.10.3

Which OS do you use: MacOS

Which lsp-client do you use: VSCode

Describe your project (alternative: link to the project): https://github.com/serokell/edna

Contents of hie.yaml:

cradle:
  stack:
    - path: "./src"
      component: "edna:lib"

    - path: "./app/Main.hs"
      component: "edna:exe:edna-server"

    - path: "./app/Paths_edna.hs"
      component: "edna:exe:edna-server"

    - path: "./test"
      component: "edna:test:edna-test"

Steps to reproduce

Actually, I don't know how to reproduce it... I have really strange problem... Two days ago at night everything works fine. Then at morning I've just checkout to my branch to make changes after review. And for now hls not working for all files. (in some files it's working and in others - not).

Expected behaviour

HLS working for all files!

Actual behaviour

I have some errors appears only in three files:

Include debug information

Execute in the root of your project the command haskell-language-server --debug . and paste the logs here:

Debug output: ``` Found "/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml" for "/Users/worm2fed/workspace/serokell/edna/backend/a" Module "/Users/worm2fed/workspace/serokell/edna/backend/a" is loaded by Cradle: Cradle {cradleRootDir = "/Users/worm2fed/workspace/serokell/edna/backend", cradleOptsProg = CradleAction: Stack} Run entered for haskell-language-server-wrapper(haskell-language-server-wrapper) Version 1.1.0.0, Git revision f1c096927186a93d8e3ccd4fe8385cc1b070350b (dirty) x86_64 ghc-8.10.4 Current directory: /Users/worm2fed/workspace/serokell/edna/backend Operating system: darwin Arguments: ["--debug"] Cradle directory: /Users/worm2fed/workspace/serokell/edna/backend Cradle type: Stack Tool versions found on the $PATH cabal: 3.4.0.0 stack: 2.5.1 ghc: 8.10.3 Consulting the cradle to get project GHC version... Project GHC version: 8.10.3 haskell-language-server exe candidates: ["haskell-language-server-8.10.3","haskell-language-server-8.10","haskell-language-server"] Launching haskell-language-server exe at:/Users/worm2fed/.ghcup/bin/haskell-language-server-8.10.3 haskell-language-server version: 1.1.0.0 (GHC: 8.10.3) (PATH: /Users/worm2fed/.ghcup/bin/haskell-language-server-8.10.3~1.1.0) (GIT hash: f1c096927186a93d8e3ccd4fe8385cc1b070350b) ghcide setup tester in /Users/worm2fed/workspace/serokell/edna/backend. Report bugs at https://github.com/haskell/haskell-language-server/issues Step 1/4: Finding files to test in /Users/worm2fed/workspace/serokell/edna/backend Found 57 files Step 2/4: Looking for hie.yaml files that control setup Found 1 cradle (/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml) Step 3/4: Initializing the IDE Step 4/4: Type checking the files 2021-04-16 15:52:07.094989 [ThreadId 4] DEBUG hls: Set files of interest to: [(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/Types.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Error.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/Gen.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Service.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/DBSpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/ParserSpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SwaggerSpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Types.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DashboardSpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/UploadSpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SampleData.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Error.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util/URISpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Schema.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Orphans.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/State.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/SMTSpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Error.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Logging.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Error.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Gen.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Orphans.hs",OnDisk)] 2021-04-16 15:52:07.10323 [ThreadId 23] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/Types.hs" 2021-04-16 15:52:07.103268 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs" 2021-04-16 15:52:07.103476 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs" 2021-04-16 15:52:07.103544 [ThreadId 23] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs" 2021-04-16 15:52:07.10375 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs" 2021-04-16 15:52:07.103998 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs" 2021-04-16 15:52:07.104029 [ThreadId 23] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs" 2021-04-16 15:52:07.104308 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs" 2021-04-16 15:52:07.104496 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs" 2021-04-16 15:52:07.104512 [ThreadId 23] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs" 2021-04-16 15:52:07.126419 [ThreadId 23] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs" 2021-04-16 15:52:07.126504 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/State.hs" 2021-04-16 15:52:07.126577 [ThreadId 23] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Service.hs" 2021-04-16 15:52:07.126604 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/Gen.hs" 2021-04-16 15:52:07.126769 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/UploadSpec.hs" 2021-04-16 15:52:07.126778 [ThreadId 23] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Error.hs" 2021-04-16 15:52:07.126863 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs" 2021-04-16 15:52:07.12688 [ThreadId 23] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Error.hs" 2021-04-16 15:52:07.126952 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util.hs" 2021-04-16 15:52:07.126946 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs" 2021-04-16 15:52:07.126966 [ThreadId 23] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs" 2021-04-16 15:52:07.12709 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs" 2021-04-16 15:52:07.127269 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs" 2021-04-16 15:52:07.127302 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util/URISpec.hs" 2021-04-16 15:52:07.127307 [ThreadId 23] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Error.hs" 2021-04-16 15:52:07.127388 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SwaggerSpec.hs" 2021-04-16 15:52:07.127509 [ThreadId 23] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Logging.hs" 2021-04-16 15:52:07.127503 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs" 2021-04-16 15:52:07.127638 [ThreadId 23] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs" 2021-04-16 15:52:07.127715 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs" 2021-04-16 15:52:07.127867 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs" 2021-04-16 15:52:07.128034 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs" 2021-04-16 15:52:07.128957 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs" 2021-04-16 15:52:07.128964 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/DBSpec.hs" 2021-04-16 15:52:07.129584 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/ParserSpec.hs" 2021-04-16 15:52:07.130705 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Gen.hs" 2021-04-16 15:52:07.134727 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs" 2021-04-16 15:52:07.135478 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs" 2021-04-16 15:52:07.146833 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs" 2021-04-16 15:52:07.146176 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DashboardSpec.hs" 2021-04-16 15:52:07.149017 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SampleData.hs" 2021-04-16 15:52:07.149343 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Orphans.hs" 2021-04-16 15:52:07.14986 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs" 2021-04-16 15:52:07.150694 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/SMTSpec.hs" 2021-04-16 15:52:07.151324 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs" 2021-04-16 15:52:07.151989 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs" 2021-04-16 15:52:07.15273 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs" 2021-04-16 15:52:07.152913 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs" 2021-04-16 15:52:07.154073 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs" 2021-04-16 15:52:07.154195 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs" 2021-04-16 15:52:07.15443 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs" 2021-04-16 15:52:07.155338 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs" 2021-04-16 15:52:07.155746 [ThreadId 24] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs" 2021-04-16 15:52:07.155743 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Types.hs" 2021-04-16 15:52:07.15601 [ThreadId 17] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Error.hs" 2021-04-16 15:52:07.157011 [ThreadId 81] INFO hls: Consulting the cradle for "src/Edna/DB/Initialisation.hs" Output from setting up the cradle Cradle {cradleRootDir = "/Users/worm2fed/workspace/serokell/edna/backend", cradleOptsProg = CradleAction: Stack} > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > edna> configure (lib) > Configuring edna-0... > edna> initial-build-steps (lib) > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > Configuring GHCi with the following packages: edna > /Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb:/Users/worm2fed/.stack/snapshots/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb:/Users/worm2fed/.ghcup/ghc/8.10.3/lib/ghc-8.10.3/package.conf.d 2021-04-16 15:52:12.729497 [ThreadId 81] DEBUG hls: Session loading result: Right (ComponentOptions {componentOptions = ["-i","-odir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hidir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hide-all-packages","-XAllowAmbiguousTypes","-XBangPatterns","-XBlockArguments","-XConstraintKinds","-XDataKinds","-XDefaultSignatures","-XDeriveAnyClass","-XDeriveDataTypeable","-XDeriveFoldable","-XDeriveFunctor","-XDeriveGeneric","-XDeriveTraversable","-XDerivingStrategies","-XDerivingVia","-XEmptyCase","-XFlexibleContexts","-XFlexibleInstances","-XGADTs","-XGeneralizedNewtypeDeriving","-XLambdaCase","-XMultiParamTypeClasses","-XMultiWayIf","-XNamedFieldPuns","-XNegativeLiterals","-XNumDecimals","-XNoImplicitPrelude","-XOverloadedLabels","-XOverloadedStrings","-XPatternSynonyms","-XPolyKinds","-XQuasiQuotes","-XRankNTypes","-XRecordWildCards","-XRecursiveDo","-XScopedTypeVariables","-XStandaloneDeriving","-XStrictData","-XTemplateHaskell","-XTupleSections","-XTypeApplications","-XTypeFamilies","-XTypeOperators","-XUndecidableInstances","-XUndecidableSuperClasses","-XViewPatterns","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build","-i/Users/worm2fed/workspace/serokell/edna/backend/src","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/autogen","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/global-autogen","-stubdir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build","-package-id=base-4.14.1.0","-package-id=universum-1.5.0-IXECvNJtg7h5rWnzHOagL2","-package-id=aeson-1.5.5.1-663FNUpl9eU1eO4qn8ggmt","-package-id=aeson-casing-0.2.0.0-IAhhX93B8bE711Ivb4IKZT","-package-id=beam-core-0.9.0.0-KI4W2yhrOti2GpM8vr5xb0","-package-id=beam-postgres-0.5.0.0-quz504kT34F74HT7bgpUU","-package-id=bytestring-0.10.12.0","-package-id=containers-0.6.2.1","-package-id=data-default-0.7.1.1-CYtyoeRTyO02nIfJy16t2P","-package-id=filepath-1.4.2.1","-package-id=fmt-0.6.1.2-A3RuvnGj0b52jQrQXqOIRP","-package-id=microlens-0.4.11.2-9caS3Frz8K54yIHXMtlddL","-package-id=microlens-platform-0.4.1-6XbqDJOxb8f47u1aLCO2kk","-package-id=network-uri-2.6.3.0-8tJyeRBDup92wNsuQRxrki","-package-id=network-uri-json-0.4.0.0-A9jx4sl20uZCN9FfkKCWVC","-package-id=optparse-applicative-0.15.1.0-BHwrBpmEAiDK7TsqFHDzCb","-package-id=postgresql-simple-0.6.4-EsMUuTSx0oa9PcG1Ar8yXN","-package-id=process-1.6.9.0","-package-id=resource-pool-0.2.3.2-13nA51Q5KJpAgyicIvvB3v","-package-id=rio-0.1.20.0-HJ69wHHhMTcDgxhKndl5mK","-package-id=safe-exceptions-0.1.7.1-2h3LfH2MxVnLS7s0mmO2Tm","-package-id=servant-0.18.2-38XUCTW66WmAV9pK0Qx0rK","-package-id=servant-multipart-0.12-9B25jiOyvQ37X2XCWx8X21","-package-id=servant-server-0.18.2-LLugKqABjrUFxIyFr0cPg6","-package-id=servant-swagger-1.1.10-JVJObCchVJqEY6f00tZcUH","-package-id=servant-swagger-ui-core-0.3.4-IV4MFZ6F0h3LIYrOR5yrDw","-package-id=servant-swagger-ui-0.3.4.3.37.2-9NRmJmJypKG1csC3IXAxcR","-package-id=servant-util-0.1.0-8Rw3ZaorgCcCrybJ3cpbr","-package-id=split-0.2.3.4-88UKBE2UY7dFTqHQfZTaFK","-package-id=swagger2-2.6-ggeJc95TNLDk4tAz6CJZ1","-package-id=text-1.2.4.1","-package-id=time-1.9.3","-package-id=unordered-containers-0.2.13.0-3awuPgUx2yvAACRZkw6am3","-package-id=wai-3.2.3-B2RCrUHtVFxFWEaIqAGhVo","-package-id=wai-extra-3.1.6-GXPoKzsS4FG5DOHVPQAH7I","-package-id=warp-3.3.14-8OLcwZro8rGCTREX5ygUXn","-package-id=xlsx-0.8.2-GYlIS2mvSFdLdE603wKXoV","-package-id=yaml-0.11.5.0-414HqtcNt5EHanBUnfMdEJ","-Weverything","-Wno-missing-exported-signatures","-Wno-missing-import-lists","-Wno-missed-specialisations","-Wno-all-missed-specialisations","-Wno-unsafe","-Wno-safe","-Wno-missing-local-signatures","-Wno-monomorphism-restriction","-Wno-implicit-prelude","-Wno-prepositive-qualified-module","-Wno-inferred-safe-imports","-Wno-missing-safe-haskell-mode","-optP-include","-optP/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/ghci/8fa88f36/cabal_macros.h","-ghci-script=/private/var/folders/mx/9cvrq0792cq68dmg89zz_svr0000gn/T/haskell-stack-ghci/801ef86e/ghci-script","-package-db","/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb","-package-db","/Users/worm2fed/.stack/snapshots/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb","-package-db","/Users/worm2fed/.ghcup/ghc/8.10.3/lib/ghc-8.10.3/package.conf.d"], componentRoot = "/Users/worm2fed/workspace/serokell/edna/backend", componentDependencies = ["edna.cabal","package.yaml","stack.yaml"]},"/Users/worm2fed/.ghcup/ghc/8.10.3/lib/ghc-8.10.3") 2021-04-16 15:52:12.842051 [ThreadId 81] INFO hls: Using interface files cache dir: /Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35 2021-04-16 15:52:12.842394 [ThreadId 81] INFO hls: Making new HscEnv[main] 2021-04-16 15:52:12.8617 [ThreadId 81] DEBUG hls: New Component Cache HscEnvEq: (([],Just HscEnvEq 5),fromList [("/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml",Just 2021-04-16 09:10:41.904793626 UTC),("edna.cabal",Just 2021-04-14 20:36:04.302527842 UTC),("package.yaml",Nothing),("stack.yaml",Just 2021-04-16 12:07:56.750558782 UTC)]) 2021-04-16 15:52:12.982788 [ThreadId 81] DEBUG hls: Known files updated: fromList [(TargetModule Edna.DB.Integration,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs"]),(TargetModule Edna.Dashboard.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Service.hs"]),(TargetModule Edna.Setup,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs"]),(TargetModule Edna.Dashboard.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs"]),(TargetModule Edna.DB.Connection,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs"]),(TargetModule Edna.Web.Server,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs"]),(TargetModule Edna.Library.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs"]),(TargetModule Edna.Upload.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs"]),(TargetModule Edna.ExperimentReader.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Types.hs"]),(TargetModule Edna.Library.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs"]),(TargetModule Edna.Upload.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs"]),(TargetModule Edna.Web.Swagger,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs"]),(TargetModule Edna.Dashboard.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs"]),(TargetModule Edna.Web.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Error.hs"]),(TargetModule Edna.Util.URI,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs"]),(TargetModule Edna.Config.CLA,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs"]),(TargetModule Edna.Config.Definition,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs"]),(TargetModule Edna.Dashboard.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/Types.hs"]),(TargetModule Edna.Library.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs"]),(TargetModule Edna.Web.Handlers,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs"]),(TargetModule Edna.Logging,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Logging.hs"]),(TargetModule Edna.ExperimentReader.Parser,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs"]),(TargetModule Paths_edna,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/autogen/Paths_edna.hs"]),(TargetModule Edna.Library.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs"]),(TargetModule Edna.Analysis.FourPL,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs"]),(TargetModule Edna.Upload.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Schema.hs"]),(TargetModule Edna.Orphans,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Orphans.hs"]),(TargetModule Edna.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs"]),(TargetModule Edna.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs"]),(TargetModule Edna.Library.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Error.hs"]),(TargetModule Edna.Dashboard.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs"]),(TargetModule Edna.ExperimentReader.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Error.hs"]),(TargetModule Edna.Upload.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs"]),(TargetModule Edna.Upload.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs"]),(TargetModule Edna.Util,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs"]),(TargetModule Edna.DB.Initialisation,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs"]),(TargetModule Edna.Upload.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Error.hs"]),(TargetModule Edna.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs"]),(TargetModule Edna.Config.Environment,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs"]),(TargetModule Edna.Dashboard.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs"]),(TargetModule Edna.Library.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs"])] 2021-04-16 15:52:12.985131 [ThreadId 14] DEBUG hls: Finishing build session(exception: AsyncCancelled) 2021-04-16 15:52:12.985227 [ThreadId 81] DEBUG hls: Restarting build session (aborting the previous one took 0.00s) 2021-04-16 15:52:12.99374 [ThreadId 130] INFO hls: Consulting the cradle for "test/Test/LibrarySpec.hs" Output from setting up the cradle Cradle {cradleRootDir = "/Users/worm2fed/workspace/serokell/edna/backend", cradleOptsProg = CradleAction: Stack} > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > Using main module: 1. Package `edna' component edna:test:edna-test with main-is file: /Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs > edna> configure (lib + test) > Configuring edna-0... > edna> initial-build-steps (lib + test) > edna> Test running disabled by --no-run-tests flag. > Completed 2 action(s). > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > The following GHC options are incompatible with GHCi and have not been passed to it: -threaded > Configuring GHCi with the following packages: edna > /Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb:/Users/worm2fed/.stack/snapshots/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb:/Users/worm2fed/.ghcup/ghc/8.10.3/lib/ghc-8.10.3/package.conf.d 2021-04-16 15:52:18.434913 [ThreadId 130] DEBUG hls: Session loading result: Right (ComponentOptions {componentOptions = ["-i","-odir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hidir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hide-all-packages","-XAllowAmbiguousTypes","-XBangPatterns","-XBlockArguments","-XConstraintKinds","-XDataKinds","-XDefaultSignatures","-XDeriveAnyClass","-XDeriveDataTypeable","-XDeriveFoldable","-XDeriveFunctor","-XDeriveGeneric","-XDeriveTraversable","-XDerivingStrategies","-XDerivingVia","-XEmptyCase","-XFlexibleContexts","-XFlexibleInstances","-XGADTs","-XGeneralizedNewtypeDeriving","-XLambdaCase","-XMultiParamTypeClasses","-XMultiWayIf","-XNamedFieldPuns","-XNegativeLiterals","-XNumDecimals","-XNoImplicitPrelude","-XOverloadedLabels","-XOverloadedStrings","-XPatternSynonyms","-XPolyKinds","-XQuasiQuotes","-XRankNTypes","-XRecordWildCards","-XRecursiveDo","-XScopedTypeVariables","-XStandaloneDeriving","-XStrictData","-XTemplateHaskell","-XTupleSections","-XTypeApplications","-XTypeFamilies","-XTypeOperators","-XUndecidableInstances","-XUndecidableSuperClasses","-XViewPatterns","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-test","-i/Users/worm2fed/workspace/serokell/edna/backend/test","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-test/autogen","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/global-autogen","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-test/edna-test-tmp","-stubdir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build","-package-id=base-4.14.1.0","-package-id=universum-1.5.0-IXECvNJtg7h5rWnzHOagL2","-package-id=aeson-1.5.5.1-663FNUpl9eU1eO4qn8ggmt","-package-id=beam-core-0.9.0.0-KI4W2yhrOti2GpM8vr5xb0","-package-id=beam-postgres-0.5.0.0-quz504kT34F74HT7bgpUU","-package-id=bytestring-0.10.12.0","-package-id=containers-0.6.2.1","-package-id=edna-0-5IKfOyumxiZC0fBVYNSygy","-package-id=filepath-1.4.2.1","-package-id=hedgehog-1.0.4-HXMKRdkJHZz3Rs9WnC6z29","-package-id=hedgehog-quickcheck-0.1.1-44iT9qT0JWl6wfJAQ0wb3j","-package-id=hspec-2.7.8-GBVIgWufNjaDvNMvQHfKj6","-package-id=hspec-hedgehog-0.0.1.2-23Vx3djxBJFG2NaD3cFbXP","-package-id=microlens-0.4.11.2-9caS3Frz8K54yIHXMtlddL","-package-id=microlens-platform-0.4.1-6XbqDJOxb8f47u1aLCO2kk","-package-id=mmorph-1.1.4-1DXpbL4haqO6KdD2xIKbmR","-package-id=network-uri-2.6.3.0-8tJyeRBDup92wNsuQRxrki","-package-id=text-1.2.4.1","-package-id=time-1.9.3","-package-id=QuickCheck-2.14.2-88oxj61ONgG1QbYzt1cUFu","-package-id=rio-0.1.20.0-HJ69wHHhMTcDgxhKndl5mK","-package-id=servant-swagger-1.1.10-JVJObCchVJqEY6f00tZcUH","-package-id=unordered-containers-0.2.13.0-3awuPgUx2yvAACRZkw6am3","-package-id=xlsx-0.8.2-GYlIS2mvSFdLdE603wKXoV","-Weverything","-Wno-missing-exported-signatures","-Wno-missing-import-lists","-Wno-missed-specialisations","-Wno-all-missed-specialisations","-Wno-unsafe","-Wno-safe","-Wno-missing-local-signatures","-Wno-monomorphism-restriction","-Wno-implicit-prelude","-Wno-prepositive-qualified-module","-Wno-inferred-safe-imports","-Wno-missing-safe-haskell-mode","-Wno-incomplete-patterns","-eventlog","-with-rtsopts=-N -A64m -AL256m","-optP-include","-optP/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/ghci/39cf97dc/cabal_macros.h","-ghci-script=/private/var/folders/mx/9cvrq0792cq68dmg89zz_svr0000gn/T/haskell-stack-ghci/e218cf0f/ghci-script","-package-db","/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb","-package-db","/Users/worm2fed/.stack/snapshots/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb","-package-db","/Users/worm2fed/.ghcup/ghc/8.10.3/lib/ghc-8.10.3/package.conf.d"], componentRoot = "/Users/worm2fed/workspace/serokell/edna/backend", componentDependencies = ["edna.cabal","package.yaml","stack.yaml"]},"/Users/worm2fed/.ghcup/ghc/8.10.3/lib/ghc-8.10.3") 2021-04-16 15:52:18.550992 [ThreadId 130] INFO hls: Using interface files cache dir: /Users/worm2fed/.cache/ghcide/main-8b3badc698c35a01da8e391938a5e33f5d8094a4 2021-04-16 15:52:18.5514 [ThreadId 130] INFO hls: Using interface files cache dir: /Users/worm2fed/.cache/ghcide/main-8b3badc698c35a01da8e391938a5e33f5d8094a4 2021-04-16 15:52:18.551693 [ThreadId 130] INFO hls: Making new HscEnv[main,main] 2021-04-16 15:52:18.568164 [ThreadId 130] DEBUG hls: New Component Cache HscEnvEq: (([],Just HscEnvEq 7),fromList [("/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml",Just 2021-04-16 09:10:41.904793626 UTC),("edna.cabal",Just 2021-04-14 20:36:04.302527842 UTC),("package.yaml",Nothing),("stack.yaml",Just 2021-04-16 12:07:56.750558782 UTC)]) 2021-04-16 15:52:18.61922 [ThreadId 130] DEBUG hls: New Component Cache HscEnvEq: (([],Just HscEnvEq 8),fromList [("/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml",Just 2021-04-16 09:10:41.904793626 UTC),("edna.cabal",Just 2021-04-14 20:36:04.302527842 UTC),("package.yaml",Nothing),("stack.yaml",Just 2021-04-16 12:07:56.750558782 UTC)]) 2021-04-16 15:52:18.847157 [ThreadId 130] DEBUG hls: Known files updated: fromList [(TargetModule Edna.DB.Integration,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs"]),(TargetModule Edna.Dashboard.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Service.hs"]),(TargetModule Test.DB.DBSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/DBSpec.hs"]),(TargetModule Edna.Setup,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs"]),(TargetModule Edna.Dashboard.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs"]),(TargetModule Test.Setup,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs"]),(TargetModule Edna.DB.Connection,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs"]),(TargetModule Edna.Web.Server,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs"]),(TargetModule Edna.Library.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs"]),(TargetModule Edna.Upload.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs"]),(TargetModule Test.Gen,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Gen.hs"]),(TargetModule Edna.ExperimentReader.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Types.hs"]),(TargetModule Edna.Library.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs"]),(TargetModule Edna.Upload.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs"]),(TargetModule Test.SMT.SMTSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/SMTSpec.hs"]),(TargetModule Test.SMT.State,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/State.hs"]),(TargetModule Edna.Web.Swagger,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs"]),(TargetModule Edna.Dashboard.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs"]),(TargetModule Edna.Web.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Error.hs"]),(TargetModule Edna.Util.URI,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs"]),(TargetModule Test.SwaggerSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SwaggerSpec.hs"]),(TargetModule Test.DB.Gen,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/Gen.hs"]),(TargetModule Test.SampleData,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SampleData.hs"]),(TargetModule Edna.Config.CLA,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs"]),(TargetModule Test.UploadSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/UploadSpec.hs"]),(TargetModule Edna.Config.Definition,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs"]),(TargetModule Edna.Dashboard.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/Types.hs"]),(TargetModule Edna.Library.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs"]),(TargetModule Edna.Web.Handlers,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs"]),(TargetModule Edna.Logging,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Logging.hs"]),(TargetModule Edna.ExperimentReader.Parser,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs"]),(TargetModule Paths_edna,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/autogen/Paths_edna.hs"]),(TargetModule Test.LibrarySpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs"]),(TargetModule Edna.Library.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs"]),(TargetModule Edna.Analysis.FourPL,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs"]),(TargetModule Edna.Upload.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Schema.hs"]),(TargetModule Edna.Orphans,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Orphans.hs"]),(TargetModule Test.Orphans,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Orphans.hs"]),(TargetModule Edna.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs"]),(TargetModule Edna.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs"]),(TargetModule Test.DashboardSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DashboardSpec.hs"]),(TargetModule Edna.Library.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Error.hs"]),(TargetModule Edna.Dashboard.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs"]),(TargetModule Edna.ExperimentReader.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Error.hs"]),(TargetModule Edna.Upload.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs"]),(TargetModule Edna.Upload.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs"]),(TargetModule Test.Util.URISpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util/URISpec.hs"]),(TargetModule Edna.Util,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs"]),(TargetModule Edna.DB.Initialisation,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs"]),(TargetModule Test.Util,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util.hs"]),(TargetModule Edna.Upload.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Error.hs"]),(TargetModule Test.ParserSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/ParserSpec.hs"]),(TargetModule Edna.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs"]),(TargetModule Edna.Config.Environment,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs"]),(TargetModule Edna.Dashboard.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs"]),(TargetModule Edna.Library.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs"])] 2021-04-16 15:52:18.848501 [ThreadId 103] DEBUG hls: Finishing build session(exception: AsyncCancelled) 2021-04-16 15:52:18.848626 [ThreadId 130] DEBUG hls: Restarting build session (aborting the previous one took 0.00s) 2021-04-16 15:52:18.850868 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs" 2021-04-16 15:52:18.850869 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Orphans.hs" 2021-04-16 15:52:18.851369 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Orphans.hs" 2021-04-16 15:52:18.851399 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs" 2021-04-16 15:52:18.851487 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Gen.hs" 2021-04-16 15:52:18.851515 [ThreadId 162] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs" 2021-04-16 15:52:18.851584 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Types.hs" 2021-04-16 15:52:18.851552 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs" 2021-04-16 15:52:18.859502 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs" 2021-04-16 15:52:18.859601 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs" 2021-04-16 15:52:18.859635 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Error.hs" 2021-04-16 15:52:18.859592 [ThreadId 162] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SampleData.hs" 2021-04-16 15:52:18.85984 [ThreadId 162] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs" 2021-04-16 15:52:18.859875 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs" 2021-04-16 15:52:18.860033 [ThreadId 162] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs" 2021-04-16 15:52:18.860067 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs" 2021-04-16 15:52:18.860315 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs" 2021-04-16 15:52:18.861102 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs" 2021-04-16 15:52:18.861118 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs" 2021-04-16 15:52:18.861347 [ThreadId 162] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/ParserSpec.hs" 2021-04-16 15:52:18.861564 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Error.hs" 2021-04-16 15:52:18.861581 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util/URISpec.hs" 2021-04-16 15:52:18.862174 [ThreadId 162] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/UploadSpec.hs" 2021-04-16 15:52:18.862182 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs" 2021-04-16 15:52:18.862981 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs" 2021-04-16 15:52:18.863226 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs" 2021-04-16 15:52:18.863649 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs" 2021-04-16 15:52:18.863857 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Schema.hs" 2021-04-16 15:52:18.867044 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs" 2021-04-16 15:52:18.868949 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs" 2021-04-16 15:52:18.869227 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs" 2021-04-16 15:52:18.869361 [ThreadId 162] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs" 2021-04-16 15:52:18.869558 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs" 2021-04-16 15:52:18.869605 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs" 2021-04-16 15:52:18.870309 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs" 2021-04-16 15:52:18.870603 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs" 2021-04-16 15:52:18.870688 [ThreadId 162] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs" 2021-04-16 15:52:18.87104 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs" 2021-04-16 15:52:18.871443 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs" 2021-04-16 15:52:18.871488 [ThreadId 162] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util.hs" 2021-04-16 15:52:18.871561 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs" 2021-04-16 15:52:18.872757 [ThreadId 159] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/State.hs" 2021-04-16 15:52:18.873057 [ThreadId 160] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs" 2021-04-16 15:52:18.881666 [ThreadId 228] INFO hls: Consulting the cradle for "app/Main.hs" Output from setting up the cradle Cradle {cradleRootDir = "/Users/worm2fed/workspace/serokell/edna/backend", cradleOptsProg = CradleAction: Stack} > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > Using main module: 1. Package `edna' component edna:exe:edna-server with main-is file: /Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > edna> configure (lib + exe) > Configuring edna-0... > edna> initial-build-steps (lib + exe) > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > Configuring GHCi with the following packages: edna > /Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb:/Users/worm2fed/.stack/snapshots/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb:/Users/worm2fed/.ghcup/ghc/8.10.3/lib/ghc-8.10.3/package.conf.d 2021-04-16 15:52:24.824891 [ThreadId 228] DEBUG hls: Session loading result: Right (ComponentOptions {componentOptions = ["-i","-odir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hidir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hide-all-packages","-XAllowAmbiguousTypes","-XBangPatterns","-XBlockArguments","-XConstraintKinds","-XDataKinds","-XDefaultSignatures","-XDeriveAnyClass","-XDeriveDataTypeable","-XDeriveFoldable","-XDeriveFunctor","-XDeriveGeneric","-XDeriveTraversable","-XDerivingStrategies","-XDerivingVia","-XEmptyCase","-XFlexibleContexts","-XFlexibleInstances","-XGADTs","-XGeneralizedNewtypeDeriving","-XLambdaCase","-XMultiParamTypeClasses","-XMultiWayIf","-XNamedFieldPuns","-XNegativeLiterals","-XNumDecimals","-XNoImplicitPrelude","-XOverloadedLabels","-XOverloadedStrings","-XPatternSynonyms","-XPolyKinds","-XQuasiQuotes","-XRankNTypes","-XRecordWildCards","-XRecursiveDo","-XScopedTypeVariables","-XStandaloneDeriving","-XStrictData","-XTemplateHaskell","-XTupleSections","-XTypeApplications","-XTypeFamilies","-XTypeOperators","-XUndecidableInstances","-XUndecidableSuperClasses","-XViewPatterns","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-server","-i/Users/worm2fed/workspace/serokell/edna/backend/app","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-server/autogen","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/global-autogen","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-server/edna-server-tmp","-stubdir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build","-package-id=base-4.14.1.0","-package-id=universum-1.5.0-IXECvNJtg7h5rWnzHOagL2","-package-id=edna-0-5IKfOyumxiZC0fBVYNSygy","-package-id=optparse-applicative-0.15.1.0-BHwrBpmEAiDK7TsqFHDzCb","-package-id=with-utf8-1.0.2.1-6tJD4GljqRFLBoNR25tnyB","-Weverything","-Wno-missing-exported-signatures","-Wno-missing-import-lists","-Wno-missed-specialisations","-Wno-all-missed-specialisations","-Wno-unsafe","-Wno-safe","-Wno-missing-local-signatures","-Wno-monomorphism-restriction","-Wno-implicit-prelude","-Wno-prepositive-qualified-module","-Wno-inferred-safe-imports","-Wno-missing-safe-haskell-mode","-optP-include","-optP/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/ghci/96da3c34/cabal_macros.h","-ghci-script=/private/var/folders/mx/9cvrq0792cq68dmg89zz_svr0000gn/T/haskell-stack-ghci/97bef7b4/ghci-script","-package-db","/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb","-package-db","/Users/worm2fed/.stack/snapshots/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb","-package-db","/Users/worm2fed/.ghcup/ghc/8.10.3/lib/ghc-8.10.3/package.conf.d"], componentRoot = "/Users/worm2fed/workspace/serokell/edna/backend", componentDependencies = ["edna.cabal","package.yaml","stack.yaml"]},"/Users/worm2fed/.ghcup/ghc/8.10.3/lib/ghc-8.10.3") 2021-04-16 15:52:24.934216 [ThreadId 228] INFO hls: Using interface files cache dir: /Users/worm2fed/.cache/ghcide/main-c59adb0bb99a3669ad763b57f58e017087f311a9 2021-04-16 15:52:24.934563 [ThreadId 228] INFO hls: Using interface files cache dir: /Users/worm2fed/.cache/ghcide/main-c59adb0bb99a3669ad763b57f58e017087f311a9 2021-04-16 15:52:24.934829 [ThreadId 228] INFO hls: Using interface files cache dir: /Users/worm2fed/.cache/ghcide/main-c59adb0bb99a3669ad763b57f58e017087f311a9 2021-04-16 15:52:24.934995 [ThreadId 228] INFO hls: Making new HscEnv[main,main,main] 2021-04-16 15:52:24.950124 [ThreadId 228] DEBUG hls: New Component Cache HscEnvEq: (([],Just HscEnvEq 10),fromList [("/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml",Just 2021-04-16 09:10:41.904793626 UTC),("edna.cabal",Just 2021-04-14 20:36:04.302527842 UTC),("package.yaml",Nothing),("stack.yaml",Just 2021-04-16 12:07:56.750558782 UTC)]) 2021-04-16 15:52:24.953047 [ThreadId 228] DEBUG hls: New Component Cache HscEnvEq: (([],Just HscEnvEq 11),fromList [("/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml",Just 2021-04-16 09:10:41.904793626 UTC),("edna.cabal",Just 2021-04-14 20:36:04.302527842 UTC),("package.yaml",Nothing),("stack.yaml",Just 2021-04-16 12:07:56.750558782 UTC)]) 2021-04-16 15:52:24.998649 [ThreadId 228] DEBUG hls: New Component Cache HscEnvEq: (([],Just HscEnvEq 12),fromList [("/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml",Just 2021-04-16 09:10:41.904793626 UTC),("edna.cabal",Just 2021-04-14 20:36:04.302527842 UTC),("package.yaml",Nothing),("stack.yaml",Just 2021-04-16 12:07:56.750558782 UTC)]) 2021-04-16 15:52:25.163371 [ThreadId 228] DEBUG hls: Known files updated: fromList [(TargetModule Edna.DB.Integration,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs"]),(TargetModule Edna.Dashboard.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Service.hs"]),(TargetModule Test.DB.DBSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/DBSpec.hs"]),(TargetModule Edna.Setup,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs"]),(TargetModule Edna.Dashboard.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs"]),(TargetModule Test.Setup,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs"]),(TargetModule Edna.DB.Connection,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs"]),(TargetModule Edna.Web.Server,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs"]),(TargetModule Edna.Library.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs"]),(TargetModule Edna.Upload.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs"]),(TargetModule Test.Gen,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Gen.hs"]),(TargetModule Edna.ExperimentReader.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Types.hs"]),(TargetModule Edna.Library.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs"]),(TargetModule Edna.Upload.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs"]),(TargetModule Test.SMT.SMTSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/SMTSpec.hs"]),(TargetModule Test.SMT.State,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/State.hs"]),(TargetModule Edna.Web.Swagger,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs"]),(TargetModule Edna.Dashboard.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs"]),(TargetModule Edna.Web.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Error.hs"]),(TargetModule Edna.Util.URI,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs"]),(TargetModule Test.SwaggerSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SwaggerSpec.hs"]),(TargetModule Test.DB.Gen,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/Gen.hs"]),(TargetModule Test.SampleData,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SampleData.hs"]),(TargetModule Edna.Config.CLA,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs"]),(TargetModule Test.UploadSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/UploadSpec.hs"]),(TargetModule Edna.Config.Definition,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs"]),(TargetModule Edna.Dashboard.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/Types.hs"]),(TargetModule Edna.Library.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs"]),(TargetModule Edna.Web.Handlers,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs"]),(TargetModule Edna.Logging,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Logging.hs"]),(TargetModule Edna.ExperimentReader.Parser,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs"]),(TargetModule Paths_edna,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/autogen/Paths_edna.hs"]),(TargetModule Test.LibrarySpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs"]),(TargetModule Edna.Library.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs"]),(TargetModule Edna.Analysis.FourPL,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs"]),(TargetModule Edna.Upload.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Schema.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs"]),(TargetModule Edna.Orphans,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Orphans.hs"]),(TargetModule Test.Orphans,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Orphans.hs"]),(TargetModule Edna.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs"]),(TargetModule Edna.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs"]),(TargetModule Test.DashboardSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DashboardSpec.hs"]),(TargetModule Edna.Library.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Error.hs"]),(TargetModule Edna.Dashboard.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs"]),(TargetModule Edna.ExperimentReader.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Error.hs"]),(TargetModule Edna.Upload.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs"]),(TargetModule Edna.Upload.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs"]),(TargetModule Test.Util.URISpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util/URISpec.hs"]),(TargetModule Edna.Util,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs"]),(TargetModule Edna.DB.Initialisation,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs"]),(TargetModule Test.Util,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util.hs"]),(TargetModule Edna.Upload.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Error.hs"]),(TargetModule Test.ParserSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/ParserSpec.hs"]),(TargetModule Edna.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs"]),(TargetModule Edna.Config.Environment,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs"]),(TargetModule Edna.Dashboard.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs"]),(TargetModule Edna.Library.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs"])] 2021-04-16 15:52:25.165176 [ThreadId 152] DEBUG hls: Finishing build session(exception: AsyncCancelled) 2021-04-16 15:52:25.165276 [ThreadId 228] DEBUG hls: Restarting build session (aborting the previous one took 0.00s) 2021-04-16 15:52:25.170834 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Logging.hs" 2021-04-16 15:52:25.17089 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs" 2021-04-16 15:52:25.170968 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs" 2021-04-16 15:52:25.170999 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs" 2021-04-16 15:52:25.171041 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs" 2021-04-16 15:52:25.171077 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs" 2021-04-16 15:52:25.171108 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs" 2021-04-16 15:52:25.171148 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs" 2021-04-16 15:52:25.170909 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs" 2021-04-16 15:52:25.171172 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs" 2021-04-16 15:52:25.17122 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs" 2021-04-16 15:52:25.171246 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SwaggerSpec.hs" 2021-04-16 15:52:25.184611 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/UploadSpec.hs" 2021-04-16 15:52:25.184665 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs" 2021-04-16 15:52:25.184663 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Error.hs" 2021-04-16 15:52:25.184737 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs" 2021-04-16 15:52:25.184767 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs" 2021-04-16 15:52:25.185546 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SampleData.hs" 2021-04-16 15:52:25.185577 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/Gen.hs" 2021-04-16 15:52:25.18565 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs" 2021-04-16 15:52:25.185675 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs" 2021-04-16 15:52:25.185742 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/State.hs" 2021-04-16 15:52:25.185845 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs" 2021-04-16 15:52:25.185847 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs" 2021-04-16 15:52:25.186521 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs" 2021-04-16 15:52:25.186753 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Service.hs" 2021-04-16 15:52:25.18682 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs" 2021-04-16 15:52:25.187341 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Schema.hs" 2021-04-16 15:52:25.18736 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Orphans.hs" 2021-04-16 15:52:25.187391 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util/URISpec.hs" 2021-04-16 15:52:25.187521 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/ParserSpec.hs" 2021-04-16 15:52:25.187876 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Error.hs" 2021-04-16 15:52:25.188169 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs" 2021-04-16 15:52:25.188359 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs" 2021-04-16 15:52:25.188531 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DashboardSpec.hs" 2021-04-16 15:52:25.195161 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util.hs" 2021-04-16 15:52:25.195318 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Error.hs" 2021-04-16 15:52:25.195867 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs" 2021-04-16 15:52:25.207401 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs" 2021-04-16 15:52:25.207785 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs" 2021-04-16 15:52:25.209396 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/SMTSpec.hs" 2021-04-16 15:52:25.210846 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Error.hs" 2021-04-16 15:52:25.22294 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs" 2021-04-16 15:52:25.223479 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs" 2021-04-16 15:52:25.227085 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/Types.hs" 2021-04-16 15:52:25.237827 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs" 2021-04-16 15:52:25.241907 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs" 2021-04-16 15:52:25.24319 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs" 2021-04-16 15:52:25.346872 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs" 2021-04-16 15:52:25.347888 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Gen.hs" 2021-04-16 15:52:25.37631 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Types.hs" 2021-04-16 15:52:25.379489 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/DBSpec.hs" 2021-04-16 15:52:25.398079 [ThreadId 260] INFO hls: File: /Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs Hidden: no Range: 1:1-2:1 Source: compiler Severity: DsError Message: haskell-language-server-8.10.3: could not execute: hspec-discover 2021-04-16 15:52:25.399106 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs" 2021-04-16 15:52:25.399445 [ThreadId 260] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs" 2021-04-16 15:52:25.403269 [ThreadId 258] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs" 2021-04-16 15:52:25.412171 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Orphans.hs" 2021-04-16 15:52:25.596746 [ThreadId 259] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs" haskell-language-server-8.10.3: lookupSymbol failed in relocateSection (relocate external) /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a: unknown symbol `__ZNK17double_conversion23DoubleToStringConverter11ToPrecisionEdiPNS_13StringBuilderE' GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZNK17double_conversion6VectorIcEixEi whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(hs-double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. haskell-language-server-8.10.3: lookupSymbol failed in relocateSection (relocate external) /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a: unknown symbol `__ZN17double_conversion6StrtofENS_6VectorIKcEEi' GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion7BitCastIdyEET_RKT0_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion6Bignum9LessEqualERKS0_S2_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(bignum-dtoa.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion7BitCastIdyEET_RKT0_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. haskell-language-server-8.10.3: Could not load Object Code /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(fast-dtoa.o). 2021-04-16 15:52:31.871561 [ThreadId 259] INFO hls: File: /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs Hidden: no Range: 1:1-2:1 Source: typecheck Severity: DsError Message: Installation error: unable to load package `double-conversion-2.0.2.0' GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion7BitCastIdyEET_RKT0_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. haskell-language-server-8.10.3: Could not load Object Code /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(fast-dtoa.o). 2021-04-16 15:52:31.925048 [ThreadId 260] INFO hls: File: /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs Hidden: no Range: 1:1-2:1 Source: typecheck Severity: DsError Message: Installation error: unable to load package `Only-0.1' GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion7BitCastIdyEET_RKT0_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. haskell-language-server-8.10.3: Could not load Object Code /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(fast-dtoa.o). 2021-04-16 15:52:32.160643 [ThreadId 259] INFO hls: File: /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs Hidden: no Range: 1:1-2:1 Source: typecheck Severity: DsError Message: Installation error: unable to load package `Only-0.1' 2021-04-16 15:52:32.364743 [ThreadId 1336] INFO hls: finish: User TypeCheck (took 7.20s) 2021-04-16 15:52:32.463727 [ThreadId 1342] INFO hls: finish: GetHie (took 0.10s) Files that failed: * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Logging.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs 2021-04-16 15:52:32.518902 [ThreadId 1347] INFO hls: finish: GenerateCore (took 0.05s) * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Service.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/Types.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs * /Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs Completed (28 files worked, 29 files failed) haskell-language-server-wrapper: callProcess: /Users/worm2fed/.ghcup/bin/haskell-language-server-8.10.3 "--debug" (exit 29): failed ```

Paste the logs from the lsp-client, e.g. for VS Code

LSP logs: ``` [client] run command: "haskell-language-server-wrapper --lsp -d" [client] debug command: "haskell-language-server-wrapper --lsp -d" [client] server cwd: undefined Module "/Users/worm2fed/workspace/serokell/edna/a" is loaded by Cradle: Cradle {cradleRootDir = "/Users/worm2fed/workspace/serokell/edna", cradleOptsProg = CradleAction: Default} Run entered for haskell-language-server-wrapper(haskell-language-server-wrapper) Version 1.1.0.0, Git revision f1c096927186a93d8e3ccd4fe8385cc1b070350b (dirty) x86_64 ghc-8.10.4 Current directory: /Users/worm2fed/workspace/serokell/edna Operating system: darwin Arguments: ["--lsp","-d"] Cradle directory: /Users/worm2fed/workspace/serokell/edna Cradle type: Default Tool versions found on the $PATH cabal: 3.4.0.0 stack: 2.5.1 ghc: 8.10.3 Consulting the cradle to get project GHC version... Project GHC version: 8.10.3 haskell-language-server exe candidates: ["haskell-language-server-8.10.3","haskell-language-server-8.10","haskell-language-server"] Launching haskell-language-server exe at:/Users/worm2fed/.ghcup/bin/haskell-language-server-8.10.3 haskell-language-server version: 1.1.0.0 (GHC: 8.10.3) (PATH: /Users/worm2fed/.ghcup/bin/haskell-language-server-8.10.3~1.1.0) (GIT hash: f1c096927186a93d8e3ccd4fe8385cc1b070350b) Starting (haskell-language-server)LSP server... with arguments: GhcideArguments {argsCommand = LSP, argsCwd = Nothing, argsShakeProfiling = Nothing, argsTesting = False, argsExamplePlugin = False, argsDebugOn = True, argsLogFile = Nothing, argsThreads = 0, argsProjectGhcVersion = False} with plugins: [PluginId "pragmas",PluginId "floskell",PluginId "fourmolu",PluginId "tactics",PluginId "ormolu",PluginId "stylish-haskell",PluginId "retrie",PluginId "brittany",PluginId "class",PluginId "haddockComments",PluginId "eval",PluginId "importLens",PluginId "moduleName",PluginId "hlint",PluginId "splice",PluginId "ghcide-hover-and-symbols",PluginId "ghcide-code-actions",PluginId "ghcide-completions",PluginId "ghcide-type-lenses",PluginId "ghcide-core"] in directory: /Users/worm2fed/workspace/serokell/edna Starting LSP server... If you are seeing this in a terminal, you probably should have run WITHOUT the --lsp option! Started LSP server in 0.00s setInitialDynFlags cradle: Cradle {cradleRootDir = "/Users/worm2fed/workspace/serokell/edna", cradleOptsProg = CradleAction: Default} 2021-04-16 15:54:17.48983 [ThreadId 5] INFO hls: Registering ide configuration: IdeConfiguration {workspaceFolders = fromList [NormalizedUri (-1724371607033251946) "file:///Users/worm2fed/workspace/serokell/edna"], clientSettings = hashed Nothing} 2021-04-16 15:54:17.561503 [ThreadId 20] DEBUG hls: Configuration changed: Object (fromList [("haskell",Object (fromList [("completionSnippetsOn",Bool True),("diagnosticsOnChange",Bool True),("formatOnImportOn",Bool True),("formattingProvider",String "stylish-haskell"),("hlintOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("languageServerVariant",String "haskell-language-server"),("liquidOn",Bool False),("logFile",String ""),("maxNumberOfProblems",Number 100.0),("serverExecutablePath",String "haskell-language-server-wrapper"),("trace",Object (fromList [("server",String "messages")])),("updateBehavior",String "never-check")]))]) 2021-04-16 15:54:17.561835 [ThreadId 18] DEBUG hls: Finishing build session(exception: AsyncCancelled) 2021-04-16 15:54:17.561934 [ThreadId 20] DEBUG hls: Restarting build session (aborting the previous one took 0.00s) 2021-04-16 15:54:17.565166 [ThreadId 20] DEBUG hls: Set files of interest to: [(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs",Modified {firstOpen = True})] 2021-04-16 15:54:17.565528 [ThreadId 20] DEBUG hls: Restarting build session (aborting the previous one took 0.00s) 2021-04-16 15:54:17.565612 [ThreadId 34] DEBUG hls: Finishing build session(exception: AsyncCancelled) 2021-04-16 15:54:17.565658 [ThreadId 20] DEBUG hls: Opened text document: file:///Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs 2021-04-16 15:54:17.588334 [ThreadId 61] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs" 2021-04-16 15:54:17.58969 [ThreadId 66] INFO hls: Consulting the cradle for "backend/src/Edna/Config/Definition.hs" Output from setting up the cradle Cradle {cradleRootDir = "/Users/worm2fed/workspace/serokell/edna/backend", cradleOptsProg = CradleAction: Stack} 2021-04-16 15:54:17.825483 [ThreadId 97] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "fp" "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs" 2021-04-16 15:54:19.038912 [ThreadId 138] DEBUG hls: GhcIde.hover entered (ideLogger) 2021-04-16 15:54:19.039106 [ThreadId 138] DEBUG hls: Hover request at position 7:20 in file: /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs 2021-04-16 15:54:19.039267 [ThreadId 138] DEBUG hls: LOOKUP UP PERSISTENT FOR: GetHieAst > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > edna> configure (lib) > Configuring edna-0... > edna> initial-build-steps (lib) > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > Configuring GHCi with the following packages: edna > /Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb:/Users/worm2fed/.stack/snapshots/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb:/Users/worm2fed/.ghcup/ghc/8.10.3/lib/ghc-8.10.3/package.conf.d 2021-04-16 15:54:26.823258 [ThreadId 66] DEBUG hls: Session loading result: Right (ComponentOptions {componentOptions = ["-i","-odir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hidir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hide-all-packages","-XAllowAmbiguousTypes","-XBangPatterns","-XBlockArguments","-XConstraintKinds","-XDataKinds","-XDefaultSignatures","-XDeriveAnyClass","-XDeriveDataTypeable","-XDeriveFoldable","-XDeriveFunctor","-XDeriveGeneric","-XDeriveTraversable","-XDerivingStrategies","-XDerivingVia","-XEmptyCase","-XFlexibleContexts","-XFlexibleInstances","-XGADTs","-XGeneralizedNewtypeDeriving","-XLambdaCase","-XMultiParamTypeClasses","-XMultiWayIf","-XNamedFieldPuns","-XNegativeLiterals","-XNumDecimals","-XNoImplicitPrelude","-XOverloadedLabels","-XOverloadedStrings","-XPatternSynonyms","-XPolyKinds","-XQuasiQuotes","-XRankNTypes","-XRecordWildCards","-XRecursiveDo","-XScopedTypeVariables","-XStandaloneDeriving","-XStrictData","-XTemplateHaskell","-XTupleSections","-XTypeApplications","-XTypeFamilies","-XTypeOperators","-XUndecidableInstances","-XUndecidableSuperClasses","-XViewPatterns","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build","-i/Users/worm2fed/workspace/serokell/edna/backend/src","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/autogen","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/global-autogen","-stubdir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build","-package-id=base-4.14.1.0","-package-id=universum-1.5.0-IXECvNJtg7h5rWnzHOagL2","-package-id=aeson-1.5.5.1-663FNUpl9eU1eO4qn8ggmt","-package-id=aeson-casing-0.2.0.0-IAhhX93B8bE711Ivb4IKZT","-package-id=beam-core-0.9.0.0-KI4W2yhrOti2GpM8vr5xb0","-package-id=beam-postgres-0.5.0.0-quz504kT34F74HT7bgpUU","-package-id=bytestring-0.10.12.0","-package-id=containers-0.6.2.1","-package-id=data-default-0.7.1.1-CYtyoeRTyO02nIfJy16t2P","-package-id=filepath-1.4.2.1","-package-id=fmt-0.6.1.2-A3RuvnGj0b52jQrQXqOIRP","-package-id=microlens-0.4.11.2-9caS3Frz8K54yIHXMtlddL","-package-id=microlens-platform-0.4.1-6XbqDJOxb8f47u1aLCO2kk","-package-id=network-uri-2.6.3.0-8tJyeRBDup92wNsuQRxrki","-package-id=network-uri-json-0.4.0.0-A9jx4sl20uZCN9FfkKCWVC","-package-id=optparse-applicative-0.15.1.0-BHwrBpmEAiDK7TsqFHDzCb","-package-id=postgresql-simple-0.6.4-EsMUuTSx0oa9PcG1Ar8yXN","-package-id=process-1.6.9.0","-package-id=resource-pool-0.2.3.2-13nA51Q5KJpAgyicIvvB3v","-package-id=rio-0.1.20.0-HJ69wHHhMTcDgxhKndl5mK","-package-id=safe-exceptions-0.1.7.1-2h3LfH2MxVnLS7s0mmO2Tm","-package-id=servant-0.18.2-38XUCTW66WmAV9pK0Qx0rK","-package-id=servant-multipart-0.12-9B25jiOyvQ37X2XCWx8X21","-package-id=servant-server-0.18.2-LLugKqABjrUFxIyFr0cPg6","-package-id=servant-swagger-1.1.10-JVJObCchVJqEY6f00tZcUH","-package-id=servant-swagger-ui-core-0.3.4-IV4MFZ6F0h3LIYrOR5yrDw","-package-id=servant-swagger-ui-0.3.4.3.37.2-9NRmJmJypKG1csC3IXAxcR","-package-id=servant-util-0.1.0-8Rw3ZaorgCcCrybJ3cpbr","-package-id=split-0.2.3.4-88UKBE2UY7dFTqHQfZTaFK","-package-id=swagger2-2.6-ggeJc95TNLDk4tAz6CJZ1","-package-id=text-1.2.4.1","-package-id=time-1.9.3","-package-id=unordered-containers-0.2.13.0-3awuPgUx2yvAACRZkw6am3","-package-id=wai-3.2.3-B2RCrUHtVFxFWEaIqAGhVo","-package-id=wai-extra-3.1.6-GXPoKzsS4FG5DOHVPQAH7I","-package-id=warp-3.3.14-8OLcwZro8rGCTREX5ygUXn","-package-id=xlsx-0.8.2-GYlIS2mvSFdLdE603wKXoV","-package-id=yaml-0.11.5.0-414HqtcNt5EHanBUnfMdEJ","-Weverything","-Wno-missing-exported-signatures","-Wno-missing-import-lists","-Wno-missed-specialisations","-Wno-all-missed-specialisations","-Wno-unsafe","-Wno-safe","-Wno-missing-local-signatures","-Wno-monomorphism-restriction","-Wno-implicit-prelude","-Wno-prepositive-qualified-module","-Wno-inferred-safe-imports","-Wno-missing-safe-haskell-mode","-optP-include","-optP/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/ghci/8fa88f36/cabal_macros.h","-ghci-script=/private/var/folders/mx/9cvrq0792cq68dmg89zz_svr0000gn/T/haskell-stack-ghci/801ef86e/ghci-script","-package-db","/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb","-package-db","/Users/worm2fed/.stack/snapshots/x86_64-osx/03632d36528934585ca030d6d58bd01e4a1a99f063f720790471090d147195c4/8.10.3/pkgdb","-package-db","/Users/worm2fed/.ghcup/ghc/8.10.3/lib/ghc-8.10.3/package.conf.d"], componentRoot = "/Users/worm2fed/workspace/serokell/edna/backend", componentDependencies = ["edna.cabal","package.yaml","stack.yaml"]},"/Users/worm2fed/.ghcup/ghc/8.10.3/lib/ghc-8.10.3") 2021-04-16 15:54:26.960583 [ThreadId 66] INFO hls: Using interface files cache dir: /Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35 2021-04-16 15:54:26.960798 [ThreadId 66] INFO hls: Making new HscEnv[main] 2021-04-16 15:54:26.974575 [ThreadId 66] DEBUG hls: New Component Cache HscEnvEq: (([],Just HscEnvEq 35),fromList [("/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml",Just 2021-04-16 09:10:41.904793626 UTC),("edna.cabal",Nothing),("package.yaml",Nothing),("stack.yaml",Nothing)]) 2021-04-16 15:54:27.077669 [ThreadId 66] DEBUG hls: Known files updated: fromList [(TargetModule Edna.DB.Integration,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs"]),(TargetModule Edna.Dashboard.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Service.hs"]),(TargetModule Edna.Setup,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs"]),(TargetModule Edna.Dashboard.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs"]),(TargetModule Edna.DB.Connection,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs"]),(TargetModule Edna.Web.Server,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs"]),(TargetModule Edna.Library.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs"]),(TargetModule Edna.Upload.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs"]),(TargetModule Edna.ExperimentReader.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Types.hs"]),(TargetModule Edna.Library.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs"]),(TargetModule Edna.Upload.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs"]),(TargetModule Edna.Web.Swagger,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs"]),(TargetModule Edna.Dashboard.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs"]),(TargetModule Edna.Web.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Error.hs"]),(TargetModule Edna.Util.URI,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs"]),(TargetModule Edna.Config.CLA,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs"]),(TargetModule Edna.Config.Definition,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs"]),(TargetModule Edna.Dashboard.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/Types.hs"]),(TargetModule Edna.Library.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs"]),(TargetModule Edna.Web.Handlers,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs"]),(TargetModule Edna.Logging,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Logging.hs"]),(TargetModule Edna.ExperimentReader.Parser,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs"]),(TargetModule Paths_edna,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/autogen/Paths_edna.hs"]),(TargetModule Edna.Library.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs"]),(TargetModule Edna.Analysis.FourPL,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs"]),(TargetModule Edna.Upload.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Schema.hs"]),(TargetModule Edna.Orphans,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Orphans.hs"]),(TargetModule Edna.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs"]),(TargetModule Edna.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs"]),(TargetModule Edna.Library.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Error.hs"]),(TargetModule Edna.Dashboard.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs"]),(TargetModule Edna.ExperimentReader.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Error.hs"]),(TargetModule Edna.Upload.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs"]),(TargetModule Edna.Upload.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs"]),(TargetModule Edna.Util,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs"]),(TargetModule Edna.DB.Initialisation,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs"]),(TargetModule Edna.Upload.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Error.hs"]),(TargetModule Edna.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs"]),(TargetModule Edna.Config.Environment,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs"]),(TargetModule Edna.Dashboard.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs"]),(TargetModule Edna.Library.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs"])] 2021-04-16 15:54:27.078308 [ThreadId 51] DEBUG hls: Finishing build session(exception: AsyncCancelled) 2021-04-16 15:54:27.078419 [ThreadId 66] DEBUG hls: Restarting build session (aborting the previous one took 0.00s) 2021-04-16 15:54:27.079832 [ThreadId 181] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs" 2021-04-16 15:54:27.089685 [ThreadId 237] INFO hls: finish: ModuleName.ghcSession (took 0.01s) 2021-04-16 15:54:27.101825 [ThreadId 185] INFO hls: finish: splice.codeAction.GitHieAst (took 0.02s) 2021-04-16 15:54:27.101847 [ThreadId 235] INFO hls: finish: HaddockComments.GetAnnotatedParsedSource (took 0.02s) 2021-04-16 15:54:27.101887 [ThreadId 237] INFO hls: finish: HaddockComments.GetAnnotatedParsedSource (took 0.02s) 2021-04-16 15:54:27.101967 [ThreadId 185] INFO hls: finish: HaddockComments.GetAnnotatedParsedSource (took 0.02s) 2021-04-16 15:54:27.102267 [ThreadId 235] INFO hls: finish: importLens (took 0.02s) 2021-04-16 15:54:27.102335 [ThreadId 237] INFO hls: finish: Pragmas.GetParsedModule (took 0.02s) 2021-04-16 15:54:27.102431 [ThreadId 235] INFO hls: finish: ModuleName.GetParsedModule (took 0.01s) 2021-04-16 15:54:27.10254 [ThreadId 237] INFO hls: finish: Outline (took 0.02s) 2021-04-16 15:54:27.102715 [ThreadId 235] INFO hls: finish: splice.codeAction.GitHieAst (took 0.02s) 2021-04-16 15:54:27.102803 [ThreadId 237] INFO hls: finish: Pragmas.GetParsedModule (took 0.02s) 2021-04-16 15:54:27.103019 [ThreadId 235] INFO hls: finish: importLens (took 0.02s) 2021-04-16 15:54:27.103048 [ThreadId 237] INFO hls: finish: importLens (took 0.02s) 2021-04-16 15:54:27.103096 [ThreadId 235] INFO hls: finish: Pragmas.GetParsedModule (took 0.02s) 2021-04-16 15:54:27.103153 [ThreadId 237] INFO hls: finish: splice.codeAction.GitHieAst (took 0.02s) 2021-04-16 15:54:27.103164 [ThreadId 235] INFO hls: finish: Outline (took 0.02s) 2021-04-16 15:54:27.103581 [ThreadId 237] INFO hls: finish: parsed (took 0.02s) 2021-04-16 15:54:27.103594 [ThreadId 97] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "excluded comments" "[]" 2021-04-16 15:54:27.106338 [ThreadId 97] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "comments" "Comments {lineComments = fromList [(Range {_start = Position {_line = 56, _character = 0}, _end = Position {_line = 56, _character = 38}},RawLineComment {getRawLineComment = \"-- | Specification of how much to log.\"}),(Range {_start = Position {_line = 59, _character = 2}, _end = Position {_line = 59, _character = 43}},RawLineComment {getRawLineComment = \"-- ^ Development logging mode: log a lot.\"}),(Range {_start = Position {_line = 61, _character = 2}, _end = Position {_line = 61, _character = 66}},RawLineComment {getRawLineComment = \"-- ^ Production logging mode: log less than in development mode.\"}),(Range {_start = Position {_line = 63, _character = 2}, _end = Position {_line = 63, _character = 18}},RawLineComment {getRawLineComment = \"-- ^ No logging.\"}),(Range {_start = Position {_line = 66, _character = 0}, _end = Position {_line = 66, _character = 24}},RawLineComment {getRawLineComment = \"-- | Parse LoggingConfig\"}),(Range {_start = Position {_line = 105, _character = 0}, _end = Position {_line = 105, _character = 75}},RawLineComment {getRawLineComment = \"---------------------------------------------------------------------------\"}),(Range {_start = Position {_line = 106, _character = 0}, _end = Position {_line = 106, _character = 14}},RawLineComment {getRawLineComment = \"-- Derivations\"}),(Range {_start = Position {_line = 107, _character = 0}, _end = Position {_line = 107, _character = 75}},RawLineComment {getRawLineComment = \"---------------------------------------------------------------------------\"})], blockComments = fromList [(Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 26}},RawBlockComment {getRawBlockComment = \"{-# LANGUAGE DataKinds #-}\"}),(Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 4, _character = 2}},RawBlockComment {getRawBlockComment = \"{-|\\nDefinition of Edna configuration.\\n-}\"})]}" 2021-04-16 15:54:27.107183 [ThreadId 97] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "Tests" "0 tests in 5 sections 0 setups 0 lenses." 2021-04-16 15:54:27.10751 [ThreadId 97] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "tests" "0.00s" 2021-04-16 15:54:27.107583 [ThreadId 97] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "codeLens" "9.28s" 2021-04-16 15:54:28.34088 [ThreadId 237] DEBUG hls: SUCCEEDED LOADING HIE FILE FOR:"/Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35/Edna/ExperimentReader/Types.hie" 2021-04-16 15:54:28.341002 [ThreadId 237] DEBUG hls: Re-indexing hie file for/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Types.hs 2021-04-16 15:54:28.350411 [ThreadId 558] DEBUG hls: SUCCEEDED LOADING HIE FILE FOR:"/Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35/Edna/Library/DB/Schema.hie" 2021-04-16 15:54:28.350509 [ThreadId 558] DEBUG hls: Re-indexing hie file for/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs 2021-04-16 15:54:28.381212 [ThreadId 558] DEBUG hls: SUCCEEDED LOADING HIE FILE FOR:"/Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35/Edna/Util/URI.hie" 2021-04-16 15:54:28.381454 [ThreadId 558] DEBUG hls: Re-indexing hie file for/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs 2021-04-16 15:54:28.474993 [ThreadId 558] DEBUG hls: SUCCEEDED LOADING HIE FILE FOR:"/Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35/Paths_edna.hie" 2021-04-16 15:54:28.475186 [ThreadId 558] DEBUG hls: Re-indexing hie file for/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/autogen/Paths_edna.hs 2021-04-16 15:54:28.498127 [ThreadId 185] DEBUG hls: SUCCEEDED LOADING HIE FILE FOR:"/Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35/Edna/Util.hie" 2021-04-16 15:54:28.498584 [ThreadId 185] DEBUG hls: Re-indexing hie file for/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs 2021-04-16 15:54:28.515504 [ThreadId 558] DEBUG hls: SUCCEEDED LOADING HIE FILE FOR:"/Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35/Edna/Web/Error.hie" 2021-04-16 15:54:28.515663 [ThreadId 558] DEBUG hls: Re-indexing hie file for/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Error.hs 2021-04-16 15:54:28.857145 [ThreadId 558] DEBUG hls: SUCCEEDED LOADING HIE FILE FOR:"/Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35/Edna/ExperimentReader/Error.hie" 2021-04-16 15:54:28.858049 [ThreadId 558] DEBUG hls: Re-indexing hie file for/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Error.hs 2021-04-16 15:54:29.287614 [ThreadId 614] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "fp" "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs" 2021-04-16 15:54:29.28815 [ThreadId 190] INFO hls: finish: ModuleName.ghcSession (took 0.00s) 2021-04-16 15:54:29.288515 [ThreadId 190] INFO hls: finish: parsed (took 0.00s) 2021-04-16 15:54:29.29179 [ThreadId 614] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "excluded comments" "[]" 2021-04-16 15:54:29.292015 [ThreadId 190] INFO hls: finish: ModuleName.GetParsedModule (took 0.00s) 2021-04-16 15:54:29.292306 [ThreadId 614] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "comments" "Comments {lineComments = fromList [(Range {_start = Position {_line = 56, _character = 0}, _end = Position {_line = 56, _character = 38}},RawLineComment {getRawLineComment = \"-- | Specification of how much to log.\"}),(Range {_start = Position {_line = 59, _character = 2}, _end = Position {_line = 59, _character = 43}},RawLineComment {getRawLineComment = \"-- ^ Development logging mode: log a lot.\"}),(Range {_start = Position {_line = 61, _character = 2}, _end = Position {_line = 61, _character = 66}},RawLineComment {getRawLineComment = \"-- ^ Production logging mode: log less than in development mode.\"}),(Range {_start = Position {_line = 63, _character = 2}, _end = Position {_line = 63, _character = 18}},RawLineComment {getRawLineComment = \"-- ^ No logging.\"}),(Range {_start = Position {_line = 66, _character = 0}, _end = Position {_line = 66, _character = 24}},RawLineComment {getRawLineComment = \"-- | Parse LoggingConfig\"}),(Range {_start = Position {_line = 105, _character = 0}, _end = Position {_line = 105, _character = 75}},RawLineComment {getRawLineComment = \"---------------------------------------------------------------------------\"}),(Range {_start = Position {_line = 106, _character = 0}, _end = Position {_line = 106, _character = 14}},RawLineComment {getRawLineComment = \"-- Derivations\"}),(Range {_start = Position {_line = 107, _character = 0}, _end = Position {_line = 107, _character = 75}},RawLineComment {getRawLineComment = \"---------------------------------------------------------------------------\"})], blockComments = fromList [(Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 26}},RawBlockComment {getRawBlockComment = \"{-# LANGUAGE DataKinds #-}\"}),(Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 4, _character = 2}},RawBlockComment {getRawBlockComment = \"{-|\\nDefinition of Edna configuration.\\n-}\"})]}" 2021-04-16 15:54:29.292845 [ThreadId 614] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "Tests" "0 tests in 5 sections 0 setups 0 lenses." 2021-04-16 15:54:29.292985 [ThreadId 614] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "tests" "0.00s" 2021-04-16 15:54:29.29303 [ThreadId 614] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "codeLens" "0.01s" 2021-04-16 15:54:29.429329 [ThreadId 237] DEBUG hls: SUCCEEDED LOADING HIE FILE FOR:"/Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35/Edna/Upload/DB/Schema.hie" 2021-04-16 15:54:29.42943 [ThreadId 237] DEBUG hls: Re-indexing hie file for/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Schema.hs haskell-language-server-8.10.3: lookupSymbol failed in relocateSection (relocate external) /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a: unknown symbol `__ZNK17double_conversion23DoubleToStringConverter11ToPrecisionEdiPNS_13StringBuilderE' GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZNK17double_conversion6VectorIcEixEi whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(hs-double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. haskell-language-server-8.10.3: lookupSymbol failed in relocateSection (relocate external) /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a: unknown symbol `__ZN17double_conversion6StrtofENS_6VectorIKcEEi' GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion7BitCastIdyEET_RKT0_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion6Bignum9LessEqualERKS0_S2_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(bignum-dtoa.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion7BitCastIdyEET_RKT0_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. haskell-language-server-8.10.3: Could not load Object Code /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(fast-dtoa.o). GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion7BitCastIdyEET_RKT0_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. haskell-language-server-8.10.3: Could not load Object Code /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(fast-dtoa.o). 2021-04-16 15:54:31.441123 [ThreadId 558] DEBUG hls: LOOKUP UP PERSISTENT FOR: TypeCheck 2021-04-16 15:54:31.441205 [ThreadId 558] INFO hls: finish: retrie (took 4.36s) 2021-04-16 15:54:31.441426 [ThreadId 558] INFO hls: finish: tactic (took 4.36s) 2021-04-16 15:54:31.44152 [ThreadId 558] DEBUG hls: finish: C:GetHieAst (took 4.36s) 2021-04-16 15:54:31.441576 [ThreadId 558] INFO hls: finish: retrie (took 4.36s) 2021-04-16 15:54:31.441624 [ThreadId 558] INFO hls: finish: retrie (took 4.36s) 2021-04-16 15:54:31.441682 [ThreadId 558] INFO hls: finish: codeLens.TypeCheck (took 4.36s) 2021-04-16 15:54:31.441807 [ThreadId 558] DEBUG hls: LOOKUP UP PERSISTENT FOR: MinimalImports 2021-04-16 15:54:31.441855 [ThreadId 558] INFO hls: finish: (took 2.15s) 2021-04-16 15:54:31.441905 [ThreadId 558] INFO hls: finish: (took 4.36s) 2021-04-16 15:54:31.441995 [ThreadId 558] INFO hls: finish: CodeAction (took 4.36s) 2021-04-16 15:54:31.442065 [ThreadId 558] INFO hls: finish: CodeAction (took 4.36s) 2021-04-16 15:54:31.442125 [ThreadId 558] INFO hls: finish: CodeAction (took 4.36s) 2021-04-16 15:54:31.44218 [ThreadId 558] INFO hls: finish: codeLens.TypeCheck (took 2.15s) 2021-04-16 15:54:31.44225 [ThreadId 558] INFO hls: finish: tactic (took 4.36s) 2021-04-16 15:54:31.443694 [ThreadId 558] INFO hls: finish: tactic (took 4.36s) 2021-04-16 15:54:31.444939 [ThreadId 190] INFO hls: finish: codeLens.GetBindings (took 0.00s) 2021-04-16 15:54:31.469041 [ThreadId 237] DEBUG hls: SUCCEEDED LOADING HIE FILE FOR:"/Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35/Edna/Dashboard/Error.hie" 2021-04-16 15:54:31.486873 [ThreadId 237] DEBUG hls: Re-indexing hie file for/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs 2021-04-16 15:54:31.487169 [ThreadId 237] INFO hls: finish: codeLens.GetGlobalBindingTypeSigs (took 0.00s) 2021-04-16 15:54:31.493734 [ThreadId 237] INFO hls: finish: codeLens.GetBindings (took 0.00s) 2021-04-16 15:54:31.81015 [ThreadId 190] INFO hls: finish: codeLens.GetGlobalBindingTypeSigs (took 0.00s) 2021-04-16 15:54:31.810447 [ThreadId 190] INFO hls: finish: Pragmas.GetParsedModule (took 0.00s) 2021-04-16 15:54:31.811188 [ThreadId 558] DEBUG hls: SUCCEEDED LOADING HIE FILE FOR:"/Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35/Edna/Library/Error.hie" 2021-04-16 15:54:31.811662 [ThreadId 558] DEBUG hls: Re-indexing hie file for/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Error.hs 2021-04-16 15:54:31.812573 [ThreadId 558] INFO hls: finish: retrie (took 0.00s) 2021-04-16 15:54:31.813485 [ThreadId 558] INFO hls: finish: tactic (took 0.00s) 2021-04-16 15:54:31.816807 [ThreadId 558] INFO hls: finish: splice.codeAction.GitHieAst (took 0.00s) 2021-04-16 15:54:31.817697 [ThreadId 558] INFO hls: finish: CodeAction (took 0.00s) 2021-04-16 15:54:31.818057 [ThreadId 190] INFO hls: finish: HaddockComments.GetAnnotatedParsedSource (took 0.00s) 2021-04-16 15:54:31.819186 [ThreadId 558] INFO hls: finish: importLens (took 0.00s) 2021-04-16 15:54:31.830781 [ThreadId 237] DEBUG hls: SUCCEEDED LOADING HIE FILE FOR:"/Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35/Edna/Upload/Error.hie" 2021-04-16 15:54:31.830932 [ThreadId 237] DEBUG hls: Re-indexing hie file for/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Error.hs 2021-04-16 15:54:31.890836 [ThreadId 185] DEBUG hls: SUCCEEDED LOADING HIE FILE FOR:"/Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35/Edna/ExperimentReader/Parser.hie" 2021-04-16 15:54:31.891392 [ThreadId 185] DEBUG hls: Re-indexing hie file for/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs 2021-04-16 15:54:31.945872 [ThreadId 680] DEBUG hls: SUCCEEDED LOADING HIE FILE FOR:"/Users/worm2fed/.cache/ghcide/main-165de894d12d18990a1f3f222d978e004a717d35/Edna/Orphans.hie" 2021-04-16 15:54:31.946518 [ThreadId 680] DEBUG hls: Re-indexing hie file for/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Orphans.hs GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion7BitCastIdyEET_RKT0_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. haskell-language-server-8.10.3: Could not load Object Code /Users/worm2fed/.stack/snapshots/x86_64-osx/0eaa9fd93f3f00f5b423aa8c98c4bb65399d613fbb647709ac0a91b08a99eeea/8.10.3/lib/x86_64-osx-ghc-8.10.3/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(fast-dtoa.o). 2021-04-16 15:54:32.078955 [ThreadId 745] DEBUG hls: finish: InitialLoad (took 4.99s) 2021-04-16 15:54:34.846325 [ThreadId 753] DEBUG hls: GhcIde.hover entered (ideLogger) 2021-04-16 15:54:34.846505 [ThreadId 753] DEBUG hls: Hover request at position 39:28 in file: /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs 2021-04-16 15:54:34.846769 [ThreadId 754] DEBUG hls: finish: C:GetHieAst (took 0.00s) 2021-04-16 15:54:36.894336 [ThreadId 760] DEBUG hls: GhcIde.hover entered (ideLogger) 2021-04-16 15:54:36.894479 [ThreadId 760] DEBUG hls: Hover request at position 1:22 in file: /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs 2021-04-16 15:54:36.894754 [ThreadId 761] DEBUG hls: finish: C:GetHieAst (took 0.00s) 2021-04-16 15:54:37.057421 [ThreadId 771] INFO hls: finish: Pragmas.GetParsedModule (took 0.00s) 2021-04-16 15:54:37.058014 [ThreadId 778] INFO hls: finish: tactic (took 0.00s) 2021-04-16 15:54:37.058138 [ThreadId 780] INFO hls: finish: HaddockComments.GetAnnotatedParsedSource (took 0.00s) 2021-04-16 15:54:37.058424 [ThreadId 781] INFO hls: finish: splice.codeAction.GitHieAst (took 0.00s) 2021-04-16 15:54:37.058739 [ThreadId 778] INFO hls: finish: CodeAction (took 0.00s) 2021-04-16 15:54:37.05834 [ThreadId 782] INFO hls: finish: importLens (took 0.00s) 2021-04-16 15:54:37.058895 [ThreadId 781] INFO hls: finish: retrie (took 0.00s) 2021-04-16 15:54:38.285016 [ThreadId 787] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "fp" "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs" 2021-04-16 15:54:38.285258 [ThreadId 791] INFO hls: finish: codeLens.TypeCheck (took 0.00s) 2021-04-16 15:54:38.285527 [ThreadId 792] INFO hls: finish: (took 0.00s) 2021-04-16 15:54:38.285592 [ThreadId 794] INFO hls: finish: codeLens.GetBindings (took 0.00s) 2021-04-16 15:54:38.285751 [ThreadId 791] INFO hls: finish: parsed (took 0.00s) 2021-04-16 15:54:38.285818 [ThreadId 787] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "excluded comments" "[]" 2021-04-16 15:54:38.285986 [ThreadId 793] INFO hls: finish: ModuleName.ghcSession (took 0.00s) 2021-04-16 15:54:38.286089 [ThreadId 787] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "comments" "Comments {lineComments = fromList [(Range {_start = Position {_line = 56, _character = 0}, _end = Position {_line = 56, _character = 38}},RawLineComment {getRawLineComment = \"-- | Specification of how much to log.\"}),(Range {_start = Position {_line = 59, _character = 2}, _end = Position {_line = 59, _character = 43}},RawLineComment {getRawLineComment = \"-- ^ Development logging mode: log a lot.\"}),(Range {_start = Position {_line = 61, _character = 2}, _end = Position {_line = 61, _character = 66}},RawLineComment {getRawLineComment = \"-- ^ Production logging mode: log less than in development mode.\"}),(Range {_start = Position {_line = 63, _character = 2}, _end = Position {_line = 63, _character = 18}},RawLineComment {getRawLineComment = \"-- ^ No logging.\"}),(Range {_start = Position {_line = 66, _character = 0}, _end = Position {_line = 66, _character = 24}},RawLineComment {getRawLineComment = \"-- | Parse LoggingConfig\"}),(Range {_start = Position {_line = 105, _character = 0}, _end = Position {_line = 105, _character = 75}},RawLineComment {getRawLineComment = \"---------------------------------------------------------------------------\"}),(Range {_start = Position {_line = 106, _character = 0}, _end = Position {_line = 106, _character = 14}},RawLineComment {getRawLineComment = \"-- Derivations\"}),(Range {_start = Position {_line = 107, _character = 0}, _end = Position {_line = 107, _character = 75}},RawLineComment {getRawLineComment = \"---------------------------------------------------------------------------\"})], blockComments = fromList [(Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 26}},RawBlockComment {getRawBlockComment = \"{-# LANGUAGE DataKinds #-}\"}),(Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 4, _character = 2}},RawBlockComment {getRawBlockComment = \"{-|\\nDefinition of Edna configuration.\\n-}\"})]}" 2021-04-16 15:54:38.286027 [ThreadId 794] INFO hls: finish: codeLens.GetGlobalBindingTypeSigs (took 0.00s) 2021-04-16 15:54:38.286584 [ThreadId 787] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "Tests" "0 tests in 5 sections 0 setups 0 lenses." 2021-04-16 15:54:38.286953 [ThreadId 787] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "tests" "0.00s" 2021-04-16 15:54:38.287017 [ThreadId 787] DEBUG hls: src/Ide/Plugin/Eval/CodeLens.hs:149:15 "codeLens" "0.00s" 2021-04-16 15:54:38.287134 [ThreadId 795] INFO hls: finish: ModuleName.GetParsedModule (took 0.00s) ```
pepeiborra commented 3 years ago

The versions of haskell-language-server and ghc do not match. This is unsupported. You need to build HLS with the same version of GHC that you are using in your project.

worm2fed commented 3 years ago

@pepeiborra It is not correct. I use the hls-wraper.

I've even tried to delete all the ghc versions I have, reinstall hls and clean all stack staff. But it doesn't help.

pepeiborra commented 3 years ago

Try building a dynamically linked HLS binary locally (using cabal build --enable-executable-dynamic)

worm2fed commented 3 years ago

Try building a dynamically linked HLS binary locally (using cabal build --enable-executable-dynamic)

I have following error:

[ 7 of 59] Compiling Development.IDE.Session.VersionCheck ( session-loader/Development/IDE/Session/VersionCheck.hs, /Users/worm2fed/workspace/haskell/haskell-language-server/dist-newstyle/build/x86_64-osx/ghc-8.10.3/ghcide-1.2.0.2/build/Development/IDE/Session/VersionCheck.o, /Users/worm2fed/workspace/haskell/haskell-language-server/dist-newstyle/build/x86_64-osx/ghc-8.10.3/ghcide-1.2.0.2/build/Development/IDE/Session/VersionCheck.dyn_o )

session-loader/Development/IDE/Session/VersionCheck.hs:17:24: error:
    • Exception when trying to run compile-time code:
        <command line>: cannot satisfy -package-id dbl-cnvrsn-2.0.2.0-5fbd3b29
    (use -v for more information)
      Code: makeGhcVersionChecker
              (fromMaybe GHC.Paths.libdir <$> lookupEnv "NIX_GHC_LIBDIR")
    • In the Template Haskell splice
        $$(makeGhcVersionChecker
             (fromMaybe GHC.Paths.libdir <$> lookupEnv "NIX_GHC_LIBDIR"))
      In the expression:
        $$(makeGhcVersionChecker
             (fromMaybe GHC.Paths.libdir <$> lookupEnv "NIX_GHC_LIBDIR"))
      In an equation for ‘ghcVersionChecker’:
          ghcVersionChecker
            = $$(makeGhcVersionChecker
                   (fromMaybe GHC.Paths.libdir <$> lookupEnv "NIX_GHC_LIBDIR"))
   |
17 | ghcVersionChecker = $$(makeGhcVersionChecker (fromMaybe GHC.Paths.libdir <$> lookupEnv "NIX_GHC_LIBDIR"))
   |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cabal: Failed to build ghcide-1.2.0.2 (which is required by test:wrapper-test
from haskell-language-server-1.1.0.0 and test:func-test from
haskell-language-server-1.1.0.0).

UPD: I've switched my main system ghc version from 8.10.3 to 8.10.4 and hls compiled successfully.

worm2fed commented 3 years ago

So. I've changed locally project ghc version (resolver lts-17.9).

Nothing changes(

Debug output: ``` haskell-language-server version: 1.1.0.0 (GHC: 8.10.4) (PATH: /Users/worm2fed/.cabal/store/ghc-8.10.4/hskll-lngg-srvr-1.1.0.0-912179da/bin/haskell-language-server) ghcide setup tester in /Users/worm2fed/workspace/serokell/edna/backend. Report bugs at https://github.com/haskell/haskell-language-server/issues Step 1/4: Finding files to test in /Users/worm2fed/workspace/serokell/edna/backend Found 57 files Step 2/4: Looking for hie.yaml files that control setup Found 1 cradle (/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml) Step 3/4: Initializing the IDE Step 4/4: Type checking the files 2021-04-17 18:53:25.754994 [ThreadId 4] DEBUG hls: Set files of interest to: [(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/Types.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Error.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/Gen.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Service.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/DBSpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/ParserSpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SwaggerSpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Types.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DashboardSpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/UploadSpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SampleData.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Error.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util/URISpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Schema.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Orphans.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/State.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/SMTSpec.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Error.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Logging.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Error.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Gen.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs",OnDisk),(NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Orphans.hs",OnDisk)] 2021-04-17 18:53:25.7625 [ThreadId 32] INFO hls: Consulting the cradle for "test/Test/Setup.hs" Output from setting up the cradle Cradle {cradleRootDir = "/Users/worm2fed/workspace/serokell/edna/backend", cradleOptsProg = CradleAction: Stack} > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > Using main module: 1. Package `edna' component edna:test:edna-test with main-is file: /Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs > edna> configure (lib + test) > Configuring edna-0... > edna> initial-build-steps (lib + test) > edna> Test running disabled by --no-run-tests flag. > Completed 2 action(s). > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > The following GHC options are incompatible with GHCi and have not been passed to it: -threaded > Configuring GHCi with the following packages: edna > /Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/b1c69060ceed76034a18295ac12d8bd53e684fab28981eebe465a38261d21c5d/8.10.4/pkgdb:/Users/worm2fed/.stack/snapshots/x86_64-osx/b1c69060ceed76034a18295ac12d8bd53e684fab28981eebe465a38261d21c5d/8.10.4/pkgdb:/Users/worm2fed/.ghcup/ghc/8.10.4/lib/ghc-8.10.4/package.conf.d 2021-04-17 18:53:38.437583 [ThreadId 32] DEBUG hls: Session loading result: Right (ComponentOptions {componentOptions = ["-i","-odir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hidir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hide-all-packages","-XAllowAmbiguousTypes","-XBangPatterns","-XBlockArguments","-XConstraintKinds","-XDataKinds","-XDefaultSignatures","-XDeriveAnyClass","-XDeriveDataTypeable","-XDeriveFoldable","-XDeriveFunctor","-XDeriveGeneric","-XDeriveTraversable","-XDerivingStrategies","-XDerivingVia","-XEmptyCase","-XFlexibleContexts","-XFlexibleInstances","-XGADTs","-XGeneralizedNewtypeDeriving","-XLambdaCase","-XMultiParamTypeClasses","-XMultiWayIf","-XNamedFieldPuns","-XNegativeLiterals","-XNumDecimals","-XNoImplicitPrelude","-XOverloadedLabels","-XOverloadedStrings","-XPatternSynonyms","-XPolyKinds","-XQuasiQuotes","-XRankNTypes","-XRecordWildCards","-XRecursiveDo","-XScopedTypeVariables","-XStandaloneDeriving","-XStrictData","-XTemplateHaskell","-XTupleSections","-XTypeApplications","-XTypeFamilies","-XTypeOperators","-XUndecidableInstances","-XUndecidableSuperClasses","-XViewPatterns","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-test","-i/Users/worm2fed/workspace/serokell/edna/backend/test","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-test/autogen","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/global-autogen","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-test/edna-test-tmp","-stubdir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build","-package-id=base-4.14.1.0","-package-id=universum-1.5.0-IXECvNJtg7h5rWnzHOagL2","-package-id=aeson-1.5.6.0-3EmOsvhS8WmKiyszQLAqOZ","-package-id=beam-core-0.9.0.0-LY89k6j10INFUlXmq4zbUp","-package-id=beam-postgres-0.5.0.0-DWXDxjRM1lTLWMwL3jdRrE","-package-id=bytestring-0.10.12.0","-package-id=containers-0.6.2.1","-package-id=edna-0-8n11E4Dj8E31SS06MxZHgZ","-package-id=filepath-1.4.2.1","-package-id=hedgehog-1.0.5-K7KrSZ60V1M2vBnVU8aLdY","-package-id=hedgehog-quickcheck-0.1.1-HShCkc0jNzPK1ZcO6ecBUn","-package-id=hspec-2.7.8-GBVIgWufNjaDvNMvQHfKj6","-package-id=hspec-hedgehog-0.0.1.2-EONcOWtR965Imrtf8bCyTx","-package-id=microlens-0.4.11.2-9caS3Frz8K54yIHXMtlddL","-package-id=microlens-platform-0.4.1-6XbqDJOxb8f47u1aLCO2kk","-package-id=mmorph-1.1.5-7jVXMTfUGz5EvY5mKxMGqv","-package-id=network-uri-2.6.4.1-3rjR9AKf8Rm5zFnzIORPH4","-package-id=text-1.2.4.1","-package-id=time-1.9.3","-package-id=QuickCheck-2.14.2-88oxj61ONgG1QbYzt1cUFu","-package-id=rio-0.1.20.0-FcjnTMVesbICzMKmKClg4e","-package-id=servant-swagger-1.1.10-DqxA9FZro7L7gOHn0fO6zr","-package-id=unordered-containers-0.2.13.0-3awuPgUx2yvAACRZkw6am3","-package-id=xlsx-0.8.3-3nIKTEThctWBH7WSk85fAx","-Weverything","-Wno-missing-exported-signatures","-Wno-missing-import-lists","-Wno-missed-specialisations","-Wno-all-missed-specialisations","-Wno-unsafe","-Wno-safe","-Wno-missing-local-signatures","-Wno-monomorphism-restriction","-Wno-implicit-prelude","-Wno-prepositive-qualified-module","-Wno-inferred-safe-imports","-Wno-missing-safe-haskell-mode","-Wno-incomplete-patterns","-eventlog","-with-rtsopts=-N -A64m -AL256m","-optP-include","-optP/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/ghci/efc8cefc/cabal_macros.h","-ghci-script=/private/var/folders/mx/9cvrq0792cq68dmg89zz_svr0000gn/T/haskell-stack-ghci/e218cf0f/ghci-script","-package-db","/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/b1c69060ceed76034a18295ac12d8bd53e684fab28981eebe465a38261d21c5d/8.10.4/pkgdb","-package-db","/Users/worm2fed/.stack/snapshots/x86_64-osx/b1c69060ceed76034a18295ac12d8bd53e684fab28981eebe465a38261d21c5d/8.10.4/pkgdb","-package-db","/Users/worm2fed/.ghcup/ghc/8.10.4/lib/ghc-8.10.4/package.conf.d"], componentRoot = "/Users/worm2fed/workspace/serokell/edna/backend", componentDependencies = ["edna.cabal","package.yaml","stack.yaml"]},"/Users/worm2fed/.ghcup/ghc/8.10.4/lib/ghc-8.10.4") 2021-04-17 18:53:38.612034 [ThreadId 32] INFO hls: Using interface files cache dir: /Users/worm2fed/.cache/ghcide/main-3af97735808631188a817c78e3eb3769fe19425c 2021-04-17 18:53:38.613496 [ThreadId 32] INFO hls: Making new HscEnv[main] 2021-04-17 18:53:38.639514 [ThreadId 32] DEBUG hls: New Component Cache HscEnvEq: (([],Just HscEnvEq 5),fromList [("/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml",Just 2021-04-16 09:10:41.904793626 UTC),("edna.cabal",Just 2021-04-16 16:20:09.076101558 UTC),("package.yaml",Nothing),("stack.yaml",Just 2021-04-17 15:43:18.176891128 UTC)]) 2021-04-17 18:53:38.850099 [ThreadId 32] DEBUG hls: Known files updated: fromList [(TargetModule Test.DB.DBSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/DBSpec.hs"]),(TargetModule Test.Setup,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs"]),(TargetModule Test.Gen,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Gen.hs"]),(TargetModule Test.SMT.SMTSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/SMTSpec.hs"]),(TargetModule Test.SMT.State,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/State.hs"]),(TargetModule Test.SwaggerSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SwaggerSpec.hs"]),(TargetModule Test.DB.Gen,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/Gen.hs"]),(TargetModule Test.SampleData,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SampleData.hs"]),(TargetModule Test.UploadSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/UploadSpec.hs"]),(TargetModule Paths_edna,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-test/autogen/Paths_edna.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs"]),(TargetModule Test.LibrarySpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs"]),(TargetModule Test.Orphans,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Orphans.hs"]),(TargetModule Test.DashboardSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DashboardSpec.hs"]),(TargetModule Test.Util.URISpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util/URISpec.hs"]),(TargetModule Test.Util,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util.hs"]),(TargetModule Test.ParserSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/ParserSpec.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs"])] 2021-04-17 18:53:38.852052 [ThreadId 32] DEBUG hls: Restarting build session (aborting the previous one took 0.00s) 2021-04-17 18:53:38.853026 [ThreadId 14] DEBUG hls: Finishing build session(exception: AsyncCancelled) 2021-04-17 18:53:38.866335 [ThreadId 61] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs" 2021-04-17 18:53:38.8664 [ThreadId 62] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util.hs" 2021-04-17 18:53:38.866528 [ThreadId 61] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs" 2021-04-17 18:53:38.866608 [ThreadId 62] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs" 2021-04-17 18:53:38.866676 [ThreadId 61] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Orphans.hs" 2021-04-17 18:53:38.866761 [ThreadId 62] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs" 2021-04-17 18:53:38.86687 [ThreadId 62] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DashboardSpec.hs" 2021-04-17 18:53:38.866947 [ThreadId 61] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs" 2021-04-17 18:53:38.867055 [ThreadId 62] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs" 2021-04-17 18:53:38.867239 [ThreadId 60] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs" 2021-04-17 18:53:38.929789 [ThreadId 61] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs" 2021-04-17 18:53:38.930422 [ThreadId 61] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs" 2021-04-17 18:53:38.930488 [ThreadId 60] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs" 2021-04-17 18:53:38.971988 [ThreadId 62] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs" 2021-04-17 18:53:38.992351 [ThreadId 60] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs" 2021-04-17 18:53:39.005449 [ThreadId 60] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util/URISpec.hs" 2021-04-17 18:53:39.00542 [ThreadId 61] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs" 2021-04-17 18:53:39.006186 [ThreadId 60] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SwaggerSpec.hs" 2021-04-17 18:53:39.006287 [ThreadId 61] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs" 2021-04-17 18:53:39.006333 [ThreadId 60] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs" 2021-04-17 18:53:39.00645 [ThreadId 60] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs" 2021-04-17 18:53:39.047974 [ThreadId 61] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Orphans.hs" 2021-04-17 18:53:39.048164 [ThreadId 61] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs" 2021-04-17 18:53:39.058909 [ThreadId 60] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/DBSpec.hs" 2021-04-17 18:53:39.058878 [ThreadId 61] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Error.hs" 2021-04-17 18:53:39.059081 [ThreadId 60] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/ParserSpec.hs" 2021-04-17 18:53:39.060407 [ThreadId 84] INFO hls: Consulting the cradle for "app/Main.hs" Output from setting up the cradle Cradle {cradleRootDir = "/Users/worm2fed/workspace/serokell/edna/backend", cradleOptsProg = CradleAction: Stack} 2021-04-17 18:53:39.111707 [ThreadId 60] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs" > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > Using main module: 1. Package `edna' component edna:exe:edna-server with main-is file: /Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > edna> configure (lib + exe) > Configuring edna-0... > edna> initial-build-steps (lib + exe) > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > Configuring GHCi with the following packages: edna > /Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/b1c69060ceed76034a18295ac12d8bd53e684fab28981eebe465a38261d21c5d/8.10.4/pkgdb:/Users/worm2fed/.stack/snapshots/x86_64-osx/b1c69060ceed76034a18295ac12d8bd53e684fab28981eebe465a38261d21c5d/8.10.4/pkgdb:/Users/worm2fed/.ghcup/ghc/8.10.4/lib/ghc-8.10.4/package.conf.d 2021-04-17 18:53:51.575489 [ThreadId 84] DEBUG hls: Session loading result: Right (ComponentOptions {componentOptions = ["-i","-odir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hidir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hide-all-packages","-XAllowAmbiguousTypes","-XBangPatterns","-XBlockArguments","-XConstraintKinds","-XDataKinds","-XDefaultSignatures","-XDeriveAnyClass","-XDeriveDataTypeable","-XDeriveFoldable","-XDeriveFunctor","-XDeriveGeneric","-XDeriveTraversable","-XDerivingStrategies","-XDerivingVia","-XEmptyCase","-XFlexibleContexts","-XFlexibleInstances","-XGADTs","-XGeneralizedNewtypeDeriving","-XLambdaCase","-XMultiParamTypeClasses","-XMultiWayIf","-XNamedFieldPuns","-XNegativeLiterals","-XNumDecimals","-XNoImplicitPrelude","-XOverloadedLabels","-XOverloadedStrings","-XPatternSynonyms","-XPolyKinds","-XQuasiQuotes","-XRankNTypes","-XRecordWildCards","-XRecursiveDo","-XScopedTypeVariables","-XStandaloneDeriving","-XStrictData","-XTemplateHaskell","-XTupleSections","-XTypeApplications","-XTypeFamilies","-XTypeOperators","-XUndecidableInstances","-XUndecidableSuperClasses","-XViewPatterns","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-server","-i/Users/worm2fed/workspace/serokell/edna/backend/app","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-server/autogen","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/global-autogen","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-server/edna-server-tmp","-stubdir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build","-package-id=base-4.14.1.0","-package-id=universum-1.5.0-IXECvNJtg7h5rWnzHOagL2","-package-id=edna-0-8n11E4Dj8E31SS06MxZHgZ","-package-id=optparse-applicative-0.15.1.0-BHwrBpmEAiDK7TsqFHDzCb","-package-id=with-utf8-1.0.2.2-1cxCr3Ffmjf5Pv2IBFBdPP","-Weverything","-Wno-missing-exported-signatures","-Wno-missing-import-lists","-Wno-missed-specialisations","-Wno-all-missed-specialisations","-Wno-unsafe","-Wno-safe","-Wno-missing-local-signatures","-Wno-monomorphism-restriction","-Wno-implicit-prelude","-Wno-prepositive-qualified-module","-Wno-inferred-safe-imports","-Wno-missing-safe-haskell-mode","-optP-include","-optP/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/ghci/969716da/cabal_macros.h","-ghci-script=/private/var/folders/mx/9cvrq0792cq68dmg89zz_svr0000gn/T/haskell-stack-ghci/97bef7b4/ghci-script","-package-db","/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/b1c69060ceed76034a18295ac12d8bd53e684fab28981eebe465a38261d21c5d/8.10.4/pkgdb","-package-db","/Users/worm2fed/.stack/snapshots/x86_64-osx/b1c69060ceed76034a18295ac12d8bd53e684fab28981eebe465a38261d21c5d/8.10.4/pkgdb","-package-db","/Users/worm2fed/.ghcup/ghc/8.10.4/lib/ghc-8.10.4/package.conf.d"], componentRoot = "/Users/worm2fed/workspace/serokell/edna/backend", componentDependencies = ["edna.cabal","package.yaml","stack.yaml"]},"/Users/worm2fed/.ghcup/ghc/8.10.4/lib/ghc-8.10.4") 2021-04-17 18:53:51.758626 [ThreadId 84] INFO hls: Using interface files cache dir: /Users/worm2fed/.cache/ghcide/main-c4f4eb6f4c1ae12fc70752546b9e184c31f9d16e 2021-04-17 18:53:51.759046 [ThreadId 84] INFO hls: Using interface files cache dir: /Users/worm2fed/.cache/ghcide/main-c4f4eb6f4c1ae12fc70752546b9e184c31f9d16e 2021-04-17 18:53:51.759602 [ThreadId 84] INFO hls: Making new HscEnv[main,main] 2021-04-17 18:53:51.78575 [ThreadId 84] DEBUG hls: New Component Cache HscEnvEq: (([],Just HscEnvEq 7),fromList [("/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml",Just 2021-04-16 09:10:41.904793626 UTC),("edna.cabal",Just 2021-04-16 16:20:09.076101558 UTC),("package.yaml",Nothing),("stack.yaml",Just 2021-04-17 15:43:18.176891128 UTC)]) 2021-04-17 18:53:51.79066 [ThreadId 84] DEBUG hls: New Component Cache HscEnvEq: (([],Just HscEnvEq 8),fromList [("/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml",Just 2021-04-16 09:10:41.904793626 UTC),("edna.cabal",Just 2021-04-16 16:20:09.076101558 UTC),("package.yaml",Nothing),("stack.yaml",Just 2021-04-17 15:43:18.176891128 UTC)]) 2021-04-17 18:53:51.908798 [ThreadId 84] DEBUG hls: Known files updated: fromList [(TargetModule Test.DB.DBSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/DBSpec.hs"]),(TargetModule Test.Setup,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs"]),(TargetModule Test.Gen,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Gen.hs"]),(TargetModule Test.SMT.SMTSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/SMTSpec.hs"]),(TargetModule Test.SMT.State,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/State.hs"]),(TargetModule Test.SwaggerSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SwaggerSpec.hs"]),(TargetModule Test.DB.Gen,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/Gen.hs"]),(TargetModule Test.SampleData,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SampleData.hs"]),(TargetModule Test.UploadSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/UploadSpec.hs"]),(TargetModule Paths_edna,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-test/autogen/Paths_edna.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs"]),(TargetModule Test.LibrarySpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs"]),(TargetModule Test.Orphans,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Orphans.hs"]),(TargetModule Test.DashboardSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DashboardSpec.hs"]),(TargetModule Test.Util.URISpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util/URISpec.hs"]),(TargetModule Test.Util,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util.hs"]),(TargetModule Test.ParserSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/ParserSpec.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs"])] 2021-04-17 18:53:51.919975 [ThreadId 53] DEBUG hls: Finishing build session(exception: AsyncCancelled) 2021-04-17 18:53:51.920615 [ThreadId 84] DEBUG hls: Restarting build session (aborting the previous one took 0.01s) 2021-04-17 18:53:51.962977 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs" 2021-04-17 18:53:51.963148 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs" 2021-04-17 18:53:51.963219 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Types.hs" 2021-04-17 18:53:51.963266 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs" 2021-04-17 18:53:51.963364 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs" 2021-04-17 18:53:51.96342 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/SMTSpec.hs" 2021-04-17 18:53:51.963495 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs" 2021-04-17 18:53:51.963514 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Service.hs" 2021-04-17 18:53:51.963635 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs" 2021-04-17 18:53:51.963692 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Logging.hs" 2021-04-17 18:53:51.971485 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Error.hs" 2021-04-17 18:53:52.049303 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs" 2021-04-17 18:53:52.049381 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs" 2021-04-17 18:53:52.060059 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs" 2021-04-17 18:53:52.060044 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util/URISpec.hs" 2021-04-17 18:53:52.060319 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs" 2021-04-17 18:53:52.060648 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs" 2021-04-17 18:53:52.060648 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs" 2021-04-17 18:53:52.060825 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/Types.hs" 2021-04-17 18:53:52.060851 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Error.hs" 2021-04-17 18:53:52.060838 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs" 2021-04-17 18:53:52.061195 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs" 2021-04-17 18:53:52.061183 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SwaggerSpec.hs" 2021-04-17 18:53:52.109319 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Error.hs" 2021-04-17 18:53:52.109364 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs" 2021-04-17 18:53:52.109391 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/Gen.hs" 2021-04-17 18:53:52.109736 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/UploadSpec.hs" 2021-04-17 18:53:52.109764 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs" 2021-04-17 18:53:52.109884 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs" 2021-04-17 18:53:52.110099 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs" 2021-04-17 18:53:52.11064 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs" 2021-04-17 18:53:52.111067 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs" 2021-04-17 18:53:52.111292 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/DBSpec.hs" 2021-04-17 18:53:52.122338 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs" 2021-04-17 18:53:52.122486 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs" 2021-04-17 18:53:52.132773 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs" 2021-04-17 18:53:52.202154 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Schema.hs" 2021-04-17 18:53:52.215223 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs" 2021-04-17 18:53:52.215575 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DashboardSpec.hs" 2021-04-17 18:53:52.21612 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Error.hs" 2021-04-17 18:53:52.23532 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs" 2021-04-17 18:53:52.235441 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Orphans.hs" 2021-04-17 18:53:52.256365 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SampleData.hs" 2021-04-17 18:53:52.256539 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs" 2021-04-17 18:53:52.25687 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs" 2021-04-17 18:53:52.256899 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Orphans.hs" 2021-04-17 18:53:52.256963 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs" 2021-04-17 18:53:52.269765 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs" 2021-04-17 18:53:52.270202 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs" 2021-04-17 18:53:52.270677 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/ParserSpec.hs" 2021-04-17 18:53:52.281262 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util.hs" 2021-04-17 18:53:52.281606 [ThreadId 116] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs" 2021-04-17 18:53:52.28194 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs" 2021-04-17 18:53:52.312739 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Gen.hs" 2021-04-17 18:53:52.31313 [ThreadId 115] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/State.hs" 2021-04-17 18:53:52.313999 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs" 2021-04-17 18:53:52.31439 [ThreadId 114] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs" 2021-04-17 18:53:52.321514 [ThreadId 172] INFO hls: Consulting the cradle for "src/Edna/Util.hs" Output from setting up the cradle Cradle {cradleRootDir = "/Users/worm2fed/workspace/serokell/edna/backend", cradleOptsProg = CradleAction: Stack} > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > edna> configure (lib) > Configuring edna-0... > edna> initial-build-steps (lib) > > Warning: Wildcard does not match any files: ./resources/testSheets/**/* > in directory: /Users/worm2fed/workspace/serokell/edna/backend/ > Configuring GHCi with the following packages: edna > /Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/b1c69060ceed76034a18295ac12d8bd53e684fab28981eebe465a38261d21c5d/8.10.4/pkgdb:/Users/worm2fed/.stack/snapshots/x86_64-osx/b1c69060ceed76034a18295ac12d8bd53e684fab28981eebe465a38261d21c5d/8.10.4/pkgdb:/Users/worm2fed/.ghcup/ghc/8.10.4/lib/ghc-8.10.4/package.conf.d 2021-04-17 18:54:02.957126 [ThreadId 172] DEBUG hls: Session loading result: Right (ComponentOptions {componentOptions = ["-i","-odir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hidir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/odir","-hide-all-packages","-XAllowAmbiguousTypes","-XBangPatterns","-XBlockArguments","-XConstraintKinds","-XDataKinds","-XDefaultSignatures","-XDeriveAnyClass","-XDeriveDataTypeable","-XDeriveFoldable","-XDeriveFunctor","-XDeriveGeneric","-XDeriveTraversable","-XDerivingStrategies","-XDerivingVia","-XEmptyCase","-XFlexibleContexts","-XFlexibleInstances","-XGADTs","-XGeneralizedNewtypeDeriving","-XLambdaCase","-XMultiParamTypeClasses","-XMultiWayIf","-XNamedFieldPuns","-XNegativeLiterals","-XNumDecimals","-XNoImplicitPrelude","-XOverloadedLabels","-XOverloadedStrings","-XPatternSynonyms","-XPolyKinds","-XQuasiQuotes","-XRankNTypes","-XRecordWildCards","-XRecursiveDo","-XScopedTypeVariables","-XStandaloneDeriving","-XStrictData","-XTemplateHaskell","-XTupleSections","-XTypeApplications","-XTypeFamilies","-XTypeOperators","-XUndecidableInstances","-XUndecidableSuperClasses","-XViewPatterns","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build","-i/Users/worm2fed/workspace/serokell/edna/backend/src","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/autogen","-i/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/global-autogen","-stubdir=/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build","-package-id=base-4.14.1.0","-package-id=universum-1.5.0-IXECvNJtg7h5rWnzHOagL2","-package-id=aeson-1.5.6.0-3EmOsvhS8WmKiyszQLAqOZ","-package-id=aeson-casing-0.2.0.0-DbWlB29NN61K0oo6KmW3Pl","-package-id=beam-core-0.9.0.0-LY89k6j10INFUlXmq4zbUp","-package-id=beam-postgres-0.5.0.0-DWXDxjRM1lTLWMwL3jdRrE","-package-id=bytestring-0.10.12.0","-package-id=containers-0.6.2.1","-package-id=data-default-0.7.1.1-CYtyoeRTyO02nIfJy16t2P","-package-id=filepath-1.4.2.1","-package-id=fmt-0.6.1.2-A3RuvnGj0b52jQrQXqOIRP","-package-id=microlens-0.4.11.2-9caS3Frz8K54yIHXMtlddL","-package-id=microlens-platform-0.4.1-6XbqDJOxb8f47u1aLCO2kk","-package-id=network-uri-2.6.4.1-3rjR9AKf8Rm5zFnzIORPH4","-package-id=network-uri-json-0.4.0.0-HaEsxTS1bYt7zPTdQ7mOFz","-package-id=optparse-applicative-0.15.1.0-BHwrBpmEAiDK7TsqFHDzCb","-package-id=postgresql-simple-0.6.4-K4J2BAhPQPu6wPP82Osm64","-package-id=process-1.6.9.0","-package-id=resource-pool-0.2.3.2-13nA51Q5KJpAgyicIvvB3v","-package-id=rio-0.1.20.0-FcjnTMVesbICzMKmKClg4e","-package-id=safe-exceptions-0.1.7.1-2h3LfH2MxVnLS7s0mmO2Tm","-package-id=servant-0.18.2-EwKojARDnz37yqLwqqnKA1","-package-id=servant-multipart-0.12-1DtGysM3Im94BExzeP5lDQ","-package-id=servant-server-0.18.2-FCJ5m17NvbI1H4ZcVj9RAh","-package-id=servant-swagger-1.1.10-DqxA9FZro7L7gOHn0fO6zr","-package-id=servant-swagger-ui-core-0.3.4-I1sX6LQyo9yKQyypM9E3MN","-package-id=servant-swagger-ui-0.3.4.3.37.2-5Y3R8tclHqmHcLxxp1dLIu","-package-id=servant-util-0.1.0-Dq3i8lbTClA5jh9icteQXt","-package-id=split-0.2.3.4-88UKBE2UY7dFTqHQfZTaFK","-package-id=swagger2-2.6-OLb7aIUme3BiBtbUs8yHp","-package-id=text-1.2.4.1","-package-id=time-1.9.3","-package-id=unordered-containers-0.2.13.0-3awuPgUx2yvAACRZkw6am3","-package-id=wai-3.2.3-7a9DDgS7JxbjJ7VSdLTka","-package-id=wai-extra-3.1.6-Gcavz7E8wEkJaTM8352siA","-package-id=warp-3.3.14-GJnYiPB7iXlHvU3Jo49Sf5","-package-id=xlsx-0.8.3-3nIKTEThctWBH7WSk85fAx","-package-id=yaml-0.11.5.0-D9eWF1VuLOWEO9Mg2RGzBZ","-Weverything","-Wno-missing-exported-signatures","-Wno-missing-import-lists","-Wno-missed-specialisations","-Wno-all-missed-specialisations","-Wno-unsafe","-Wno-safe","-Wno-missing-local-signatures","-Wno-monomorphism-restriction","-Wno-implicit-prelude","-Wno-prepositive-qualified-module","-Wno-inferred-safe-imports","-Wno-missing-safe-haskell-mode","-optP-include","-optP/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/ghci/142b7cf1/cabal_macros.h","-ghci-script=/private/var/folders/mx/9cvrq0792cq68dmg89zz_svr0000gn/T/haskell-stack-ghci/801ef86e/ghci-script","-package-db","/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/install/x86_64-osx/b1c69060ceed76034a18295ac12d8bd53e684fab28981eebe465a38261d21c5d/8.10.4/pkgdb","-package-db","/Users/worm2fed/.stack/snapshots/x86_64-osx/b1c69060ceed76034a18295ac12d8bd53e684fab28981eebe465a38261d21c5d/8.10.4/pkgdb","-package-db","/Users/worm2fed/.ghcup/ghc/8.10.4/lib/ghc-8.10.4/package.conf.d"], componentRoot = "/Users/worm2fed/workspace/serokell/edna/backend", componentDependencies = ["edna.cabal","package.yaml","stack.yaml"]},"/Users/worm2fed/.ghcup/ghc/8.10.4/lib/ghc-8.10.4") 2021-04-17 18:54:03.120778 [ThreadId 172] INFO hls: Using interface files cache dir: /Users/worm2fed/.cache/ghcide/main-2ec4d353ebec8d83c5b0730720e52c3e32d648e1 2021-04-17 18:54:03.121271 [ThreadId 172] INFO hls: Using interface files cache dir: /Users/worm2fed/.cache/ghcide/main-2ec4d353ebec8d83c5b0730720e52c3e32d648e1 2021-04-17 18:54:03.121757 [ThreadId 172] INFO hls: Using interface files cache dir: /Users/worm2fed/.cache/ghcide/main-2ec4d353ebec8d83c5b0730720e52c3e32d648e1 2021-04-17 18:54:03.122228 [ThreadId 172] INFO hls: Making new HscEnv[main,main,main] 2021-04-17 18:54:03.149766 [ThreadId 172] DEBUG hls: New Component Cache HscEnvEq: (([],Just HscEnvEq 10),fromList [("/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml",Just 2021-04-16 09:10:41.904793626 UTC),("edna.cabal",Just 2021-04-16 16:20:09.076101558 UTC),("package.yaml",Nothing),("stack.yaml",Just 2021-04-17 15:43:18.176891128 UTC)]) 2021-04-17 18:54:03.302493 [ThreadId 172] DEBUG hls: New Component Cache HscEnvEq: (([],Just HscEnvEq 11),fromList [("/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml",Just 2021-04-16 09:10:41.904793626 UTC),("edna.cabal",Just 2021-04-16 16:20:09.076101558 UTC),("package.yaml",Nothing),("stack.yaml",Just 2021-04-17 15:43:18.176891128 UTC)]) 2021-04-17 18:54:03.307794 [ThreadId 172] DEBUG hls: New Component Cache HscEnvEq: (([],Just HscEnvEq 12),fromList [("/Users/worm2fed/workspace/serokell/edna/backend/hie.yaml",Just 2021-04-16 09:10:41.904793626 UTC),("edna.cabal",Just 2021-04-16 16:20:09.076101558 UTC),("package.yaml",Nothing),("stack.yaml",Just 2021-04-17 15:43:18.176891128 UTC)]) 2021-04-17 18:54:03.732542 [ThreadId 172] DEBUG hls: Known files updated: fromList [(TargetModule Edna.DB.Integration,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs"]),(TargetModule Edna.Dashboard.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Service.hs"]),(TargetModule Test.DB.DBSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/DBSpec.hs"]),(TargetModule Edna.Setup,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs"]),(TargetModule Edna.Dashboard.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs"]),(TargetModule Test.Setup,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs"]),(TargetModule Edna.DB.Connection,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs"]),(TargetModule Edna.Web.Server,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs"]),(TargetModule Edna.Library.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs"]),(TargetModule Edna.Upload.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs"]),(TargetModule Test.Gen,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Gen.hs"]),(TargetModule Edna.ExperimentReader.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Types.hs"]),(TargetModule Edna.Library.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs"]),(TargetModule Edna.Upload.Service,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs"]),(TargetModule Test.SMT.SMTSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/SMTSpec.hs"]),(TargetModule Test.SMT.State,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/State.hs"]),(TargetModule Edna.Web.Swagger,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs"]),(TargetModule Edna.Dashboard.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs"]),(TargetModule Edna.Web.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Error.hs"]),(TargetModule Edna.Util.URI,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs"]),(TargetModule Test.SwaggerSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SwaggerSpec.hs"]),(TargetModule Test.DB.Gen,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/Gen.hs"]),(TargetModule Test.SampleData,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SampleData.hs"]),(TargetModule Edna.Config.CLA,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs"]),(TargetModule Test.UploadSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/UploadSpec.hs"]),(TargetModule Edna.Config.Definition,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs"]),(TargetModule Edna.Dashboard.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/Types.hs"]),(TargetModule Edna.Library.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs"]),(TargetModule Edna.Web.Handlers,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs"]),(TargetModule Edna.Logging,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Logging.hs"]),(TargetModule Edna.ExperimentReader.Parser,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs"]),(TargetModule Paths_edna,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/.stack-work/dist/x86_64-osx/Cabal-3.2.1.0/build/edna-test/autogen/Paths_edna.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs"]),(TargetModule Test.LibrarySpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs"]),(TargetModule Edna.Library.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs"]),(TargetModule Edna.Analysis.FourPL,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs"]),(TargetModule Edna.Upload.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Schema.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs"]),(TargetModule Edna.Orphans,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Orphans.hs"]),(TargetModule Test.Orphans,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Orphans.hs"]),(TargetModule Edna.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs"]),(TargetModule Edna.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs"]),(TargetModule Test.DashboardSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DashboardSpec.hs"]),(TargetModule Edna.Library.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Error.hs"]),(TargetModule Edna.Dashboard.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs"]),(TargetModule Edna.ExperimentReader.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Error.hs"]),(TargetModule Edna.Upload.DB.Query,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs"]),(TargetModule Edna.Upload.Web.Types,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs"]),(TargetModule Test.Util.URISpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util/URISpec.hs"]),(TargetModule Edna.Util,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs"]),(TargetModule Edna.DB.Initialisation,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs"]),(TargetModule Test.Util,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util.hs"]),(TargetModule Edna.Upload.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Error.hs"]),(TargetModule Test.ParserSpec,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Test/ParserSpec.hs"]),(TargetModule Edna.Web.API,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs"]),(TargetModule Edna.Config.Environment,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs"]),(TargetModule Edna.Dashboard.Error,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs"]),(TargetFile NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs",fromList ["/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs"]),(TargetModule Edna.Library.DB.Schema,fromList ["/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs"])] 2021-04-17 18:54:03.735878 [ThreadId 107] DEBUG hls: Finishing build session(exception: AsyncCancelled) 2021-04-17 18:54:03.736186 [ThreadId 172] DEBUG hls: Restarting build session (aborting the previous one took 0.00s) 2021-04-17 18:54:03.784233 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs" 2021-04-17 18:54:03.785077 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs" 2021-04-17 18:54:03.785339 [ThreadId 203] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs" 2021-04-17 18:54:03.785601 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs" 2021-04-17 18:54:03.795604 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Schema.hs" 2021-04-17 18:54:03.795777 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs" 2021-04-17 18:54:03.806284 [ThreadId 203] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Orphans.hs" 2021-04-17 18:54:03.806287 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SampleData.hs" 2021-04-17 18:54:03.806376 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs" 2021-04-17 18:54:03.806463 [ThreadId 203] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs" 2021-04-17 18:54:03.806491 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Logging.hs" 2021-04-17 18:54:03.806559 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs" 2021-04-17 18:54:03.806733 [ThreadId 203] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs" 2021-04-17 18:54:03.816814 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/LibrarySpec.hs" 2021-04-17 18:54:03.816986 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Service.hs" 2021-04-17 18:54:03.817176 [ThreadId 203] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs" 2021-04-17 18:54:03.830291 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/SMTSpec.hs" 2021-04-17 18:54:03.832695 [ThreadId 203] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Types.hs" 2021-04-17 18:54:03.833019 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util/URI.hs" 2021-04-17 18:54:03.83363 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs" 2021-04-17 18:54:03.835391 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs" 2021-04-17 18:54:03.835865 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs" 2021-04-17 18:54:03.836537 [ThreadId 203] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Gen.hs" 2021-04-17 18:54:03.837315 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Error.hs" 2021-04-17 18:54:03.84105 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/UploadSpec.hs" 2021-04-17 18:54:03.841296 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Setup.hs" 2021-04-17 18:54:03.841903 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/ExperimentReader/Parser.hs" 2021-04-17 18:54:03.843919 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/Types.hs" 2021-04-17 18:54:03.844832 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Error.hs" 2021-04-17 18:54:03.84503 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs" 2021-04-17 18:54:03.845709 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs" 2021-04-17 18:54:03.846322 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs" 2021-04-17 18:54:03.846896 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Error.hs" 2021-04-17 18:54:03.847502 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Error.hs" 2021-04-17 18:54:03.848643 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/Gen.hs" 2021-04-17 18:54:03.849566 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Util.hs" 2021-04-17 18:54:03.850119 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs" 2021-04-17 18:54:03.850356 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Error.hs" 2021-04-17 18:54:03.851429 [ThreadId 203] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs" 2021-04-17 18:54:03.851857 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DashboardSpec.hs" 2021-04-17 18:54:03.853497 [ThreadId 203] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs" 2021-04-17 18:54:03.854479 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs" 2021-04-17 18:54:05.635651 [ThreadId 203] INFO hls: File: /Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs Hidden: no Range: 1:1-2:1 Source: compiler Severity: DsError Message: haskell-language-server: could not execute: hspec-discover 2021-04-17 18:54:05.938819 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Orphans.hs" 2021-04-17 18:54:05.939916 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs" 2021-04-17 18:54:06.0239 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs" 2021-04-17 18:54:06.151799 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util.hs" 2021-04-17 18:54:06.896197 [ThreadId 203] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs" 2021-04-17 18:54:06.914542 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/Util/URISpec.hs" 2021-04-17 18:54:07.221531 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Schema.hs" 2021-04-17 18:54:07.235955 [ThreadId 203] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/app/Main.hs" 2021-04-17 18:54:07.23673 [ThreadId 203] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs" 2021-04-17 18:54:07.477752 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SMT/State.hs" 2021-04-17 18:54:07.512528 [ThreadId 203] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs" 2021-04-17 18:54:07.741569 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/DB/DBSpec.hs" 2021-04-17 18:54:07.9897 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/ParserSpec.hs" 2021-04-17 18:54:08.596267 [ThreadId 202] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs" 2021-04-17 18:54:08.795318 [ThreadId 201] DEBUG hls: hlint:getIdeas:file:NormalizedFilePath "/Users/worm2fed/workspace/serokell/edna/backend/test/Test/SwaggerSpec.hs" haskell-language-server: lookupSymbol failed in relocateSection (relocate external) /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a: unknown symbol `__ZNK17double_conversion23DoubleToStringConverter11ToPrecisionEdiPNS_13StringBuilderE' GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZNK17double_conversion6VectorIcEixEi whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(hs-double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. haskell-language-server: lookupSymbol failed in relocateSection (relocate external) /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a: unknown symbol `__ZN17double_conversion6StrtofENS_6VectorIKcEEi' GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion7BitCastIdyEET_RKT0_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion6Bignum9LessEqualERKS0_S2_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(bignum-dtoa.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion7BitCastIdyEET_RKT0_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. haskell-language-server: Could not load Object Code /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(fast-dtoa.o). 2021-04-17 18:54:17.154362 [ThreadId 201] INFO hls: File: /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs Hidden: no Range: 1:1-2:1 Source: typecheck Severity: DsError Message: Installation error: unable to load package `double-conversion-2.0.2.0' GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion7BitCastIdyEET_RKT0_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. haskell-language-server: Could not load Object Code /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(fast-dtoa.o). 2021-04-17 18:54:17.440114 [ThreadId 203] INFO hls: File: /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs Hidden: no Range: 1:1-2:1 Source: typecheck Severity: DsError Message: Installation error: unable to load package `Only-0.1' GHC runtime linker: fatal error: I found a duplicate definition for symbol __ZN17double_conversion7BitCastIdyEET_RKT0_ whilst processing object file /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a The symbol was previously defined in /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(double-conversion.o) This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. haskell-language-server: Could not load Object Code /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(fast-dtoa.o). 2021-04-17 18:54:17.612416 [ThreadId 201] INFO hls: File: /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs Hidden: no Range: 1:1-2:1 Source: typecheck Severity: DsError Message: Installation error: unable to load package `Only-0.1' 2021-04-17 18:54:18.554762 [ThreadId 1294] INFO hls: finish: User TypeCheck (took 14.82s) 2021-04-17 18:54:18.677983 [ThreadId 1297] INFO hls: finish: GetHie (took 0.10s) Files that failed: * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Logging.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Setup.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Analysis/FourPL.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/CLA.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Definition.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Config/Environment.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Connection.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Initialisation.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Integration.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/DB/Schema.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Service.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Query.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/DB/Schema.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/API.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Dashboard/Web/Types.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Service.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/DB/Query.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/API.hs 2021-04-17 18:54:18.697442 [ThreadId 1301] INFO hls: finish: GenerateCore (took 0.02s) * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Library/Web/Types.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Service.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/DB/Query.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/API.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Upload/Web/Types.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/API.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Handlers.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Server.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Swagger.hs * /Users/worm2fed/workspace/serokell/edna/backend/src/Edna/Web/Types.hs * /Users/worm2fed/workspace/serokell/edna/backend/test/Spec.hs Completed (28 files worked, 29 files failed) ```
worm2fed commented 3 years ago

Also, there is important note, that hls working in other projects!

May this error be because of allow-newer: true in stack.yaml?

jneira commented 3 years ago
lookupSymbol failed in relocateSection (relocate external)
/Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a: unknown symbol `__ZNK17double_conversion23DoubleToStringConverter11ToPrecisionEdiPNS_13StringBuilderE'
GHC runtime linker: fatal error: I found a duplicate definition for symbol
   __ZNK17double_conversion6VectorIcEixEi
whilst processing object file
   /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a
The symbol was previously defined in
   /Users/worm2fed/.stack/snapshots/x86_64-osx/1f1811931b0fc21932a8d94f09e25b8cb9d0e6925d7065899670019f38da4cde/8.10.4/lib/x86_64-osx-ghc-8.10.4/double-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv/libHSdouble-conversion-2.0.2.0-8fRE9Fm748UCa1LVnyDZyv.a(hs-double-conversion.o)
This could be caused by:
   * Loading two different object files which export the same symbol
   * Specifying the same object file twice on the GHCi command line
   * An incorrect `package.conf' entry, causing some object to be
     loaded twice.

It is a shot in the dark (and a costly one) but, have you tried to remove stack snapshots (under /Users/worm2fed/.stack/snapshots/x86_64-osx)? before that, stack repl works?

jneira commented 3 years ago

Also this reminds me this issue in freebsd: #1482 so maybe it is related with some static(via ghcup) vs dynamic linking support. Building hls from source using the same ghc as the project could be workaround the issue in that case.

worm2fed commented 3 years ago

@jneira yes, I've tried to clean all the staff in ~/.stack/. stack repl and stack build works without errors.

On this weekends I've tried to build hls from source for ghc 8.10.4 (cabal build --enable-executable-dynamic and then cabal install) and change project resolver to lts-17.9 - no effect

Actually - I started to work on this project not for a long time ago - and hls worked fine. But suddenly (I really do not understand why) - this error appears... Only one thing comes in my thoughts - I've updated command line tools.. but I don't think it's relevant. Maybe I'me wrong.

jneira commented 3 years ago

Ouch, thanks for confirming you've tried them. Other issues related with the ghc runtime linker (f.e. #429) seemed to be alliviated with builds from source :worried:

worm2fed commented 3 years ago

@jneira I do not understand, why hls works for other projects but it fails with this strange error in edna project? As I understand in case of problem with hls compilation hls wouldn't work in every project, is it?

worm2fed commented 3 years ago

I've found interesting behavior

On first screen you can see that hls is working But if I uncomment line deriveFromJSON ednaAesonWebOptions ''WithId hls produce my error (second screen)

image image
jneira commented 2 years ago

I am gonna close this issue as all compiler crashes seems to have the same root cause:

If any of you think the issue should not be included generically feel free to reopen it (with a brief explanation if possible) Thanks all!