Foreman 1.18 - Foreman_datacenter broken dropdowns

Hi Folks,

I’m in the process of migrating our foreman install to the latest version via the various intermediate versions.

Anyway, when I’ve gone from 1.17 to 1.18 (including upgrading katello from 3.6-3.7) andsome of my foreman_datacenter plugins have ceased to work.

foreman_datacenter was at 0.1.49 but I see the same issue if i gem install 1.20.0 too.

The foreman-rake assets:precompile fails with the attached error both at 0.1.49 (I thought this might recover pre-existing version of the DC plugin). Anyway I see the same behaviour if i gem install the latest version.

The dependent packages are installed too.

for GEM in $(cat README.md | grep -i “gem install” | awk ‘{print $4}’);do

echo -n “$GEM:”; gem list | grep $GEM
done
sprockets:sprockets (3.7.2, 3.7.1)
sprockets-rails (3.2.1, 3.2.0)
sass:bootstrap-sass (3.4.1, 3.3.7)
font-awesome-sass (4.6.2)
patternfly-sass (3.59.1)
sass (3.7.3, 3.4.25)
sass-listen (4.0.0)
sass-rails (5.0.7)
sassc (2.0.1)
sass-listen:sass-listen (4.0.0)
rb-fsevent:rb-fsevent (0.10.3)
rb-inotify:rb-inotify (0.10.0)
ffi:ffi (1.10.0)

