2 months ago
So I deployed a code update to my rust service and suddenly railway was unable to resolve rust version and kept failing. Same build had just passed successfuly 30 minutes ago.
7 Replies
2 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open Railway • 2 months ago
2 months ago
Please fix my service is basically unusable now.
2 months ago
```scheduling build on Metal builder "builder-izgkcj"
receiving snapshot307.2 KB348ms
analyzing snapshot307.2 KB9ms
unpacking archive1.3 MB38ms
uploading snapshot307.2 KB
using build driver railpack-v0.23.0
╭─────────────────╮
│ Railpack 0.23.0 │
↳ Detected Rust
Failed to resolve version 1.90.0 of rust```
shkr
\`\`\`scheduling build on Metal builder "builder-izgkcj" receiving snapshot307.2 KB348ms analyzing snapshot307.2 KB9ms unpacking archive1.3 MB38ms uploading snapshot307.2 KB using build driver railpack-v0.23.0 ╭─────────────────╮ │ Railpack 0.23.0 │ ↳ Detected Rust **Failed to resolve version 1.90.0 of rust\`\`\`**
2 months ago
Having this problem too, probably an outage in an upstream service.
If you need it to work urgently, use a docker based build instead, it'll get around railpack.
unrelentingpest
Having this problem too, probably an outage in an upstream service. If you need it to work urgently, use a docker based build instead, it'll get around railpack.
2 months ago
What rust version are you using?
shkr
\`\`\`scheduling build on Metal builder "builder-izgkcj" receiving snapshot307.2 KB348ms analyzing snapshot307.2 KB9ms unpacking archive1.3 MB38ms uploading snapshot307.2 KB using build driver railpack-v0.23.0 ╭─────────────────╮ │ Railpack 0.23.0 │ ↳ Detected Rust **Failed to resolve version 1.90.0 of rust\`\`\`**
2 months ago
I could not repro this, do you have a root path set? Where do you define your rust version?
2 months ago
Its resolved itself, it was a temporary thing. I tried a few different versions, 1.95, 1.94, 1.91, all weren't working
2 months ago
Yeah. So clearly it was a railpack problem.
It resolved itself. The exact same build failed which was built before. So this really had nothing to do with the codebase. The codebase uses railpack for the build and thats where things were wrong.
I assume railway team was updating the railpack service. I think if that was the case information should be provided. It really hurts to see a working code failing with a random rust version error.
Status changed to Solved medim • 2 months ago
