stars
stars
RRailway
Created by stars on 2/15/2024 in #✋|help
Volume migration failed - please contact support
No description
32 replies
RRailway
Created by stars on 1/29/2024 in #✋|help
Stuck with deleted served will be added
No description
23 replies
RRailway
Created by stars on 12/12/2023 in #✋|help
Nixpacks is not using the correct node version
https://railway.app/project/8f1d8cfc-373d-4189-9320-7a799917bd63/service/95ed3ad8-09bd-4f34-8f2f-dc61bb1275cc?id=9066485d-e564-49bd-aa60-1328a349d472 Simply put, my env is using NIXPACKS_NODE_VERSION=18 and NIXPACKS_NO_CACHE=1 yet I get an incompatible node version error saying I'm running node 16? Not sure what else I can do considering this was working literally yesterday
45 replies
RRailway
Created by stars on 11/15/2023 in #✋|help
error mounting .tsbuildinfo
hey there, getting an error building a bog standard nodejs app. we don't have our own tsbuildinfo and i know providing one is problematic. any ideas? [stage-0 8/10] RUN --mount=type=cache,id=s/12b62f1f-79ba-44be-a4e2-67a7ea1d3f62-/tsbuildinfo,target=/app/./.tsbuildinfo --mount=type=cache,id=s/12b62f1f-79ba-44be-a4e2-67a7ea1d3f62-next/cache,target=/app/.next/cache --mount=type=cache,id=s/12b62f1f-79ba-44be-a4e2-67a7ea1d3f62-node_modules/cache,target=/app/node_modules/.cache yarn run build: 0.126 runc run failed: unable to start container process: error during container init: error mounting "/var/lib/docker/overlay2/id6vgvix3va07kwleunns0dre/diff" to rootfs at "/app/./.tsbuildinfo": mount /var/lib/docker/overlay2/id6vgvix3va07kwleunns0dre/diff:/app/./.tsbuildinfo (via /proc/self/fd/6), flags: 0x5000: not a directory
13 replies
RRailway
Created by stars on 9/26/2023 in #✋|help
error mounting for docker container
Hey! I've been trying to deploy my TypeScript esbuild React.js app to Railway and it's been working fine for a while, but I infrequently get the following error:
#11 [stage-0 7/10] COPY . /app/.



#11 DONE 0.5s



#12 [stage-0 8/10] RUN --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-/tsbuildinfo,target=/app/./.tsbuildinfo --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-next/cache,target=/app/.next/cache --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-node_modules/cache,target=/app/node_modules/.cache yarn run build



#12 0.127 runc run failed: unable to start container process: error during container init: error mounting "/var/lib/docker/overlay2/ze64x9tvsxo503qql6baih2xv/diff" to rootfs at "/app/./.tsbuildinfo": mount /var/lib/docker/overlay2/ze64x9tvsxo503qql6baih2xv/diff:/app/./.tsbuildinfo (via /proc/self/fd/6), flags: 0x5000: not a directory

#12 ERROR: process "/bin/bash -ol pipefail -c yarn run build" did not complete successfully: exit code: 1

-----

> [stage-0 8/10] RUN --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-/tsbuildinfo,target=/app/./.tsbuildinfo --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-next/cache,target=/app/.next/cache --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-node_modules/cache,target=/app/node_modules/.cache yarn run build:

0.127 runc run failed: unable to start container process: error during container init: error mounting "/var/lib/docker/overlay2/ze64x9tvsxo503qql6baih2xv/diff" to rootfs at "/app/./.tsbuildinfo": mount /var/lib/docker/overlay2/ze64x9tvsxo503qql6baih2xv/diff:/app/./.tsbuildinfo (via /proc/self/fd/6), flags: 0x5000: not a directory

-----

Dockerfile:24

-------------------

22 | # build phase

23 | COPY . /app/.

24 | >>> RUN --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-/tsbuildinfo,target=/app/./.tsbuildinfo --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-next/cache,target=/app/.next/cache --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-node_modules/cache,target=/app/node_modules/.cache yarn run build

25 |

26 |

-------------------

ERROR: failed to solve: process "/bin/bash -ol pipefail -c yarn run build" did not complete successfully: exit code: 1



Error: Docker build failed
#11 [stage-0 7/10] COPY . /app/.



#11 DONE 0.5s



#12 [stage-0 8/10] RUN --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-/tsbuildinfo,target=/app/./.tsbuildinfo --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-next/cache,target=/app/.next/cache --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-node_modules/cache,target=/app/node_modules/.cache yarn run build



#12 0.127 runc run failed: unable to start container process: error during container init: error mounting "/var/lib/docker/overlay2/ze64x9tvsxo503qql6baih2xv/diff" to rootfs at "/app/./.tsbuildinfo": mount /var/lib/docker/overlay2/ze64x9tvsxo503qql6baih2xv/diff:/app/./.tsbuildinfo (via /proc/self/fd/6), flags: 0x5000: not a directory

#12 ERROR: process "/bin/bash -ol pipefail -c yarn run build" did not complete successfully: exit code: 1

-----

> [stage-0 8/10] RUN --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-/tsbuildinfo,target=/app/./.tsbuildinfo --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-next/cache,target=/app/.next/cache --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-node_modules/cache,target=/app/node_modules/.cache yarn run build:

0.127 runc run failed: unable to start container process: error during container init: error mounting "/var/lib/docker/overlay2/ze64x9tvsxo503qql6baih2xv/diff" to rootfs at "/app/./.tsbuildinfo": mount /var/lib/docker/overlay2/ze64x9tvsxo503qql6baih2xv/diff:/app/./.tsbuildinfo (via /proc/self/fd/6), flags: 0x5000: not a directory

-----

Dockerfile:24

-------------------

22 | # build phase

23 | COPY . /app/.

24 | >>> RUN --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-/tsbuildinfo,target=/app/./.tsbuildinfo --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-next/cache,target=/app/.next/cache --mount=type=cache,id=s/462d7304-5191-4aae-a91c-09bd401f3ea2-node_modules/cache,target=/app/node_modules/.cache yarn run build

25 |

26 |

-------------------

ERROR: failed to solve: process "/bin/bash -ol pipefail -c yarn run build" did not complete successfully: exit code: 1



Error: Docker build failed
This used to happen infrequently, but now it's persistent and won't let me deploy? Thanks for any help!
18 replies