Deployment logs
dougmclain
HOBBYOP

2 years ago

I am having a hard time finding detailed logs for my deployment that is failing. Thank you.#10 1.825 run npm fund for details

#10 1.826

#10 1.826 found 0 vulnerabilities

#10 DONE 2.0s

#11 [stage-0 7/10] COPY . /app/.

#11 DONE 0.0s

#12 [stage-0 8/10] RUN --mount=type=cache,id=s/cfe5d5fb-f9ff-4be4-9282-a9c367c44fba-node_modules/cache,target=/app/node_modules/.cache npm install && pip install -r requirements.txt

#12 0.470 npm

WARN config production Use --omit=dev instead.

#12 0.867

#12 0.867 up to date, audited 79 packages in 423ms

#12 0.868

#12 0.868 23 packages are looking for funding

#12 0.868 run npm fund for details

#12 0.869

#12 0.869 found 0 vulnerabilities

#12 0.876 /bin/bash: line 1: pip: command not found

#12 ERROR: process "/bin/bash -ol pipefail -c npm install && pip install -r requirements.txt" did not complete successfully: exit code: 127


[stage-0 8/10] RUN --mount=type=cache,id=s/cfe5d5fb-f9ff-4be4-9282-a9c367c44fba-node_modules/cache,target=/app/node_modules/.cache npm install && pip install -r requirements.txt:

WARN config production Use --omit=dev instead.

0.867

0.867 up to date, audited 79 packages in 423ms

0.868

0.868 23 packages are looking for funding

0.868 run npm fund for details

0.869

0.869 found 0 vulnerabilities

0.876 /bin/bash: line 1: pip: command not found


2 warnings found (use --debug to expand):

  • UndefinedVar: Usage of undefined variable '$NIXPACKS_PATH' (line 18)

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 18)

Dockerfile:24


22 | # build phase

23 | COPY . /app/.

24 | >>> RUN --mount=type=cache,id=s/cfe5d5fb-f9ff-4be4-9282-a9c367c44fba-node_modules/cache,target=/app/node_modules/.cache npm install && pip install -r requirements.txt

25 |

26 |


ERROR: failed to solve: process "/bin/bash -ol pipefail -c npm install && pip install -r requirements.txt" did not complete successfully: exit code: 127

Error: Docker build failed

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies

2 years ago

These are build logs.

Please send your full build logs - https://bookmarklets.up.railway.app/log-downloader/


Welcome!

Sign in to your Railway account to join the conversation.

Loading...