我被卡住了,不确定原因。它似乎与主题组件有关。我确实有一个显示错误的组件,但已经将其删除。但是,重建仍然失败。
这是在使用 2 个容器的设置中,尝试使用 ./launcher bootstrap web_only && ./launcher destroy web_only && ./launcher start web_only 进行重建。
日志:
I, [2022-02-27T22:33:50.697946 #1] INFO – : > cd /var/www/discourse & su discourse -c ‘bundle exec rake themes:update assets:precompile’
- Building
- Building
- building…
Killed
error Command failed with exit code 137.
I, [2022-02-27T22:38:12.876942 #1] INFO – : Checking ‘PDF previews’ for ‘default’… up to date
Checking ‘Icon Header Links’ for ‘default’… up to date
Checking ‘Discourse Kanban’ for ‘default’… up to date
Checking ‘Extended About page’ for ‘default’… up to date
Checking ‘Discourse Jitsi’ for ‘default’… up to date
Checking ‘Topic Template Placeholder Text’ for ‘default’… up to date
Checking ‘Wikified Posts’ for ‘default’… up to date
Checking ‘Layouts Category List Widget’ for ‘default’… up to date
Checking ‘New PM Dropdown Button’ for ‘default’… up to date
Checking ‘Discourse Custom Homepage’ for ‘default’… up to date
Checking ‘Category Icons’ for ‘default’… up to date
Checking ‘Wizards Dropdown Button’ for ‘default’… up to date
Checking ‘Blog Post Styling’ for ‘default’… up to date
Checking ‘Layouts Category List Widget - Nathan’s Fork’ for ‘default’… up to date
Checking ‘md-composer-extras’ for ‘default’… up to date
Checking ‘Land on Group Messages’ for ‘default’… up to date
Checking ‘Layouts Groups Widget’ for ‘default’… up to date
Checking ‘Topic List Previews’ for ‘default’… up to date
Checking ‘discourse-image-annotator’ for ‘default’… up to date
Checking ‘Welcome Link Banner’ for ‘default’… up to date
Checking ‘DiscoTOC’ for ‘default’… yarn run v1.22.17
$ /var/www/discourse/app/assets/javascripts/node_modules/.bin/ember build -prod
WARNING: Node v16.13.2 is not tested against Ember CLI on your platform. We recommend that you use the most-recent “Active LTS” version of Node.js. See ember-cli/docs/node-support.md at master · ember-cli/ember-cli · GitHub for details.
DEPRECATION: The integration of jQuery into Ember has been deprecated and will be removed with Ember 4.0. You can either opt-out of using jQuery, or install the@ember/jqueryaddon to provide the jQuery integration. Please consult the deprecation guide for further details: Ember.js - Deprecations
Environment: production
info Visit yarn run | Yarn for documentation about this command.FAILED
Pups::ExecError: cd /var/www/discourse & su discourse -c ‘bundle exec rake themes:update >assets:precompile’ failed with return #<Process::Status: pid 1257 exit 137>
Location of failure: /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn’
exec failed with the params {“cd”=>“$home”, “hook”=>“assets_precompile”, “cmd”=>[“su discourse -c ‘bundle exec rake themes:update assets:precompile’”]}
be04c3477dffeff3e9d650532d0037ba735ea41638aa9ca959ec26160930ee08
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.
有什么建议吗?我担心会弄坏我的网站,所以暂时不打算运行 ./launcher rebuild web_only。
是的,我删除了 DiscoTOC,但没有起作用——错误只是落到了另一个 TC(无论哪个是最近安装的)。