My most recent GitHub Actions deployment of my Phoenix app “failed” on the Run superfly/flyctl-actions@1.1 step. However I can’t see any errors in the logs and the deployment has actually succeeded.
Has anyone else experienced false negatives on their deployments?
Below is all of the yellow & red text in the logs of this deployment step.
7 WARN no config file found at /github/home/.fly/config.yml
775 debconf: delaying package configuration, since apt-utils is not installed
3144 warning: ^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
3217 warning: System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
3352 debconf: delaying package configuration, since apt-utils is not installed
3438 + basename rafo
3439 + basename rafo
3440 + ln -nfs /app/rafo/bin/rafo /app/entry
Yes, this is happening to me too in my GitHub Action.
==> Creating release
--> release v3 created
--> You can detach the terminal anytime without stopping the deployment
==> Release command detected: npx prisma migrate deploy
--> This release will not be available until the release command succeeds.
Starting instance
Configuring virtual machine
Pulling container image
Unpacking image
Preparing kernel init
Configuring firecracker
Starting virtual machine
Starting init (commit: 7943db6)...
Preparing to run: `docker-entrypoint.sh npx prisma migrate deploy` as root
2022/01/01 13:33:07 listening on [fdaa:0:4288:a7b:20dc:a930:f1cb:2]:22 (DNS: [fdaa::3]:53)
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "falling_firefly_703", schema "public" at "top2.nearest.of.myapp-postgres.internal:5432"
3 migrations found in prisma/migrations
No pending migrations to apply.
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.3.0>
npm notice
Main child exited normally with code: 0
Starting clean up.
The deploy job succeeds, but GitHub reports the job as a failure. There are no warnings/errors in the logs for me, however. Output simply stops after Starting clean up. (as you can see above).