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
7 Replies
Project ID:
12b62f1f-79ba-44be-a4e2-67a7ea1d3f62,12b62f1f-79ba-44be-a4e2-67a7ea1d3f62,12b62f1f-79ba-44be-a4e2-67a7ea1d3f62
service: 12b62f1f-79ba-44be-a4e2-67a7ea1d3f62
staging environment
also:
so just to be clear, you don't have a
.tsbuildinfo
folder in the repo?we dont
i remember having issues here before and that was the major cause, so ive made sure it doesnt appear in any of our repositories
can you try setting a service variable
NIXPACKS_NO_CACHE
to 1
that worked! thanks
is it a problem with our repo or a global railway issue would you say?
you don't have a .tsbuildinfo folder so I'd say this is an issue with nixpacks