a month ago
No build logs. This is all that shows. All of the builds seem to immediately fail
Attachments
5 Replies
Status changed to Awaiting Railway Response Railway • about 1 month ago
a month ago
Hey! Can you try hitting cmd + k and "deploy latest commit"? I don't see any erroneous logs on our end. Would love to monitor a new deploy and see any live failures.
Status changed to Awaiting User Response Railway • about 1 month ago
noahd
Hey! Can you try hitting `cmd + k` and "deploy latest commit"? I don't see any erroneous logs on our end. Would love to monitor a new deploy and see any live failures.
a month ago
Hey, just ran that. It seems that the build is failing before we get any sort of log output on our side.
Attachments
Status changed to Awaiting Railway Response Railway • about 1 month ago
devcshort
Hey, just ran that. It seems that the build is failing before we get any sort of log output on our side. 
a month ago
Screenshot of logs from that deploy
Attachments
a month ago
Found it. Your builds are failing in the Dockerfile's apt step: it pins curl=7.88.1-10+deb12u14, and Debian recently replaced that version, so apt can't find it anymore and exits with code 100. That's also why the last good build was July 1 and everything since July 13 fails instantly.
Updating the pin to the current curl version, or installing curl without a version pin, will fix it.
Railway Team
Status changed to Awaiting User Response Railway • about 1 month ago
sam-a
Found it. Your builds are failing in the Dockerfile's apt step: it pins `curl=7.88.1-10+deb12u14`, and Debian recently replaced that version, so apt can't find it anymore and exits with code 100. That's also why the last good build was July 1 and everything since July 13 fails instantly. Updating the pin to the current curl version, or installing `curl` without a version pin, will fix it. Railway Team
a month ago
😕 shoot, we should have caught that. Thank you for your help! We'll get that updated and retested
Status changed to Awaiting Railway Response Railway • about 1 month ago
Status changed to Solved Railway • about 1 month ago