Skip to content

Commit

Permalink
stack runghc test/integration/IntegrationSpec.hs
Browse files Browse the repository at this point in the history
3860-better-cache FAILED [1]

Failures:

  test/integration/IntegrationSpec.hs:77:
  1) 3860-better-cache
       uncaught exception: TestFailure (Exited with ExitFailure 1

       stdout:

       stderr:
       Running: /Users/elrikdante/apps/stack-3860-better-cache/.stack-work/install/x86_64-osx/lts-10.5/8.2.2/bin/stack build stm --stack-yaml custom1/stack.yaml
       Updating package index Hackage (mirrored at https://s3.amazonaws.com/hackage.fpcomplete.com/) ...
       Selected mirror https://s3.amazonaws.com/hackage.fpcomplete.com/
       Downloading root
       Selected mirror https://s3.amazonaws.com/hackage.fpcomplete.com/
       Downloading timestamp
       Downloading snapshot
       Downloading mirrors
       Cannot update index (no local copy)
       Downloading index
       Updated package index downloaded
       Update complete
       Populating index cache ...
       Populated index cache.
       Stack looks for packages in the directories configured in the 'packages' and 'extra-deps' fields defined in your stack.yaml
       The current entry points to /Users/elrikdante/apps/stack-3860-better-cache/test/integration/tests/3860-better-cache/files/custom1/ but no .cabal or package.yaml file could be found there.
       Main.hs: Exited with exit code: ExitFailure 1
       CallStack (from HasCallStack):
         error, called at /Users/elrikdante/apps/stack-3860-better-cache/test/integration/lib/StackTest.hs:38:34 in main:StackTest
       )

Randomized with seed 1630687830

Finished in 29.1537 seconds
1 example, 1 failure
  • Loading branch information
elrikdante committed Feb 26, 2018
1 parent 67c7707 commit 6636555
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
resolver: custom1.yaml
packages: []
compiler: ghc-8.2
name: custom1
packages:
- mtl-2.2.1
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
resolver: custom1.yaml
packages: []
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
resolver: custom1.yaml
packages: []
compiler: ghc-8.2
name: custom2
packages:
- mtl-2.2.1
- text
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
resolver: custom1.yaml
packages: []
resolver: custom2.yaml

0 comments on commit 6636555

Please sign in to comment.