Details
-
Bug
-
Resolution: Cannot Reproduce
-
Minor - P4
-
None
-
None
-
Ubuntu 20.04.4 LTS
Node 14.17.5
-
Not Needed
Description
Problem Statement/Rationale
Was building Compass daily from `main` branch, has stopped being buildable in the past couple of weeks
Steps to Reproduce
$ nvm use 14.17.5 |
Now using node v14.17.5 (npm v8.0.0) |
$ ./build_compass.sh
|
> package-compass |
> npm run package-compass --workspace=mongodb-compass -- |
|
|
> mongodb-compass@0.0.1-dev.0 package-compass |
> hadron-build release
|
✖ Error: Error: Command failed! Please try again with debugging enabled. |
at ChildProcess.<anonymous> (/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/compass/packages/hadron-build/lib/run.js:91:12) |
at ChildProcess.emit (events.js:400:28) |
at ChildProcess.emit (domain.js:470:12) |
at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) |
Error: Command failed! Please try again with debugging enabled. |
at ChildProcess.<anonymous> (/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/compass/packages/hadron-build/lib/run.js:91:12) |
at ChildProcess.emit (events.js:400:28) |
at ChildProcess.emit (domain.js:470:12) |
at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) |
✖ Error: Error: Command failed! Please try again with debugging enabled. |
at ChildProcess.<anonymous> (/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/compass/packages/hadron-build/lib/run.js:91:12) |
at ChildProcess.emit (events.js:400:28) |
at ChildProcess.emit (domain.js:470:12) |
at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) |
Error: Command failed! Please try again with debugging enabled. |
at ChildProcess.<anonymous> (/mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/compass/packages/hadron-build/lib/run.js:91:12) |
at ChildProcess.emit (events.js:400:28) |
at ChildProcess.emit (domain.js:470:12) |
at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) |
npm ERR! Lifecycle script `package-compass` failed with error: |
npm ERR! Error: command failed
|
npm ERR! in workspace: mongodb-compass@0.0.1-dev.0 |
npm ERR! at location: /mnt/4bcabbf7-6928-4c6d-bad5-5e01e41e9625/jwoehr/MongoDB/compass/packages/compass |
Expected Results
Compass to build as usual
Actual Results
Build is crashing
Additional Notes
I've tried other versions of Node as well.