-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
Bug report
Expected Behavior
Successful setup when running "npm run production"
Actual Behavior
Several errors with compilation(?) on a RHEL 8 FIPS system with hash digests.
[ch28179@div3-cdash CDash-3.7.0]$ npm run production
> cdash@3.7.0 production
> mix --production
✖ Mix
Compiled with some errors in 48.10s
ERROR in ./public/fonts/glyphicons-halflings-regular.eot
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/fonts/glyphicons-halflings-regular.svg
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/fonts/glyphicons-halflings-regular.ttf
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/fonts/glyphicons-halflings-regular.woff
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
Child mini-css-extract-plugin /opt/CDash/CDash-3.7.0/node_modules/css-loader/dist/cjs.js??clonedRuleSet-10.use[1]!/opt/CDash/CDash-3.7.0/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-10.use[2]!/opt/CDash/CDash-3.7.0/resources/css/bootstrap.min.css compiled with 4 errors
Child mini-css-extract-plugin /opt/CDash/CDash-3.7.0/node_modules/css-loader/dist/cjs.js??clonedRuleSet-11.use[1]!/opt/CDash/CDash-3.7.0/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-11.use[2]!/opt/CDash/CDash-3.7.0/resources/css/vue_common.css compiled successfully
Child mini-css-extract-plugin /opt/CDash/CDash-3.7.0/node_modules/css-loader/dist/cjs.js??clonedRuleSet-6.use[1]!/opt/CDash/CDash-3.7.0/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-6.use[2]!/opt/CDash/CDash-3.7.0/node_modules/resolve-url-loader/index.js??clonedRuleSet-6.use[3]!/opt/CDash/CDash-3.7.0/node_modules/sass-loader/dist/cjs.js??clonedRuleSet-6.use[4]!/opt/CDash/CDash-3.7.0/resources/sass/app.scss compiled successfully
ERROR in ./public/img/activity-level.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/asc.gif
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/desc.gif
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/loading.gif
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/next-chevron.svg
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/prev-chevron.svg
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/tab.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
Child mini-css-extract-plugin /opt/CDash/CDash-3.7.0/node_modules/css-loader/dist/cjs.js??clonedRuleSet-7.use[1]!/opt/CDash/CDash-3.7.0/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7.use[2]!/opt/CDash/CDash-3.7.0/resources/css/cdash.css compiled with 7 errors
ERROR in ./public/img/activity-level.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/asc.gif
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/desc.gif
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/loading.gif
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/next-chevron.svg
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/prev-chevron.svg
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/tab.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
Child mini-css-extract-plugin /opt/CDash/CDash-3.7.0/node_modules/css-loader/dist/cjs.js??clonedRuleSet-8.use[1]!/opt/CDash/CDash-3.7.0/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8.use[2]!/opt/CDash/CDash-3.7.0/resources/css/colorblind.css compiled with 7 errors
ERROR in ./public/img/back_disabled.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/back_enabled.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/back_enabled_hover.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/forward_disabled.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/forward_enabled.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/forward_enabled_hover.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/sort_asc.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/sort_asc_disabled.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/sort_both.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/sort_desc.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
ERROR in ./public/img/sort_desc_disabled.png
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
Child mini-css-extract-plugin /opt/CDash/CDash-3.7.0/node_modules/css-loader/dist/cjs.js??clonedRuleSet-9.use[1]!/opt/CDash/CDash-3.7.0/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-9.use[2]!/opt/CDash/CDash-3.7.0/resources/css/jquery.dataTables.css compiled with 11 errors
ERROR in ./resources/css/cdash.css
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
at processResult (/opt/CDash/CDash-3.7.0/node_modules/webpack/lib/NormalModule.js:891:19)
at /opt/CDash/CDash-3.7.0/node_modules/webpack/lib/NormalModule.js:1037:5
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:400:11
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:252:18
at runSyncOrAsync (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:156:3)
at iterateNormalLoaders (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:251:2)
at iterateNormalLoaders (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:240:10)
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:255:3
at runSyncOrAsync (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:143:11)
at iterateNormalLoaders (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:251:2)
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:224:4
at /opt/CDash/CDash-3.7.0/node_modules/webpack/lib/NormalModule.js:991:15
at eval (eval at create (/opt/CDash/CDash-3.7.0/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:12:1)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
at runNextTicks (node:internal/process/task_queues:64:3)
at process.processImmediate (node:internal/timers:447:9)
ERROR in ./resources/css/colorblind.css
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
at processResult (/opt/CDash/CDash-3.7.0/node_modules/webpack/lib/NormalModule.js:891:19)
at /opt/CDash/CDash-3.7.0/node_modules/webpack/lib/NormalModule.js:1037:5
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:400:11
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:252:18
at runSyncOrAsync (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:156:3)
at iterateNormalLoaders (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:251:2)
at iterateNormalLoaders (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:240:10)
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:255:3
at runSyncOrAsync (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:143:11)
at iterateNormalLoaders (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:251:2)
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:224:4
at /opt/CDash/CDash-3.7.0/node_modules/webpack/lib/NormalModule.js:991:15
at eval (eval at create (/opt/CDash/CDash-3.7.0/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:12:1)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
at runNextTicks (node:internal/process/task_queues:64:3)
at process.processImmediate (node:internal/timers:447:9)
ERROR in ./resources/css/jquery.dataTables.css
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
at processResult (/opt/CDash/CDash-3.7.0/node_modules/webpack/lib/NormalModule.js:891:19)
at /opt/CDash/CDash-3.7.0/node_modules/webpack/lib/NormalModule.js:1037:5
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:400:11
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:252:18
at runSyncOrAsync (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:156:3)
at iterateNormalLoaders (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:251:2)
at iterateNormalLoaders (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:240:10)
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:255:3
at runSyncOrAsync (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:143:11)
at iterateNormalLoaders (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:251:2)
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:224:4
at /opt/CDash/CDash-3.7.0/node_modules/webpack/lib/NormalModule.js:991:15
at eval (eval at create (/opt/CDash/CDash-3.7.0/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:12:1)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
at runNextTicks (node:internal/process/task_queues:64:3)
at process.processImmediate (node:internal/timers:447:9)
ERROR in ./resources/css/bootstrap.min.css
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:136:10)
at getHashDigest (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/getHashDigest.js:52:30)
at /opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace (<anonymous>)
at interpolateName (/opt/CDash/CDash-3.7.0/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/opt/CDash/CDash-3.7.0/node_modules/file-loader/dist/index.js:29:48)
at processResult (/opt/CDash/CDash-3.7.0/node_modules/webpack/lib/NormalModule.js:891:19)
at /opt/CDash/CDash-3.7.0/node_modules/webpack/lib/NormalModule.js:1037:5
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:400:11
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:252:18
at runSyncOrAsync (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:156:3)
at iterateNormalLoaders (/opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:251:2)
at /opt/CDash/CDash-3.7.0/node_modules/loader-runner/lib/LoaderRunner.js:224:4
at /opt/CDash/CDash-3.7.0/node_modules/webpack/lib/NormalModule.js:991:15
at eval (eval at create (/opt/CDash/CDash-3.7.0/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:12:1)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
at runNextTicks (node:internal/process/task_queues:64:3)
at process.processImmediate (node:internal/timers:447:9)
webpack compiled with 33 errors
CDash Version
CDash-3.7.0
Additional Information
System is RHEL 8.10, in FIPS mode
nodeJS 18.20