Project

General

Profile

Actions

Bug #34036

closed

Webhooks fails to build with error: " Setting 'administrator' is already defined, please avoid collisions"

Added by Eric Helms over 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

+ /usr/bin/tfm-rake 'plugin:apipie:cache[foreman_webhooks]' FOREMAN_APIPIE_LANGS=en_US RAILS_ENV=development cache_part=resources OUT=/builddir/build/BUILDROOT/tfm-rubygem-foreman_webhooks-3.0.0-1.el7sat.noarch/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_webhooks-3.0.0/public/apipie-cache/plugin/foreman_webhooks DATABASE_URL=nulldb://nohost --trace
'ErbParser' is ignored.
'RubyParser' is ignored.
 WARN  root : No appender set, logging to STDOUT
Log file /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/log/development.log cannot be opened. Falling back to STDOUT
 INFO  app : Rails cache backend: File
2021-11-29T20:00:33 [I|app|] Rails cache backend: File
** Invoke plugin:apipie:cache (first_time)
** Execute plugin:apipie:cache
 WARN  app : DEPRECATION WARNING: You are using a deprecated behavior, it will be removed in version 3.3, initial value of setting 'instance_id' should be created in a migration (called from block in load_definitions at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/services/setting_registry.rb:135)
2021-11-29T20:00:34 [W|app|] DEPRECATION WARNING: You are using a deprecated behavior, it will be removed in version 3.3, initial value of setting 'instance_id' should be created in a migration (called from block in load_definitions at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/services/setting_registry.rb:135)
DEBUG  app : Slow initializers:
2021-11-29T20:00:34 [D|app|] Slow initializers:
DEBUG  app :     199.33  ./config/initializers/foreman.rb
2021-11-29T20:00:34 [D|app|]     199.33  ./config/initializers/foreman.rb
DEBUG  app :     450.89  ./config/initializers/apipie.rb
2021-11-29T20:00:34 [D|app|]     450.89  ./config/initializers/apipie.rb
DEBUG  app : There are pending migrations for foreman_webhooks. Please run foreman-rake db:migrate.
2021-11-29T20:00:34 [D|app|] There are pending migrations for foreman_webhooks. Please run foreman-rake db:migrate.
 WARN  app : DEPRECATION WARNING: Initialization autoloaded the constants Foreman::Gettext::AllDomains, Foreman::Telemetry, Foreman::TelemetrySinks, Foreman::TelemetrySinks::MetricExporterSink, Host, Host::Hostmix, HasManyCommon, StripWhitespace, Parameterizable, SettingRegistry, PermissionName, Authorizable, ValidateOsFamily, PxeLoaderSupport, ParameterValidators, ScopedSearchExtensions, ParameterSearch, NoWhitespaceValidator, Foreman::Fips, PasswordCrypt, Operatingsystem, Nic, Foreman::STI, EncryptValue, Encryptable, MacAddressValidator, SubnetsConsistencyValidator, BelongsToHostTaxonomyValidator, Nic::Base, Net::Validations, Nic::Interface, ProxyAPI, Orchestration::Task, Orchestration::Queue, Orchestration::ProgressReport, Orchestration, Orchestration::Common, Orchestration::DHCP, Orchestration::DNS, Orchestration::TFTP, SubnetsHelper, Orchestration::ExternalIPAM, DnsInterface, InterfaceCloning, Exportable, BelongsToSubnetValidator, Nic::BMC, Nic::WithAttachedDevices, Nic::Bond, Nic::Bridge, Nic::Managed, InterfaceTypeMapper, Role, UrlSchemaValidator, RegexpValidator, ArrayTypeValidator, ArrayHostnamesIpsValidator, EmailValidator, Setting, UrlValidation, HttpUrlValidator, TemplateKind, DirtyAssociations, TaxonomyCollisionFinder, Taxonomix, TemplateTax, Ptable, Template, ProvisioningTemplate, Foreman::ForemanUrlRenderer, Foreman::Controller, Foreman::Provision, Foreman::Model, ComputeResource, KeyPairComputeResource, KeyPairCapabilities, Foreman::Model::EC2, Foreman::Model::GCE, ComputeResourceConsoleCommon, Foreman::Model::Libvirt, Foreman::Model::Ovirt, Foreman::Model::Openstack, ComputeResourceCaching, Foreman::Model::Vmware, FogExtensions, HiddenValue, SettingPresenter, Foreman::Deprecation, SettingSelectCollection, Foreman::TelemetryHelper, Foreman::ThreadSession, UserTime, UserUsergroupCommon, TopbarCacheExpiry, JwtAuth, Foreman::Observable, Foreman::ObservableModel, User, MediumProviders, MediumProviders::Provider, MediumProviders::Default, ForemanInternal, FactImporter, StructuredFactImporter, PuppetFactImporter, FactParser, PuppetFactParser, ForemanAnsible, ForemanAnsible::StructuredFactImporter, ForemanAnsible::OperatingSystemParser, AnsibleFactParser, Katello, FactName, Katello::RhsmFactName, Katello::RhsmFactImporter, Katello::RhsmFactParser, Katello::REDHAT_ATOMIC_HOST_DISTRO_NAME, Katello::REDHAT_ATOMIC_HOST_OS, ForemanChef, ForemanChef::FactImporter, ForemanChef::FactParser, ForemanSalt, ForemanSalt::FactImporter, ForemanSalt::FactParser, Foreman::BaseSubscriber, and ForemanWebhooks::EventSubscriber.
