Builds failing
Hello, our build are failing with:
ERROR: failed to solve: process "/bin/bash -ol pipefail -c apt-get update && apt-get install -y --no-install-recommends libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2 libpangocairo-1.0-0 libxss1 libgtk-3-0 libxshmfence1 libglu1 build-essential libcairo2-dev libpango1.0-dev libpangocairo-1.0-0 libjpeg-dev libgif-dev librsvg2-dev libuuid1" did not complete successfully: exit code: 100
Haven't changed nix config or anything and it repros continuously.23 Replies
Project ID:
95c304a2-fe2b-4ad1-bc3f-5296fd26f36c
95c304a2-fe2b-4ad1-bc3f-5296fd26f36c
something is definitely broken here, old succesful deploys won't redeploy, build fails immediately
nixpacks has updated it's global nix archive version, this was bound to beak some builds
but please provide full build logs https://bookmarklets.up.railway.app/log-downloader/
do you have a build log with more context?
Thread has been flagged to Railway team by @Angelo.
@Ian Woodfill - what version of Node is your project using?
18
Is it pinned via engines.node?
yeah in package.json
Also are you using a Nixpacks archive?
Hmmm- jumping in.
our nixpacks file:
Oh jeez, Python / Node
Makes sense.
Can you pin to Node 16?
Also what env is your builds are, I am in your project but I wanna see the failed build myself, linking to it helps.
Also can you try adding this?
Railway
404 - Page not found
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
you mean node 18 via nixpacks?
Lets try this before anything I suggested:
yup, shipping it now
watching
whoops
failed again
looking
it seems like it still is 1.16, weirdly tho
?
needs to be in a railway.toml file
trying
looks to have resolved it, thanks folks