heroku / heroku-buildpack-multi-procfile

Everyone gets a Procfile!
2 stars 1 forks source link

Error after c51247f: "FAILED to copy a Procfile" #8

Closed adamnreed closed 5 years ago

adamnreed commented 5 years ago

Hi @apghero,

We're using this buildpack. Right after the most recent update c51247f, we are unable to deploy. Let me know if I can provide more information

Here's the error we get:

-----> Heroku Exec app detected
-----> Python app detected
-----> Installing requirements with pip
-----> Multi-procfile app detected
cp: ‘/tmp/build_485082aa0e49b80ed550dfea91d84ade/Procfile’ and ‘/tmp/build_485082aa0e49b80ed550dfea91d84ade/Procfile’ are the same file
      FAILED to copy a Procfile
 !     Push rejected, failed to compile Multi-procfile app.
 !     Push failed
apghero commented 5 years ago

Uh oh. Let me revert that change then. Sorry for the trouble.

apghero commented 5 years ago

Ok, reverted! You should be good again.

adamnreed commented 5 years ago

@apghero works again, thank you!

adamnreed commented 5 years ago

It's still trying to copy the same files btw, but ignoring the error and moving on successfully. Let me know if I can provide any other info about our stack, but we're good now!

-----> Heroku Exec app detected
-----> Python app detected
-----> Installing requirements with pip
-----> Multi-procfile app detected
cp: ‘/tmp/build_e9864a2e8609ead29bfa957c3f86a657/Procfile’ and ‘/tmp/build_e9864a2e8609ead29bfa957c3f86a657/Procfile’ are the same file
      Copied Procfile as Procfile successfully
-----> Discovering process types
apghero commented 5 years ago

Yeah, it's a bug. I tried to fix the bug, but should have expected people relied on the old behavior by now. Sorry for the trouble!