Builds failing due to Nixpacks error

Hi, builds across my railway deployed monorepo services have been failing at the yarn install stage all day today, I have retried multiple times throughout the day and get the same error. I've also tried redeploying a previously successful build and got the same error. Dependency install and build works fine locally. error:
87.35 Output:

87.35 /usr/lib/git-core/git-remote-https: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /nix/store/aw2fw9ag10wr9pf0qk4nk5sxi0q0bn56-glibc-2.37-8/lib/libdl.so.2)



87.35 /usr/lib/git-core/git-remote-https: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /nix/store/aw2fw9ag10wr9pf0qk4nk5sxi0q0bn56-glibc-2.37-8/lib/libpthread.so.0)
87.35 Output:

87.35 /usr/lib/git-core/git-remote-https: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /nix/store/aw2fw9ag10wr9pf0qk4nk5sxi0q0bn56-glibc-2.37-8/lib/libdl.so.2)



87.35 /usr/lib/git-core/git-remote-https: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /nix/store/aw2fw9ag10wr9pf0qk4nk5sxi0q0bn56-glibc-2.37-8/lib/libpthread.so.0)
9 Replies
Percy
Percy9mo ago
Project ID: 316aa21f-dc55-4e9f-be8f-13129d27d7c0
cartermcalister
cartermcalister9mo ago
316aa21f-dc55-4e9f-be8f-13129d27d7c0
Brody
Brody9mo ago
have these builds with unchanged code worked before?
cartermcalister
cartermcalister9mo ago
yes deployed successfully on Sep 29, 2023 12:01 pm CST Redeployed the same build today and got the above error
Brody
Brody9mo ago
look at the build logs for the last successful deployment, tell me the nixpacks version that's printed on the banner of the build table at the top of the build logs
cartermcalister
cartermcalister9mo ago
v1.16.0 v1.17.0 on the failing builds
Brody
Brody9mo ago
then let's go back to 1.16.0 add a railway.toml to your project with this in it
[build]
nixpacksVersion = "1.16.0"
[build]
nixpacksVersion = "1.16.0"
cartermcalister
cartermcalister9mo ago
do I need to move my GUI deployment configs to the railway.toml as well for each service, or is the config file additive to anything configured in the GUI?
Brody
Brody9mo ago
it's additive and would overwrite anything you may have set in the gui