Being able to do this is deprecated. Autoloading during initialization is going
to be an error condition in future versions of Rails.
Reloading does not reboot the application, and therefore code executed during
initialization does not run again. So, if you reload Foreman::Gettext::AllDomains, for example,
the expected changes won't be reflected in that stale Module object.
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
Please, check the "Autoloading and Reloading Constants" guide for solutions.
 (called from block in run at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/config/initializers/0_print_time_spent.rb:45)
2021-11-29T20:00:34 [W|app|] DEPRECATION WARNING: Initialization autoloaded the constants Foreman::Gettext::AllDomains, Foreman::Telemetry, Foreman::TelemetrySinks, Foreman::TelemetrySinks::MetricExporterSink, Host, Host::Hostmix, HasManyCommon, StripWhitespace, Parameterizable, SettingRegistry, PermissionName, Authorizable, ValidateOsFamily, PxeLoaderSupport, ParameterValidators, ScopedSearchExtensions, ParameterSearch, NoWhitespaceValidator, Foreman::Fips, PasswordCrypt, Operatingsystem, Nic, Foreman::STI, EncryptValue, Encryptable, MacAddressValidator, SubnetsConsistencyValidator, BelongsToHostTaxonomyValidator, Nic::Base, Net::Validations, Nic::Interface, ProxyAPI, Orchestration::Task, Orchestration::Queue, Orchestration::ProgressReport, Orchestration, Orchestration::Common, Orchestration::DHCP, Orchestration::DNS, Orchestration::TFTP, SubnetsHelper, Orchestration::ExternalIPAM, DnsInterface, InterfaceCloning, Exportable, BelongsToSubnetValidator, Nic::BMC, Nic::WithAttachedDevices, Nic::Bond, Nic::Bridge, Nic::Managed, InterfaceTypeMapper, Role, UrlSchemaValidator, RegexpValidator, ArrayTypeValidator, ArrayHostnamesIpsValidator, EmailValidator, Setting, UrlValidation, HttpUrlValidator, TemplateKind, DirtyAssociations, TaxonomyCollisionFinder, Taxonomix, TemplateTax, Ptable, Template, ProvisioningTemplate, Foreman::ForemanUrlRenderer, Foreman::Controller, Foreman::Provision, Foreman::Model, ComputeResource, KeyPairComputeResource, KeyPairCapabilities, Foreman::Model::EC2, Foreman::Model::GCE, ComputeResourceConsoleCommon, Foreman::Model::Libvirt, Foreman::Model::Ovirt, Foreman::Model::Openstack, ComputeResourceCaching, Foreman::Model::Vmware, FogExtensions, HiddenValue, SettingPresenter, Foreman::Deprecation, SettingSelectCollection, Foreman::TelemetryHelper, Foreman::ThreadSession, UserTime, UserUsergroupCommon, TopbarCacheExpiry, JwtAuth, Foreman::Observable, Foreman::ObservableModel, User, MediumProviders, MediumProviders::Provider, MediumProviders::Default, ForemanInternal, FactImporter, StructuredFactImporter, PuppetFactImporter, FactParser, PuppetFactParser, ForemanAnsible, ForemanAnsible::StructuredFactImporter, ForemanAnsible::OperatingSystemParser, AnsibleFactParser, Katello, FactName, Katello::RhsmFactName, Katello::RhsmFactImporter, Katello::RhsmFactParser, Katello::REDHAT_ATOMIC_HOST_DISTRO_NAME, Katello::REDHAT_ATOMIC_HOST_OS, ForemanChef, ForemanChef::FactImporter, ForemanChef::FactParser, ForemanSalt, ForemanSalt::FactImporter, ForemanSalt::FactParser, Foreman::BaseSubscriber, and ForemanWebhooks::EventSubscriber.
 | 
 | Being able to do this is deprecated. Autoloading during initialization is going
 | to be an error condition in future versions of Rails.
 | 
 | Reloading does not reboot the application, and therefore code executed during
 | initialization does not run again. So, if you reload Foreman::Gettext::AllDomains, for example,
 | the expected changes won't be reflected in that stale Module object.
 | 
 | `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
 | 
 | Please, check the "Autoloading and Reloading Constants" guide for solutions.
 |  (called from block in run at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/config/initializers/0_print_time_spent.rb:45)
 WARN  app : DEPRECATION WARNING: Controller-level `force_ssl` is deprecated and will be removed from Rails 6.1. Please enable `config.force_ssl` in your environment configuration to enable the ActionDispatch::SSL middleware to more fully enforce that your application communicate over HTTPS. If needed, you can use `config.ssl_options` to exempt matching endpoints from being redirected to HTTPS. (called from block in <module:RequireSsl> at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/controllers/concerns/foreman/controller/require_ssl.rb:7)
2021-11-29T20:00:34 [W|app|] DEPRECATION WARNING: Controller-level `force_ssl` is deprecated and will be removed from Rails 6.1. Please enable `config.force_ssl` in your environment configuration to enable the ActionDispatch::SSL middleware to more fully enforce that your application communicate over HTTPS. If needed, you can use `config.ssl_options` to exempt matching endpoints from being redirected to HTTPS. (called from block in <module:RequireSsl> at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/controllers/concerns/foreman/controller/require_ssl.rb:7)
Apipie cache enabled but not present yet. Run apipie:cache rake task to speed up API calls.
 WARN  app : Creating scope :completer_scope. Overwriting existing method Organization.completer_scope.
2021-11-29T20:00:34 [W|app|] Creating scope :completer_scope. Overwriting existing method Organization.completer_scope.
 WARN  app : Creating scope :completer_scope. Overwriting existing method Location.completer_scope.
2021-11-29T20:00:34 [W|app|] Creating scope :completer_scope. Overwriting existing method Location.completer_scope.
 WARN  app : DEPRECATION WARNING: Controller-level `force_ssl` is deprecated and will be removed from Rails 6.1. Please enable `config.force_ssl` in your environment configuration to enable the ActionDispatch::SSL middleware to more fully enforce that your application communicate over HTTPS. If needed, you can use `config.ssl_options` to exempt matching endpoints from being redirected to HTTPS. (called from block in <module:RequireSsl> at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/controllers/concerns/foreman/controller/require_ssl.rb:7)
2021-11-29T20:00:35 [W|app|] DEPRECATION WARNING: Controller-level `force_ssl` is deprecated and will be removed from Rails 6.1. Please enable `config.force_ssl` in your environment configuration to enable the ActionDispatch::SSL middleware to more fully enforce that your application communicate over HTTPS. If needed, you can use `config.ssl_options` to exempt matching endpoints from being redirected to HTTPS. (called from block in <module:RequireSsl> at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/controllers/concerns/foreman/controller/require_ssl.rb:7)
DEBUG  app : Performing eager load to find out all observable classes
2021-11-29T20:00:35 [D|app|] Performing eager load to find out all observable classes
 WARN  app : DEPRECATION WARNING: Controller-level `force_ssl` is deprecated and will be removed from Rails 6.1. Please enable `config.force_ssl` in your environment configuration to enable the ActionDispatch::SSL middleware to more fully enforce that your application communicate over HTTPS. If needed, you can use `config.ssl_options` to exempt matching endpoints from being redirected to HTTPS. (called from block in <module:RequireSsl> at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/controllers/concerns/foreman/controller/require_ssl.rb:7)
2021-11-29T20:00:35 [W|app|] DEPRECATION WARNING: Controller-level `force_ssl` is deprecated and will be removed from Rails 6.1. Please enable `config.force_ssl` in your environment configuration to enable the ActionDispatch::SSL middleware to more fully enforce that your application communicate over HTTPS. If needed, you can use `config.ssl_options` to exempt matching endpoints from being redirected to HTTPS. (called from block in <module:RequireSsl> at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/controllers/concerns/foreman/controller/require_ssl.rb:7)
DEBUG  app : Loading foreman_webhooks precompiled asset manifest from /builddir/build/BUILDROOT/tfm-rubygem-foreman_webhooks-3.0.0-1.el7sat.noarch/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_webhooks-3.0.0/public/assets/foreman_webhooks/foreman_webhooks.json
2021-11-29T20:00:38 [D|app|] Loading foreman_webhooks precompiled asset manifest from /builddir/build/BUILDROOT/tfm-rubygem-foreman_webhooks-3.0.0-1.el7sat.noarch/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_webhooks-3.0.0/public/assets/foreman_webhooks/foreman_webhooks.json
** Execute apipie:cache
 WARN  app : DEPRECATION WARNING: Controller-level `force_ssl` is deprecated and will be removed from Rails 6.1. Please enable `config.force_ssl` in your environment configuration to enable the ActionDispatch::SSL middleware to more fully enforce that your application communicate over HTTPS. If needed, you can use `config.ssl_options` to exempt matching endpoints from being redirected to HTTPS. (called from block in <module:RequireSsl> at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/controllers/concerns/foreman/controller/require_ssl.rb:7)
2021-11-29T20:00:40 [W|app|] DEPRECATION WARNING: Controller-level `force_ssl` is deprecated and will be removed from Rails 6.1. Please enable `config.force_ssl` in your environment configuration to enable the ActionDispatch::SSL middleware to more fully enforce that your application communicate over HTTPS. If needed, you can use `config.ssl_options` to exempt matching endpoints from being redirected to HTTPS. (called from block in <module:RequireSsl> at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/controllers/concerns/foreman/controller/require_ssl.rb:7)
2021-11-29 20:00:39 +0000 | Started
 WARN  app : Creating scope :completer_scope. Overwriting existing method Organization.completer_scope.
2021-11-29T20:00:40 [W|app|] Creating scope :completer_scope. Overwriting existing method Organization.completer_scope.
 WARN  app : Creating scope :completer_scope. Overwriting existing method Location.completer_scope.
2021-11-29T20:00:40 [W|app|] Creating scope :completer_scope. Overwriting existing method Location.completer_scope.
 WARN  app : DEPRECATION WARNING: Controller-level `force_ssl` is deprecated and will be removed from Rails 6.1. Please enable `config.force_ssl` in your environment configuration to enable the ActionDispatch::SSL middleware to more fully enforce that your application communicate over HTTPS. If needed, you can use `config.ssl_options` to exempt matching endpoints from being redirected to HTTPS. (called from block in <module:RequireSsl> at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/controllers/concerns/foreman/controller/require_ssl.rb:7)
2021-11-29T20:00:40 [W|app|] DEPRECATION WARNING: Controller-level `force_ssl` is deprecated and will be removed from Rails 6.1. Please enable `config.force_ssl` in your environment configuration to enable the ActionDispatch::SSL middleware to more fully enforce that your application communicate over HTTPS. If needed, you can use `config.ssl_options` to exempt matching endpoints from being redirected to HTTPS. (called from block in <module:RequireSsl> at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/controllers/concerns/foreman/controller/require_ssl.rb:7)
DEBUG  app : Performing eager load to find out all observable classes
2021-11-29T20:00:40 [D|app|] Performing eager load to find out all observable classes
 WARN  app : DEPRECATION WARNING: Controller-level `force_ssl` is deprecated and will be removed from Rails 6.1. Please enable `config.force_ssl` in your environment configuration to enable the ActionDispatch::SSL middleware to more fully enforce that your application communicate over HTTPS. If needed, you can use `config.ssl_options` to exempt matching endpoints from being redirected to HTTPS. (called from block in <module:RequireSsl> at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/controllers/concerns/foreman/controller/require_ssl.rb:7)
2021-11-29T20:00:40 [W|app|] DEPRECATION WARNING: Controller-level `force_ssl` is deprecated and will be removed from Rails 6.1. Please enable `config.force_ssl` in your environment configuration to enable the ActionDispatch::SSL middleware to more fully enforce that your application communicate over HTTPS. If needed, you can use `config.ssl_options` to exempt matching endpoints from being redirected to HTTPS. (called from block in <module:RequireSsl> at /builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/controllers/concerns/foreman/controller/require_ssl.rb:7)
 WARN  app : You are trying to replace user_logout from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace user_logout from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_current_user from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_current_user from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace my_account from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace my_account from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace api_status from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace api_status from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace about_index from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace about_index from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace user_menu from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace user_menu from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace links from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace links from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace bookmarks from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace bookmarks from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_architectures from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_architectures from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_architectures from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_architectures from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_architectures from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_architectures from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_architectures from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_architectures from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_authenticators from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_authenticators from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_authenticators from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_authenticators from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_authenticators from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_authenticators from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_authenticators from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_authenticators from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_bookmarks from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_bookmarks from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_bookmarks from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_bookmarks from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_bookmarks from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_bookmarks from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_compute_profiles from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_compute_profiles from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_compute_profiles from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_compute_profiles from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_compute_profiles from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_compute_profiles from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_compute_profiles from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_compute_profiles from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_compute_resources from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_compute_resources from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_compute_resources from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_compute_resources from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_compute_resources from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_compute_resources from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_compute_resources from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_compute_resources from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace power_vm_compute_resources from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace power_vm_compute_resources from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_vm_compute_resources from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_vm_compute_resources from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_compute_resources_vms from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_compute_resources_vms from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_compute_resources_vms from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_compute_resources_vms from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_compute_resources_vms from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_compute_resources_vms from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_compute_resources_vms from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_compute_resources_vms from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace power_compute_resources_vms from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace power_compute_resources_vms from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace console_compute_resources_vms from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace console_compute_resources_vms from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_provisioning_templates from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_provisioning_templates from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_provisioning_templates from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_provisioning_templates from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_provisioning_templates from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_provisioning_templates from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_provisioning_templates from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_provisioning_templates from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace deploy_provisioning_templates from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace deploy_provisioning_templates from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace lock_provisioning_templates from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace lock_provisioning_templates from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_http_proxies from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_http_proxies from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_http_proxies from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_http_proxies from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_http_proxies from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_http_proxies from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_http_proxies from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_http_proxies from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_realms from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_realms from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_realms from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_realms from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_realms from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_realms from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_realms from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_realms from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_domains from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_domains from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_domains from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_domains from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_domains from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_domains from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_domains from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_domains from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_filters from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_filters from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_filters from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_filters from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_filters from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_filters from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_filters from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_filters from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_hostgroups from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_hostgroups from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_hostgroups from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_hostgroups from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_hostgroups from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_hostgroups from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_hostgroups from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_hostgroups from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_hosts from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_hosts from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_hosts from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_hosts from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_hosts from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_hosts from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_hosts from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_hosts from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace build_hosts from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace build_hosts from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace power_hosts from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace power_hosts from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace console_hosts from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace console_hosts from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace ipmi_boot_hosts from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace ipmi_boot_hosts from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace forget_status_hosts from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace forget_status_hosts from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_params from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_params from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_params from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_params from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_params from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_params from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_params from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_params from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_images from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_images from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_images from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_images from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_images from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_images from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_images from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_images from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_keypairs from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_keypairs from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_keypairs from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_keypairs from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_locations from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_locations from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_locations from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_locations from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_locations from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_locations from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_locations from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_locations from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace assign_locations from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace assign_locations from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_mail_notifications from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_mail_notifications from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_user_mail_notifications from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_user_mail_notifications from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_media from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_media from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_media from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_media from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_media from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_media from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_media from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_media from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_models from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_models from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_models from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_models from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_models from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_models from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_models from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_models from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_operatingsystems from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_operatingsystems from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_operatingsystems from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_operatingsystems from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_operatingsystems from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_operatingsystems from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_operatingsystems from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_operatingsystems from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_ptables from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_ptables from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_ptables from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_ptables from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_ptables from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_ptables from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_ptables from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_ptables from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace lock_ptables from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace lock_ptables from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_report_templates from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_report_templates from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_report_templates from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_report_templates from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_report_templates from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_report_templates from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_report_templates from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_report_templates from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace lock_report_templates from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace lock_report_templates from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace generate_report_templates from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace generate_report_templates from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_roles from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_roles from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_roles from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_roles from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_roles from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_roles from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_roles from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_roles from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_smart_proxies from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_smart_proxies from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_smart_proxies from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_smart_proxies from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_smart_proxies from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_smart_proxies from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_smart_proxies from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_smart_proxies from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_smart_proxies_autosign from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_smart_proxies_autosign from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_smart_proxies_autosign from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_smart_proxies_autosign from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_smart_proxies_autosign from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_smart_proxies_autosign from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_smart_proxies_puppetca from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_smart_proxies_puppetca from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_smart_proxies_puppetca from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_smart_proxies_puppetca from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_smart_proxies_puppetca from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_smart_proxies_puppetca from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_subnets from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_subnets from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_subnets from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_subnets from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_subnets from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_subnets from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_subnets from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_subnets from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace import_subnets from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace import_subnets from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_organizations from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_organizations from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_organizations from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_organizations from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_organizations from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_organizations from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_organizations from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_organizations from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace assign_organizations from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace assign_organizations from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_usergroups from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_usergroups from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_usergroups from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_usergroups from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_usergroups from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_usergroups from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_usergroups from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_usergroups from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_external_usergroups from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_external_usergroups from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_external_usergroups from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_external_usergroups from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_external_usergroups from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_external_usergroups from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_external_usergroups from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_external_usergroups from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_users from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_users from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_users from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_users from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_users from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_users from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_users from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_users from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace access_dashboard from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace access_dashboard from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_config_reports from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_config_reports from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_config_reports from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_config_reports from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace upload_config_reports from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace upload_config_reports from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_facts from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_facts from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace upload_facts from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace upload_facts from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_audit_logs from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_audit_logs from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_plugins from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_plugins from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_statuses from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_statuses from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace logout from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace logout from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_ssh_keys from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_ssh_keys from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_ssh_keys from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_ssh_keys from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace destroy_ssh_keys from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace destroy_ssh_keys from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_personal_access_tokens from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_personal_access_tokens from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace create_personal_access_tokens from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace create_personal_access_tokens from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace revoke_personal_access_tokens from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace revoke_personal_access_tokens from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace view_settings from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace view_settings from . Adding allowed actions from plugin permissions to the existing one.
 WARN  app : You are trying to replace edit_settings from . Adding allowed actions from plugin permissions to the existing one.
2021-11-29T20:00:42 [W|app|] You are trying to replace edit_settings from . Adding allowed actions from plugin permissions to the existing one.
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/plugin/rbac_support.rb:5: warning: already initialized constant Foreman::Plugin::RbacSupport::AUTO_EXTENDED_ROLES
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/plugin/rbac_support.rb:5: warning: previous definition of AUTO_EXTENDED_ROLES was here
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/plugin/report_scanner_registry.rb:6: warning: already initialized constant Foreman::Plugin::ReportScannerRegistry::DEFAULT_REPORT_SCANNERS
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/plugin/report_scanner_registry.rb:6: warning: previous definition of DEFAULT_REPORT_SCANNERS was here
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/plugin/report_origin_registry.rb:4: warning: already initialized constant Foreman::Plugin::ReportOriginRegistry::DEFAULT_ORIGIN_REPORT_CLASS
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/plugin/report_origin_registry.rb:4: warning: previous definition of DEFAULT_ORIGIN_REPORT_CLASS was here
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/plugin/report_origin_registry.rb:5: warning: already initialized constant Foreman::Plugin::ReportOriginRegistry::DEFAULT_REPORT_ORIGINS
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/plugin/report_origin_registry.rb:5: warning: previous definition of DEFAULT_REPORT_ORIGINS was here
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/plugin.rb:41: warning: already initialized constant Foreman::Plugin::DEFAULT_REGISTRIES
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/plugin.rb:41: warning: previous definition of DEFAULT_REGISTRIES was here
rake aborted!
Foreman::Exception: ERF42-8739 [Foreman::Exception]: Setting 'administrator' is already defined, please avoid collisions
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/setting_manager.rb:68:in `setting'
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/settings/general.rb:6:in `block (2 levels) in <top (required)>'
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/setting_manager.rb:25:in `instance_eval'
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/setting_manager.rb:25:in `category'
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/settings/general.rb:5:in `block in <top (required)>'
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/setting_manager.rb:15:in `instance_eval'
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/setting_manager.rb:15:in `define'
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/settings/general.rb:1:in `<top (required)>'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:510:in `load'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:510:in `block in load_file'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:701:in `new_constants_in'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:509:in `load_file'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:406:in `block in require_or_load'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:40:in `block in load_interlock'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies/interlock.rb:13:in `loading'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:40:in `load_interlock'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:389:in `require_or_load'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:367:in `depend_on'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:280:in `require_dependency'
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/app/registries/foreman/settings.rb:3:in `<top (required)>'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:510:in `load'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:510:in `block in load_file'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:701:in `new_constants_in'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:509:in `load_file'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:406:in `block in require_or_load'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:40:in `block in load_interlock'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies/interlock.rb:13:in `loading'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:40:in `load_interlock'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:389:in `require_or_load'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:367:in `depend_on'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:280:in `require_dependency'
/opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.7/lib/rails/engine.rb:481:in `block (2 levels) in eager_load!'
/opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.7/lib/rails/engine.rb:480:in `each'
/opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.7/lib/rails/engine.rb:480:in `block in eager_load!'
/opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.7/lib/rails/engine.rb:477:in `each'
/opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.7/lib/rails/engine.rb:477:in `eager_load!'
/opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.7/lib/rails/application.rb:509:in `eager_load!'
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/lib/foreman/event_subscribers.rb:8:in `all_observable_events'
/builddir/build/BUILDROOT/tfm-rubygem-foreman_webhooks-3.0.0-1.el7sat.noarch/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_webhooks-3.0.0/app/models/webhook.rb:41:in `available_events'
/builddir/build/BUILDROOT/tfm-rubygem-foreman_webhooks-3.0.0-1.el7sat.noarch/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_webhooks-3.0.0/app/controllers/api/v2/webhooks_controller.rb:28:in `block (2 levels) in <class:WebhooksController>'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/validator.rb:322:in `instance_exec'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/validator.rb:322:in `initialize'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/validator.rb:315:in `new'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/validator.rb:315:in `build'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/validator.rb:34:in `block in find'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/validator.rb:33:in `each'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/validator.rb:33:in `find'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/param_description.rb:93:in `initialize'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/param_description.rb:21:in `new'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/param_description.rb:21:in `from_dsl_data'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/method_description.rb:55:in `block in initialize'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/method_description.rb:54:in `map'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/method_description.rb:54:in `initialize'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/application.rb:91:in `new'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/application.rb:91:in `block in define_method_description'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/application.rb:83:in `each'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/application.rb:83:in `define_method_description'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/apipie_module.rb:34:in `method_missing'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/dsl_definition.rb:543:in `method_added'
/builddir/build/BUILDROOT/tfm-rubygem-foreman_webhooks-3.0.0-1.el7sat.noarch/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_webhooks-3.0.0/app/controllers/api/v2/webhooks_controller.rb:44:in `<class:WebhooksController>'
/builddir/build/BUILDROOT/tfm-rubygem-foreman_webhooks-3.0.0-1.el7sat.noarch/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_webhooks-3.0.0/app/controllers/api/v2/webhooks_controller.rb:5:in `<module:V2>'
/builddir/build/BUILDROOT/tfm-rubygem-foreman_webhooks-3.0.0-1.el7sat.noarch/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_webhooks-3.0.0/app/controllers/api/v2/webhooks_controller.rb:4:in `<module:Api>'
/builddir/build/BUILDROOT/tfm-rubygem-foreman_webhooks-3.0.0-1.el7sat.noarch/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_webhooks-3.0.0/app/controllers/api/v2/webhooks_controller.rb:3:in `<top (required)>'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:510:in `load'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:510:in `block in load_file'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:701:in `new_constants_in'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:509:in `load_file'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:406:in `block in require_or_load'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:40:in `block in load_interlock'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies/interlock.rb:13:in `loading'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:40:in `load_interlock'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:389:in `require_or_load'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:367:in `depend_on'
/opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:280:in `require_dependency'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/application.rb:440:in `load_controller_from_file'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/application.rb:330:in `block in reload_documentation'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/application.rb:329:in `each'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/application.rb:329:in `reload_documentation'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/apipie_module.rb:34:in `method_missing'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/tasks/apipie.rake:285:in `with_loaded_documentation'
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/tasks/apipie.rake:129:in `block (2 levels) in <top (required)>'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:281:in `block in execute'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:281:in `each'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:281:in `execute'
/builddir/build/BUILD/foreman_webhooks-3.0.0/usr/share/foreman/lib/tasks/plugin_apipie.rake:18:in `block in <top (required)>'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:279:in `block in execute'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:279:in `each'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:279:in `execute'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:219:in `block in invoke_with_call_chain'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:199:in `synchronize'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:199:in `invoke_with_call_chain'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:188:in `invoke'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:160:in `invoke_task'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:116:in `block (2 levels) in top_level'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:116:in `each'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:116:in `block in top_level'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:125:in `run_with_threads'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:110:in `top_level'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:83:in `block in run'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:186:in `standard_exception_handling'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:80:in `run'
/opt/rh/rh-ruby27/root/usr/share/gems/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
/opt/rh/rh-ruby27/root/usr/bin/rake:23:in `load'
/opt/rh/rh-ruby27/root/usr/bin/rake:23:in `<main>'
Tasks: TOP => plugin:apipie:cache
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.D4dGHw (%install)
    Bad exit status from /var/tmp/rpm-tmp.D4dGHw (%install)
Child return code was: 1
EXCEPTION: [Error()]
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 88, in trace
    result = func(*args, **kw)
  File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 547, in do
    raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode)
Error: Command failed. See logs for output.
 # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/rubygem-foreman_webhooks.spec
Actions #1

Updated by Evgeni Golov over 2 years ago

I recall reporting this once already, and I think it was a Foreman issue in the "settings" code, not Webhooks itself?

Actions #2

Updated by Lukas Zapletal over 2 years ago

Yeah we've seen this already. My wild guess is that there is some ordering issue, settings framework does not expect eager loading that late in the initialization process.
Not sure, this was just not tested properly as this was not expected.

Webhooks calls eager_load when user clicks on All Events, or when apipie is generated as it needs to render all available events.

Actions #3

Updated by The Foreman Bot about 2 years ago

  • Status changed from New to Ready For Testing
  • Assignee set to Lukas Zapletal
  • Pull request https://github.com/theforeman/foreman_webhooks/pull/49 added
Actions #4

Updated by Anonymous about 2 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF