theforeman / foreman_fog_proxmox

Foreman plugin to add Proxmox compute resource based on fog-proxmox gem
GNU General Public License v3.0
105 stars 30 forks source link

Cannot provision or edit a host Web UI #185

Closed gmalfray closed 3 years ago

gmalfray commented 3 years ago

Describe

Since release 0.13 I cannot provision or edit a host from the foreman web interface. I get the error:

Oops, we're sorry but something went wrong Encountered a syntax error while rendering template: check <%# Copyright 2018 Tristan Robert This file is part of ForemanFogProxmox. ForemanFogProxmox is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. ForemanFogProxmox is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with ForemanFogProxmox. If not, see <http://www.gnu.org/licenses/>. %> <%= javascript_include_tag 'foreman_fog_proxmox/proxmox_volume_cdrom', "data-turbolinks-track" => true %> <% cdrom = f.object.cdrom? %> <% new_volume = f.object.volid.nil? %> <%= field_set_tag _("CD-ROM"), :id => "server_volume_cdrom_#{f.index}", :class => ('hide' unless cdrom), :disabled => !cdrom do %> <%= field_set_tag _("Media"), :id => "cdrom_media_form_#{f.index}" do %> <%= f.hidden_field :storage_type %> <%= radio_button_f f, :cdrom, :value => 'none', :text => _('None'), :onclick => 'cdromSelected(this)' %> <%= radio_button_f f, :cdrom, :value => 'cdrom' , :text => _('Physical'), :onclick => 'cdromSelected(this)' %> <%= radio_button_f f, :cdrom, :value => 'image' , :text => _('Image'), :onclick => 'cdromSelected(this)' %> <% end %> <%= field_set_tag _("Image"), :id => "cdrom_image_form_#{f.index}", :class => ('hide' unless %[image].include? f.object.cdrom), :disabled => (%[cdrom none].include? f.object.cdrom) do %> <%= select_f f, :storage, compute_resource.storages(node_id,'iso'), :storage, :storage, { :include_blank => true }, :label => _('Storage'), :label_size => "col-md-2", :onchange => 'storageIsoSelected(this)' %> <%= select_f f, :volid, compute_resource.images_by_storage(node_id, f.object.storage, 'iso'), :volid, :volid, { :include_blank => true }, :label => _('Image ISO'), :label_size => "col-md-2" %> <% end %> <% end %>

image

I managed to provision via the CLI hammer here is the foreman log for the creation:

2021-02-25T15:34:37 [I|app|beacf829] Authorized user xxxxxxxx 2021-02-25T15:34:41 [I|app|beacf829] Adding Compute instance for k8s-xx 2021-02-25T15:34:41 [W|app|beacf829] create vm: args={"type"=>"qemu", "node_id"=>"xx-proxmox1", "start_after_create"=>"1", "pool"=>"", "config_attributes"=>{"description"=>"", "boot"=>"", "onboot"=>"1", "agent"=>"1", "kvm"=>"1", "keyboard"=>"fr", "vga"=>"std", "scsihw"=>"virtio-scsi-pci", "bios"=>"seabios", "cpu_type"=>"kvm64", "sockets"=>"8", "cores"=>"1", "vcpus"=>"", "cpulimit"=>"", "cpuunits"=>"", "numa"=>"0", "pcid"=>"0", "spectre"=>"0", "memory"=>"13824", "balloon"=>"", "shares"=>"", "cdrom"=>"none", "cdrom_storage"=>"", "cdrom_iso"=>"", "ostype"=>"l26", "swap"=>nil}, "volumes_attributes"=>{"0"=>{"storage"=>"localhdd", "controller"=>"scsi", "device"=>"0", "cache"=>"none", "size"=>"100", "id"=>"scsi0"}, "1"=>{"id"=>"rootfs"}}, "vmid"=>"104", "name"=>"k8s-xx", "provision_method"=>"build", "firmware_type"=>:bios, "interfaces_attributes"=>{"0"=>{"model"=>"virtio", "bridge"=>"vmbr0", "firewall"=>"0", "link_down"=>"0", "id"=>"net0", "from_profile"=>"nodeworker-rancher", "ip"=>"172.16.106.87", "ip6"=>nil}}} 2021-02-25T15:34:44 [I|app|5e43a836] Started GET "/notification_recipients" for 192.168.1.25 at 2021-02-25 15:34:44 +0100 2021-02-25T15:34:44 [I|app|5e43a836] Processing by NotificationRecipientsController#index as JSON 2021-02-25T15:34:44 [I|app|5e43a836] Completed 200 OK in 8ms (Views: 0.1ms | ActiveRecord: 1.1ms | Allocations: 2161) 2021-02-25T15:34:45 [I|app|beacf829] Create DHCP reservation k8s-xx for k8s-xx-XX:B6:XX:27:3E:07/XXX.XX.XX.87 2021-02-25T15:34:46 [I|app|beacf829] Deploying TFTP PXELinux configuration for k8s-xx

Everything seems to be going well except that the vm does not bear his name but only his ID

image

I tried to edit a host already provisioned with version 0.12.4 and I don't have the same error :

Oops, we're sorry but something went wrong Expected([200]) <=> Actual(599 Unknown) excon.error.response :body => "" :cookies => [ ] :headers => { "Cache-Control" => "max-age=0" "Connection" => "close" "Date" => "Thu, 25 Feb 2021 14:53:15 GMT" "Expires" => "Thu, 25 Feb 2021 14:53:15 GMT" "Pragma" => "no-cache" "Server" => "pve-api-daemon/3.0" } :host => "XXX.XX.XX.X" :local_address => "XXX.XX.XX.X" :local_port => 51134 :path => "/api2/json/nodes/kxx-proxmox1/storage" :port => 8006 :reason_phrase => "Too many redirections" :remote_ip => "XXX.XX.XX.X" :status => 599 :status_line => "HTTP/1.1 599 Too many redirections\r\n"

Used components Foreman 2.3.2 Foreman_fog_proxmox v0.13.0 Promox 6.2-10

tristanrobert commented 3 years ago

Could you please post the logs including errors? I have only test this new release with nightly (2.5 dev) and 2.4 foreman. I don't know if it works with older foreman releases.

gmalfray commented 3 years ago

Yes here it is :

021-02-25T16:15:36 [I|app|54b38504] Started GET "/hosts/k8s-xx/edit" for xx.xx.xx.xx at 2021-02-25 16:15:36 +0100 2021-02-25T16:15:36 [I|app|54b38504] Processing by HostsController#edit as HTML 2021-02-25T16:15:36 [I|app|54b38504] Parameters: {"id"=>"k8s-xx"} 2021-02-25T16:15:36 [I|app|54b38504] Rendering hosts/edit.html.erb within layouts/application 2021-02-25T16:15:36 [I|app|54b38504] Rendered hosts/_progress.html.erb (Duration: 3.3ms | Allocations: 5095) 2021-02-25T16:15:36 [I|app|54b38504] Rendered hosts/puppet/_main_tab_fields.html.erb (Duration: 14.1ms | Allocations: 8852) 2021-02-25T16:15:36 [I|app|54b38504] Rendered collection of puppetclasses/_selectedClasses.html.erb [0 times] (Duration: 0.0ms | Allocations: 3) 2021-02-25T16:15:36 [I|app|54b38504] Rendered collection of puppetclasses/_classes_in_groups.html.erb [0 times] (Duration: 0.0ms | Allocations: 3) 2021-02-25T16:15:36 [I|app|54b38504] Rendered puppetclasses/_classes.html.erb (Duration: 31.1ms | Allocations: 21191) 2021-02-25T16:15:36 [I|app|54b38504] Rendered puppetclasses/_class_selection.html.erb (Duration: 128.2ms | Allocations: 57264) 2021-02-25T16:15:36 [I|app|54b38504] Rendered hosts/puppet/_puppet_classes_tab.html.erb (Duration: 133.0ms | Allocations: 62414) 2021-02-25T16:15:36 [I|app|54b38504] Rendered nic/_base_form.html.erb (Duration: 62.4ms | Allocations: 24873) 2021-02-25T16:15:36 [I|app|54b38504] Rendered nic/_virtual_form.html.erb (Duration: 6.8ms | Allocations: 5904) 2021-02-25T16:15:37 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/server/_network.html.erb (Duration: 377.0ms | Allocations: 15594) 2021-02-25T16:15:37 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/container/_network.html.erb (Duration: 311.2ms | Allocations: 13988) 2021-02-25T16:15:37 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/_network.html.erb (Duration: 693.3ms | Allocations: 34838) 2021-02-25T16:15:37 [I|app|54b38504] Rendered nic/_provider_specific_form.html.erb (Duration: 1500.6ms | Allocations: 65102) 2021-02-25T16:15:37 [I|app|54b38504] Rendered nic/manageds/_managed.html.erb (Duration: 1579.8ms | Allocations: 106741) 2021-02-25T16:15:38 [I|app|54b38504] Rendered nic/_base_form.html.erb (Duration: 71.6ms | Allocations: 26773) 2021-02-25T16:15:38 [I|app|54b38504] Rendered nic/_virtual_form.html.erb (Duration: 6.1ms | Allocations: 5898) 2021-02-25T16:15:38 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/server/_network.html.erb (Duration: 305.7ms | Allocations: 12948) 2021-02-25T16:15:39 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/container/_network.html.erb (Duration: 281.7ms | Allocations: 13960) 2021-02-25T16:15:39 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/_network.html.erb (Duration: 592.7ms | Allocations: 32160) 2021-02-25T16:15:39 [I|app|54b38504] Rendered nic/_provider_specific_form.html.erb (Duration: 1163.9ms | Allocations: 57039) 2021-02-25T16:15:39 [I|app|54b38504] Rendered nic/manageds/_managed.html.erb (Duration: 1252.5ms | Allocations: 100555) 2021-02-25T16:15:39 [I|app|54b38504] Rendered hosts/_interfaces.html.erb (Duration: 2839.6ms | Allocations: 212917) 2021-02-25T16:15:40 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/_general.html.erb (Duration: 199.7ms | Allocations: 10431) 2021-02-25T16:15:40 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/container/_extended.html.erb (Duration: 380.2ms | Allocations: 12306) 2021-02-25T16:15:40 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/server/_advanced.html.erb (Duration: 6.4ms | Allocations: 5371) 2021-02-25T16:15:40 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/container/_advanced.html.erb (Duration: 6.2ms | Allocations: 5452) 2021-02-25T16:15:41 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/server/_config.html.erb (Duration: 24.6ms | Allocations: 19328) 2021-02-25T16:15:43 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/container/_config.html.erb (Duration: 11.4ms | Allocations: 9265) 2021-02-25T16:15:43 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/_base.html.erb (Duration: 3661.0ms | Allocations: 146099) 2021-02-25T16:15:44 [I|app|858fb2f5] Started GET "/notification_recipients" for 192.168.1.25 at 2021-02-25 16:15:44 +0100 2021-02-25T16:15:44 [I|app|858fb2f5] Processing by NotificationRecipientsController#index as JSON 2021-02-25T16:15:44 [I|app|858fb2f5] Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 1.0ms | Allocations: 2407) 2021-02-25T16:15:44 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/server/_volume_hard_disk.html.erb (Duration: 288.8ms | Allocations: 16613) 2021-02-25T16:15:44 [I|app|54b38504] Rendered vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/views/compute_resources_vms/form/proxmox/server/_volume_cdrom.html.erb (Duration: 1.6ms | Allocations: 735) 2021-02-25T16:15:44 [I|app|54b38504] Rendered compute_resources_vms/form/_volumes.html.erb (Duration: 1037.4ms | Allocations: 36536) 2021-02-25T16:15:44 [I|app|54b38504] Rendered hosts/_compute_detail.html.erb (Duration: 4703.4ms | Allocations: 187938) 2021-02-25T16:15:44 [I|app|54b38504] Rendered hosts/_compute.html.erb (Duration: 5278.9ms | Allocations: 212775) 2021-02-25T16:15:44 [I|app|54b38504] Rendered hosts/_unattended.html.erb (Duration: 5283.1ms | Allocations: 217902) 2021-02-25T16:15:44 [I|app|54b38504] Rendered hosts/_form.html.erb (Duration: 8361.7ms | Allocations: 538125) 2021-02-25T16:15:44 [I|app|54b38504] Rendered hosts/edit.html.erb within layouts/application (Duration: 8367.8ms | Allocations: 543905) 2021-02-25T16:15:44 [W|app|54b38504] Encountered a syntax error while rendering template: check <%# Copyright 2018 Tristan Robert 54b38504 | 54b38504 | This file is part of ForemanFogProxmox. 54b38504 | 54b38504 | ForemanFogProxmox is free software: you can redistribute it and/or modify 54b38504 | it under the terms of the GNU General Public License as published by 54b38504 | the Free Software Foundation, either version 3 of the License, or 54b38504 | (at your option) any later version. 54b38504 | 54b38504 | ForemanFogProxmox is distributed in the hope that it will be useful, 54b38504 | but WITHOUT ANY WARRANTY; without even the implied warranty of 54b38504 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 54b38504 | GNU General Public License for more details. 54b38504 | 54b38504 | You should have received a copy of the GNU General Public License 54b38504 | along with ForemanFogProxmox. If not, see <http://www.gnu.org/licenses/>. %> 54b38504 | 54b38504 | <%= javascript_include_tag 'foreman_fog_proxmox/proxmox_volume_cdrom', "data-turbolinks-track" => true %> 54b38504 | 54b38504 | <% cdrom = f.object.cdrom? %> 54b38504 | <% new_volume = f.object.volid.nil? %> 54b38504 | 54b38504 | <%= field_set_tag _("CD-ROM"), :id => "server_volume_cdrom_#{f.index}", :class => ('hide' unless cdrom), :disabled => !cdrom do %> 54b38504 | <%= field_set_tag _("Media"), :id => "cdrom_media_form_#{f.index}" do %> 54b38504 | <%= f.hidden_field :storage_type %> 54b38504 | <%= radio_button_f f, :cdrom, :value => 'none', :text => _('None'), :onclick => 'cdromSelected(this)' %> 54b38504 | <%= radio_button_f f, :cdrom, :value => 'cdrom' , :text => _('Physical'), :onclick => 'cdromSelected(this)' %> 54b38504 | <%= radio_button_f f, :cdrom, :value => 'image' , :text => _('Image'), :onclick => 'cdromSelected(this)' %> 54b38504 | <% end %> 54b38504 | <%= field_set_tag _("Image"), :id => "cdrom_image_form_#{f.index}", :class => ('hide' unless %[image].include? f.object.cdrom), :disabled => (%[cdrom none].include? f.object.cdrom) do %> 54b38504 | <%= select_f f, :storage, compute_resource.storages(node_id,'iso'), :storage, :storage, { :include_blank => true }, :label => _('Storage'), :label_size => "col-md-2", :onchange => 'storageIsoSelected(this)' %> 54b38504 | <%= select_f f, :volid, compute_resource.images_by_storage(node_id, f.object.storage, 'iso'), :volid, :volid, { :include_blank => true }, :label => _('Image ISO'), :label_size => "col-md-2" %> 54b38504 | <% end %> 54b38504 | <% end %> 54b38504 | 54b38504 | 2021-02-25T16:15:44 [I|app|54b38504] Backtrace for 'Encountered a syntax error while rendering template: check <%# Copyright 2018 Tristan Robert 54b38504 | 54b38504 | This file is part of ForemanFogProxmox. 54b38504 | 54b38504 | ForemanFogProxmox is free software: you can redistribute it and/or modify 54b38504 | it under the terms of the GNU General Public License as published by 54b38504 | the Free Software Foundation, either version 3 of the License, or 54b38504 | (at your option) any later version. 54b38504 | 54b38504 | ForemanFogProxmox is distributed in the hope that it will be useful, 54b38504 | but WITHOUT ANY WARRANTY; without even the implied warranty of 54b38504 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 54b38504 | GNU General Public License for more details. 54b38504 | 54b38504 | You should have received a copy of the GNU General Public License 54b38504 | along with ForemanFogProxmox. If not, see <http://www.gnu.org/licenses/>. %> 54b38504 | 54b38504 | <%= javascript_include_tag 'foreman_fog_proxmox/proxmox_volume_cdrom', "data-turbolinks-track" => true %> 54b38504 | 54b38504 | <% cdrom = f.object.cdrom? %> 54b38504 | <% new_volume = f.object.volid.nil? %> 54b38504 | 54b38504 | <%= field_set_tag _("CD-ROM"), :id => "server_volume_cdrom_#{f.index}", :class => ('hide' unless cdrom), :disabled => !cdrom do %> 54b38504 | <%= field_set_tag _("Media"), :id => "cdrom_media_form_#{f.index}" do %> 54b38504 | <%= f.hidden_field :storage_type %> 54b38504 | <%= radio_button_f f, :cdrom, :value => 'none', :text => _('None'), :onclick => 'cdromSelected(this)' %> 54b38504 | <%= radio_button_f f, :cdrom, :value => 'cdrom' , :text => _('Physical'), :onclick => 'cdromSelected(this)' %> 54b38504 | <%= radio_button_f f, :cdrom, :value => 'image' , :text => _('Image'), :onclick => 'cdromSelected(this)' %> 54b38504 | <% end %> 54b38504 | <%= field_set_tag _("Image"), :id => "cdrom_image_form_#{f.index}", :class => ('hide' unless %[image].include? f.object.cdrom), :disabled => (%[cdrom none].include? f.object.cdrom) do %> 54b38504 | <%= select_f f, :storage, compute_resource.storages(node_id,'iso'), :storage, :storage, { :include_blank => true }, :label => _('Storage'), :label_size => "col-md-2", :onchange => 'storageIsoSelected(this)' %> 54b38504 | <%= select_f f, :volid, compute_resource.images_by_storage(node_id, f.object.storage, 'iso'), :volid, :volid, { :include_blank => true }, :label => _('Image ISO'), :label_size => "col-md-2" %> 54b38504 | <% end %> 54b38504 | <% end %> 54b38504 | 54b38504 | ' error (ActionView::SyntaxErrorInTemplate): Encountered a syntax error while rendering template: check <%# Copyright 2018 Tristan Robert 54b38504 | 54b38504 | This file is part of ForemanFogProxmox. 54b38504 | 54b38504 | ForemanFogProxmox is free software: you can redistribute it and/or modify 54b38504 | it under the terms of the GNU General Public License as published by 54b38504 | the Free Software Foundation, either version 3 of the License, or 54b38504 | (at your option) any later version. 54b38504 | 54b38504 | ForemanFogProxmox is distributed in the hope that it will be useful, 54b38504 | but WITHOUT ANY WARRANTY; without even the implied warranty of 54b38504 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 54b38504 | GNU General Public License for more details. 54b38504 | 54b38504 | You should have received a copy of the GNU General Public License 54b38504 | along with ForemanFogProxmox. If not, see <http://www.gnu.org/licenses/>. %> 54b38504 | 54b38504 | <%= javascript_include_tag 'foreman_fog_proxmox/proxmox_volume_cdrom', "data-turbolinks-track" => true %> 54b38504 | 54b38504 | <% cdrom = f.object.cdrom? %> 54b38504 | <% new_volume = f.object.volid.nil? %> 54b38504 | 54b38504 | <%= field_set_tag _("CD-ROM"), :id => "server_volume_cdrom_#{f.index}", :class => ('hide' unless cdrom), :disabled => !cdrom do %> 54b38504 | <%= field_set_tag _("Media"), :id => "cdrom_media_form_#{f.index}" do %> 54b38504 | <%= f.hidden_field :storage_type %> 54b38504 | <%= radio_button_f f, :cdrom, :value => 'none', :text => _('None'), :onclick => 'cdromSelected(this)' %> 54b38504 | <%= radio_button_f f, :cdrom, :value => 'cdrom' , :text => _('Physical'), :onclick => 'cdromSelected(this)' %> 54b38504 | <%= radio_button_f f, :cdrom, :value => 'image' , :text => _('Image'), :onclick => 'cdromSelected(this)' %> 54b38504 | <% end %> 54b38504 | <%= field_set_tag _("Image"), :id => "cdrom_image_form_#{f.index}", :class => ('hide' unless %[image].include? f.object.cdrom), :disabled => (%[cdrom none].include? f.object.cdrom) do %> 54b38504 | <%= select_f f, :storage, compute_resource.storages(node_id,'iso'), :storage, :storage, { :include_blank => true }, :label => _('Storage'), :label_size => "col-md-2", :onchange => 'storageIsoSelected(this)' %> 54b38504 | <%= select_f f, :volid, compute_resource.images_by_storage(node_id, f.object.storage, 'iso'), :volid, :volid, { :include_blank => true }, :label => _('Image ISO'), :label_size => "col-md-2" %> 54b38504 | <% end %> 54b38504 | <% end %> 54b38504 | 54b38504 | 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:340:inmodule_eval' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:340:in compile' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:284:inblock (2 levels) in compile!' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:182:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:381:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:283:in block in compile!' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:275:insynchronize' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:275:in compile!' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:184:inblock in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:182:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:385:ininstrument_render_template' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:183:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/deface-1.5.3/lib/deface/action_view_extensions.rb:43:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:357:in block in render_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:88:inblock in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:in block in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications/instrumenter.rb:24:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:87:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:346:in render_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:317:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:65:in render_partial_to_object' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:27:inrender_to_object' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:22:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/rendering_helper.rb:34:inblock in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/base.rb:304:in in_rendering_context' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/rendering_helper.rb:30:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/helpers/proxmox_form_helper.rb:58:in block (2 levels) in new_child_fields_template_typed' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:45:inblock in capture' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:209:in with_output_buffer' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:45:incapture' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/form_helper.rb:2547:in block in fields_for_nested_model' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:45:inblock in capture' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:209:in with_output_buffer' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:45:incapture' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/form_helper.rb:1009:in fields_for' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/form_helper.rb:2546:infields_for_nested_model' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/form_helper.rb:2532:in block in fields_for_with_nested_attributes' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/form_helper.rb:2526:ineach' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/form_helper.rb:2526:in fields_for_with_nested_attributes' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/form_helper.rb:2166:infields_for' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/helpers/proxmox_form_helper.rb:57:in block in new_child_fields_template_typed' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:45:inblock in capture' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:209:in with_output_buffer' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:45:incapture' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/tag_helper.rb:273:in content_tag' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/foreman_fog_proxmox-0.13.0/app/helpers/proxmox_form_helper.rb:56:innew_child_fields_template_typed' 54b38504 | /usr/share/foreman/app/views/compute_resources_vms/form/_volumes.html.erb:46:in block in _8bf09851427f6ebdf101ba78320d2a19' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:45:inblock in capture' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:209:in with_output_buffer' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:45:incapture' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/form_tag_helper.rb:584:in field_set_tag' 54b38504 | /usr/share/foreman/app/views/compute_resources_vms/form/_volumes.html.erb:3:in_8bf09851427f6ebdf101ba78320d2a19' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/base.rb:274:in _run' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:185:inblock in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:182:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:385:ininstrument_render_template' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:183:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/deface-1.5.3/lib/deface/action_view_extensions.rb:43:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:357:in block in render_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:88:inblock in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:in block in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications/instrumenter.rb:24:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:87:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:346:in render_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:317:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:65:in render_partial_to_object' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:27:inrender_to_object' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:22:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/rendering_helper.rb:34:inblock in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/base.rb:304:in in_rendering_context' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/rendering_helper.rb:30:inrender' 54b38504 | /usr/share/foreman/app/views/hosts/_compute_detail.html.erb:27:in _5aad25c872dfb8d185a5b2230c3d9d01' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/base.rb:274:in_run' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:185:in block in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:182:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:385:in instrument_render_template' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:183:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/deface-1.5.3/lib/deface/action_view_extensions.rb:43:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:357:inblock in render_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:88:in block in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:inblock in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications/instrumenter.rb:24:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:87:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:346:inrender_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:317:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:65:inrender_partial_to_object' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:27:in render_to_object' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:22:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/rendering_helper.rb:34:in block in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/base.rb:304:inin_rendering_context' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/rendering_helper.rb:30:in render' 54b38504 | /usr/share/foreman/app/views/hosts/_compute.html.erb:8:inblock in _a2b804320f611f183f344ff323d8ed39' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:45:in block in capture' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:209:inwith_output_buffer' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:45:in capture' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/form_helper.rb:1009:infields_for' 54b38504 | /usr/share/foreman/app/views/hosts/_compute.html.erb:1:in _a2b804320f611f183f344ff323d8ed39' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/base.rb:274:in_run' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:185:in block in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:182:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:385:in instrument_render_template' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:183:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/deface-1.5.3/lib/deface/action_view_extensions.rb:43:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:357:inblock in render_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:88:in block in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:inblock in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications/instrumenter.rb:24:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:87:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:346:inrender_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:317:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:65:inrender_partial_to_object' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:53:in render_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/rendering_helper.rb:38:inrender' 54b38504 | /usr/share/foreman/app/views/hosts/_unattended.html.erb:2:in _ce4e14645051ce3609a4cb92ea270011' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/base.rb:274:in_run' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:185:in block in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:182:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:385:in instrument_render_template' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:183:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/deface-1.5.3/lib/deface/action_view_extensions.rb:43:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:357:inblock in render_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:88:in block in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:inblock in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications/instrumenter.rb:24:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:87:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:346:inrender_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:317:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:65:inrender_partial_to_object' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:53:in render_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/rendering_helper.rb:38:inrender' 54b38504 | /usr/share/foreman/app/views/hosts/_form.html.erb:104:in block (2 levels) in _068f45acdc07898335ec47dbf775d69f' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:45:inblock in capture' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:209:in with_output_buffer' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/capture_helper.rb:45:incapture' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/form_helper.rb:452:in form_for' 54b38504 | /usr/share/foreman/app/helpers/form_helper.rb:303:inform_for' 54b38504 | /usr/share/foreman/app/views/hosts/_form.html.erb:7:in block in _068f45acdc07898335ec47dbf775d69f' 54b38504 | /usr/share/foreman/app/models/taxonomy.rb:83:inblock (2 levels) in as_taxonomy' 54b38504 | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:195:in as_location' 54b38504 | /usr/share/foreman/app/models/taxonomy.rb:82:inblock in as_taxonomy' 54b38504 | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:154:in as_org' 54b38504 | /usr/share/foreman/app/models/taxonomy.rb:81:inas_taxonomy' 54b38504 | /usr/share/foreman/app/views/hosts/_form.html.erb:6:in _068f45acdc07898335ec47dbf775d69f' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/base.rb:274:in_run' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:185:in block in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:182:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:385:in instrument_render_template' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:183:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/deface-1.5.3/lib/deface/action_view_extensions.rb:43:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:357:inblock in render_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:88:in block in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:inblock in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications/instrumenter.rb:24:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:87:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:346:inrender_partial' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/partial_renderer.rb:317:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:65:inrender_partial_to_object' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:27:in render_to_object' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:22:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/rendering_helper.rb:34:in block in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/base.rb:304:inin_rendering_context' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/helpers/rendering_helper.rb:30:in render' 54b38504 | /usr/share/foreman/app/views/hosts/edit.html.erb:16:in_982cfbdf38f208fcd165c3a889b5a146' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/base.rb:274:in _run' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:185:inblock in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:182:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:385:ininstrument_render_template' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/template.rb:183:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/deface-1.5.3/lib/deface/action_view_extensions.rb:43:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/template_renderer.rb:58:in block (2 levels) in render_template' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:88:inblock in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:in block in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications/instrumenter.rb:24:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/abstract_renderer.rb:87:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/template_renderer.rb:57:in block in render_template' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/template_renderer.rb:65:inrender_with_layout' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/template_renderer.rb:56:in render_template' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/template_renderer.rb:13:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:61:in render_template_to_object' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/renderer/renderer.rb:29:inrender_to_object' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/rendering.rb:117:in block in _render_template' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/base.rb:304:inin_rendering_context' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/rendering.rb:116:in _render_template' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/streaming.rb:218:in_render_template' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/rendering.rb:103:in render_to_body' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/rendering.rb:52:inrender_to_body' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/renderers.rb:142:in render_to_body' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/abstract_controller/rendering.rb:25:inrender' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/rendering.rb:36:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/instrumentation.rb:44:inblock (2 levels) in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/core_ext/benchmark.rb:14:in block in ms' 54b38504 | /usr/lib/ruby/2.5.0/benchmark.rb:308:inrealtime' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/core_ext/benchmark.rb:14:in ms' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/instrumentation.rb:44:inblock in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/instrumentation.rb:84:in cleanup_view_runtime' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activerecord-6.0.3.5/lib/active_record/railties/controller_runtime.rb:34:incleanup_view_runtime' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/instrumentation.rb:43:in render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/implicit_render.rb:35:indefault_render' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/basic_implicit_render.rb:6:in block in send_action' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/basic_implicit_render.rb:6:intap' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/basic_implicit_render.rb:6:in send_action' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/abstract_controller/base.rb:195:inprocess_action' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/rendering.rb:30:in process_action' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/abstract_controller/callbacks.rb:42:inblock in process_action' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:112:in block in run_callbacks' 54b38504 | /usr/share/foreman/app/controllers/concerns/foreman/controller/timezone.rb:10:inset_timezone' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:121:in block in run_callbacks' 54b38504 | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:inclear_thread' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:121:in block in run_callbacks' 54b38504 | /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:inset_topbar_sweeper_controller' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:121:in block in run_callbacks' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/audited-4.10.0/lib/audited/sweeper.rb:14:inaround' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:121:in block in run_callbacks' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/audited-4.10.0/lib/audited/sweeper.rb:14:inaround' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:121:in block in run_callbacks' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:139:inrun_callbacks' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/abstract_controller/callbacks.rb:41:in process_action' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/rescue.rb:22:inprocess_action' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/instrumentation.rb:33:in block in process_action' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:inblock in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications/instrumenter.rb:24:in instrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/notifications.rb:180:ininstrument' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/instrumentation.rb:32:in process_action' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal/params_wrapper.rb:245:inprocess_action' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activerecord-6.0.3.5/lib/active_record/railties/controller_runtime.rb:27:in process_action' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/abstract_controller/base.rb:136:inprocess' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionview-6.0.3.5/lib/action_view/rendering.rb:39:in process' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal.rb:190:indispatch' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_controller/metal.rb:254:in dispatch' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/routing/route_set.rb:50:indispatch' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/routing/route_set.rb:33:in serve' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/journey/router.rb:49:inblock in serve' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/journey/router.rb:32:in each' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/journey/router.rb:32:inserve' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/routing/route_set.rb:834:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/apipie-dsl-2.3.0/lib/apipie_dsl/static_dispatcher.rb:67:incall' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/apipie-rails-0.5.18/lib/apipie/static_dispatcher.rb:66:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/apipie-rails-0.5.18/lib/apipie/extractor/recorder.rb:137:incall' 54b38504 | /usr/share/foreman/lib/foreman/middleware/telemetry.rb:10:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/apipie-rails-0.5.18/lib/apipie/middleware/checksum_in_headers.rb:27:incall' 54b38504 | /usr/share/foreman/lib/foreman/middleware/catch_json_parse_errors.rb:9:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:incall' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/rack-2.2.3/lib/rack/etag.rb:27:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/rack-2.2.3/lib/rack/conditional_get.rb:27:incall' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/rack-2.2.3/lib/rack/head.rb:12:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/http/content_security_policy.rb:18:incall' 54b38504 | /usr/share/foreman/lib/foreman/middleware/logging_context_session.rb:22:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:incontext' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/cookies.rb:648:incall' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/callbacks.rb:27:in block in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:101:inrun_callbacks' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/callbacks.rb:26:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/actionable_exceptions.rb:18:incall' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/debug_exceptions.rb:32:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/show_exceptions.rb:33:incall' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/railties-6.0.3.5/lib/rails/rack/logger.rb:37:in call_app' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/railties-6.0.3.5/lib/rails/rack/logger.rb:28:incall' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/sprockets-rails-3.2.2/lib/sprockets/rails/quiet_assets.rb:13:in call' 54b38504 | /usr/share/foreman/lib/foreman/middleware/logging_context_request.rb:11:incall' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/remote_ip.rb:81:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/request_id.rb:27:incall' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:incall' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/activesupport-6.0.3.5/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/executor.rb:14:incall' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/static.rb:126:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:incall' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/host_authorization.rb:76:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/secure_headers-6.3.2/lib/secure_headers/middleware.rb:11:incall' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/railties-6.0.3.5/lib/rails/engine.rb:527:in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/railties-6.0.3.5/lib/rails/railtie.rb:190:inpublic_send' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/railties-6.0.3.5/lib/rails/railtie.rb:190:in method_missing' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/rack-2.2.3/lib/rack/urlmap.rb:74:inblock in call' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/rack-2.2.3/lib/rack/urlmap.rb:58:in each' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/rack-2.2.3/lib/rack/urlmap.rb:58:incall' 54b38504 | /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in process_request' 54b38504 | /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:152:inaccept_and_process_next_request' 54b38504 | /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:113:in main_loop' 54b38504 | /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:416:inblock (3 levels) in start_threads' 54b38504 | /usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in block in create_thread_and_abort_on_exception' 54b38504 | /usr/share/foreman/vendor/ruby/2.5.0/gems/logging-2.3.0/lib/logging/diagnostic_context.rb:474:inblock in create_with_logging_context' 2021-02-25T16:15:44 [I|app|54b38504] Rendering common/500.html.erb within layouts/application 2021-02-25T16:15:44 [I|app|54b38504] Rendered common/500.html.erb within layouts/application (Duration: 6.5ms | Allocations: 5402) 2021-02-25T16:15:44 [I|app|54b38504] Rendered layouts/_application_content.html.erb (Duration: 4.0ms | Allocations: 5135) 2021-02-25T16:15:44 [I|app|54b38504] Rendering layouts/base.html.erb 2021-02-25T16:15:44 [I|app|54b38504] Rendered layouts/base.html.erb (Duration: 5.3ms | Allocations: 6067) 2021-02-25T16:15:44 [I|app|54b38504] Completed 500 Internal Server Error in 8443ms (Views: 21.5ms | ActiveRecord: 40.6ms | Allocations: 579533) 2021-02-25T16:15:44 [I|app|54b38504] Rendering common/500.html.erb within layouts/application 2021-02-25T16:15:44 [I|app|54b38504] Rendered common/500.html.erb within layouts/application (Duration: 6.5ms | Allocations: 5402) 2021-02-25T16:15:44 [I|app|54b38504] Rendered layouts/_application_content.html.erb (Duration: 4.0ms | Allocations: 5135) 2021-02-25T16:15:44 [I|app|54b38504] Rendering layouts/base.html.erb 2021-02-25T16:15:44 [I|app|54b38504] Rendered layouts/base.html.erb (Duration: 5.3ms | Allocations: 6067) 2021-02-25T16:15:44 [I|app|54b38504] Completed 500 Internal Server Error in 8443ms (Views: 21.5ms | ActiveRecord: 40.6ms | Allocations: 579533)`

gmalfray commented 3 years ago

For information I have the same error message in the nightly version of foreman (2.5.0-develop) image

image

tristanrobert commented 3 years ago

I am not able to reproduce your bug. I continue to investigate. I have tried with foreman 2.3, 2.4 and nightly, but I can't see the bug. Schema template depends on Rails release.

tristanrobert commented 3 years ago

I have finally reproduce the bug! I have tried with ruby 2.7: no bug and with ruby 2.5: bug! So it is related to ruby version. You should upgrade to ruby >= 2.7.

tristanrobert commented 3 years ago

I have found another solution by adding parenthesis to field_set_tag to help ruby 2.5 understanding the syntax (2.7 seems smarter). This could be released in 0.13.1.