You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For testing, I created a Testing PR to identify the reasons but not much from the logs. In the PR, I tried to install the node packages from npm instead of using yarn and the build complains about 2 things.
Sentry-cli
ERROR in Sentry CLI Plugin: Command failed: /tmp/build_7bc17d91/node_modules/@sentry/webpack-plugin/node_modules/@sentry/cli/sentry-cli releases new 0.219.0
error: An organization slug is required (provide with --org)
Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.
Please attach the full debug log to all bug reports.
postinstall
Entrypoint mini-css-extract-plugin = *
[0] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/lib!./node_modules/sass-loader/dist/cjs.js!./static/scss/public_style/web-icons.css 6.93 KiB {0} [built]
+ 1 hidden module
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] postinstall: `./webpack_if_prod.sh`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/npmcache.leMyI/_logs/2022-04-06T09_44_58_645Z-debug.log
-----> Build failed
However, the yarn installation is not showing any details logs earlier.
Steps to Reproduce
Heroku builds getting failed whenever there is a PR up in micromaster repository. We need to trace out the reasons for this failure.
Expected Behavior
Build should be deployable without any error like
mitxpro
,mitxonline
etc.Actual Behavior
Build are not getting passed for any pull request.
The text was updated successfully, but these errors were encountered: