Project

General

Profile

Actions

Bug #17329

closed

Failed to cancel pending build

Added by Jeff Sparrow over 7 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Unattended installations
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Trying to cancel a VM host build and getting:

Error: Failed to cancel pending build for mco6test.deploy.lab.beer.town

It does delete fine, but getting trace:

2016-11-14 10:22:42 [app] [I] Started GET "/hosts/mco6test.deploy.lab.beer.town/cancelBuild" for 172.31.100.214 at 2016-11-14 10:22:42 -0600
2016-11-14 10:22:42 [app] [I] Processing by HostsController#cancelBuild as HTML
2016-11-14 10:22:42 [app] [I]   Parameters: {"id"=>"mco6test.deploy.lab.beer.town"}
2016-11-14 10:22:42 [sql] [D]   ActiveRecord::SessionStore::Session Load (0.4ms)  SELECT  `sessions`.* FROM `sessions`  WHERE `sessions`.`session_id` = '4a1255ee6d86fb681fc9e691070a07e3'  ORDER BY `sessions`.`id` ASC LIMIT 1
2016-11-14 10:22:42 [sql] [D]   User Load (0.1ms)  SELECT  `users`.* FROM `users`  WHERE `users`.`id` = 50 LIMIT 1
2016-11-14 10:22:42 [app] [D] Setting current user thread-local variable to jsparrow
2016-11-14 10:22:42 [sql] [D]   AuthSource Load (0.1ms)  SELECT  `auth_sources`.* FROM `auth_sources`  WHERE `auth_sources`.`id` = 8 LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Host::Managed Load (0.1ms)  SELECT  `hosts`.* FROM `hosts`  WHERE `hosts`.`type` IN ('Host::Managed') AND `hosts`.`name` = 'mco6test.deploy.lab.beer.town'  ORDER BY `hosts`.`id` ASC LIMIT 1
2016-11-14 10:22:42 [sql] [D]    (0.1ms)  BEGIN
2016-11-14 10:22:42 [sql] [D]   Nic::Base Load (0.1ms)  SELECT `nics`.* FROM `nics`  WHERE `nics`.`host_id` = 2180  ORDER BY `nics`.`identifier` ASC
2016-11-14 10:22:42 [sql] [D]   HostStatus::Status Load (0.1ms)  SELECT `host_status`.* FROM `host_status`  WHERE `host_status`.`host_id` = 2180
2016-11-14 10:22:42 [sql] [D]   Subnet Load (0.1ms)  SELECT  `subnets`.* FROM `subnets`  WHERE `subnets`.`id` = 4  ORDER BY vlanid LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Operatingsystem Load (0.1ms)  SELECT  `operatingsystems`.* FROM `operatingsystems`  WHERE `operatingsystems`.`id` = 28  ORDER BY `operatingsystems`.`title` ASC LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Host::Base Exists (0.1ms)  SELECT  1 AS one FROM `hosts`  WHERE (`hosts`.`name` = BINARY 'mco6test.deploy.lab.beer.town' AND `hosts`.`id` != 2180) LIMIT 1
2016-11-14 10:22:42 [sql] [D]   HostParameter Load (0.1ms)  SELECT `parameters`.* FROM `parameters`  WHERE `parameters`.`type` IN ('HostParameter') AND `parameters`.`reference_id` = 2180  ORDER BY parameters.name
2016-11-14 10:22:42 [sql] [D]   SmartProxy Load (0.1ms)  SELECT  `smart_proxies`.* FROM `smart_proxies`  WHERE `smart_proxies`.`id` = 1  ORDER BY smart_proxies.name LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Feature Load (0.1ms)  SELECT `features`.* FROM `features` INNER JOIN `features_smart_proxies` ON `features`.`id` = `features_smart_proxies`.`feature_id` WHERE `features_smart_proxies`.`smart_proxy_id` = 1
2016-11-14 10:22:42 [sql] [D]   CACHE (0.0ms)  SELECT  `smart_proxies`.* FROM `smart_proxies`  WHERE `smart_proxies`.`id` = 1  ORDER BY smart_proxies.name LIMIT 1  [["id", 1]]
2016-11-14 10:22:42 [sql] [D]   CACHE (0.0ms)  SELECT `features`.* FROM `features` INNER JOIN `features_smart_proxies` ON `features`.`id` = `features_smart_proxies`.`feature_id` WHERE `features_smart_proxies`.`smart_proxy_id` = 1  [["smart_proxy_id", 1]]
2016-11-14 10:22:42 [sql] [D]   ComputeResource Load (0.1ms)  SELECT  `compute_resources`.* FROM `compute_resources`  WHERE `compute_resources`.`id` = 1  ORDER BY compute_resources.name LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Domain Load (0.1ms)  SELECT  `domains`.* FROM `domains`  WHERE `domains`.`id` = 22  ORDER BY domains.name LIMIT 1
2016-11-14 10:22:42 [sql] [D] Queueing Realm
2016-11-14 10:22:42 [sql] [D]   Ptable Load (0.1ms)  SELECT  `templates`.* FROM `templates`  WHERE `templates`.`type` IN ('Ptable') AND `templates`.`id` = 71  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Ptable Exists (0.1ms)  SELECT  1 AS one FROM `templates` INNER JOIN `operatingsystems_ptables` ON `templates`.`id` = `operatingsystems_ptables`.`ptable_id` WHERE `templates`.`type` IN ('Ptable') AND `operatingsystems_ptables`.`operatingsystem_id` = 28 AND `templates`.`id` = 71 LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Medium Load (0.1ms)  SELECT  `media`.* FROM `media`  WHERE `media`.`id` = 1  ORDER BY media.name LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Medium Exists (0.1ms)  SELECT  1 AS one FROM `media` INNER JOIN `media_operatingsystems` ON `media`.`id` = `media_operatingsystems`.`medium_id` WHERE `media_operatingsystems`.`operatingsystem_id` = 28 AND `media`.`id` = 1 LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Architecture Load (0.1ms)  SELECT  `architectures`.* FROM `architectures`  WHERE `architectures`.`id` = 1 LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Architecture Exists (0.1ms)  SELECT  1 AS one FROM `architectures` INNER JOIN `architectures_operatingsystems` ON `architectures`.`id` = `architectures_operatingsystems`.`architecture_id` WHERE `architectures_operatingsystems`.`operatingsystem_id` = 28 AND `architectures`.`id` = 1 LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Environment Load (0.1ms)  SELECT  `environments`.* FROM `environments`  WHERE `environments`.`id` = 1  ORDER BY environments.name LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Puppetclass Load (0.1ms)  SELECT DISTINCT puppetclasses.id,puppetclasses.name FROM `puppetclasses` INNER JOIN `host_classes` ON `puppetclasses`.`id` = `host_classes`.`puppetclass_id` WHERE `host_classes`.`host_id` = 2180  ORDER BY puppetclasses.name
2016-11-14 10:22:42 [sql] [D]   User Load (0.1ms)  SELECT  `users`.* FROM `users`  WHERE `users`.`id` = 50  ORDER BY firstname LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Domain Load (0.1ms)  SELECT  `domains`.* FROM `domains`  WHERE `domains`.`id` = 22  ORDER BY domains.name LIMIT 1
2016-11-14 10:22:42 [sql] [D]   Nic::Base Load (0.1ms)  SELECT `nics`.* FROM `nics`  WHERE `nics`.`ip` = '172.23.41.67'
2016-11-14 10:22:42 [sql] [D]   Nic::Base Load (0.1ms)  SELECT `nics`.* FROM `nics`  WHERE `nics`.`domain_id` = 22 AND `nics`.`name` = 'mco6test.deploy.lab.beer.town'
2016-11-14 10:22:42 [sql] [D]   CACHE (0.0ms)  SELECT  `smart_proxies`.* FROM `smart_proxies`  WHERE `smart_proxies`.`id` = 1  ORDER BY smart_proxies.name LIMIT 1  [["id", 1]]
2016-11-14 10:22:42 [sql] [D]   CACHE (0.0ms)  SELECT  `smart_proxies`.* FROM `smart_proxies`  WHERE `smart_proxies`.`id` = 1  ORDER BY smart_proxies.name LIMIT 1  [["id", 1]]
2016-11-14 10:22:42 [sql] [D]   CACHE (0.0ms)  SELECT  `smart_proxies`.* FROM `smart_proxies`  WHERE `smart_proxies`.`id` = 1  ORDER BY smart_proxies.name LIMIT 1  [["id", 1]]
2016-11-14 10:22:43 [sql] [D]   CACHE (0.0ms)  SELECT  `domains`.* FROM `domains`  WHERE `domains`.`id` = 22  ORDER BY domains.name LIMIT 1  [["id", 22]]
2016-11-14 10:22:43 [sql] [D]   CACHE (0.0ms)  SELECT  `subnets`.* FROM `subnets`  WHERE `subnets`.`id` = 4  ORDER BY vlanid LIMIT 1  [["id", 4]]
2016-11-14 10:22:43 [sql] [D]   CACHE (0.0ms)  SELECT  `smart_proxies`.* FROM `smart_proxies`  WHERE `smart_proxies`.`id` = 1  ORDER BY smart_proxies.name LIMIT 1  [["id", 1]]
2016-11-14 10:22:43 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `template_combinations` ON `template_combinations`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'PXELinux' AND `template_combinations`.`hostgroup_id` IS NULL AND `template_combinations`.`environment_id` = 1  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:43 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `os_default_templates` ON `os_default_templates`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'PXELinux' AND `os_default_templates`.`operatingsystem_id` = 28  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:43 [sql] [D]   Token Load (0.1ms)  SELECT  `tokens`.* FROM `tokens`  WHERE `tokens`.`host_id` = 2180 LIMIT 1
2016-11-14 10:22:43 [sql] [D]    (0.1ms)  ROLLBACK
2016-11-14 10:22:43 [sql] [W] Failed to set Build on mco6test.deploy.lab.beer.town: ["Medium CentOS Vault 6.5 -> 6.7 does not belong to CentOS 6.8 operating system"]
2016-11-14 10:22:43 [app] [I] Failed to save: Medium CentOS Vault 6.5 -> 6.7 does not belong to CentOS 6.8 operating system
2016-11-14 10:22:43 [app] [I] Redirected to http://puppet.lab.beer.town/hosts/mco6test.deploy.lab.beer.town
2016-11-14 10:22:43 [app] [I] Completed 302 Found in 602ms (ActiveRecord: 3.5ms)
2016-11-14 10:22:43 [sql] [D]    (0.1ms)  BEGIN
2016-11-14 10:22:43 [sql] [D]   SQL (0.3ms)  UPDATE `sessions` SET `data` = 'BAh7DkkiCXVzZXIGOgZFRmk3SSIPZXhwaXJlc19hdAY7AEZsKwdSNitYSSIL\nbG9jYWxlBjsARiIHZW5JIhBfY3NyZl90b2tlbgY7AEZJIjFyV3Jhb1hWT1Rq\nRlpMaUQ5VjlqdldlTDV6RVdUM080K29KZ3k0YWFvd1FrPQY7AEZJIhxyZWRp\ncmVjdF90b191cmxfc3VibmV0cwY7AFQiKmh0dHA6Ly9wdXBwZXQubGFiLmJl\nZXIudG93bi9ob3N0cy9uZXdJIhpyZWRpcmVjdF90b191cmxfbWVkaWEGOwBU\nIiZodHRwOi8vcHVwcGV0LmxhYi5iZWVyLnRvd24vbWVkaWFJIhpyZWRpcmVj\ndF90b191cmxfaG9zdHMGOwBUIkRodHRwOi8vcHVwcGV0LmxhYi5iZWVyLnRv\nd24vaG9zdHMvbWNvNnRlc3QuZGVwbG95LmxhYi5iZWVyLnRvd25JIhxfdHVy\nYm9saW5rc19yZWRpcmVjdF90bwY7AEYiRGh0dHA6Ly9wdXBwZXQubGFiLmJl\nZXIudG93bi9ob3N0cy9tY282dGVzdC5kZXBsb3kubGFiLmJlZXIudG93bkki\nCmZsYXNoBjsAVHsHSSIMZGlzY2FyZAY7AFRbAEkiDGZsYXNoZXMGOwBUewZJ\nIgplcnJvcgY7AEZJIkVGYWlsZWQgdG8gY2FuY2VsIHBlbmRpbmcgYnVpbGQg\nZm9yIG1jbzZ0ZXN0LmRlcGxveS5sYWIuYmVlci50b3duBjsAVA==\n', `updated_at` = '2016-11-14 16:22:43' WHERE `sessions`.`id` = 2281054
2016-11-14 10:22:43 [sql] [D]    (3.9ms)  COMMIT
2016-11-14 10:22:43 [app] [I] Started GET "/hosts/mco6test.deploy.lab.beer.town" for 172.31.100.214 at 2016-11-14 10:22:43 -0600
2016-11-14 10:22:43 [app] [I] Processing by HostsController#show as HTML
2016-11-14 10:22:43 [app] [I]   Parameters: {"id"=>"mco6test.deploy.lab.beer.town"}
2016-11-14 10:22:43 [sql] [D]   ActiveRecord::SessionStore::Session Load (0.4ms)  SELECT  `sessions`.* FROM `sessions`  WHERE `sessions`.`session_id` = '4a1255ee6d86fb681fc9e691070a07e3'  ORDER BY `sessions`.`id` ASC LIMIT 1
2016-11-14 10:22:43 [sql] [D]   User Load (0.1ms)  SELECT  `users`.* FROM `users`  WHERE `users`.`id` = 50 LIMIT 1
2016-11-14 10:22:43 [app] [D] Setting current user thread-local variable to jsparrow
2016-11-14 10:22:43 [sql] [D]   AuthSource Load (0.1ms)  SELECT  `auth_sources`.* FROM `auth_sources`  WHERE `auth_sources`.`id` = 8 LIMIT 1
2016-11-14 10:22:43 [sql] [D]   Host::Managed Load (0.1ms)  SELECT  `hosts`.* FROM `hosts`  WHERE `hosts`.`type` IN ('Host::Managed') AND `hosts`.`name` = 'mco6test.deploy.lab.beer.town'  ORDER BY `hosts`.`id` ASC LIMIT 1
2016-11-14 10:22:43 [sql] [D]   Nic::Base Load (0.1ms)  SELECT `nics`.* FROM `nics`  WHERE `nics`.`host_id` = 2180  ORDER BY `nics`.`identifier` ASC
2016-11-14 10:22:43 [sql] [D]   Domain Load (0.1ms)  SELECT  `domains`.* FROM `domains`  WHERE `domains`.`id` = 22  ORDER BY domains.name LIMIT 1
2016-11-14 10:22:43 [sql] [D]   ConfigReport Load (0.2ms)  SELECT `reports`.`status` FROM `reports`  WHERE `reports`.`type` IN ('ConfigReport') AND `reports`.`host_id` = 2180 AND (reported_at > '2016-11-07 16:22:43')  ORDER BY `reports`.`reported_at` ASC
2016-11-14 10:22:43 [sql] [D]   Operatingsystem Load (0.1ms)  SELECT  `operatingsystems`.* FROM `operatingsystems`  WHERE `operatingsystems`.`id` = 28  ORDER BY `operatingsystems`.`title` ASC LIMIT 1
2016-11-14 10:22:43 [sql] [D]   Subnet Load (0.1ms)  SELECT  `subnets`.* FROM `subnets`  WHERE `subnets`.`id` = 4  ORDER BY vlanid LIMIT 1
2016-11-14 10:22:43 [sql] [D]   SmartProxy Load (0.1ms)  SELECT  `smart_proxies`.* FROM `smart_proxies`  WHERE `smart_proxies`.`id` = 1  ORDER BY smart_proxies.name LIMIT 1
2016-11-14 10:22:43 [sql] [D]   Feature Load (0.1ms)  SELECT `features`.* FROM `features` INNER JOIN `features_smart_proxies` ON `features`.`id` = `features_smart_proxies`.`feature_id` WHERE `features_smart_proxies`.`smart_proxy_id` = 1
2016-11-14 10:22:48 [sql] [W] Tried to contact Cockpit for host mco6test.deploy.lab.beer.town but failed: execution expired
2016-11-14 10:22:48 [sql] [D] /opt/rh/rh-ruby22/root/usr/share/ruby/net/http.rb:879:in `initialize'
 | /opt/rh/rh-ruby22/root/usr/share/ruby/net/http.rb:879:in `open'
 | /opt/rh/rh-ruby22/root/usr/share/ruby/net/http.rb:879:in `block in connect'
 | /opt/rh/rh-ruby22/root/usr/share/ruby/timeout.rb:74:in `timeout'
 | /opt/rh/rh-ruby22/root/usr/share/ruby/net/http.rb:878:in `connect'
 | /opt/rh/rh-ruby22/root/usr/share/ruby/net/http.rb:863:in `do_start'
 | /opt/rh/rh-ruby22/root/usr/share/ruby/net/http.rb:852:in `start'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.6.7/lib/restclient/request.rb:172:in `transmit'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.6.7/lib/restclient/request.rb:64:in `execute'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.6.7/lib/restclient/request.rb:33:in `execute'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.6.7/lib/restclient.rb:68:in `get'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_cockpit-2.0.1/app/models/concerns/foreman_cockpit/host_extensions.rb:22:in `block in ping_cockpit_service'
 | /opt/rh/rh-ruby22/root/usr/share/ruby/timeout.rb:89:in `block in timeout'
 | /opt/rh/rh-ruby22/root/usr/share/ruby/timeout.rb:34:in `block in catch'
 | /opt/rh/rh-ruby22/root/usr/share/ruby/timeout.rb:34:in `catch'
 | /opt/rh/rh-ruby22/root/usr/share/ruby/timeout.rb:34:in `catch'
 | /opt/rh/rh-ruby22/root/usr/share/ruby/timeout.rb:104:in `timeout'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_cockpit-2.0.1/app/models/concerns/foreman_cockpit/host_extensions.rb:21:in `ping_cockpit_service'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_cockpit-2.0.1/app/models/concerns/foreman_cockpit/host_extensions.rb:10:in `cockpit_enabled?'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_cockpit-2.0.1/app/helpers/concerns/foreman_cockpit/hosts_helper_extensions.rb:13:in `host_title_actions_with_cockpit'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_bootdisk-7.0.1/app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:22:in `host_title_actions_with_bootdisk'
 | /usr/share/foreman/app/views/hosts/show.html.erb:1:in `_b0c499ac56545f5b62bd6b0b489ff7b1'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/template.rb:145:in `block in render'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/notifications.rb:161:in `instrument'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/template.rb:339:in `instrument'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/template.rb:143:in `render'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/deface-1.0.2/lib/deface/action_view_extensions.rb:41:in `render'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/notifications.rb:159:in `block in instrument'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/notifications.rb:159:in `instrument'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/renderer/template_renderer.rb:53:in `render_template'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/renderer/template_renderer.rb:17:in `render'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/renderer/renderer.rb:42:in `render_template'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/renderer/renderer.rb:23:in `render'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/rendering.rb:99:in `_render_template'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/streaming.rb:217:in `_render_template'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/rendering.rb:82:in `render_to_body'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/rendering.rb:32:in `render_to_body'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/renderers.rb:32:in `render_to_body'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/abstract_controller/rendering.rb:25:in `render'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/rendering.rb:16:in `render'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
 | /opt/rh/rh-ruby22/root/usr/share/ruby/benchmark.rb:303:in `realtime'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/core_ext/benchmark.rb:12:in `ms'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/instrumentation.rb:41:in `block in render'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activerecord-4.1.5/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/instrumentation.rb:40:in `render'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/abstract_controller/base.rb:189:in `process_action'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/rendering.rb:10:in `process_action'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/abstract_controller/callbacks.rb:20:in `block in process_action'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:113:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:113:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:299:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:299:in `block (2 levels) in halting'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/rails-observers-0.1.2/lib/rails/observers/action_controller/caching/sweeping.rb:73:in `around'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:447:in `public_send'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:447:in `block in make_lambda'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:298:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:298:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:299:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:299:in `block (2 levels) in halting'
 | /usr/share/foreman/app/controllers/concerns/application_shared.rb:13:in `set_timezone'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:424:in `block in make_lambda'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:298:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:298:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:229:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:229:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:299:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:299:in `block (2 levels) in halting'
 | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:424:in `block in make_lambda'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:298:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:298:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:229:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:229:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:299:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:299:in `block (2 levels) in halting'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/rails-observers-0.1.2/lib/rails/observers/action_controller/caching/sweeping.rb:73:in `around'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:447:in `public_send'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:447:in `block in make_lambda'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:298:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:298:in `block in halting'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:86:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:86:in `run_callbacks'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/abstract_controller/callbacks.rb:19:in `process_action'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/rescue.rb:29:in `process_action'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/notifications.rb:159:in `block in instrument'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/notifications.rb:159:in `instrument'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activerecord-4.1.5/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/abstract_controller/base.rb:136:in `process'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionview-4.1.5/lib/action_view/rendering.rb:30:in `process'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal.rb:196:in `dispatch'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_controller/metal.rb:232:in `block in action'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/routing/route_set.rb:82:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/routing/route_set.rb:50:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/journey/router.rb:71:in `block in call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/journey/router.rb:59:in `each'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/journey/router.rb:59:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/routing/route_set.rb:678:in `call'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.3.6/lib/apipie/static_dispatcher.rb:65:in `call'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.3.6/lib/apipie/extractor/recorder.rb:132:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/static.rb:64:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/static.rb:64:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/static.rb:64:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/static.rb:64:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/static.rb:64:in `call'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.3.6/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
 | /usr/share/foreman/lib/middleware/catch_json_parse_errors.rb:9:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/flash.rb:254:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/cookies.rb:560:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activerecord-4.1.5/lib/active_record/query_cache.rb:36:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activerecord-4.1.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/callbacks.rb:82:in `run_callbacks'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/railties-4.1.5/lib/rails/rack/logger.rb:38:in `call_app'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/railties-4.1.5/lib/rails/rack/logger.rb:22:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/request_id.rb:21:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/actionpack-4.1.5/lib/action_dispatch/middleware/static.rb:64:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/railties-4.1.5/lib/rails/engine.rb:514:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/railties-4.1.5/lib/rails/application.rb:144:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/railties-4.1.5/lib/rails/railtie.rb:194:in `public_send'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/railties-4.1.5/lib/rails/railtie.rb:194:in `method_missing'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/rack-1.5.2/lib/rack/builder.rb:138:in `call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/rack-1.5.2/lib/rack/urlmap.rb:65:in `block in call'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `each'
 | /opt/rh/rh-ror41/root/usr/share/gems/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `call'
 | /usr/lib/ruby/gems/1.8/gems/passenger-5.0.28/src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
 | /usr/lib/ruby/gems/1.8/gems/passenger-5.0.28/src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:152:in `accept_and_process_next_request'
 | /usr/lib/ruby/gems/1.8/gems/passenger-5.0.28/src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:113:in `main_loop'
 | /usr/lib/ruby/gems/1.8/gems/passenger-5.0.28/src/ruby_supportlib/phusion_passenger/request_handler.rb:416:in `block (3 levels) in start_threads'
 | /usr/lib/ruby/gems/1.8/gems/passenger-5.0.28/src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in `call'
 | /opt/theforeman/tfm/root/usr/share/gems/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in `block in create_with_logging_context'
2016-11-14 10:22:48 [sql] [D]   CACHE (0.0ms)  SELECT  `smart_proxies`.* FROM `smart_proxies`  WHERE `smart_proxies`.`id` = 1  ORDER BY smart_proxies.name LIMIT 1  [["id", 1]]
2016-11-14 10:22:48 [sql] [D]    (0.1ms)  SELECT COUNT(*) FROM `reports`  WHERE `reports`.`type` IN ('ConfigReport') AND `reports`.`host_id` = 2180
2016-11-14 10:22:48 [sql] [D]   FactValue Exists (0.1ms)  SELECT  1 AS one FROM `fact_values`  WHERE `fact_values`.`host_id` = 2180 LIMIT 1
2016-11-14 10:22:48 [sql] [D]    (0.1ms)  SELECT COUNT(*) FROM `smart_proxies` INNER JOIN `features_smart_proxies` ON `features_smart_proxies`.`smart_proxy_id` = `smart_proxies`.`id` INNER JOIN `features` ON `features`.`id` = `features_smart_proxies`.`feature_id` WHERE `features`.`name` IN ('Puppet')
2016-11-14 10:22:48 [sql] [D]   Nic::Base Load (0.1ms)  SELECT  `nics`.* FROM `nics`  WHERE `nics`.`host_id` = 2180 AND `nics`.`type` = 'Nic::BMC'  ORDER BY `nics`.`identifier` ASC LIMIT 1
2016-11-14 10:22:48 [sql] [D]   CACHE (0.0ms)  SELECT  `nics`.* FROM `nics`  WHERE `nics`.`host_id` = 2180 AND `nics`.`type` = 'Nic::BMC'  ORDER BY `nics`.`identifier` ASC LIMIT 1  [["host_id", 2180]]
2016-11-14 10:22:48 [app] [I]   Rendered hosts/show.html.erb within layouts/application (5020.7ms)
2016-11-14 10:22:48 [app] [I]   Rendered layouts/_application_content.html.erb (0.4ms)
2016-11-14 10:22:48 [app] [I]   Rendered home/_user_dropdown.html.erb (1.2ms)
2016-11-14 10:22:48 [app] [I] Read fragment views/tabs_and_title_records-50 (0.1ms)
2016-11-14 10:22:48 [app] [I]   Rendered home/_topbar.html.erb (2.1ms)
2016-11-14 10:22:48 [app] [I]   Rendered layouts/base.html.erb (3.0ms)
2016-11-14 10:22:48 [app] [I] Completed 200 OK in 5035ms (Views: 5024.2ms | ActiveRecord: 2.0ms)
2016-11-14 10:22:48 [sql] [D]    (0.1ms)  BEGIN
2016-11-14 10:22:48 [sql] [D]   SQL (0.3ms)  UPDATE `sessions` SET `data` = 'BAh7DEkiCXVzZXIGOgZFRmk3SSIPZXhwaXJlc19hdAY7AEZsKwdTNitYSSIL\nbG9jYWxlBjsARiIHZW5JIhBfY3NyZl90b2tlbgY7AEZJIjFyV3Jhb1hWT1Rq\nRlpMaUQ5VjlqdldlTDV6RVdUM080K29KZ3k0YWFvd1FrPQY7AEZJIhxyZWRp\ncmVjdF90b191cmxfc3VibmV0cwY7AFQiKmh0dHA6Ly9wdXBwZXQubGFiLmJl\nZXIudG93bi9ob3N0cy9uZXdJIhpyZWRpcmVjdF90b191cmxfbWVkaWEGOwBU\nIiZodHRwOi8vcHVwcGV0LmxhYi5iZWVyLnRvd24vbWVkaWFJIgpmbGFzaAY7\nAFR7B0kiDGRpc2NhcmQGOwBUWwZJIgplcnJvcgY7AEZJIgxmbGFzaGVzBjsA\nVHsGQBVJIkVGYWlsZWQgdG8gY2FuY2VsIHBlbmRpbmcgYnVpbGQgZm9yIG1j\nbzZ0ZXN0LmRlcGxveS5sYWIuYmVlci50b3duBjsAVA==\n', `updated_at` = '2016-11-14 16:22:48' WHERE `sessions`.`id` = 2281054
2016-11-14 10:22:48 [sql] [D]    (10.6ms)  COMMIT
2016-11-14 10:22:48 [app] [I] Started GET "/hosts/mco6test.deploy.lab.beer.town/overview" for 172.31.100.214 at 2016-11-14 10:22:48 -0600
2016-11-14 10:22:48 [app] [I] Started GET "/hosts/mco6test.deploy.lab.beer.town/templates" for 172.31.100.214 at 2016-11-14 10:22:48 -0600
2016-11-14 10:22:48 [app] [I] Started GET "/hosts/mco6test.deploy.lab.beer.town/vm" for 172.31.100.214 at 2016-11-14 10:22:48 -0600
2016-11-14 10:22:48 [app] [I] Started GET "/hosts/mco6test.deploy.lab.beer.town/runtime?range=7" for 172.31.100.214 at 2016-11-14 10:22:48 -0600
2016-11-14 10:22:48 [app] [I] Started GET "/hosts/mco6test.deploy.lab.beer.town/resources?range=7" for 172.31.100.214 at 2016-11-14 10:22:48 -0600
2016-11-14 10:22:48 [app] [I] Processing by HostsController#templates as HTML
2016-11-14 10:22:48 [app] [I]   Parameters: {"id"=>"mco6test.deploy.lab.beer.town"}
2016-11-14 10:22:48 [app] [I] Started GET "/hosts/mco6test.deploy.lab.beer.town/nics" for 172.31.100.214 at 2016-11-14 10:22:48 -0600
2016-11-14 10:22:48 [sql] [D]   ActiveRecord::SessionStore::Session Load (0.3ms)  SELECT  `sessions`.* FROM `sessions`  WHERE `sessions`.`session_id` = '4a1255ee6d86fb681fc9e691070a07e3'  ORDER BY `sessions`.`id` ASC LIMIT 1
2016-11-14 10:22:48 [app] [I] Processing by HostsController#resources as HTML
2016-11-14 10:22:48 [app] [I] Processing by HostsController#vm as HTML
2016-11-14 10:22:48 [app] [I] Processing by HostsController#vm as HTML
2016-11-14 10:22:48 [app] [I]   Parameters: {"range"=>"7", "id"=>"mco6test.deploy.lab.beer.town"}
2016-11-14 10:22:48 [sql] [D]   User Load (0.1ms)  SELECT  `users`.* FROM `users`  WHERE `users`.`id` = 50 LIMIT 1
2016-11-14 10:22:48 [app] [I]   Parameters: {"id"=>"mco6test.deploy.lab.beer.town"}
2016-11-14 10:22:48 [app] [D] Setting current user thread-local variable to jsparrow
2016-11-14 10:22:48 [sql] [D]   ActiveRecord::SessionStore::Session Load (0.1ms)  SELECT  `sessions`.* FROM `sessions`  WHERE `sessions`.`session_id` = '4a1255ee6d86fb681fc9e691070a07e3'  ORDER BY `sessions`.`id` ASC LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ActiveRecord::SessionStore::Session Load (0.1ms)  SELECT  `sessions`.* FROM `sessions`  WHERE `sessions`.`session_id` = '4a1255ee6d86fb681fc9e691070a07e3'  ORDER BY `sessions`.`id` ASC LIMIT 1
2016-11-14 10:22:48 [app] [I] Processing by HostsController#nics as HTML
2016-11-14 10:22:48 [app] [I]   Parameters: {"id"=>"mco6test.deploy.lab.beer.town"}
2016-11-14 10:22:48 [sql] [D]   AuthSource Load (0.1ms)  SELECT  `auth_sources`.* FROM `auth_sources`  WHERE `auth_sources`.`id` = 8 LIMIT 1
2016-11-14 10:22:48 [sql] [D]   User Load (0.1ms)  SELECT  `users`.* FROM `users`  WHERE `users`.`id` = 50 LIMIT 1
2016-11-14 10:22:48 [app] [D] Setting current user thread-local variable to jsparrow
2016-11-14 10:22:48 [sql] [D]   User Load (0.1ms)  SELECT  `users`.* FROM `users`  WHERE `users`.`id` = 50 LIMIT 1
2016-11-14 10:22:48 [sql] [D]   AuthSource Load (0.1ms)  SELECT  `auth_sources`.* FROM `auth_sources`  WHERE `auth_sources`.`id` = 8 LIMIT 1
2016-11-14 10:22:48 [app] [D] Setting current user thread-local variable to jsparrow
2016-11-14 10:22:48 [sql] [D]   Host::Managed Load (0.1ms)  SELECT  `hosts`.* FROM `hosts`  WHERE `hosts`.`type` IN ('Host::Managed') AND `hosts`.`name` = 'mco6test.deploy.lab.beer.town'  ORDER BY `hosts`.`id` ASC LIMIT 1
2016-11-14 10:22:48 [sql] [D]   TemplateKind Load (0.1ms)  SELECT `template_kinds`.* FROM `template_kinds`   ORDER BY `template_kinds`.`name` ASC
2016-11-14 10:22:48 [sql] [D]   Host::Managed Load (0.1ms)  SELECT  `hosts`.* FROM `hosts`  WHERE `hosts`.`type` IN ('Host::Managed') AND `hosts`.`name` = 'mco6test.deploy.lab.beer.town'  ORDER BY `hosts`.`id` ASC LIMIT 1
2016-11-14 10:22:48 [app] [I] Processing by HostsController#runtime as HTML
2016-11-14 10:22:48 [app] [I]   Parameters: {"range"=>"7", "id"=>"mco6test.deploy.lab.beer.town"}
2016-11-14 10:22:48 [sql] [D]   AuthSource Load (0.1ms)  SELECT  `auth_sources`.* FROM `auth_sources`  WHERE `auth_sources`.`id` = 8 LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `template_combinations` ON `template_combinations`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'Bootdisk' AND `template_combinations`.`hostgroup_id` IS NULL AND `template_combinations`.`environment_id` = 1  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ActiveRecord::SessionStore::Session Load (3.9ms)  SELECT  `sessions`.* FROM `sessions`  WHERE `sessions`.`session_id` = '4a1255ee6d86fb681fc9e691070a07e3'  ORDER BY `sessions`.`id` ASC LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.2ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `os_default_templates` ON `os_default_templates`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'Bootdisk' AND `os_default_templates`.`operatingsystem_id` = 28  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   Host::Managed Load (0.1ms)  SELECT  `hosts`.* FROM `hosts`  WHERE `hosts`.`type` IN ('Host::Managed') AND `hosts`.`name` = 'mco6test.deploy.lab.beer.town'  ORDER BY `hosts`.`id` ASC LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ActiveRecord::SessionStore::Session Load (1.2ms)  SELECT  `sessions`.* FROM `sessions`  WHERE `sessions`.`session_id` = '4a1255ee6d86fb681fc9e691070a07e3'  ORDER BY `sessions`.`id` ASC LIMIT 1
2016-11-14 10:22:48 [app] [I] Processing by HostsController#overview as HTML
2016-11-14 10:22:48 [app] [I]   Parameters: {"id"=>"mco6test.deploy.lab.beer.town"}
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `template_combinations` ON `template_combinations`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'finish' AND `template_combinations`.`hostgroup_id` IS NULL AND `template_combinations`.`environment_id` = 1  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   User Load (0.1ms)  SELECT  `users`.* FROM `users`  WHERE `users`.`id` = 50 LIMIT 1
2016-11-14 10:22:48 [app] [D] Setting current user thread-local variable to jsparrow
2016-11-14 10:22:48 [sql] [D]   ConfigReport Load (2.6ms)  SELECT `reports`.* FROM `reports`  WHERE `reports`.`type` IN ('ConfigReport') AND `reports`.`host_id` = 2180 AND (reported_at > '2016-11-07 16:22:48')  ORDER BY `reports`.`reported_at` ASC
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `os_default_templates` ON `os_default_templates`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'finish' AND `os_default_templates`.`operatingsystem_id` = 28  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [app] [I]   Rendered hosts/_resources.html.erb (4.2ms)
2016-11-14 10:22:48 [sql] [D]   ComputeResource Load (0.1ms)  SELECT  `compute_resources`.* FROM `compute_resources`  WHERE `compute_resources`.`id` = 1  ORDER BY compute_resources.name LIMIT 1
2016-11-14 10:22:48 [app] [I] Completed 200 OK in 9ms (Views: 2.0ms | ActiveRecord: 2.9ms)
2016-11-14 10:22:48 [sql] [D]   User Load (2.2ms)  SELECT  `users`.* FROM `users`  WHERE `users`.`id` = 50 LIMIT 1
2016-11-14 10:22:48 [app] [D] Setting current user thread-local variable to jsparrow
2016-11-14 10:22:48 [sql] [D]   ActiveRecord::SessionStore::Session Load (1.2ms)  SELECT  `sessions`.* FROM `sessions`  WHERE `sessions`.`session_id` = '4a1255ee6d86fb681fc9e691070a07e3'  ORDER BY `sessions`.`id` ASC LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `template_combinations` ON `template_combinations`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'iPXE' AND `template_combinations`.`hostgroup_id` IS NULL AND `template_combinations`.`environment_id` = 1  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   AuthSource Load (0.1ms)  SELECT  `auth_sources`.* FROM `auth_sources`  WHERE `auth_sources`.`id` = 8 LIMIT 1
2016-11-14 10:22:48 [sql] [D]   AuthSource Load (1.3ms)  SELECT  `auth_sources`.* FROM `auth_sources`  WHERE `auth_sources`.`id` = 8 LIMIT 1
2016-11-14 10:22:48 [sql] [D]    (1.1ms)  BEGIN
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `os_default_templates` ON `os_default_templates`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'iPXE' AND `os_default_templates`.`operatingsystem_id` = 28  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   User Load (1.0ms)  SELECT  `users`.* FROM `users`  WHERE `users`.`id` = 50 LIMIT 1
2016-11-14 10:22:48 [app] [D] Setting current user thread-local variable to jsparrow
2016-11-14 10:22:48 [sql] [D]   Host::Managed Load (0.1ms)  SELECT  `hosts`.* FROM `hosts`  WHERE `hosts`.`type` IN ('Host::Managed') AND `hosts`.`name` = 'mco6test.deploy.lab.beer.town'  ORDER BY `hosts`.`id` ASC LIMIT 1
2016-11-14 10:22:48 [sql] [D]   Host::Managed Load (0.1ms)  SELECT  `hosts`.* FROM `hosts`  WHERE `hosts`.`type` IN ('Host::Managed') AND `hosts`.`name` = 'mco6test.deploy.lab.beer.town'  ORDER BY `hosts`.`id` ASC LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `template_combinations` ON `template_combinations`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'kexec' AND `template_combinations`.`hostgroup_id` IS NULL AND `template_combinations`.`environment_id` = 1  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   SQL (1.6ms)  UPDATE `sessions` SET `data` = 'BAh7DUkiCXVzZXIGOgZFRmk3SSIPZXhwaXJlc19hdAY7AEZsKwdYNitYSSIL\nbG9jYWxlBjsARiIHZW5JIhBfY3NyZl90b2tlbgY7AEZJIjFyV3Jhb1hWT1Rq\nRlpMaUQ5VjlqdldlTDV6RVdUM080K29KZ3k0YWFvd1FrPQY7AEZJIhxyZWRp\ncmVjdF90b191cmxfc3VibmV0cwY7AFQiKmh0dHA6Ly9wdXBwZXQubGFiLmJl\nZXIudG93bi9ob3N0cy9uZXdJIhpyZWRpcmVjdF90b191cmxfbWVkaWEGOwBU\nIiZodHRwOi8vcHVwcGV0LmxhYi5iZWVyLnRvd24vbWVkaWFJIgpmbGFzaAY7\nAFR7B0kiDGRpc2NhcmQGOwBUWwZJIgplcnJvcgY7AEZJIgxmbGFzaGVzBjsA\nVHsGSSIKZXJyb3IGOwBGSSJFRmFpbGVkIHRvIGNhbmNlbCBwZW5kaW5nIGJ1\naWxkIGZvciBtY282dGVzdC5kZXBsb3kubGFiLmJlZXIudG93bgY7AFRJIhpy\nZWRpcmVjdF90b191cmxfaG9zdHMGOwBUIkRodHRwOi8vcHVwcGV0LmxhYi5i\nZWVyLnRvd24vaG9zdHMvbWNvNnRlc3QuZGVwbG95LmxhYi5iZWVyLnRvd24=\n', `updated_at` = '2016-11-14 16:22:48' WHERE `sessions`.`id` = 2281054
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `os_default_templates` ON `os_default_templates`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'kexec' AND `os_default_templates`.`operatingsystem_id` = 28  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   AuthSource Load (0.4ms)  SELECT  `auth_sources`.* FROM `auth_sources`  WHERE `auth_sources`.`id` = 8 LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ConfigReport Load (0.1ms)  SELECT `reports`.* FROM `reports`  WHERE `reports`.`type` IN ('ConfigReport') AND `reports`.`host_id` = 2180 AND (reported_at > '2016-11-07 16:22:48')  ORDER BY `reports`.`reported_at` ASC
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `template_combinations` ON `template_combinations`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'POAP' AND `template_combinations`.`hostgroup_id` IS NULL AND `template_combinations`.`environment_id` = 1  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   Host::Managed Load (0.1ms)  SELECT  `hosts`.* FROM `hosts`  WHERE `hosts`.`type` IN ('Host::Managed') AND `hosts`.`name` = 'mco6test.deploy.lab.beer.town'  ORDER BY `hosts`.`id` ASC LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `os_default_templates` ON `os_default_templates`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'POAP' AND `os_default_templates`.`operatingsystem_id` = 28  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   HostStatus::Status Load (0.2ms)  SELECT `host_status`.* FROM `host_status`  WHERE `host_status`.`host_id` = 2180
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `template_combinations` ON `template_combinations`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'provision' AND `template_combinations`.`hostgroup_id` IS NULL AND `template_combinations`.`environment_id` = 1  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `os_default_templates` ON `os_default_templates`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'provision' AND `os_default_templates`.`operatingsystem_id` = 28  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   Nic::Base Load (0.1ms)  SELECT `nics`.* FROM `nics`  WHERE `nics`.`host_id` = 2180  ORDER BY `nics`.`identifier` ASC
2016-11-14 10:22:48 [sql] [D]    (4.1ms)  COMMIT
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `template_combinations` ON `template_combinations`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'PXEGrub' AND `template_combinations`.`hostgroup_id` IS NULL AND `template_combinations`.`environment_id` = 1  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [app] [I]   Rendered hosts/_runtime.html.erb (7.2ms)
2016-11-14 10:22:48 [app] [I] Completed 200 OK in 15ms (Views: 7.5ms | ActiveRecord: 2.7ms)
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `os_default_templates` ON `os_default_templates`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'PXEGrub' AND `os_default_templates`.`operatingsystem_id` = 28  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   Nic::Base Load (0.1ms)  SELECT `nics`.* FROM `nics`  WHERE `nics`.`host_id` = 2180  ORDER BY `nics`.`identifier` ASC
2016-11-14 10:22:48 [sql] [D]    (0.1ms)  BEGIN
2016-11-14 10:22:48 [sql] [D]   Domain Load (0.1ms)  SELECT  `domains`.* FROM `domains`  WHERE `domains`.`id` = 22  ORDER BY domains.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   SQL (0.1ms)  UPDATE `sessions` SET `data` = 'BAh7DUkiCXVzZXIGOgZFRmk3SSIPZXhwaXJlc19hdAY7AEZsKwdYNitYSSIL\nbG9jYWxlBjsARiIHZW5JIhBfY3NyZl90b2tlbgY7AEZJIjFyV3Jhb1hWT1Rq\nRlpMaUQ5VjlqdldlTDV6RVdUM080K29KZ3k0YWFvd1FrPQY7AEZJIhxyZWRp\ncmVjdF90b191cmxfc3VibmV0cwY7AFQiKmh0dHA6Ly9wdXBwZXQubGFiLmJl\nZXIudG93bi9ob3N0cy9uZXdJIhpyZWRpcmVjdF90b191cmxfbWVkaWEGOwBU\nIiZodHRwOi8vcHVwcGV0LmxhYi5iZWVyLnRvd24vbWVkaWFJIgpmbGFzaAY7\nAFR7B0kiDGRpc2NhcmQGOwBUWwZJIgplcnJvcgY7AEZJIgxmbGFzaGVzBjsA\nVHsGSSIKZXJyb3IGOwBGSSJFRmFpbGVkIHRvIGNhbmNlbCBwZW5kaW5nIGJ1\naWxkIGZvciBtY282dGVzdC5kZXBsb3kubGFiLmJlZXIudG93bgY7AFRJIhpy\nZWRpcmVjdF90b191cmxfaG9zdHMGOwBUIkRodHRwOi8vcHVwcGV0LmxhYi5i\nZWVyLnRvd24vaG9zdHMvbWNvNnRlc3QuZGVwbG95LmxhYi5iZWVyLnRvd24=\n', `updated_at` = '2016-11-14 16:22:48' WHERE `sessions`.`id` = 2281054
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `template_combinations` ON `template_combinations`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'PXELinux' AND `template_combinations`.`hostgroup_id` IS NULL AND `template_combinations`.`environment_id` = 1  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `os_default_templates` ON `os_default_templates`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'PXELinux' AND `os_default_templates`.`operatingsystem_id` = 28  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   Environment Load (0.1ms)  SELECT  `environments`.* FROM `environments`  WHERE `environments`.`id` = 1  ORDER BY environments.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   Architecture Load (0.1ms)  SELECT  `architectures`.* FROM `architectures`  WHERE `architectures`.`id` = 1 LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `template_combinations` ON `template_combinations`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'script' AND `template_combinations`.`hostgroup_id` IS NULL AND `template_combinations`.`environment_id` = 1  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `os_default_templates` ON `os_default_templates`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'script' AND `os_default_templates`.`operatingsystem_id` = 28  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]    (4.2ms)  COMMIT
2016-11-14 10:22:48 [sql] [D]    (4.2ms)  COMMIT
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `template_combinations` ON `template_combinations`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'user_data' AND `template_combinations`.`hostgroup_id` IS NULL AND `template_combinations`.`environment_id` = 1  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   Operatingsystem Load (0.1ms)  SELECT  `operatingsystems`.* FROM `operatingsystems`  WHERE `operatingsystems`.`id` = 28  ORDER BY `operatingsystems`.`title` ASC LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `os_default_templates` ON `os_default_templates`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'user_data' AND `os_default_templates`.`operatingsystem_id` = 28  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   User Load (0.1ms)  SELECT  `users`.* FROM `users`  WHERE `users`.`id` = 50  ORDER BY firstname LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `template_combinations` ON `template_combinations`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'ZTP' AND `template_combinations`.`hostgroup_id` IS NULL AND `template_combinations`.`environment_id` = 1  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   ProvisioningTemplate Load (0.1ms)  SELECT  `templates`.* FROM `templates` INNER JOIN `operatingsystems_provisioning_templates` ON `operatingsystems_provisioning_templates`.`provisioning_template_id` = `templates`.`id` INNER JOIN `operatingsystems` ON `operatingsystems`.`id` = `operatingsystems_provisioning_templates`.`operatingsystem_id` INNER JOIN `template_kinds` ON `template_kinds`.`id` = `templates`.`template_kind_id` INNER JOIN `os_default_templates` ON `os_default_templates`.`provisioning_template_id` = `templates`.`id` WHERE `templates`.`type` IN ('ProvisioningTemplate') AND `operatingsystems`.`id` = 28 AND `template_kinds`.`name` = 'ZTP' AND `os_default_templates`.`operatingsystem_id` = 28  ORDER BY templates.name LIMIT 1
2016-11-14 10:22:48 [sql] [D]   FactValue Load (0.1ms)  SELECT `fact_values`.* FROM `fact_values`  WHERE `fact_values`.`host_id` = 2180
2016-11-14 10:22:48 [sql] [D]   CACHE (0.0ms)  SELECT `fact_values`.* FROM `fact_values`  WHERE `fact_values`.`host_id` = 2180  [["host_id", 2180]]
2016-11-14 10:22:48 [sql] [D]   CACHE (0.0ms)  SELECT `fact_values`.* FROM `fact_values`  WHERE `fact_values`.`host_id` = 2180  [["host_id", 2180]]
2016-11-14 10:22:48 [app] [I]   Rendered hosts/_overview.html.erb (16.3ms)
2016-11-14 10:22:48 [app] [I] Completed 200 OK in 25ms (Views: 15.8ms | ActiveRecord: 3.7ms)
2016-11-14 10:22:48 [sql] [D]    (0.1ms)  BEGIN
2016-11-14 10:22:48 [app] [I]   Rendered text template (0.0ms)
2016-11-14 10:22:48 [sql] [D]   SQL (0.2ms)  UPDATE `sessions` SET `data` = 'BAh7DUkiCXVzZXIGOgZFRmk3SSIPZXhwaXJlc19hdAY7AEZsKwdYNitYSSIL\nbG9jYWxlBjsARiIHZW5JIhBfY3NyZl90b2tlbgY7AEZJIjFyV3Jhb1hWT1Rq\nRlpMaUQ5VjlqdldlTDV6RVdUM080K29KZ3k0YWFvd1FrPQY7AEZJIhxyZWRp\ncmVjdF90b191cmxfc3VibmV0cwY7AFQiKmh0dHA6Ly9wdXBwZXQubGFiLmJl\nZXIudG93bi9ob3N0cy9uZXdJIhpyZWRpcmVjdF90b191cmxfbWVkaWEGOwBU\nIiZodHRwOi8vcHVwcGV0LmxhYi5iZWVyLnRvd24vbWVkaWFJIgpmbGFzaAY7\nAFR7B0kiDGRpc2NhcmQGOwBUWwZJIgplcnJvcgY7AEZJIgxmbGFzaGVzBjsA\nVHsGSSIKZXJyb3IGOwBGSSJFRmFpbGVkIHRvIGNhbmNlbCBwZW5kaW5nIGJ1\naWxkIGZvciBtY282dGVzdC5kZXBsb3kubGFiLmJlZXIudG93bgY7AFRJIhpy\nZWRpcmVjdF90b191cmxfaG9zdHMGOwBUIkRodHRwOi8vcHVwcGV0LmxhYi5i\nZWVyLnRvd24vaG9zdHMvbWNvNnRlc3QuZGVwbG95LmxhYi5iZWVyLnRvd24=\n', `updated_at` = '2016-11-14 16:22:48' WHERE `sessions`.`id` = 2281054
2016-11-14 10:22:48 [app] [I] Completed 200 OK in 36ms (Views: 0.3ms | ActiveRecord: 2.8ms)
2016-11-14 10:22:48 [sql] [D]    (0.1ms)  BEGIN
2016-11-14 10:22:48 [sql] [D]   SQL (0.1ms)  UPDATE `sessions` SET `data` = 'BAh7DUkiCXVzZXIGOgZFRmk3SSIPZXhwaXJlc19hdAY7AEZsKwdYNitYSSIL\nbG9jYWxlBjsARiIHZW5JIhBfY3NyZl90b2tlbgY7AEZJIjFyV3Jhb1hWT1Rq\nRlpMaUQ5VjlqdldlTDV6RVdUM080K29KZ3k0YWFvd1FrPQY7AEZJIhxyZWRp\ncmVjdF90b191cmxfc3VibmV0cwY7AFQiKmh0dHA6Ly9wdXBwZXQubGFiLmJl\nZXIudG93bi9ob3N0cy9uZXdJIhpyZWRpcmVjdF90b191cmxfbWVkaWEGOwBU\nIiZodHRwOi8vcHVwcGV0LmxhYi5iZWVyLnRvd24vbWVkaWFJIgpmbGFzaAY7\nAFR7B0kiDGRpc2NhcmQGOwBUWwZJIgplcnJvcgY7AEZJIgxmbGFzaGVzBjsA\nVHsGSSIKZXJyb3IGOwBGSSJFRmFpbGVkIHRvIGNhbmNlbCBwZW5kaW5nIGJ1\naWxkIGZvciBtY282dGVzdC5kZXBsb3kubGFiLmJlZXIudG93bgY7AFRJIhpy\nZWRpcmVjdF90b191cmxfaG9zdHMGOwBUIkRodHRwOi8vcHVwcGV0LmxhYi5i\nZWVyLnRvd24vaG9zdHMvbWNvNnRlc3QuZGVwbG95LmxhYi5iZWVyLnRvd24=\n', `updated_at` = '2016-11-14 16:22:48' WHERE `sessions`.`id` = 2281054
2016-11-14 10:22:48 [sql] [D]    (2.8ms)  COMMIT
2016-11-14 10:22:48 [sql] [D]    (4.1ms)  COMMIT
2016-11-14 10:22:48 [sql] [D]   Domain Load (0.1ms)  SELECT  `domains`.* FROM `domains`  WHERE `domains`.`id` = 22  ORDER BY domains.name LIMIT 1
2016-11-14 10:22:48 [app] [I]   Rendered hosts/_nics.html.erb (47.2ms)
2016-11-14 10:22:48 [app] [I] Completed 200 OK in 60ms (Views: 47.8ms | ActiveRecord: 7.8ms)
2016-11-14 10:22:48 [sql] [D]    (0.1ms)  BEGIN
2016-11-14 10:22:48 [sql] [D]   SQL (0.1ms)  UPDATE `sessions` SET `data` = 'BAh7DUkiCXVzZXIGOgZFRmk3SSIPZXhwaXJlc19hdAY7AEZsKwdYNitYSSIL\nbG9jYWxlBjsARiIHZW5JIhBfY3NyZl90b2tlbgY7AEZJIjFyV3Jhb1hWT1Rq\nRlpMaUQ5VjlqdldlTDV6RVdUM080K29KZ3k0YWFvd1FrPQY7AEZJIhxyZWRp\ncmVjdF90b191cmxfc3VibmV0cwY7AFQiKmh0dHA6Ly9wdXBwZXQubGFiLmJl\nZXIudG93bi9ob3N0cy9uZXdJIhpyZWRpcmVjdF90b191cmxfbWVkaWEGOwBU\nIiZodHRwOi8vcHVwcGV0LmxhYi5iZWVyLnRvd24vbWVkaWFJIgpmbGFzaAY7\nAFR7B0kiDGRpc2NhcmQGOwBUWwZJIgplcnJvcgY7AEZJIgxmbGFzaGVzBjsA\nVHsGSSIKZXJyb3IGOwBGSSJFRmFpbGVkIHRvIGNhbmNlbCBwZW5kaW5nIGJ1\naWxkIGZvciBtY282dGVzdC5kZXBsb3kubGFiLmJlZXIudG93bgY7AFRJIhpy\nZWRpcmVjdF90b191cmxfaG9zdHMGOwBUIkRodHRwOi8vcHVwcGV0LmxhYi5i\nZWVyLnRvd24vaG9zdHMvbWNvNnRlc3QuZGVwbG95LmxhYi5iZWVyLnRvd24=\n', `updated_at` = '2016-11-14 16:22:48' WHERE `sessions`.`id` = 2281054
2016-11-14 10:22:48 [sql] [D]    (6.0ms)  COMMIT
2016-11-14 10:22:49 [app] [I]   Rendered compute_resources_vms/show/_vmware.html.erb (118.4ms)
2016-11-14 10:22:49 [app] [I]   Rendered compute_resources_vms/_details.html.erb (121.4ms)
2016-11-14 10:22:49 [app] [I] Completed 200 OK in 624ms (Views: 121.9ms | ActiveRecord: 0.4ms)
2016-11-14 10:22:49 [sql] [D]    (0.1ms)  BEGIN
2016-11-14 10:22:49 [sql] [D]   SQL (0.3ms)  UPDATE `sessions` SET `data` = 'BAh7DUkiCXVzZXIGOgZFRmk3SSIPZXhwaXJlc19hdAY7AEZsKwdYNitYSSIL\nbG9jYWxlBjsARiIHZW5JIhBfY3NyZl90b2tlbgY7AEZJIjFyV3Jhb1hWT1Rq\nRlpMaUQ5VjlqdldlTDV6RVdUM080K29KZ3k0YWFvd1FrPQY7AEZJIhxyZWRp\ncmVjdF90b191cmxfc3VibmV0cwY7AFQiKmh0dHA6Ly9wdXBwZXQubGFiLmJl\nZXIudG93bi9ob3N0cy9uZXdJIhpyZWRpcmVjdF90b191cmxfbWVkaWEGOwBU\nIiZodHRwOi8vcHVwcGV0LmxhYi5iZWVyLnRvd24vbWVkaWFJIgpmbGFzaAY7\nAFR7B0kiDGRpc2NhcmQGOwBUWwZJIgplcnJvcgY7AEZJIgxmbGFzaGVzBjsA\nVHsGSSIKZXJyb3IGOwBGSSJFRmFpbGVkIHRvIGNhbmNlbCBwZW5kaW5nIGJ1\naWxkIGZvciBtY282dGVzdC5kZXBsb3kubGFiLmJlZXIudG93bgY7AFRJIhpy\nZWRpcmVjdF90b191cmxfaG9zdHMGOwBUIkRodHRwOi8vcHVwcGV0LmxhYi5i\nZWVyLnRvd24vaG9zdHMvbWNvNnRlc3QuZGVwbG95LmxhYi5iZWVyLnRvd24=\n', `updated_at` = '2016-11-14 16:22:49' WHERE `sessions`.`id` = 2281054
2016-11-14 10:22:49 [sql] [D]    (4.9ms)  COMMIT


2016-11-14 10:22:48 [sql] [W] Tried to contact Cockpit for host mco6test.deploy.lab.beer.town but failed: execution expired

Actions #1

Updated by Dominic Cleal over 7 years ago

  • Description updated (diff)
  • Category set to Unattended installations
  • Status changed from New to Feedback

The error is earlier than the Cockpit plugin related one, it's:

2016-11-14 10:22:43 [app] [I] Failed to save: Medium CentOS Vault 6.5 -> 6.7 does not belong to CentOS 6.8 operating system

If you fix this error then you should be able to change the build state.

Actions #2

Updated by Jeff Sparrow over 7 years ago

Dominic Cleal wrote:

The error is earlier than the Cockpit plugin related one, it's:

2016-11-14 10:22:43 [app] [I] Failed to save: Medium CentOS Vault 6.5 -> 6.7 does not belong to CentOS 6.8 operating system

If you fix this error then you should be able to change the build state.

Thank you. Fixed.

Actions #3

Updated by Daniel Lobato Garcia over 7 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF