mietek / haskell-on-heroku

Buildpack for deploying Haskell apps
BSD 3-Clause "New" or "Revised" License
131 stars 16 forks source link

Deploying app results in an error about missing halcyon file #61

Closed VictorDenisov closed 5 years ago

VictorDenisov commented 7 years ago
remote: Compressing source files... done.
remote: Building source:
remote: 
remote: -----> Haskell app detected
remote: 
remote: 
remote: -----> Welcome to Haskell on Heroku
remote: 
remote: -----> Installing buildpack... done, 7bc757b
remote: -----> Installing Halcyon... done, 0d0646c
remote: -----> Installing bashmenot... done, f083628
remote: -----> Installing haskell-on-heroku-tutorial-1.0
remote:        Label:                                    haskell-on-heroku-tutorial-1.0
remote:        Prefix:                                   /app
remote:        Source hash:                              a1f7195
remote:        External storage:                         public
remote:        GHC version:                              7.8.4
remote: 
remote: -----> Restoring install directory
remote:        Downloading https://halcyon.global.ssl.fastly.net/linux-ubuntu-16.04-x86_64/ghc-7.8.4/halcyon-install-a1f7195-haskell-on-heroku-tutorial-1.0.tar.gz... 404 (not found)
remote: 
remote: -----> Determining constraints
remote:        Label:                                    haskell-on-heroku-tutorial-1.0
remote:        Prefix:                                   /app
remote:        Source hash:                              a1f7195
remote:        Constraints hash:                         f458aa8
remote:        Magic hash:                               3bffeae
remote:        External storage:                         public
remote:        GHC version:                              7.8.4
remote:        Cabal version:                            1.20.0.3
remote:        Cabal remote-repo:                        hackage:http://hackage.haskell.org/packages/archive
remote: 
remote: -----> Restoring GHC directory
remote:        Downloading https://halcyon.global.ssl.fastly.net/linux-ubuntu-16.04-x86_64/halcyon-ghc-7.8.4.tar.gz... 404 (not found)
remote:    *** ERROR: Cannot build GHC directory
remote:    *** ERROR: Failed to deploy app
remote:    *** ERROR: Deploying buildpack only
remote: 
remote:        First, set up private storage:
remote:        $ heroku config:set HALCYON_AWS_ACCESS_KEY_ID=...
remote:        $ heroku config:set HALCYON_AWS_SECRET_ACCESS_KEY=...
remote:        $ heroku config:set HALCYON_S3_BUCKET=...
remote: 
remote:        To continue, build the app on a one-off PX dyno:
remote:        $ heroku run -s PX build
remote: 
remote:        Next, deploy the app:
remote:        $ git commit --amend --no-edit
remote:        $ git push -f heroku master
remote: 
remote: 
remote: -----> Discovering process types
remote:        Procfile declares types -> (none)
remote: 
remote: -----> Compressing...
remote:        Done: 1.5M
remote: -----> Launching...
remote:        Released v3
remote:        https://tranquil-thicket-79151.herokuapp.com/ deployed to Heroku
remote: 
remote: Verifying deploy... done.
alray2569 commented 7 years ago

I am having this same issue.

ClathomasPrime commented 6 years ago

And me

mietek commented 5 years ago

I’m sorry. This project is no longer maintained.