foreman-rake assets:precompile
/usr/share/foreman/lib/foreman.rb:8: warning: already initialized constant Foreman::UUID_REGEXP
/usr/share/foreman/lib/foreman.rb:8: warning: previous definition of UUID_REGEXP was here
/usr/share/foreman/lib/core_extensions.rb:182: warning: already initialized constant ActiveSupport::MessageEncryptor::DEFAULT_CIPHER
/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/activesupport-5.1.6/lib/active_support/message_encryptor.rb:22: warning: previous definition of DEFAULT_CIPHER was here
API controllers newer than Apipie cache! Run apipie:cache rake task to regenerate cache.
rake aborted!
Sass::SyntaxError: File to import not found or unreadable: patternfly.
Load paths:
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_bootdisk-12.0.0/app/assets/javascripts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/foreman_datacenter-1.20.0/app/assets/javascripts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/foreman_datacenter-1.20.0/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/app/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/vendor/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/vendor/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/engines/bastion_katello/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/engines/bastion_katello/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_docker-4.1.0/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_docker-4.1.0/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.13.4/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.13.4/app/assets/stylesheets
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/app/assets/javascripts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/app/assets/stylesheets
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/angular-rails-templates-1.0.2/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/x-editable-rails-1.5.5/vendor/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/x-editable-rails-1.5.5/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/x-editable-rails-1.5.5/vendor/assets/stylesheets
  /opt/theforeman/tfm-ror51/root/usr/share/gems/gems/turbolinks-2.5.4/lib/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/scoped_search-4.1.3/app/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/scoped_search-4.1.3/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/scoped_search-4.1.3/app/assets/stylesheets
  /opt/theforeman/tfm-ror51/root/usr/share/gems/gems/actioncable-5.1.6/lib/assets/compiled
  /opt/theforeman/tfm-ror51/root/usr/share/gems/gems/actionview-5.1.6/lib/assets/compiled
  /usr/share/foreman/vendor/assets/fonts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/vendor/assets/stylesheets/bastion
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/app/assets/stylesheets/bastion/bastion.scss:11
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/import_node.rb:67:in `rescue in import'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/import_node.rb:44:in `import'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/import_node.rb:28:in `imported_file'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:108:in `rescue in invalid_import_parent?'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:101:in `invalid_import_parent?'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:171:in `try_send'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:14:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `map'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:51:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:38:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:17:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `map'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:51:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:36:in `block in visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:59:in `visit_root'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:36:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:17:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:24:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/root_node.rb:35:in `css_tree'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/root_node.rb:20:in `render'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/engine.rb:290:in `render'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/sass_processor.rb:74:in `block in call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/utils.rb:171:in `module_include'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/sass_processor.rb:73:in `call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/sass_processor.rb:30:in `call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:75:in `call_processor'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:57:in `block in call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `reverse_each'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:134:in `load_from_unloaded'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:60:in `block in load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:44:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:20:in `block in initialize'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:47:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/bundle.rb:23:in `block in call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/utils.rb:200:in `dfs'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/bundle.rb:24:in `call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:75:in `call_processor'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:57:in `block in call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `reverse_each'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:134:in `load_from_unloaded'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:60:in `block in load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:44:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:20:in `block in initialize'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:47:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/base.rb:66:in `find_asset'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/base.rb:73:in `find_all_linked_assets'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:134:in `block in find'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:133:in `each'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:133:in `find'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:186:in `compile'
/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:68:in `block (3 levels) in define'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/rake/sprocketstask.rb:147:in `with_logger'
/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:67:in `block (2 levels) in define'
/opt/rh/rh-ruby24/root/usr/share/gems/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
Sass::SyntaxError: File to import not found or unreadable: patternfly.
Load paths:
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_bootdisk-12.0.0/app/assets/javascripts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/foreman_datacenter-1.20.0/app/assets/javascripts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/foreman_datacenter-1.20.0/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/app/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/vendor/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/vendor/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/engines/bastion_katello/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/engines/bastion_katello/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_docker-4.1.0/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_docker-4.1.0/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.13.4/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.13.4/app/assets/stylesheets
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/app/assets/javascripts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/app/assets/stylesheets
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/angular-rails-templates-1.0.2/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/x-editable-rails-1.5.5/vendor/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/x-editable-rails-1.5.5/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/x-editable-rails-1.5.5/vendor/assets/stylesheets
  /opt/theforeman/tfm-ror51/root/usr/share/gems/gems/turbolinks-2.5.4/lib/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/scoped_search-4.1.3/app/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/scoped_search-4.1.3/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/scoped_search-4.1.3/app/assets/stylesheets
  /opt/theforeman/tfm-ror51/root/usr/share/gems/gems/actioncable-5.1.6/lib/assets/compiled
  /opt/theforeman/tfm-ror51/root/usr/share/gems/gems/actionview-5.1.6/lib/assets/compiled
  /usr/share/foreman/vendor/assets/fonts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/vendor/assets/stylesheets/bastion
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/import_node.rb:65:in `import'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/import_node.rb:28:in `imported_file'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:108:in `rescue in invalid_import_parent?'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:101:in `invalid_import_parent?'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:171:in `try_send'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:14:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `map'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:51:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:38:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:17:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `map'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:51:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:36:in `block in visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:59:in `visit_root'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:36:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:17:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:24:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/root_node.rb:35:in `css_tree'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/root_node.rb:20:in `render'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/engine.rb:290:in `render'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/sass_processor.rb:74:in `block in call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/utils.rb:171:in `module_include'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/sass_processor.rb:73:in `call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/sass_processor.rb:30:in `call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:75:in `call_processor'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:57:in `block in call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `reverse_each'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:134:in `load_from_unloaded'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:60:in `block in load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:44:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:20:in `block in initialize'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:47:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/bundle.rb:23:in `block in call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/utils.rb:200:in `dfs'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/bundle.rb:24:in `call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:75:in `call_processor'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:57:in `block in call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `reverse_each'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:134:in `load_from_unloaded'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:60:in `block in load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:44:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:20:in `block in initialize'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:47:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/base.rb:66:in `find_asset'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/base.rb:73:in `find_all_linked_assets'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:134:in `block in find'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:133:in `each'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:133:in `find'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:186:in `compile'
/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:68:in `block (3 levels) in define'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/rake/sprocketstask.rb:147:in `with_logger'
/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:67:in `block (2 levels) in define'
/opt/rh/rh-ruby24/root/usr/share/gems/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
Sass::SyntaxError: File to import not found or unreadable: patternfly.
Load paths:
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_bootdisk-12.0.0/app/assets/javascripts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/foreman_datacenter-1.20.0/app/assets/javascripts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/foreman_datacenter-1.20.0/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/app/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/vendor/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/vendor/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/engines/bastion_katello/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/engines/bastion_katello/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_docker-4.1.0/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_docker-4.1.0/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.13.4/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.13.4/app/assets/stylesheets
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/app/assets/javascripts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/app/assets/stylesheets
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/angular-rails-templates-1.0.2/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/x-editable-rails-1.5.5/vendor/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/x-editable-rails-1.5.5/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/x-editable-rails-1.5.5/vendor/assets/stylesheets
  /opt/theforeman/tfm-ror51/root/usr/share/gems/gems/turbolinks-2.5.4/lib/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/scoped_search-4.1.3/app/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/scoped_search-4.1.3/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/scoped_search-4.1.3/app/assets/stylesheets
  /opt/theforeman/tfm-ror51/root/usr/share/gems/gems/actioncable-5.1.6/lib/assets/compiled
  /opt/theforeman/tfm-ror51/root/usr/share/gems/gems/actionview-5.1.6/lib/assets/compiled
  /usr/share/foreman/vendor/assets/fonts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/vendor/assets/stylesheets/bastion
(sass):11
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/import_node.rb:67:in `rescue in import'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/import_node.rb:44:in `import'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/import_node.rb:28:in `imported_file'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/import_node.rb:37:in `css_import?'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:106:in `invalid_import_parent?'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:171:in `try_send'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:14:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `map'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:51:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:38:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:17:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `map'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:51:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:36:in `block in visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:59:in `visit_root'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:36:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:17:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:24:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/root_node.rb:35:in `css_tree'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/root_node.rb:20:in `render'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/engine.rb:290:in `render'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/sass_processor.rb:74:in `block in call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/utils.rb:171:in `module_include'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/sass_processor.rb:73:in `call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/sass_processor.rb:30:in `call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:75:in `call_processor'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:57:in `block in call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `reverse_each'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:134:in `load_from_unloaded'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:60:in `block in load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:44:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:20:in `block in initialize'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:47:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/bundle.rb:23:in `block in call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/utils.rb:200:in `dfs'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/bundle.rb:24:in `call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:75:in `call_processor'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:57:in `block in call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `reverse_each'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:134:in `load_from_unloaded'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:60:in `block in load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:44:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:20:in `block in initialize'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:47:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/base.rb:66:in `find_asset'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/base.rb:73:in `find_all_linked_assets'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:134:in `block in find'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:133:in `each'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:133:in `find'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:186:in `compile'
/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:68:in `block (3 levels) in define'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/rake/sprocketstask.rb:147:in `with_logger'
/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:67:in `block (2 levels) in define'
/opt/rh/rh-ruby24/root/usr/share/gems/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
Sass::SyntaxError: File to import not found or unreadable: patternfly.
Load paths:
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_bootdisk-12.0.0/app/assets/javascripts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/foreman_datacenter-1.20.0/app/assets/javascripts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/foreman_datacenter-1.20.0/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/app/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/vendor/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/vendor/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/engines/bastion_katello/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.1.1/engines/bastion_katello/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_docker-4.1.0/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_docker-4.1.0/app/assets/stylesheets
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.13.4/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.13.4/app/assets/stylesheets
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/app/assets/javascripts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/app/assets/stylesheets
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/angular-rails-templates-1.0.2/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/x-editable-rails-1.5.5/vendor/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/x-editable-rails-1.5.5/vendor/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/x-editable-rails-1.5.5/vendor/assets/stylesheets
  /opt/theforeman/tfm-ror51/root/usr/share/gems/gems/turbolinks-2.5.4/lib/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/scoped_search-4.1.3/app/assets/images
  /opt/theforeman/tfm/root/usr/share/gems/gems/scoped_search-4.1.3/app/assets/javascripts
  /opt/theforeman/tfm/root/usr/share/gems/gems/scoped_search-4.1.3/app/assets/stylesheets
  /opt/theforeman/tfm-ror51/root/usr/share/gems/gems/actioncable-5.1.6/lib/assets/compiled
  /opt/theforeman/tfm-ror51/root/usr/share/gems/gems/actionview-5.1.6/lib/assets/compiled
  /usr/share/foreman/vendor/assets/fonts
  /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bastion-6.1.21/vendor/assets/stylesheets/bastion
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/import_node.rb:65:in `import'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/import_node.rb:28:in `imported_file'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/import_node.rb:37:in `css_import?'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:106:in `invalid_import_parent?'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:171:in `try_send'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:14:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `map'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:51:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:38:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:17:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `map'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:52:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:51:in `visit_children'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:36:in `block in visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:59:in `visit_root'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:36:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/check_nesting.rb:17:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/visitors/base.rb:24:in `visit'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/root_node.rb:35:in `css_tree'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/tree/root_node.rb:20:in `render'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sass-3.7.3/lib/sass/engine.rb:290:in `render'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/sass_processor.rb:74:in `block in call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/utils.rb:171:in `module_include'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/sass_processor.rb:73:in `call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/sass_processor.rb:30:in `call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:75:in `call_processor'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:57:in `block in call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `reverse_each'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:134:in `load_from_unloaded'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:60:in `block in load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:44:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:20:in `block in initialize'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:47:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/bundle.rb:23:in `block in call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/utils.rb:200:in `dfs'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/bundle.rb:24:in `call'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:75:in `call_processor'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:57:in `block in call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `reverse_each'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/processor_utils.rb:56:in `call_processors'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:134:in `load_from_unloaded'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:60:in `block in load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/loader.rb:44:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:20:in `block in initialize'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/cached_environment.rb:47:in `load'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/base.rb:66:in `find_asset'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/base.rb:73:in `find_all_linked_assets'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:134:in `block in find'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:133:in `each'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:133:in `find'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/sprockets/manifest.rb:186:in `compile'
/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:68:in `block (3 levels) in define'
/opt/rh/rh-ruby24/root/usr/local/share/gems/gems/sprockets-3.7.2/lib/rake/sprocketstask.rb:147:in `with_logger'
/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:67:in `block (2 levels) in define'
/opt/rh/rh-ruby24/root/usr/share/gems/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
Tasks: TOP => assets:precompile
(See full trace by running task with --trace)

This is on CentOS 7.6.

I bumped the packaging pull request lately. If you feel comfortable to create the package on your own until it is released, I can say it worked for me and it is easier than manual installation with precompilation of assets.
https://github.com/theforeman/foreman-packaging/pull/2336