Closed ryusei-tadokoro closed 5 months ago
herokuのbuildpackにnode.jsが含まれているかの確認から行ってみていただけますでしょうか。
他にもRails6 + webpacker などでherokuにデプロイできない際にbabel-loaderによるエラーの記事などを探してみましょう。
webpack記事の参考:https://zenn.dev/msy/articles/c1f00c55e88358
herokuのbuildpackにnode.jsが含まれているかの確認から行ってみていただけますでしょうか。
自分の方で再度確認したところ、 braces chokidar glob-parent micromatch postcss この5つに対して脆弱性があり、デプロイができないとのことでした。
npm audit
このコマンドで脆弱性のチェック
ryuseitadokoro@ryuseinoMacBook-Air today_fashion % npm audit
# npm audit report
braces <3.0.3
Severity: high
Uncontrolled resource consumption in braces - https://github.com/advisories/GHSA-grv7-fg5c-xmjg
fix available via `npm audit fix --force`
Will install @rails/webpacker@3.6.0, which is a breaking change
node_modules/@rails/webpacker/node_modules/braces
node_modules/findup-sync/node_modules/braces
node_modules/watchpack-chokidar2/node_modules/braces
chokidar 1.0.0-rc1 - 2.1.8
Depends on vulnerable versions of anymatch
Depends on vulnerable versions of braces
Depends on vulnerable versions of glob-parent
Depends on vulnerable versions of readdirp
node_modules/watchpack-chokidar2/node_modules/chokidar
watchpack-chokidar2 *
Depends on vulnerable versions of chokidar
node_modules/watchpack-chokidar2
watchpack 1.7.2 - 1.7.5
Depends on vulnerable versions of watchpack-chokidar2
node_modules/@rails/webpacker/node_modules/watchpack
webpack 4.0.0-alpha.0 - 5.0.0-rc.6
Depends on vulnerable versions of micromatch
Depends on vulnerable versions of terser-webpack-plugin
Depends on vulnerable versions of watchpack
node_modules/@rails/webpacker/node_modules/webpack
mini-css-extract-plugin <=0.9.0
Depends on vulnerable versions of webpack
node_modules/@rails/webpacker/node_modules/mini-css-extract-plugin
optimize-css-assets-webpack-plugin <=1.3.2 || >=3.0.0
Depends on vulnerable versions of cssnano
Depends on vulnerable versions of webpack
node_modules/@rails/webpacker/node_modules/optimize-css-assets-webpack-plugin
@rails/webpacker <=5.4.4
Depends on vulnerable versions of css-loader
Depends on vulnerable versions of mini-css-extract-plugin
Depends on vulnerable versions of optimize-css-assets-webpack-plugin
Depends on vulnerable versions of postcss-flexbugs-fixes
Depends on vulnerable versions of postcss-import
Depends on vulnerable versions of postcss-loader
Depends on vulnerable versions of postcss-preset-env
Depends on vulnerable versions of postcss-safe-parser
Depends on vulnerable versions of webpack
Depends on vulnerable versions of webpack-cli
node_modules/@rails/webpacker
terser-webpack-plugin <=2.2.1
Depends on vulnerable versions of webpack
node_modules/@rails/webpacker/node_modules/webpack/node_modules/terser-webpack-plugin
webpack-cli <=0.0.8-development || 2.0.11 - 4.0.0-rc.1
Depends on vulnerable versions of findup-sync
Depends on vulnerable versions of webpack
node_modules/@rails/webpacker/node_modules/webpack-cli
micromatch 0.2.0 - 3.1.10
Depends on vulnerable versions of braces
node_modules/@rails/webpacker/node_modules/micromatch
node_modules/findup-sync/node_modules/micromatch
node_modules/watchpack-chokidar2/node_modules/micromatch
anymatch 1.2.0 - 2.0.0
Depends on vulnerable versions of micromatch
node_modules/watchpack-chokidar2/node_modules/anymatch
findup-sync 0.4.0 - 3.0.0
Depends on vulnerable versions of micromatch
node_modules/findup-sync
readdirp 2.2.0 - 2.2.1
Depends on vulnerable versions of micromatch
node_modules/watchpack-chokidar2/node_modules/readdirp
glob-parent <5.1.2
Severity: high
glob-parent vulnerable to Regular Expression Denial of Service in enclosure regex - https://github.com/advisories/GHSA-ww39-953v-wcq6
fix available via `npm audit fix --force`
Will install @rails/webpacker@3.6.0, which is a breaking change
node_modules/watchpack-chokidar2/node_modules/glob-parent
nth-check <2.0.1
Severity: high
Inefficient Regular Expression Complexity in nth-check - https://github.com/advisories/GHSA-rp65-9cf3-cjxr
fix available via `npm audit fix`
node_modules/nth-check
css-select <=3.1.0
Depends on vulnerable versions of nth-check
node_modules/css-select
svgo 1.0.0 - 1.3.2
Depends on vulnerable versions of css-select
node_modules/svgo
postcss-svgo <=5.0.0-rc.2
Depends on vulnerable versions of postcss
Depends on vulnerable versions of svgo
node_modules/postcss-svgo
postcss <8.4.31
Severity: moderate
PostCSS line return parsing error - https://github.com/advisories/GHSA-7fh5-64p2-3v2j
fix available via `npm audit fix --force`
Will install @rails/webpacker@3.6.0, which is a breaking change
node_modules/postcss
autoprefixer 1.0.20131222 - 9.8.8
Depends on vulnerable versions of postcss
node_modules/autoprefixer
css-blank-pseudo <=1.0.0
Depends on vulnerable versions of postcss
node_modules/css-blank-pseudo
postcss-preset-env <=7.0.0
Depends on vulnerable versions of autoprefixer
Depends on vulnerable versions of css-blank-pseudo
Depends on vulnerable versions of css-has-pseudo
Depends on vulnerable versions of css-prefers-color-scheme
Depends on vulnerable versions of postcss
Depends on vulnerable versions of postcss-attribute-case-insensitive
Depends on vulnerable versions of postcss-color-functional-notation
Depends on vulnerable versions of postcss-color-gray
Depends on vulnerable versions of postcss-color-hex-alpha
Depends on vulnerable versions of postcss-color-mod-function
Depends on vulnerable versions of postcss-color-rebeccapurple
Depends on vulnerable versions of postcss-custom-media
Depends on vulnerable versions of postcss-custom-properties
Depends on vulnerable versions of postcss-custom-selectors
Depends on vulnerable versions of postcss-dir-pseudo-class
Depends on vulnerable versions of postcss-double-position-gradients
Depends on vulnerable versions of postcss-env-function
Depends on vulnerable versions of postcss-focus-visible
Depends on vulnerable versions of postcss-focus-within
Depends on vulnerable versions of postcss-font-variant
Depends on vulnerable versions of postcss-gap-properties
Depends on vulnerable versions of postcss-image-set-function
Depends on vulnerable versions of postcss-initial
Depends on vulnerable versions of postcss-lab-function
Depends on vulnerable versions of postcss-logical
Depends on vulnerable versions of postcss-media-minmax
Depends on vulnerable versions of postcss-nesting
Depends on vulnerable versions of postcss-overflow-shorthand
Depends on vulnerable versions of postcss-page-break
Depends on vulnerable versions of postcss-place
Depends on vulnerable versions of postcss-pseudo-class-any-link
Depends on vulnerable versions of postcss-replace-overflow-wrap
Depends on vulnerable versions of postcss-selector-matches
Depends on vulnerable versions of postcss-selector-not
node_modules/postcss-preset-env
css-declaration-sorter <=5.1.2
Depends on vulnerable versions of postcss
node_modules/css-declaration-sorter
css-has-pseudo <=1.0.0
Depends on vulnerable versions of postcss
node_modules/css-has-pseudo
css-loader 0.15.0 - 4.3.0
Depends on vulnerable versions of icss-utils
Depends on vulnerable versions of postcss
Depends on vulnerable versions of postcss-modules-extract-imports
Depends on vulnerable versions of postcss-modules-local-by-default
Depends on vulnerable versions of postcss-modules-scope
Depends on vulnerable versions of postcss-modules-values
node_modules/css-loader
css-prefers-color-scheme <=4.0.0
Depends on vulnerable versions of postcss
node_modules/css-prefers-color-scheme
cssnano <=4.1.11
Depends on vulnerable versions of cssnano-preset-default
Depends on vulnerable versions of postcss
node_modules/cssnano
cssnano-preset-default <=4.0.8
Depends on vulnerable versions of css-declaration-sorter
Depends on vulnerable versions of cssnano-util-raw-cache
Depends on vulnerable versions of postcss
Depends on vulnerable versions of postcss-calc
Depends on vulnerable versions of postcss-colormin
Depends on vulnerable versions of postcss-convert-values
Depends on vulnerable versions of postcss-discard-comments
Depends on vulnerable versions of postcss-discard-duplicates
Depends on vulnerable versions of postcss-discard-empty
Depends on vulnerable versions of postcss-discard-overridden
Depends on vulnerable versions of postcss-merge-longhand
Depends on vulnerable versions of postcss-merge-rules
Depends on vulnerable versions of postcss-minify-font-values
Depends on vulnerable versions of postcss-minify-gradients
Depends on vulnerable versions of postcss-minify-params
Depends on vulnerable versions of postcss-minify-selectors
Depends on vulnerable versions of postcss-normalize-charset
Depends on vulnerable versions of postcss-normalize-display-values
Depends on vulnerable versions of postcss-normalize-positions
Depends on vulnerable versions of postcss-normalize-repeat-style
Depends on vulnerable versions of postcss-normalize-string
Depends on vulnerable versions of postcss-normalize-timing-functions
Depends on vulnerable versions of postcss-normalize-unicode
Depends on vulnerable versions of postcss-normalize-url
Depends on vulnerable versions of postcss-normalize-whitespace
Depends on vulnerable versions of postcss-ordered-values
Depends on vulnerable versions of postcss-reduce-initial
Depends on vulnerable versions of postcss-reduce-transforms
Depends on vulnerable versions of postcss-svgo
Depends on vulnerable versions of postcss-unique-selectors
node_modules/cssnano-preset-default
cssnano-util-raw-cache *
Depends on vulnerable versions of postcss
node_modules/cssnano-util-raw-cache
icss-utils <=4.1.1
Depends on vulnerable versions of postcss
node_modules/icss-utils
postcss-modules-local-by-default <=4.0.0-rc.4
Depends on vulnerable versions of icss-utils
Depends on vulnerable versions of postcss
node_modules/postcss-modules-local-by-default
postcss-modules-values <=4.0.0-rc.5
Depends on vulnerable versions of icss-utils
Depends on vulnerable versions of postcss
node_modules/postcss-modules-values
postcss-attribute-case-insensitive <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-attribute-case-insensitive
postcss-calc 4.1.0 - 7.0.5
Depends on vulnerable versions of postcss
node_modules/postcss-calc
postcss-color-functional-notation <=3.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-color-functional-notation
postcss-color-gray >=3.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-color-gray
postcss-color-hex-alpha 1.3.0 - 6.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-color-hex-alpha
postcss-color-mod-function *
Depends on vulnerable versions of postcss
node_modules/postcss-color-mod-function
postcss-color-rebeccapurple 1.2.0 - 6.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-color-rebeccapurple
postcss-colormin <=4.0.3
Depends on vulnerable versions of postcss
node_modules/postcss-colormin
postcss-convert-values <=4.0.1
Depends on vulnerable versions of postcss
node_modules/postcss-convert-values
postcss-custom-media 4.0.0 - 7.0.8
Depends on vulnerable versions of postcss
node_modules/postcss-custom-media
postcss-custom-properties 3.3.0 - 10.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-custom-properties
postcss-custom-selectors 2.3.0 - 5.1.2
Depends on vulnerable versions of postcss
node_modules/postcss-custom-selectors
postcss-dir-pseudo-class <=5.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-dir-pseudo-class
postcss-discard-comments <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-discard-comments
postcss-discard-duplicates 1.1.0 - 4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-discard-duplicates
postcss-discard-empty 1.1.0 - 4.0.1
Depends on vulnerable versions of postcss
node_modules/postcss-discard-empty
postcss-discard-overridden <=4.0.1
Depends on vulnerable versions of postcss
node_modules/postcss-discard-overridden
postcss-double-position-gradients <=2.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-double-position-gradients
postcss-env-function <=3.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-env-function
postcss-flexbugs-fixes <=4.2.1
Depends on vulnerable versions of postcss
node_modules/postcss-flexbugs-fixes
postcss-focus-visible <=5.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-focus-visible
postcss-focus-within <=4.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-focus-within
postcss-font-variant 1.2.0 - 4.0.1
Depends on vulnerable versions of postcss
node_modules/postcss-font-variant
postcss-gap-properties <=2.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-gap-properties
postcss-image-set-function <=3.0.1
Depends on vulnerable versions of postcss
node_modules/postcss-image-set-function
postcss-import <=12.0.1
Depends on vulnerable versions of postcss
node_modules/postcss-import
postcss-initial <=3.0.4
Depends on vulnerable versions of postcss
node_modules/postcss-initial
postcss-lab-function <=3.1.2
Depends on vulnerable versions of postcss
node_modules/postcss-lab-function
postcss-loader <=4.0.1
Depends on vulnerable versions of postcss
node_modules/postcss-loader
postcss-logical <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-logical
postcss-media-minmax 1.2.0 - 4.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-media-minmax
postcss-merge-longhand <=4.0.11
Depends on vulnerable versions of postcss
Depends on vulnerable versions of stylehacks
node_modules/postcss-merge-longhand
postcss-merge-rules <=4.0.3
Depends on vulnerable versions of postcss
node_modules/postcss-merge-rules
postcss-minify-font-values <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-minify-font-values
postcss-minify-gradients <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-minify-gradients
postcss-minify-params <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-minify-params
postcss-minify-selectors <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-minify-selectors
postcss-modules-extract-imports <=2.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-modules-extract-imports
postcss-modules-scope <=2.2.0
Depends on vulnerable versions of postcss
node_modules/postcss-modules-scope
postcss-nesting <=7.0.1
Depends on vulnerable versions of postcss
node_modules/postcss-nesting
postcss-normalize-charset <=4.0.1
Depends on vulnerable versions of postcss
node_modules/postcss-normalize-charset
postcss-normalize-display-values <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-normalize-display-values
postcss-normalize-positions <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-normalize-positions
postcss-normalize-repeat-style <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-normalize-repeat-style
postcss-normalize-string <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-normalize-string
postcss-normalize-timing-functions <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-normalize-timing-functions
postcss-normalize-unicode <=4.0.1
Depends on vulnerable versions of postcss
node_modules/postcss-normalize-unicode
postcss-normalize-url 1.1.0 - 4.0.1
Depends on vulnerable versions of postcss
node_modules/postcss-normalize-url
postcss-normalize-whitespace <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-normalize-whitespace
postcss-ordered-values <=4.1.2
Depends on vulnerable versions of postcss
node_modules/postcss-ordered-values
postcss-overflow-shorthand <=2.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-overflow-shorthand
postcss-page-break <=2.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-page-break
postcss-place <=5.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-place
postcss-pseudo-class-any-link <=6.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-pseudo-class-any-link
postcss-reduce-initial <=4.0.3
Depends on vulnerable versions of postcss
node_modules/postcss-reduce-initial
postcss-reduce-transforms <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-reduce-transforms
postcss-replace-overflow-wrap <=3.0.0
Depends on vulnerable versions of postcss
node_modules/postcss-replace-overflow-wrap
postcss-safe-parser <=4.0.2
Depends on vulnerable versions of postcss
node_modules/postcss-safe-parser
postcss-selector-matches *
Depends on vulnerable versions of postcss
node_modules/postcss-selector-matches
postcss-selector-not <=4.0.1
Depends on vulnerable versions of postcss
node_modules/postcss-selector-not
postcss-unique-selectors <=4.0.1
Depends on vulnerable versions of postcss
node_modules/postcss-unique-selectors
stylehacks <=4.0.3
Depends on vulnerable versions of postcss
node_modules/stylehacks
95 vulnerabilities (76 moderate, 19 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
npm audit fixをしてもnpm audit fix --forceしても解消されませんでした。
ryuseitadokoro@ryuseinoMacBook-Air today_fashion % npm audit fix --force
npm WARN using --force Recommended protections disabled.
npm WARN audit Updating @rails/webpacker to 3.6.0, which is a SemVer major change.
npm WARN audit Updating @rails/webpacker to 3.6.0, which is a SemVer major change.
npm WARN deprecated osenv@0.1.5: This package is no longer supported.
npm WARN deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated npmlog@4.1.2: This package is no longer supported.
npm WARN deprecated acorn-dynamic-import@2.0.2: This is probably built in to whatever tool you're using. If you still need it... idk
npm WARN deprecated are-we-there-yet@1.1.7: This package is no longer supported.
npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated extract-text-webpack-plugin@3.0.2: Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated gauge@2.7.4: This package is no longer supported.
npm WARN deprecated fstream@1.0.12: This package is no longer supported.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated postcss-cssnext@3.1.1: 'postcss-cssnext' has been deprecated in favor of 'postcss-preset-env'. Read more at https://moox.io/blog/deprecating-cssnext/
npm WARN deprecated uglify-es@3.3.9: support for ECMAScript is superseded by `uglify-js` as of v3.13.0
npm WARN deprecated svgo@0.7.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm ERR! code 1
npm ERR! path /Users/ryuseitadokoro/workspace/runteq/today_fashion/node_modules/node-sass
npm ERR! command failed
npm ERR! command sh -c node scripts/build.js
npm ERR! Building: /Users/ryuseitadokoro/.nodenv/versions/20.10.0/bin/node /Users/ryuseitadokoro/workspace/runteq/today_fashion/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp verb cli [
npm ERR! gyp verb cli '/Users/ryuseitadokoro/.nodenv/versions/20.10.0/bin/node',
npm ERR! gyp verb cli '/Users/ryuseitadokoro/workspace/runteq/today_fashion/node_modules/node-gyp/bin/node-gyp.js',
npm ERR! gyp verb cli 'rebuild',
npm ERR! gyp verb cli '--verbose',
npm ERR! gyp verb cli '--libsass_ext=',
npm ERR! gyp verb cli '--libsass_cflags=',
npm ERR! gyp verb cli '--libsass_ldflags=',
npm ERR! gyp verb cli '--libsass_library='
npm ERR! gyp verb cli ]
npm ERR! gyp info using node-gyp@3.8.0
npm ERR! gyp info using node@20.10.0 | darwin | arm64
npm ERR! gyp verb command rebuild []
npm ERR! gyp verb command clean []
npm ERR! gyp verb clean removing "build" directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb check python checking for Python executable "python2" in the PATH
npm ERR! gyp verb `which` succeeded python2 /Users/ryuseitadokoro/.pyenv/shims/python2
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error: Command failed: /Users/ryuseitadokoro/.pyenv/shims/python2 -c import sys; print "%s.%s.%s" % sys.version_info[:3];
npm ERR! gyp ERR! stack pyenv: python2: command not found
npm ERR! gyp ERR! stack
npm ERR! gyp ERR! stack The `python2' command exists in these Python versions:
npm ERR! gyp ERR! stack 2.7.18
npm ERR! gyp ERR! stack
npm ERR! gyp ERR! stack Note: See 'pyenv help global' for tips on allowing both
npm ERR! gyp ERR! stack python2 and python3 to be found.
npm ERR! gyp ERR! stack
npm ERR! gyp ERR! stack at ChildProcess.exithandler (node:child_process:422:12)
npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:514:28)
npm ERR! gyp ERR! stack at maybeClose (node:internal/child_process:1105:16)
npm ERR! gyp ERR! stack at Socket.<anonymous> (node:internal/child_process:457:11)
npm ERR! gyp ERR! stack at Socket.emit (node:events:514:28)
npm ERR! gyp ERR! stack at Pipe.<anonymous> (node:net:337:12)
npm ERR! gyp ERR! System Darwin 23.5.0
npm ERR! gyp ERR! command "/Users/ryuseitadokoro/.nodenv/versions/20.10.0/bin/node" "/Users/ryuseitadokoro/workspace/runteq/today_fashion/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
npm ERR! gyp ERR! cwd /Users/ryuseitadokoro/workspace/runteq/today_fashion/node_modules/node-sass
npm ERR! gyp ERR! node -v v20.10.0
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok
npm ERR! Build failed with error code: 1
npm ERR! A complete log of this run can be found in: /Users/ryuseitadokoro/.npm/_logs/2024-06-19T22_06_19_789Z-debug-0.log
代替えのパッケージを使用しても(bracesの替わりにminimatchなど)エラーは解消されませんでした。
対応ありがとうございます。
この5つに対して脆弱性があり、デプロイができないとのことでした。
↑どういった根拠からデプロイできないと判断されたのかが分かりませんでした。以下のログに対してコメントしますね。
remote: EntryModuleNotFoundError: Entry module not found: Error: Can't resolve 'babel-loader' in '/tmp/build_b64392ab'
2つのバージョンが混在しているようなので、そこから確認していくとよいかと思いました。 (yarnを使っているようでしたら、yarnでの操作を調べてください。)
npm uninstall babel-loader
npm install babel-loader@8.2.2 --save-dev
上記で削除後、node_modulesフォルダとpackage-lock.jsonファイルを削除してから、再度依存関係をインストールして、webpack.config.jsを確認しましょう。
rm -rf node_modules
rm package-lock.json
npm install
module.exports = {
module: {
rules: [
{
test: /\.js$/,
exclude: /node_modules/,
use: {
loader: 'babel-loader'
}
}
]
}
};
Herokuでのキャッシュクリア後、再度デプロイを試してみたりしてみてください。
heroku plugins:install heroku-repo
heroku repo:purge_cache -a todayfashion
git push heroku main
また、webpackerではなく、Rails7系からよく使われるesbuildなども検討してみてください。
ありがとうございます! 無事にデプロイが完了次第、esbuildを試しに使ってみようと思います。
いただいたアドバイスを元に実行してみたものの、別のエラーが発生しました。
ryuseitadokoro@ryuseinoMacBook-Air today_fashion % git push heroku main
Enumerating objects: 288, done.
Counting objects: 100% (288/288), done.
Delta compression using up to 8 threads
Compressing objects: 100% (225/225), done.
Writing objects: 100% (240/240), 3.05 MiB | 362.00 KiB/s, done.
Total 240 (delta 147), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (147/147), completed with 30 local objects.
remote: Updated 225 paths from 9fa79aa
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Building on the Heroku-22 stack
remote: -----> Using buildpacks:
remote: 1. heroku/nodejs
remote: 2. heroku/ruby
remote: -----> Node.js app detected
remote:
remote: -----> Creating runtime environment
remote:
remote: NPM_CONFIG_LOGLEVEL=error
remote: NODE_VERBOSE=false
remote: NODE_ENV=production
remote: NODE_MODULES_CACHE=true
remote:
remote: -----> Installing binaries
remote: engines.node (package.json): 20.10.0
remote: engines.npm (package.json): unspecified (use default)
remote: engines.yarn (package.json): 1.22.22
remote:
remote: Resolving node version 20.10.0...
remote: Downloading and installing node 20.10.0...
remote: Using default npm version: 10.2.3
remote: Resolving yarn version 1.22.22...
remote: Downloading and installing yarn (1.22.22)
remote: Installed yarn 1.22.22
remote:
remote: -----> Installing dependencies
remote: Installing node modules
remote:
remote: added 1753 packages, and audited 1754 packages in 27s
remote:
remote: 169 packages are looking for funding
remote: run `npm fund` for details
remote:
remote: 95 vulnerabilities (76 moderate, 19 high)
remote:
remote: To address issues that do not require attention, run:
remote: npm audit fix
remote:
remote: To address all issues (including breaking changes), run:
remote: npm audit fix --force
remote:
remote: Run `npm audit` for details.
remote: npm notice
remote: npm notice New minor version of npm available! 10.2.3 -> 10.8.1
remote: npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.8.1>
remote: npm notice Run `npm install -g npm@10.8.1` to update!
remote: npm notice
remote:
remote: -----> Build
remote:
remote: -----> Caching build
remote: - npm cache
remote:
remote: -----> Pruning devDependencies
remote:
remote: up to date, audited 1286 packages in 6s
remote:
remote: 116 packages are looking for funding
remote: run `npm fund` for details
remote:
remote: 95 vulnerabilities (76 moderate, 19 high)
remote:
remote: To address issues that do not require attention, run:
remote: npm audit fix
remote:
remote: To address all issues (including breaking changes), run:
remote: npm audit fix --force
remote:
remote: Run `npm audit` for details.
remote: npm notice
remote: npm notice New minor version of npm available! 10.2.3 -> 10.8.1
remote: npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.8.1>
remote: npm notice Run `npm install -g npm@10.8.1` to update!
remote: npm notice
remote:
remote: -----> Build succeeded!
remote: ! This app may not specify any way to start a node process
remote: https://devcenter.heroku.com/articles/nodejs-support#default-web-process-type
remote:
remote: -----> Ruby app detected
remote: -----> Installing bundler 2.4.22
remote: -----> Removing BUNDLED WITH version in the Gemfile.lock
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-3.2.2
remote: -----> Installing dependencies using bundler 2.4.22
remote: Running: BUNDLE_WITHOUT='development:test' BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 bundle install -j4
remote: Fetching gem metadata from https://rubygems.org/.......
remote: Fetching rake 13.1.0
remote: Installing rake 13.1.0
remote: Fetching bigdecimal 3.1.4
remote: Fetching concurrent-ruby 1.2.2
remote: Fetching connection_pool 2.4.1
remote: Fetching base64 0.2.0
remote: Installing base64 0.2.0
remote: Installing bigdecimal 3.1.4 with native extensions
remote: Fetching minitest 5.20.0
remote: Installing connection_pool 2.4.1
remote: Fetching mutex_m 0.2.0
remote: Installing concurrent-ruby 1.2.2
remote: Installing minitest 5.20.0
remote: Installing mutex_m 0.2.0
remote: Fetching builder 3.2.4
remote: Fetching erubi 1.12.0
remote: Installing builder 3.2.4
remote: Installing erubi 1.12.0
remote: Fetching racc 1.7.3
remote: Fetching crass 1.0.6
remote: Fetching rack 2.2.8
remote: Installing racc 1.7.3 with native extensions
remote: Installing crass 1.0.6
remote: Fetching nio4r 2.7.0
remote: Installing rack 2.2.8
remote: Installing nio4r 2.7.0 with native extensions
remote: Fetching websocket-extensions 0.1.5
remote: Installing websocket-extensions 0.1.5
remote: Fetching zeitwerk 2.6.12
remote: Installing zeitwerk 2.6.12
remote: Fetching timeout 0.4.1
remote: Installing timeout 0.4.1
remote: Fetching marcel 1.0.2
remote: Installing marcel 1.0.2
remote: Fetching mini_mime 1.1.5
remote: Installing mini_mime 1.1.5
remote: Fetching date 3.3.4
remote: Installing date 3.3.4 with native extensions
remote: Fetching public_suffix 5.0.4
remote: Installing public_suffix 5.0.4
remote: Fetching execjs 2.9.1
remote: Installing execjs 2.9.1
remote: Fetching aws-eventstream 1.3.0
remote: Installing aws-eventstream 1.3.0
remote: Fetching aws-partitions 1.895.0
remote: Installing aws-partitions 1.895.0
remote: Fetching jmespath 1.6.2
remote: Installing jmespath 1.6.2
remote: Fetching bcrypt 3.1.20
remote: Installing bcrypt 3.1.20 with native extensions
remote: Fetching msgpack 1.7.2
remote: Installing msgpack 1.7.2 with native extensions
remote: Fetching popper_js 2.11.8
remote: Installing popper_js 2.11.8
remote: Fetching mini_magick 4.12.0
remote: Installing mini_magick 4.12.0
remote: Fetching ffi 1.16.3
remote: Installing ffi 1.16.3 with native extensions
remote: Fetching ssrf_filter 1.1.2
remote: Installing ssrf_filter 1.1.2
remote: Fetching chronic 0.10.2
remote: Installing chronic 0.10.2
remote: Fetching orm_adapter 0.5.0
remote: Installing orm_adapter 0.5.0
remote: Fetching stringio 3.1.0
remote: Installing stringio 3.1.0 with native extensions
remote: Fetching webrick 1.8.1
remote: Installing webrick 1.8.1
remote: Fetching thor 1.3.0
remote: Installing thor 1.3.0
remote: Fetching dotenv 2.8.1
remote: Installing dotenv 2.8.1
remote: Fetching excon 0.109.0
remote: Fetching uri 0.13.0
remote: Installing excon 0.109.0
remote: Installing uri 0.13.0
remote: Fetching formatador 1.1.0
remote: Fetching mime-types-data 3.2024.0206
remote: Installing formatador 1.1.0
remote: Fetching multi_json 1.15.0
remote: Installing mime-types-data 3.2024.0206
remote: Installing multi_json 1.15.0
remote: Fetching google-protobuf 3.25.2 (x86_64-linux)
remote: Fetching jwt 2.7.1
remote: Installing jwt 2.7.1
remote: Fetching os 1.1.4
remote: Installing google-protobuf 3.25.2 (x86_64-linux)
remote: Installing os 1.1.4
remote: Fetching google-cloud-errors 1.3.1
remote: Installing google-cloud-errors 1.3.1
remote: Fetching hashie 5.0.0
remote: Fetching multi_xml 0.6.0
remote: Installing hashie 5.0.0
remote: Installing multi_xml 0.6.0
remote: Fetching json 2.7.1
remote: Fetching line-bot-api 1.28.0
remote: Installing line-bot-api 1.28.0
remote: Installing json 2.7.1 with native extensions
remote: Fetching memory_profiler 1.0.1
remote: Installing memory_profiler 1.0.1
remote: Fetching version_gem 1.1.3
remote: Installing version_gem 1.1.3
remote: Fetching pg 1.5.4
remote: Installing pg 1.5.4 with native extensions
remote: Fetching tilt 2.3.0
remote: Installing tilt 2.3.0
remote: Fetching semantic_range 3.0.0
remote: Installing semantic_range 3.0.0
remote: Fetching drb 2.2.0
remote: Installing drb 2.2.0
remote: Fetching i18n 1.14.1
remote: Installing i18n 1.14.1
remote: Fetching tzinfo 2.0.6
remote: Installing tzinfo 2.0.6
remote: Fetching rack-session 1.0.2
remote: Installing rack-session 1.0.2
remote: Fetching rack-test 2.1.0
remote: Installing rack-test 2.1.0
remote: Fetching warden 1.2.9
remote: Installing warden 1.2.9
remote: Fetching rack-proxy 0.7.7
remote: Installing rack-proxy 0.7.7
remote: Fetching sprockets 4.2.1
remote: Installing sprockets 4.2.1
remote: Fetching websocket-driver 0.7.6
remote: Installing websocket-driver 0.7.6 with native extensions
remote: Fetching net-protocol 0.2.2
remote: Installing net-protocol 0.2.2
remote: Fetching nokogiri 1.15.5 (x86_64-linux)
remote: Installing nokogiri 1.15.5 (x86_64-linux)
remote: Fetching addressable 2.8.6
remote: Installing addressable 2.8.6
remote: Fetching autoprefixer-rails 10.4.16.0
remote: Installing autoprefixer-rails 10.4.16.0
remote: Fetching aws-sigv4 1.8.0
remote: Installing aws-sigv4 1.8.0
remote: Fetching puma 6.4.0
remote: Installing puma 6.4.0 with native extensions
remote: Fetching bootsnap 1.17.0
remote: Installing bootsnap 1.17.0 with native extensions
remote: Fetching whenever 1.0.0
remote: Installing whenever 1.0.0
remote: Fetching reline 0.4.1
remote: Installing reline 0.4.1
remote: Fetching rackup 1.0.0
remote: Installing rackup 1.0.0
remote: Fetching psych 5.1.1.1
remote: Installing psych 5.1.1.1 with native extensions
remote: Fetching net-http 0.4.1
remote: Installing net-http 0.4.1
remote: Fetching mime-types 3.5.2
remote: Installing mime-types 3.5.2
remote: Fetching googleapis-common-protos-types 1.11.0
remote: Installing googleapis-common-protos-types 1.11.0
remote: Fetching httparty 0.21.0
remote: Installing httparty 0.21.0
remote: Fetching omniauth 1.9.2
remote: Installing omniauth 1.9.2
remote: Fetching snaky_hash 2.0.1
remote: Installing snaky_hash 2.0.1
remote: Fetching activesupport 7.1.2
remote: Installing activesupport 7.1.2
remote: Fetching net-imap 0.4.7
remote: Installing net-imap 0.4.7
remote: Fetching net-pop 0.1.2
remote: Installing net-pop 0.1.2
remote: Fetching net-smtp 0.4.0
remote: Installing net-smtp 0.4.0
remote: Fetching loofah 2.22.0
remote: Installing loofah 2.22.0
remote: Fetching bootstrap 5.3.2
remote: Installing bootstrap 5.3.2
remote: Fetching aws-sdk-core 3.191.3
remote: Installing aws-sdk-core 3.191.3
remote: Fetching ruby-vips 2.2.0
remote: Installing ruby-vips 2.2.0
remote: Fetching sassc 2.4.0
remote: Installing sassc 2.4.0 with native extensions
remote: Fetching faraday-net_http 3.1.0
remote: Installing faraday-net_http 3.1.0
remote: Fetching fog-core 2.4.0
remote: Installing fog-core 2.4.0
remote: Fetching grpc 1.61.0 (x86_64-linux)
remote: Installing grpc 1.61.0 (x86_64-linux)
remote: Fetching rails-dom-testing 2.2.0
remote: Installing rails-dom-testing 2.2.0
remote: Fetching globalid 1.2.1
remote: Installing globalid 1.2.1
remote: Fetching activemodel 7.1.2
remote: Installing activemodel 7.1.2
remote: Fetching active_hash 3.2.1
remote: Installing active_hash 3.2.1
remote: Fetching enum_help 0.0.19
remote: Installing enum_help 0.0.19
remote: Fetching mail 2.8.1
remote: Installing mail 2.8.1
remote: Fetching rails-html-sanitizer 1.6.0
remote: Installing rails-html-sanitizer 1.6.0
remote: Fetching aws-sdk-kms 1.77.0
remote: Fetching image_processing 1.12.2
remote: Installing aws-sdk-kms 1.77.0
remote: Installing image_processing 1.12.2
remote: Fetching faraday 2.9.0
remote: Fetching rdoc 6.6.1
remote: Installing faraday 2.9.0
remote: Installing rdoc 6.6.1
remote: Fetching fog-json 1.2.0
remote: Installing fog-json 1.2.0
remote: Fetching fog-xml 0.1.4
remote: Installing fog-xml 0.1.4
remote: Fetching googleapis-common-protos 1.4.0
remote: Installing googleapis-common-protos 1.4.0
remote: Fetching activejob 7.1.2
remote: Fetching activerecord 7.1.2
remote: Installing activejob 7.1.2
remote: Fetching actionview 7.1.2
remote: Installing activerecord 7.1.2
remote: Installing actionview 7.1.2
remote: Fetching aws-sdk-s3 1.143.0
remote: Installing aws-sdk-s3 1.143.0
remote: Fetching carrierwave 3.0.5
remote: Installing carrierwave 3.0.5
remote: Fetching faraday-retry 2.2.0
remote: Fetching google-cloud-env 2.1.1
remote: Installing faraday-retry 2.2.0
remote: Installing google-cloud-env 2.1.1
remote: Fetching signet 0.18.0
remote: Fetching oauth2 2.0.9
remote: Installing oauth2 2.0.9
remote: Installing signet 0.18.0
remote: Fetching fog-aws 3.21.0
remote: Fetching irb 1.10.1
remote: Installing irb 1.10.1
remote: Installing fog-aws 3.21.0
remote: Fetching actionpack 7.1.2
remote: Installing actionpack 7.1.2
remote: Fetching jbuilder 2.11.5
remote: Installing jbuilder 2.11.5
remote: Fetching ancestry 4.3.3
remote: Installing ancestry 4.3.3
remote: Fetching google-cloud-core 1.6.1
remote: Installing google-cloud-core 1.6.1
remote: Fetching omniauth-oauth2 1.7.3
remote: Installing omniauth-oauth2 1.7.3
remote: Fetching googleauth 1.9.2
remote: Installing googleauth 1.9.2
remote: Fetching actioncable 7.1.2
remote: Installing actioncable 7.1.2
remote: Fetching activestorage 7.1.2
remote: Installing activestorage 7.1.2
remote: Fetching actionmailer 7.1.2
remote: Installing actionmailer 7.1.2
remote: Fetching omniauth-rails_csrf_protection 0.1.2
remote: Fetching railties 7.1.2
remote: Installing omniauth-rails_csrf_protection 0.1.2
remote: Installing railties 7.1.2
remote: Fetching sprockets-rails 3.4.2
remote: Installing sprockets-rails 3.4.2
remote: Fetching omniauth-line 0.1.0
remote: Installing omniauth-line 0.1.0
remote: Fetching gapic-common 0.21.1
remote: Installing gapic-common 0.21.1
remote: Fetching actionmailbox 7.1.2
remote: Installing actionmailbox 7.1.2
remote: Fetching actiontext 7.1.2
remote: Fetching google-cloud-vision-v1 0.13.2
remote: Installing actiontext 7.1.2
remote: Installing google-cloud-vision-v1 0.13.2
remote: Fetching google-cloud-vision-v1p3beta1 0.12.2
remote: Fetching responders 3.1.1
remote: Installing responders 3.1.1
remote: Installing google-cloud-vision-v1p3beta1 0.12.2
remote: Fetching dotenv-rails 2.8.1
remote: Installing dotenv-rails 2.8.1
remote: Fetching importmap-rails 1.2.3
remote: Fetching jquery-rails 4.6.0
remote: Installing importmap-rails 1.2.3
remote: Fetching rails-i18n 7.0.8
remote: Installing jquery-rails 4.6.0
remote: Installing rails-i18n 7.0.8
remote: Fetching stimulus-rails 1.3.0
remote: Installing stimulus-rails 1.3.0
remote: Fetching turbo-rails 1.5.0
remote: Installing turbo-rails 1.5.0
remote: Fetching webpacker 5.4.4
remote: Fetching rails 7.1.2
remote: Installing rails 7.1.2
remote: Fetching devise 4.9.3
remote: Installing webpacker 5.4.4
remote: Installing devise 4.9.3
remote: Fetching google-cloud-vision 1.4.0
remote: Installing google-cloud-vision 1.4.0
remote: Fetching font-awesome-sass 6.5.1
remote: Fetching sassc-rails 2.1.2
remote: Installing sassc-rails 2.1.2
remote: Installing font-awesome-sass 6.5.1
remote: Bundle complete! 41 Gemfile dependencies, 151 gems now installed.
remote: Gems in the groups 'development' and 'test' were not installed.
remote: Bundled gems are installed into `./vendor/bundle`
remote: Post-install message from ancestry:
remote: Thank you for installing Ancestry. You can visit http://github.com/stefankroes/ancestry to read the documentation.
remote: Post-install message from devise:
remote:
remote: [DEVISE] Please review the [changelog] and [upgrade guide] for more info on Hotwire / Turbo integration.
remote:
remote: [changelog] https://github.com/heartcombo/devise/blob/main/CHANGELOG.md
remote: [upgrade guide] https://github.com/heartcombo/devise/wiki/How-To:-Upgrade-to-Devise-4.9.0-%5BHotwire-Turbo-integration%5D
remote: Post-install message from httparty:
remote: When you HTTParty, you must party hard!
remote: Post-install message from oauth2:
remote:
remote: You have installed oauth2 version 2.0.9, congratulations!
remote:
remote: There are BREAKING changes if you are upgrading from < v2, but most will not encounter them, and updating your code should be easy!
remote:
remote: We have made two other major migrations:
remote: 1. master branch renamed to main
remote: 2. Github has been replaced with Gitlab
remote:
remote: Please see:
remote: • https://gitlab.com/oauth-xx/oauth2#what-is-new-for-v20
remote: • https://gitlab.com/oauth-xx/oauth2/-/blob/main/CHANGELOG.md
remote: • https://groups.google.com/g/oauth-ruby/c/QA_dtrXWXaE
remote:
remote: Please report issues, and support the project! Thanks, |7eter l-|. l3oling
remote:
remote: Bundle completed (99.80s)
remote: Cleaning up the bundler cache.
remote: -----> Detecting rake tasks
remote: -----> Preparing app for Rails asset pipeline
remote: Running: rake assets:precompile
remote: I, [2024-06-20T22:06:37.745360 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/manifest-1087d56d1fb02f01944edeb8b277587d08d42c14b01de6524d650dd299f96416.js
remote: I, [2024-06-20T22:06:37.745564 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/manifest-1087d56d1fb02f01944edeb8b277587d08d42c14b01de6524d650dd299f96416.js.gz
remote: I, [2024-06-20T22:06:37.745729 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/QRcode-c3ed57fac7c01c8893ecf50db7c217f5402694515ce656a467d2030d04112c54.png
remote: I, [2024-06-20T22:06:37.745921 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/Y-shirts-f49027924e8a3bb0c5b5eba741b4ca2e77f90453e5d5a7685fe20c5e06716608.png
remote: I, [2024-06-20T22:06:37.746426 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/black_pants-1481ced1b53146e2c6aebd03c0e4329435bc4d9818eb765b14434aa5b27632f9.png
remote: I, [2024-06-20T22:06:37.747596 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/black_shoes-02d82ac9a54d612517220a798745ab9f4b663d29a235458b02e26acc3f393b57.png
remote: I, [2024-06-20T22:06:37.748127 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/cardigan-0669dbbd253add9a38926abc361c3b93958f6292f908fbd67c5536d4db43e177.png
remote: I, [2024-06-20T22:06:37.749122 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/chester_coat-b593f8a26bd53624e556c73df11ec71132d5aa27a8967246f48877afabcaa0ed.png
remote: I, [2024-06-20T22:06:37.749583 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/cloth_longt-cd0ffde4e5faf0fc88148e7eb5956b0e1cc4c2c3946259465188e332196e7c05.png
remote: I, [2024-06-20T22:06:37.750097 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/default_image-72b00ba578f5a07d665978ab5bd88c8fa28b06e6022c08bb2d2d874c44b50a90.png
remote: I, [2024-06-20T22:06:37.750529 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/down-a48e736af13f29be41a967ab22f3a0b0034271ffa539684119208b4dd31cea29.png
remote: I, [2024-06-20T22:06:37.751467 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/fashion_tshirt1_white-f66f4e5ab4b8edb1c2012b1e928faeb9d117b31eea37e2268dd09f0d4d0ef6aa.png
remote: I, [2024-06-20T22:06:37.751915 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/favicon-e17e702686bf7c7ad5d86167250e32cfcd6a2bfe0d65b391e611c67fd03e983b.ico
remote: I, [2024-06-20T22:06:37.752237 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/favicon-e17e702686bf7c7ad5d86167250e32cfcd6a2bfe0d65b391e611c67fd03e983b.ico.gz
remote: I, [2024-06-20T22:06:37.752545 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/flight_jacket-a26ff8ad0632d19cb3faa76577d8b098919b09b814510a45cc13a300f7012655.png
remote: I, [2024-06-20T22:06:37.757365 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/foldinging_umbrella-0c6fb0a4950decec5ac60b377395919a957025a2b40db186c9609bb7d35c87cc.png
remote: I, [2024-06-20T22:06:37.761216 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/half_pants-23b9c3d3b031b4cdce85f0c871da6e8c2756a0db27ffcee296390ed058bd06e7.png
remote: I, [2024-06-20T22:06:37.761669 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/hat_kankan-24dccbd6356439656c689463f83c2dbf7de90b1c9eda00e9b24993df2e03bdb0.png
remote: I, [2024-06-20T22:06:37.763598 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/hokkairo-2b065c62f4a87b7ca13030ad8ac3ff2b9302f2472f42758647c3aab18950a5cb.png
remote: I, [2024-06-20T22:06:37.765895 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/jeans-c37534e806a4361f1c82b6d60c70f7f7fcafacd2baa45126eb24dff872f0b9cd.png
remote: I, [2024-06-20T22:06:37.767308 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/knitcap-dff8c2e693160f2bd18c258fd40e398a0a8a8474320ab6b2613ba7752bda2bee.png
remote: I, [2024-06-20T22:06:37.767790 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/long_umbrella-4f221bca274d99834f5400ae5fac937847a131c7f25ae5c6f0bf6a235c151c7b.png
remote: I, [2024-06-20T22:06:37.768323 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/muffler-9b26a7b672be6459fdd3cf8cea77201445491cdf3383af55cec15a98f99fc274.png
remote: I, [2024-06-20T22:06:37.769619 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/necklace-24c02648864638a30cb0a4b3e357ce2096f5131d640681b56c0038e4eefaef2e.png
remote: I, [2024-06-20T22:06:37.770580 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/parker-671931726b6d4a23d2501b383d1d05ccca58a9378391554dce2bb7a90298be26.png
remote: I, [2024-06-20T22:06:37.772662 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/pool_bath_towel-887457461b61780c0ee3dde64a58fb565979fdcfdc85ee249915b013714d8254.png
remote: I, [2024-06-20T22:06:37.773828 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/ruck_sack-0d61446123aded37f5110a043282e2dcd841cb7d13f34feb657cb66dafd73ebd.png
remote: I, [2024-06-20T22:06:37.775630 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/sacoche-7a59003fcf05dd4a4836a7fb686741482732546ef4203b2b96f7ff368b217301.png
remote: I, [2024-06-20T22:06:37.776376 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/sample-f49027924e8a3bb0c5b5eba741b4ca2e77f90453e5d5a7685fe20c5e06716608.png
remote: I, [2024-06-20T22:06:37.776819 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/shoes_side06_beach-59c56eb0f3c865140a6a7cfc66c32443670d6b0b719143699c011324b8e8e1d3.png
remote: I, [2024-06-20T22:06:37.778893 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/tebukuro-0ecfa0c0b3c0285a74f7480e469457cd96fa76e33bd84fdc9bf1ff4e1b569adb.png
remote: I, [2024-06-20T22:06:37.779430 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/title-6da70aa24cab2dffb26de08bbfbcfbf16a97d4f9a5e8b6d5425bd653eca2b735.png
remote: I, [2024-06-20T22:06:37.780004 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/tokei-60363f1dee03e2629b0428d65863eadb2d07c8b1b9cf7baeffafc589f26c0dde.png
remote: I, [2024-06-20T22:06:37.781696 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/white_shoes-3aa863db904a2112cca5072ba8b9a76975a2d8e16a06569c232fa6f521595283.png
remote: I, [2024-06-20T22:06:37.782247 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/application-34f7bfcfe4871c169f72d8db155b9d862a021332b8244d09a24322106f33ff83.css
remote: I, [2024-06-20T22:06:37.783982 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/application-34f7bfcfe4871c169f72d8db155b9d862a021332b8244d09a24322106f33ff83.css.gz
remote: I, [2024-06-20T22:06:37.784303 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-solid-900-1264bbfd0a242cea274e9658ef866514f8014f85fbb0a69e747d04a0f61e25d2.woff2
remote: I, [2024-06-20T22:06:37.784947 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-solid-900-96b5ce81949b798ac7fd0b5d72266abfbcf1957ff99edaff5e10f87ccd5b55e2.ttf
remote: I, [2024-06-20T22:06:37.787308 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-solid-900-96b5ce81949b798ac7fd0b5d72266abfbcf1957ff99edaff5e10f87ccd5b55e2.ttf.gz
remote: I, [2024-06-20T22:06:37.788153 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-regular-400-b760f7d0b22d0d1affe2935597e0f7117db217488428ea047c38edcf78560d97.woff2
remote: I, [2024-06-20T22:06:37.790388 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-regular-400-e477506e462f3f0f8b474023431a8795fa8530588b8aa89ee2852c2d8c6251d4.ttf
remote: I, [2024-06-20T22:06:37.791208 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-regular-400-e477506e462f3f0f8b474023431a8795fa8530588b8aa89ee2852c2d8c6251d4.ttf.gz
remote: I, [2024-06-20T22:06:37.791516 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-brands-400-6cd699135550499d965cdecf7455c325dc331d5cf2fe0842566a5629089aa732.woff2
remote: I, [2024-06-20T22:06:37.791995 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-brands-400-f371f0d1e77d0639bfdab950e7a4abac4d365dc40ef0cb3c82420d5d60580a75.ttf
remote: I, [2024-06-20T22:06:37.792426 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-brands-400-f371f0d1e77d0639bfdab950e7a4abac4d365dc40ef0cb3c82420d5d60580a75.ttf.gz
remote: I, [2024-06-20T22:06:37.792724 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/closet-b0a60a0874d3c8300974356993e03fa21c258995dd0eea23dfa7b4897bff2b52.css
remote: I, [2024-06-20T22:06:37.794412 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/closet-b0a60a0874d3c8300974356993e03fa21c258995dd0eea23dfa7b4897bff2b52.css.gz
remote: I, [2024-06-20T22:06:37.796536 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/styles-cb1364c83219df721ecfa313782295ed93318d5f1d4af6575becd57fb9354c8a.css
remote: I, [2024-06-20T22:06:37.796833 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/styles-cb1364c83219df721ecfa313782295ed93318d5f1d4af6575becd57fb9354c8a.css.gz
remote: I, [2024-06-20T22:06:37.797155 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/top-733b6274fa018d054a0eadfe7b9f1a7b874d29d2278a292b59ec7634bdaf61fb.css
remote: I, [2024-06-20T22:06:37.797407 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/top-733b6274fa018d054a0eadfe7b9f1a7b874d29d2278a292b59ec7634bdaf61fb.css.gz
remote: I, [2024-06-20T22:06:37.797706 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/user-4b604c924bc16e3d42f42a8de8919bad51d283007739074f8b6069ac333466ce.css
remote: I, [2024-06-20T22:06:37.797983 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/user-4b604c924bc16e3d42f42a8de8919bad51d283007739074f8b6069ac333466ce.css.gz
remote: I, [2024-06-20T22:06:37.798280 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/application-5624f7629665857f731290c6d70bd5335655809696ecccff1a28b5bccca7ee77.js
remote: I, [2024-06-20T22:06:37.800643 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/application-5624f7629665857f731290c6d70bd5335655809696ecccff1a28b5bccca7ee77.js.gz
remote: I, [2024-06-20T22:06:37.801095 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/closet_form-d901db134ae64872c1b6519901752448c1e598e5dd0603e0b22122cc7daeb707.js
remote: I, [2024-06-20T22:06:37.801388 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/closet_form-d901db134ae64872c1b6519901752448c1e598e5dd0603e0b22122cc7daeb707.js.gz
remote: I, [2024-06-20T22:06:37.801713 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/scripts-f751feb1bacefdf78c7b2d1b273fa73b09d72fc352d7b3f2e8b6a67b7dca8f6c.js
remote: I, [2024-06-20T22:06:37.803729 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/scripts-f751feb1bacefdf78c7b2d1b273fa73b09d72fc352d7b3f2e8b6a67b7dca8f6c.js.gz
remote: I, [2024-06-20T22:06:37.804076 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/todayfashion-01-776c5c7a7d0eb7175f5409cb6c3abee33e3adf24f1f56b62d382dc753c042576.jpg
remote: I, [2024-06-20T22:06:37.804603 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/todayfashion-02-029cfe60c4b666214cfcf8352a815eda196110792e7f1d8ab4b2ba3b20b71b45.png
remote: I, [2024-06-20T22:06:37.805413 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/todayfashion-03-7d0df118ab82330fd819efaa2a31bef80b4a75397fd38c42924c14d9a74c62c1.png
remote: I, [2024-06-20T22:06:37.807750 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/todayfashion-04-5a984da8076ad8c3caa2ab4f30d9e89dd9072c2cfdde6dfdd5c7a7f3a398851d.png
remote: I, [2024-06-20T22:06:37.808583 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/todayfashion-05-8eee969b71043661562deadd20ff67c6423d88fa8f8c1b5baefb4258fa0cc385.png
remote: I, [2024-06-20T22:06:37.809059 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/styles-57dcc86b2cd713759c3dd731a3f341300b184fc1fdaf08d6d32788f68b67f48c.scss
remote: I, [2024-06-20T22:06:37.809337 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/styles-57dcc86b2cd713759c3dd731a3f341300b184fc1fdaf08d6d32788f68b67f48c.scss.gz
remote: I, [2024-06-20T22:06:37.809658 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/turbo-694adf671b9be722aa9b327e9b26b769d91f9235b85e3633a58d001c9974bba1.js
remote: I, [2024-06-20T22:06:37.809944 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/turbo-694adf671b9be722aa9b327e9b26b769d91f9235b85e3633a58d001c9974bba1.js.gz
remote: I, [2024-06-20T22:06:37.812411 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/turbo.min-dfd93b3092d1d0ff56557294538d069bdbb28977d3987cb39bc0dd892f32fc57.js
remote: I, [2024-06-20T22:06:37.812711 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/turbo.min-dfd93b3092d1d0ff56557294538d069bdbb28977d3987cb39bc0dd892f32fc57.js.gz
remote: I, [2024-06-20T22:06:37.813064 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/turbo.min.js-24086855a1740f1ed123d14c033071ab88963d4eb7c9875ea45441d48d8a79d2.map
remote: I, [2024-06-20T22:06:37.813345 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/turbo.min.js-24086855a1740f1ed123d14c033071ab88963d4eb7c9875ea45441d48d8a79d2.map.gz
remote: I, [2024-06-20T22:06:37.813702 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/actiontext-0e17dea0bbcecdc975d4166ad0414e9b0b08f89797093fd2402ca7a4b53f2841.js
remote: I, [2024-06-20T22:06:37.813992 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/actiontext-0e17dea0bbcecdc975d4166ad0414e9b0b08f89797093fd2402ca7a4b53f2841.js.gz
remote: I, [2024-06-20T22:06:37.817996 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/actiontext.esm-492b22a807659dd6cf22068522daaf906111f90474591bd48c75d515dd40fbca.js
remote: I, [2024-06-20T22:06:37.818316 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/actiontext.esm-492b22a807659dd6cf22068522daaf906111f90474591bd48c75d515dd40fbca.js.gz
remote: I, [2024-06-20T22:06:37.818639 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/trix-e17a480fcb4e30c8571f0fed42dc81de5faeef93755ca30fe9623eb3f5c709e5.js
remote: I, [2024-06-20T22:06:37.818921 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/trix-e17a480fcb4e30c8571f0fed42dc81de5faeef93755ca30fe9623eb3f5c709e5.js.gz
remote: I, [2024-06-20T22:06:37.819260 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/trix-2ab7ffaad006bd1dbfa11372e2ec5a059fc2ca96c0f3934bedae61706259bfcb.css
remote: I, [2024-06-20T22:06:37.821506 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/trix-2ab7ffaad006bd1dbfa11372e2ec5a059fc2ca96c0f3934bedae61706259bfcb.css.gz
remote: I, [2024-06-20T22:06:37.821867 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/es-module-shims-69d0cb4dc1d01c9dc2ed52f2ab66874fd545fe7e35c7841009b4e8c55f231dee.js
remote: I, [2024-06-20T22:06:37.822138 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/es-module-shims-69d0cb4dc1d01c9dc2ed52f2ab66874fd545fe7e35c7841009b4e8c55f231dee.js.gz
remote: I, [2024-06-20T22:06:37.822476 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/es-module-shims.min-4ca9b3dd5e434131e3bb4b0c1d7dff3bfd4035672a5086deec6f73979a49be73.js
remote: I, [2024-06-20T22:06:37.822750 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/es-module-shims.min-4ca9b3dd5e434131e3bb4b0c1d7dff3bfd4035672a5086deec6f73979a49be73.js.gz
remote: I, [2024-06-20T22:06:37.823091 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/es-module-shims.js-c69f1a5dd068dfc08a4cedc0ad77b792985bf256e162852bd03cdf764b666c4a.map
remote: I, [2024-06-20T22:06:37.823393 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/es-module-shims.js-c69f1a5dd068dfc08a4cedc0ad77b792985bf256e162852bd03cdf764b666c4a.map.gz
remote: I, [2024-06-20T22:06:37.825558 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-f75215805563870a61ee9dc5a207ce46d4675c7e667558a54344fd1e7baa697f.js
remote: I, [2024-06-20T22:06:37.825854 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-f75215805563870a61ee9dc5a207ce46d4675c7e667558a54344fd1e7baa697f.js.gz
remote: I, [2024-06-20T22:06:37.827853 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-autoloader-c584942b568ba74879da31c7c3d51366737bacaf6fbae659383c0a5653685693.js
remote: I, [2024-06-20T22:06:37.828166 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-autoloader-c584942b568ba74879da31c7c3d51366737bacaf6fbae659383c0a5653685693.js.gz
remote: I, [2024-06-20T22:06:37.828501 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-importmap-autoloader-db2076c783bf2dbee1226e2add52fef290b5d31b5bcd1edd999ac8a6dd31c44a.js
remote: I, [2024-06-20T22:06:37.828820 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-importmap-autoloader-db2076c783bf2dbee1226e2add52fef290b5d31b5bcd1edd999ac8a6dd31c44a.js.gz
remote: I, [2024-06-20T22:06:37.829139 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-loading-3576ce92b149ad5d6959438c6f291e2426c86df3b874c525b30faad51b0d96b3.js
remote: I, [2024-06-20T22:06:37.829437 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-loading-3576ce92b149ad5d6959438c6f291e2426c86df3b874c525b30faad51b0d96b3.js.gz
remote: I, [2024-06-20T22:06:37.829770 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus.min-dd364f16ec9504dfb72672295637a1c8838773b01c0b441bd41008124c407894.js
remote: I, [2024-06-20T22:06:37.831870 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus.min-dd364f16ec9504dfb72672295637a1c8838773b01c0b441bd41008124c407894.js.gz
remote: I, [2024-06-20T22:06:37.832211 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-autoloader-c584942b568ba74879da31c7c3d51366737bacaf6fbae659383c0a5653685693.js
remote: I, [2024-06-20T22:06:37.832535 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-autoloader-c584942b568ba74879da31c7c3d51366737bacaf6fbae659383c0a5653685693.js.gz
remote: I, [2024-06-20T22:06:37.832848 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-importmap-autoloader-db2076c783bf2dbee1226e2add52fef290b5d31b5bcd1edd999ac8a6dd31c44a.js
remote: I, [2024-06-20T22:06:37.833140 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-importmap-autoloader-db2076c783bf2dbee1226e2add52fef290b5d31b5bcd1edd999ac8a6dd31c44a.js.gz
remote: I, [2024-06-20T22:06:37.833435 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-loading-3576ce92b149ad5d6959438c6f291e2426c86df3b874c525b30faad51b0d96b3.js
remote: I, [2024-06-20T22:06:37.833719 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus-loading-3576ce92b149ad5d6959438c6f291e2426c86df3b874c525b30faad51b0d96b3.js.gz
remote: I, [2024-06-20T22:06:37.836254 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus.min.js-2cc63625fa177963b45da974806e7aee846cbf1d4930815733d0fdf3fb232325.map
remote: I, [2024-06-20T22:06:37.836573 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/stimulus.min.js-2cc63625fa177963b45da974806e7aee846cbf1d4930815733d0fdf3fb232325.map.gz
remote: I, [2024-06-20T22:06:37.838461 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-brands-400-f371f0d1e77d0639bfdab950e7a4abac4d365dc40ef0cb3c82420d5d60580a75.ttf
remote: I, [2024-06-20T22:06:37.838979 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-brands-400-f371f0d1e77d0639bfdab950e7a4abac4d365dc40ef0cb3c82420d5d60580a75.ttf.gz
remote: I, [2024-06-20T22:06:37.839382 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-regular-400-e477506e462f3f0f8b474023431a8795fa8530588b8aa89ee2852c2d8c6251d4.ttf
remote: I, [2024-06-20T22:06:37.839759 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-regular-400-e477506e462f3f0f8b474023431a8795fa8530588b8aa89ee2852c2d8c6251d4.ttf.gz
remote: I, [2024-06-20T22:06:37.840439 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-solid-900-96b5ce81949b798ac7fd0b5d72266abfbcf1957ff99edaff5e10f87ccd5b55e2.ttf.gz
remote: I, [2024-06-20T22:06:37.842598 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-brands-400-6cd699135550499d965cdecf7455c325dc331d5cf2fe0842566a5629089aa732.woff2
remote: I, [2024-06-20T22:06:37.844550 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/font-awesome/fa-regular-400-b760f7d0b22d0d1affe2935597e0f7117db217488428ea047c38edcf78560d97.woff2
remote: I, [2024-06-20T22:06:37.845170 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/activestorage-210320b03bffc155ca1782c116437391c929c7c5b5c66ee4f4c7a826733070a1.js
remote: I, [2024-06-20T22:06:37.845494 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/activestorage-210320b03bffc155ca1782c116437391c929c7c5b5c66ee4f4c7a826733070a1.js.gz
remote: I, [2024-06-20T22:06:37.847388 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/activestorage.esm-1e3c46a0710fa7f44a7ced2fc61af4416147823859c9e65b69cd8a91811e678e.js
remote: I, [2024-06-20T22:06:37.847725 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/activestorage.esm-1e3c46a0710fa7f44a7ced2fc61af4416147823859c9e65b69cd8a91811e678e.js.gz
remote: I, [2024-06-20T22:06:37.848044 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/actioncable-b561134b2bfb0d095c5329001e894d6d433544b2a0f4276e0e50591afa62bb46.js
remote: I, [2024-06-20T22:06:37.848329 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/actioncable-b561134b2bfb0d095c5329001e894d6d433544b2a0f4276e0e50591afa62bb46.js.gz
remote: I, [2024-06-20T22:06:37.848652 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/actioncable.esm-642a147cbb90e93c6f2bcaeeb817a4a263aa4f971a6d95795835270bd8519dfd.js
remote: I, [2024-06-20T22:06:37.849009 #3871] INFO -- : Writing /tmp/build_d583b848/public/assets/actioncable.esm-642a147cbb90e93c6f2bcaeeb817a4a263aa4f971a6d95795835270bd8519dfd.js.gz
remote: Compiling...
remote: Compilation failed:
remote: assets by status 16.8 KiB [cached] 6 assets
remote: Entrypoint application = js/runtime~application-8dfc7a08c31fc40ece9e.js js/application-01f8e7ec55a5625d9e17.js 1 auxiliary asset
remote: Entrypoint closet_form = js/runtime~closet_form-528da9216bf6121ad83a.js js/closet_form-23b698410ff116576c3c.js 1 auxiliary asset
remote: Entrypoint scripts = js/runtime~scripts-0dc660ed85358007049b.js js/scripts-4fd073e07d1202aa0424.js 1 auxiliary asset
remote: runtime modules 7.87 KiB 12 modules
remote: modules with errors 117 bytes [errors]
remote: ./app/javascript/application.js 39 bytes [built] [code generated] [1 error]
remote: ./app/javascript/closet_form.js 39 bytes [built] [code generated] [1 error]
remote: ./app/javascript/scripts.js 39 bytes [built] [code generated] [1 error]
remote:
remote: ERROR in ./app/javascript/application.js
remote: Module build failed (from ./node_modules/babel-loader/lib/index.js):
remote: Error: Cannot find package 'babel-plugin-macros' imported from /tmp/build_d583b848/babel-virtual-resolve-base.js
remote: at new NodeError (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:195:5)
remote: at packageResolve (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:899:9)
remote: at moduleResolve (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:939:18)
remote: at defaultResolve (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:1017:15)
remote: at resolve (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:1030:12)
remote: at tryImportMetaResolve (/tmp/build_d583b848/node_modules/@babel/core/lib/config/files/plugins.js:142:45)
remote: at resolveStandardizedNameForImport (/tmp/build_d583b848/node_modules/@babel/core/lib/config/files/plugins.js:164:19)
remote: at resolveStandardizedName (/tmp/build_d583b848/node_modules/@babel/core/lib/config/files/plugins.js:173:22)
remote: at loadPlugin (/tmp/build_d583b848/node_modules/@babel/core/lib/config/files/plugins.js:52:20)
remote: at loadPlugin.next (<anonymous>)
remote: at createDescriptor (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-descriptors.js:140:16)
remote: at createDescriptor.next (<anonymous>)
remote: at step (/tmp/build_d583b848/node_modules/gensync/index.js:261:32)
remote: at evaluateAsync (/tmp/build_d583b848/node_modules/gensync/index.js:291:5)
remote: at /tmp/build_d583b848/node_modules/gensync/index.js:44:11
remote: at Array.forEach (<anonymous>)
remote: at Function.async (/tmp/build_d583b848/node_modules/gensync/index.js:43:15)
remote: at Function.all (/tmp/build_d583b848/node_modules/gensync/index.js:216:13)
remote: at Generator.next (<anonymous>)
remote: at createDescriptors (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-descriptors.js:102:41)
remote: at createDescriptors.next (<anonymous>)
remote: at createPluginDescriptors (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-descriptors.js:99:17)
remote: at createPluginDescriptors.next (<anonymous>)
remote: at /tmp/build_d583b848/node_modules/@babel/core/lib/gensync-utils/functional.js:39:27
remote: at Generator.next (<anonymous>)
remote: at mergeChainOpts (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-chain.js:349:34)
remote: at mergeChainOpts.next (<anonymous>)
remote: at chainWalker (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-chain.js:316:14)
remote: at chainWalker.next (<anonymous>)
remote: at loadFileChain (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-chain.js:191:24)
remote: at loadFileChain.next (<anonymous>)
remote: at buildRootChain (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-chain.js:77:27)
remote: at buildRootChain.next (<anonymous>)
remote: at loadPrivatePartialConfig (/tmp/build_d583b848/node_modules/@babel/core/lib/config/partial.js:72:62)
remote: at loadPrivatePartialConfig.next (<anonymous>)
remote: at loadPartialConfig (/tmp/build_d583b848/node_modules/@babel/core/lib/config/partial.js:115:25)
remote: at loadPartialConfig.next (<anonymous>)
remote: at step (/tmp/build_d583b848/node_modules/gensync/index.js:269:25)
remote: at evaluateAsync (/tmp/build_d583b848/node_modules/gensync/index.js:291:5)
remote: at /tmp/build_d583b848/node_modules/gensync/index.js:93:9
remote: at new Promise (<anonymous>)
remote: at async (/tmp/build_d583b848/node_modules/gensync/index.js:92:14)
remote: at stopHiding - secret - don't use this - v1 (/tmp/build_d583b848/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js:47:12)
remote: at loadPartialConfigAsync (/tmp/build_d583b848/node_modules/@babel/core/lib/config/index.js:34:85)
remote: at Object.<anonymous> (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:126:26)
remote: at Generator.next (<anonymous>)
remote: at asyncGeneratorStep (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:3:103)
remote: at _next (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:4:194)
remote: at /tmp/build_d583b848/node_modules/babel-loader/lib/index.js:4:364
remote: at new Promise (<anonymous>)
remote: at Object.<anonymous> (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:4:97)
remote: at Object._loader (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:210:18)
remote: at Object.loader (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:48:18)
remote: at Object.<anonymous> (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:44:12)
remote:
remote: ERROR in ./app/javascript/closet_form.js
remote: Module build failed (from ./node_modules/babel-loader/lib/index.js):
remote: Error: Cannot find package 'babel-plugin-macros' imported from /tmp/build_d583b848/babel-virtual-resolve-base.js
remote: at new NodeError (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:195:5)
remote: at packageResolve (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:899:9)
remote: at moduleResolve (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:939:18)
remote: at defaultResolve (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:1017:15)
remote: at resolve (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:1030:12)
remote: at tryImportMetaResolve (/tmp/build_d583b848/node_modules/@babel/core/lib/config/files/plugins.js:142:45)
remote: at resolveStandardizedNameForImport (/tmp/build_d583b848/node_modules/@babel/core/lib/config/files/plugins.js:164:19)
remote: at resolveStandardizedName (/tmp/build_d583b848/node_modules/@babel/core/lib/config/files/plugins.js:173:22)
remote: at loadPlugin (/tmp/build_d583b848/node_modules/@babel/core/lib/config/files/plugins.js:52:20)
remote: at loadPlugin.next (<anonymous>)
remote: at createDescriptor (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-descriptors.js:140:16)
remote: at createDescriptor.next (<anonymous>)
remote: at step (/tmp/build_d583b848/node_modules/gensync/index.js:261:32)
remote: at evaluateAsync (/tmp/build_d583b848/node_modules/gensync/index.js:291:5)
remote: at /tmp/build_d583b848/node_modules/gensync/index.js:44:11
remote: at Array.forEach (<anonymous>)
remote: at Function.async (/tmp/build_d583b848/node_modules/gensync/index.js:43:15)
remote: at Function.all (/tmp/build_d583b848/node_modules/gensync/index.js:216:13)
remote: at Generator.next (<anonymous>)
remote: at createDescriptors (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-descriptors.js:102:41)
remote: at createDescriptors.next (<anonymous>)
remote: at createPluginDescriptors (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-descriptors.js:99:17)
remote: at createPluginDescriptors.next (<anonymous>)
remote: at /tmp/build_d583b848/node_modules/@babel/core/lib/gensync-utils/functional.js:39:27
remote: at Generator.next (<anonymous>)
remote: at mergeChainOpts (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-chain.js:349:34)
remote: at mergeChainOpts.next (<anonymous>)
remote: at chainWalker (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-chain.js:316:14)
remote: at chainWalker.next (<anonymous>)
remote: at loadFileChain (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-chain.js:191:24)
remote: at loadFileChain.next (<anonymous>)
remote: at buildRootChain (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-chain.js:77:27)
remote: at buildRootChain.next (<anonymous>)
remote: at loadPrivatePartialConfig (/tmp/build_d583b848/node_modules/@babel/core/lib/config/partial.js:72:62)
remote: at loadPrivatePartialConfig.next (<anonymous>)
remote: at loadPartialConfig (/tmp/build_d583b848/node_modules/@babel/core/lib/config/partial.js:115:25)
remote: at loadPartialConfig.next (<anonymous>)
remote: at step (/tmp/build_d583b848/node_modules/gensync/index.js:269:25)
remote: at evaluateAsync (/tmp/build_d583b848/node_modules/gensync/index.js:291:5)
remote: at /tmp/build_d583b848/node_modules/gensync/index.js:93:9
remote: at new Promise (<anonymous>)
remote: at async (/tmp/build_d583b848/node_modules/gensync/index.js:92:14)
remote: at stopHiding - secret - don't use this - v1 (/tmp/build_d583b848/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js:47:12)
remote: at loadPartialConfigAsync (/tmp/build_d583b848/node_modules/@babel/core/lib/config/index.js:34:85)
remote: at Object.<anonymous> (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:126:26)
remote: at Generator.next (<anonymous>)
remote: at asyncGeneratorStep (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:3:103)
remote: at _next (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:4:194)
remote: at /tmp/build_d583b848/node_modules/babel-loader/lib/index.js:4:364
remote: at new Promise (<anonymous>)
remote: at Object.<anonymous> (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:4:97)
remote: at Object._loader (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:210:18)
remote: at Object.loader (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:48:18)
remote: at Object.<anonymous> (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:44:12)
remote:
remote: ERROR in ./app/javascript/scripts.js
remote: Module build failed (from ./node_modules/babel-loader/lib/index.js):
remote: Error: Cannot find package 'babel-plugin-macros' imported from /tmp/build_d583b848/babel-virtual-resolve-base.js
remote: at new NodeError (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:195:5)
remote: at packageResolve (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:899:9)
remote: at moduleResolve (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:939:18)
remote: at defaultResolve (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:1017:15)
remote: at resolve (/tmp/build_d583b848/node_modules/@babel/core/lib/vendor/import-meta-resolve.js:1030:12)
remote: at tryImportMetaResolve (/tmp/build_d583b848/node_modules/@babel/core/lib/config/files/plugins.js:142:45)
remote: at resolveStandardizedNameForImport (/tmp/build_d583b848/node_modules/@babel/core/lib/config/files/plugins.js:164:19)
remote: at resolveStandardizedName (/tmp/build_d583b848/node_modules/@babel/core/lib/config/files/plugins.js:173:22)
remote: at loadPlugin (/tmp/build_d583b848/node_modules/@babel/core/lib/config/files/plugins.js:52:20)
remote: at loadPlugin.next (<anonymous>)
remote: at createDescriptor (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-descriptors.js:140:16)
remote: at createDescriptor.next (<anonymous>)
remote: at step (/tmp/build_d583b848/node_modules/gensync/index.js:261:32)
remote: at evaluateAsync (/tmp/build_d583b848/node_modules/gensync/index.js:291:5)
remote: at /tmp/build_d583b848/node_modules/gensync/index.js:44:11
remote: at Array.forEach (<anonymous>)
remote: at Function.async (/tmp/build_d583b848/node_modules/gensync/index.js:43:15)
remote: at Function.all (/tmp/build_d583b848/node_modules/gensync/index.js:216:13)
remote: at Generator.next (<anonymous>)
remote: at createDescriptors (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-descriptors.js:102:41)
remote: at createDescriptors.next (<anonymous>)
remote: at createPluginDescriptors (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-descriptors.js:99:17)
remote: at createPluginDescriptors.next (<anonymous>)
remote: at /tmp/build_d583b848/node_modules/@babel/core/lib/gensync-utils/functional.js:39:27
remote: at Generator.next (<anonymous>)
remote: at mergeChainOpts (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-chain.js:349:34)
remote: at mergeChainOpts.next (<anonymous>)
remote: at chainWalker (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-chain.js:316:14)
remote: at chainWalker.next (<anonymous>)
remote: at loadFileChain (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-chain.js:191:24)
remote: at loadFileChain.next (<anonymous>)
remote: at buildRootChain (/tmp/build_d583b848/node_modules/@babel/core/lib/config/config-chain.js:77:27)
remote: at buildRootChain.next (<anonymous>)
remote: at loadPrivatePartialConfig (/tmp/build_d583b848/node_modules/@babel/core/lib/config/partial.js:72:62)
remote: at loadPrivatePartialConfig.next (<anonymous>)
remote: at loadPartialConfig (/tmp/build_d583b848/node_modules/@babel/core/lib/config/partial.js:115:25)
remote: at loadPartialConfig.next (<anonymous>)
remote: at step (/tmp/build_d583b848/node_modules/gensync/index.js:269:25)
remote: at evaluateAsync (/tmp/build_d583b848/node_modules/gensync/index.js:291:5)
remote: at /tmp/build_d583b848/node_modules/gensync/index.js:93:9
remote: at new Promise (<anonymous>)
remote: at async (/tmp/build_d583b848/node_modules/gensync/index.js:92:14)
remote: at stopHiding - secret - don't use this - v1 (/tmp/build_d583b848/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js:47:12)
remote: at loadPartialConfigAsync (/tmp/build_d583b848/node_modules/@babel/core/lib/config/index.js:34:85)
remote: at Object.<anonymous> (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:126:26)
remote: at Generator.next (<anonymous>)
remote: at asyncGeneratorStep (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:3:103)
remote: at _next (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:4:194)
remote: at /tmp/build_d583b848/node_modules/babel-loader/lib/index.js:4:364
remote: at new Promise (<anonymous>)
remote: at Object.<anonymous> (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:4:97)
remote: at Object._loader (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:210:18)
remote: at Object.loader (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:48:18)
remote: at Object.<anonymous> (/tmp/build_d583b848/node_modules/babel-loader/lib/index.js:44:12)
remote:
remote: webpack 5.92.1 compiled with 3 errors in 629 ms
remote:
remote:
remote: (node:3968) [DEP_WEBPACK_MAIN_TEMPLATE_RENDER_MANIFEST] DeprecationWarning: MainTemplate.hooks.renderManifest is deprecated (use Compilation.hooks.renderManifest instead)
remote: (Use `node --trace-deprecation ...` to show where the warning was created)
remote: (node:3968) [DEP_WEBPACK_CHUNK_TEMPLATE_RENDER_MANIFEST] DeprecationWarning: ChunkTemplate.hooks.renderManifest is deprecated (use Compilation.hooks.renderManifest instead)
remote: (node:3968) [DEP_WEBPACK_MAIN_TEMPLATE_HASH_FOR_CHUNK] DeprecationWarning: MainTemplate.hooks.hashForChunk is deprecated (use JavascriptModulesPlugin.getCompilationHooks().chunkHash instead)
remote: (node:3968) [DEP_WEBPACK_COMPILATION_NORMAL_MODULE_LOADER_HOOK] DeprecationWarning: Compilation.hooks.normalModuleLoader was moved to NormalModule.getCompilationHooks(compilation).loader
remote: (node:3968) [DEP_WEBPACK_COMPILATION_OPTIMIZE_CHUNK_ASSETS] DeprecationWarning: optimizeChunkAssets is deprecated (use Compilation.hooks.processAssets instead and use one of Compilation.PROCESS_ASSETS_STAGE_* as stage option)
remote: (node:3968) [DEP_WEBPACK_CHUNK_MODULES_ITERABLE] DeprecationWarning: Chunk.modulesIterable: Use new ChunkGraph API
remote:
remote:
remote: !
remote: ! Precompiling assets failed.
remote: !
remote: ! Push rejected, failed to compile Ruby app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to todayfashion.
remote:
To https://git.heroku.com/todayfashion.git
! [remote rejected] main -> main (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/todayfashion.git'
esbuildに変更したらdeploy問題解決しましたので、closeとします
お疲れ様です。 herokuにデプロイを試みているのですが、エラーが解決しないため質問させてください。
現在このようなエラーが出ており、
このエラーについて babel-loaderが見つからないとのことだったのでインストールされているか確認しました。
https://qiita.com/koda_7932/items/63061c197aabf1dafb0e https://babeljs.io/blog/2019/03/19/7.4.0
上記を参考にしましたが、エラーは改善されませんでした。 改善できるよう、ご教授していただけると有り難いです。 よろしくお願いいたします。