Build Failed for a Web Service

I have a simple API that was working normally till yesterday
When I tried to rebuild it I got this message:

Feb 17 11:31:47 AM ==> Cloning from https://github.com/Scripter802/TenthHouse
Feb 17 11:31:48 AM ==> Checking out commit 3bab2337288fc7ce9ad689c15329f6798cb3e3d0 in branch main
Feb 17 11:31:50 AM ==> Downloading cache…
Feb 17 11:31:59 AM ==> Transferred 22MB in 7s. Extraction took 1s.
Feb 17 11:32:00 AM ==> Detected Node version 19.6.1
Feb 17 11:32:00 AM ==> Running build command ‘npm install’…
Feb 17 11:32:00 AM builder.sh: line 33: 46 Segmentation fault bash -c – “$USER_BUILD_CMD”
Feb 17 11:32:00 AM ==> Build failed :disappointed:
Feb 17 11:32:00 AM ==> Generating container image from build. This may take a few minutes…

Can someone explain to me what do theese lines mean, since I suppose they are saying what is the problem:

Feb 17 11:32:00 AM ==> Running build command ‘npm install’…
Feb 17 11:32:00 AM builder.sh: line 33: 46 Segmentation fault bash -c – “$USER_BUILD_CMD”
Feb 17 11:32:00 AM ==> Build failed :disappointed:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.