Guest User

Untitled

a guest
Mar 4th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.36 KB | None | 0 0
  1. 2019-03-04T14:51:04 [I|app|] Started GET "/hosts/hostname.comp01.compcorp.lan/cancelBuild" for 10.12.0.88 at 2019-03-04 14:51:04 +0100
  2. 2019-03-04T14:51:04 [I|app|2b412] Processing by HostsController#cancelBuild as HTML
  3. 2019-03-04T14:51:04 [I|app|2b412] Parameters: {"id"=>"hostname.comp01.compcorp.lan"}
  4. 2019-03-04T14:51:04 [I|app|2b412] Current user set to user (admin)
  5. 2019-03-04T14:51:04 [D|app|2b412] Current location set to LOCATION
  6. 2019-03-04T14:51:04 [D|app|2b412] Current organization set to comp
  7. 2019-03-04T14:51:04 [D|app|2b412] Enqueued task 'Disable PuppetCA autosigning for hostname.comp01.compcorp.lan' to 'Host::Managed Post' queue
  8. 2019-03-04T14:51:04 [D|app|2b412] Current organization set to comp
  9. 2019-03-04T14:51:04 [D|app|2b412] Current location set to LOCATION
  10. 2019-03-04T14:51:04 [D|app|2b412] Current location set to LOCATION
  11. 2019-03-04T14:51:04 [D|app|2b412] Current organization set to comp
  12. 2019-03-04T14:51:04 [D|app|2b412] Enqueued task 'Deploy TFTP PXELinux config for hostname.comp01.compcorp.lan' to 'Host::Managed Main' queue
  13. 2019-03-04T14:51:04 [D|app|2b412] Enqueued task 'Deploy TFTP PXEGrub2 config for hostname.comp01.compcorp.lan' to 'Host::Managed Main' queue
  14. 2019-03-04T14:51:04 [D|app|2b412] Enqueued task 'Deploy TFTP PXEGrub config for hostname.comp01.compcorp.lan' to 'Host::Managed Main' queue
  15. 2019-03-04T14:51:04 [D|app|2b412] Enqueued task 'Deploy TFTP iPXE config for hostname.comp01.compcorp.lan' to 'Host::Managed Main' queue
  16. 2019-03-04T14:51:04 [D|app|2b412] Processing task 'Deploy TFTP PXELinux config for hostname.comp01.compcorp.lan' from 'Host::Managed Main'
  17. 2019-03-04T14:51:05 [I|blo|2b412] Unattended render of 'pxelinux_chainload' = 'adb6880ad1c5c8384a570953f57b4d58d6184c509ae7d283d469bd36fe732550'
  18.  
  19. LABEL local
  20. MENU LABEL Default local boot
  21. MENU DEFAULT
  22. LOCALBOOT 0
  23.  
  24. LABEL local_primary
  25. MENU LABEL Default local boot from primary hard drive
  26. LOCALBOOT 0x80
  27.  
  28. LABEL local_skip
  29. MENU LABEL Boot from the next BIOS device
  30. LOCALBOOT -1
  31.  
  32. LABEL local_chain_hd0
  33. MENU LABEL Chainload the first hard drive (hd0)
  34. COM32 chain.c32
  35. APPEND hd0
  36.  
  37. LABEL local_chain_hd1
  38. MENU LABEL Chainload the second hard drive (hd1)
  39. COM32 chain.c32
  40. APPEND hd1
  41.  
  42. 2019-03-04T14:51:05 [I|blo|2b412] Unattended render of 'PXELinux default local boot' = '5eb0185e676a01ed8e54fbaad26ff72dc6b23ea2513ab77f04176037659e3321'
  43.  
  44.  
  45.  
  46. DEFAULT menu
  47. MENU TITLE Booting local disk (ESC to stop)
  48. TIMEOUT 200
  49. DEFAULT local_chain_hd0
  50.  
  51.  
  52. LABEL local
  53. MENU LABEL Default local boot
  54. MENU DEFAULT
  55. LOCALBOOT 0
  56.  
  57. LABEL local_primary
  58. MENU LABEL Default local boot from primary hard drive
  59. LOCALBOOT 0x80
  60.  
  61. LABEL local_skip
  62. MENU LABEL Boot from the next BIOS device
  63. LOCALBOOT -1
  64.  
  65. LABEL local_chain_hd0
  66. MENU LABEL Chainload the first hard drive (hd0)
  67. COM32 chain.c32
  68. APPEND hd0
  69.  
  70. LABEL local_chain_hd1
  71. MENU LABEL Chainload the second hard drive (hd1)
  72. COM32 chain.c32
  73. APPEND hd1
  74.  
  75.  
  76. 2019-03-04T14:51:05 [I|app|2b412] Deploying TFTP PXELinux configuration for hostname.comp01.compcorp.lan
  77. 2019-03-04T14:51:05 [D|app|2b412] Processing task 'Deploy TFTP PXEGrub2 config for hostname.comp01.compcorp.lan' from 'Host::Managed Main'
  78. 2019-03-04T14:51:05 [W|app|2b412] Deploy TFTP PXEGrub2 config for hostname.comp01.compcorp.lan task failed with the following error: undefined method `name' for nil:NilClass
  79. NoMethodError: undefined method `name' for nil:NilClass
  80. /usr/share/foreman/app/models/concerns/orchestration/tftp.rb:76:in `rescue in default_pxe_render'
  81. /usr/share/foreman/app/models/concerns/orchestration/tftp.rb:71:in `default_pxe_render'
  82. /usr/share/foreman/app/models/concerns/orchestration/tftp.rb:58:in `generate_pxe_template'
  83. /usr/share/foreman/app/models/concerns/orchestration/tftp.rb:82:in `setTFTP'
  84. /usr/share/foreman/app/models/concerns/orchestration.rb:221:in `execute'
  85. /usr/share/foreman/app/models/concerns/orchestration.rb:145:in `block in process'
  86. /usr/share/foreman/app/models/concerns/orchestration.rb:137:in `each'
  87. /usr/share/foreman/app/models/concerns/orchestration.rb:137:in `process'
  88. /usr/share/foreman/app/models/concerns/orchestration.rb:44:in `around_save_orchestration'
  89. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
  90. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:136:in `run_callbacks'
  91. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:816:in `_run_save_callbacks'
  92. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/callbacks.rb:342:in `create_or_update'
  93. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/persistence.rb:275:in `save'
  94. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/validations.rb:46:in `save'
  95. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/transactions.rb:310:in `block (2 levels) in save'
  96. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/transactions.rb:387:in `block in with_transaction_returning_status'
  97. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in `block in transaction'
  98. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/transaction.rb:239:in `block in within_new_transaction'
  99. /opt/rh/rh-ruby25/root/usr/share/ruby/monitor.rb:226:in `mon_synchronize'
  100. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/transaction.rb:236:in `within_new_transaction'
  101. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in `transaction'
  102. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/transactions.rb:212:in `transaction'
  103. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/transactions.rb:385:in `with_transaction_returning_status'
  104. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/transactions.rb:310:in `block in save'
  105. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/transactions.rb:325:in `rollback_active_record_state!'
  106. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/transactions.rb:309:in `save'
  107. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/suppressor.rb:44:in `save'
  108. /usr/share/foreman/app/models/concerns/foreman/sti.rb:26:in `save'
  109. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.3/app/models/foreman_tasks/concerns/action_triggering.rb:27:in `block in save'
  110. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.3/app/models/foreman_tasks/concerns/action_triggering.rb:114:in `dynflow_task_wrap'
  111. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.3/app/models/foreman_tasks/concerns/action_triggering.rb:27:in `save'
  112. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.3/app/models/foreman_tasks/concerns/action_triggering.rb:27:in `block in save'
  113. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.3/app/models/foreman_tasks/concerns/action_triggering.rb:127:in `dynflow_task_wrap'
  114. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.3/app/models/foreman_tasks/concerns/action_triggering.rb:27:in `save'
  115. /usr/share/foreman/app/models/host/managed.rb:306:in `built'
  116. /usr/share/foreman/app/models/concerns/hostext/ui_notifications.rb:9:in `built'
  117. /usr/share/foreman/app/controllers/hosts_controller.rb:256:in `cancelBuild'
  118. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
  119. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/abstract_controller/base.rb:194:in `process_action'
  120. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/rendering.rb:30:in `process_action'
  121. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/abstract_controller/callbacks.rb:42:in `block in process_action'
  122. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:109:in `block in run_callbacks'
  123. /usr/share/foreman/app/controllers/concerns/application_shared.rb:15:in `set_timezone'
  124. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
  125. /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread'
  126. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
  127. /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller'
  128. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
  129. /opt/theforeman/tfm/root/usr/share/gems/gems/audited-4.7.1/lib/audited/sweeper.rb:14:in `around'
  130. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
  131. /opt/theforeman/tfm/root/usr/share/gems/gems/audited-4.7.1/lib/audited/sweeper.rb:14:in `around'
  132. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
  133. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:136:in `run_callbacks'
  134. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/abstract_controller/callbacks.rb:41:in `process_action'
  135. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/rescue.rb:22:in `process_action'
  136. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
  137. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/notifications.rb:168:in `block in instrument'
  138. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/notifications/instrumenter.rb:23:in `instrument'
  139. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/notifications.rb:168:in `instrument'
  140. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/instrumentation.rb:32:in `process_action'
  141. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
  142. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/railties/controller_runtime.rb:24:in `process_action'
  143. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/abstract_controller/base.rb:134:in `process'
  144. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionview-5.2.1/lib/action_view/rendering.rb:32:in `process'
  145. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal.rb:191:in `dispatch'
  146. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal.rb:252:in `dispatch'
  147. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
  148. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:34:in `serve'
  149. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:52:in `block in serve'
  150. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in `each'
  151. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in `serve'
  152. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:840:in `call'
  153. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in `call'
  154. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in `call'
  155. /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.14/lib/apipie/static_dispatcher.rb:65:in `call'
  156. /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.14/lib/apipie/extractor/recorder.rb:137:in `call'
  157. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in `call'
  158. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in `call'
  159. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in `call'
  160. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in `call'
  161. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in `call'
  162. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in `call'
  163. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in `call'
  164. /usr/share/foreman/lib/middleware/telemetry.rb:9:in `call'
  165. /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.14/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'
  166. /usr/share/foreman/lib/middleware/catch_json_parse_errors.rb:8:in `call'
  167. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/tempfile_reaper.rb:15:in `call'
  168. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/etag.rb:25:in `call'
  169. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/conditional_get.rb:25:in `call'
  170. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/head.rb:12:in `call'
  171. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/http/content_security_policy.rb:18:in `call'
  172. /usr/share/foreman/lib/middleware/logging_context.rb:23:in `call'
  173. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/session/abstract/id.rb:232:in `context'
  174. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/session/abstract/id.rb:226:in `call'
  175. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/cookies.rb:670:in `call'
  176. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  177. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:98:in `run_callbacks'
  178. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
  179. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
  180. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
  181. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/rack/logger.rb:38:in `call_app'
  182. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/rack/logger.rb:28:in `call'
  183. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/quiet_assets.rb:13:in `call'
  184. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
  185. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/request_id.rb:27:in `call'
  186. /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/lib/katello/prevent_json_parsing.rb:12:in `call'
  187. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/method_override.rb:22:in `call'
  188. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/runtime.rb:22:in `call'
  189. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
  190. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/executor.rb:14:in `call'
  191. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in `call'
  192. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in `call'
  193. /opt/theforeman/tfm/root/usr/share/gems/gems/secure_headers-6.0.0/lib/secure_headers/middleware.rb:13:in `call'
  194. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/engine.rb:524:in `call'
  195. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/railtie.rb:190:in `public_send'
  196. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/railtie.rb:190:in `method_missing'
  197. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/urlmap.rb:68:in `block in call'
  198. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/urlmap.rb:53:in `each'
  199. /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/urlmap.rb:53:in `call'
  200. /usr/share/passenger/phusion_passenger/rack/thread_handler_extension.rb:74:in `process_request'
  201. /usr/share/passenger/phusion_passenger/request_handler/thread_handler.rb:141:in `accept_and_process_next_request'
  202. /usr/share/passenger/phusion_passenger/request_handler/thread_handler.rb:109:in `main_loop'
  203. /usr/share/passenger/phusion_passenger/request_handler.rb:455:in `block (3 levels) in start_threads'
  204. /opt/theforeman/tfm/root/usr/share/gems/gems/logging-2.2.2/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
  205. 2019-03-04T14:51:05 [W|app|2b412] Rolling back due to a problem: [#<Orchestration::Task:0x00007fd65cb8d050 @name="Deploy TFTP PXEGrub2 config for hostname.comp01.compcorp.lan", @id="Deploy TFTP PXEGrub2 config for hostname.comp01.compcorp.lan", @status="failed", @priority=20, @action=[#<Nic::Managed id: 997, mac: "00:50:56:af:9e:05", ip: nil, type: "Nic::Managed", name: "hostname.comp01.compcorp.lan", host_id: 567, subnet_id: 34, domain_id: 1, attrs: {}, created_at: "2019-03-04 12:23:36", updated_at: "2019-03-04 12:23:36", provider: nil, username: nil, password: nil, virtual: false, link: true, identifier: "", tag: "", attached_to: "", managed: true, mode: "balance-rr", attached_devices: "", bond_options: "", primary: true, provision: true, compute_attributes: {}, ip6: "", subnet6_id: nil, execution: true>, :setTFTP, "PXEGrub2"], @created=1551707464.9111814, @timestamp=2019-03-04 13:51:05 UTC>]
  206. 2019-03-04T14:51:05 [I|app|2b412] Delete the TFTP configuration for hostname.comp01.compcorp.lan
  207. 2019-03-04T14:51:05 [I|app|2b412] Processed 1 tasks from queue 'Host::Managed Main', completed 0/4
  208. 2019-03-04T14:51:05 [E|app|2b412] Task 'Deploy TFTP PXELinux config for hostname.comp01.compcorp.lan' *rollbacked*
  209. 2019-03-04T14:51:05 [E|app|2b412] Task 'Deploy TFTP PXEGrub2 config for hostname.comp01.compcorp.lan' *failed*
  210. 2019-03-04T14:51:05 [E|app|2b412] Task 'Deploy TFTP PXEGrub config for hostname.comp01.compcorp.lan' *canceled*
  211. 2019-03-04T14:51:05 [E|app|2b412] Task 'Deploy TFTP iPXE config for hostname.comp01.compcorp.lan' *canceled*
  212. 2019-03-04T14:51:05 [W|app|2b412] Failed to set Build on hostname.comp01.compcorp.lan: ["Deploy TFTP PXEGrub2 config for hostname.comp01.compcorp.lan task failed with the following error: undefined method `name' for nil:NilClass"]
  213. 2019-03-04T14:51:05 [E|app|2b412] Failed to save: Deploy TFTP PXEGrub2 config for hostname.comp01.compcorp.lan task failed with the following error: undefined method `name' for nil:NilClass
  214. 2019-03-04T14:51:05 [I|app|2b412] Redirected to https://smartprox1sl2838.comp01.compcorp.lan/hosts/hostname.comp01.compcorp.lan
  215. 2019-03-04T14:51:05 [I|app|2b412] Completed 302 Found in 638ms (ActiveRecord: 81.9ms)
  216. 2019-03-04T14:51:05 [I|app|] Started GET "/hosts/hostname.comp01.compcorp.lan" for 10.12.0.88 at 2019-03-04 14:51:05 +0100
  217. 2019-03-04T14:51:05 [I|app|aa008] Processing by HostsController#show as HTML
  218. 2019-03-04T14:51:05 [I|app|aa008] Parameters: {"id"=>"hostname.comp01.compcorp.lan"}
  219. 2019-03-04T14:51:05 [I|app|aa008] Current user set to user (admin)
  220. 2019-03-04T14:51:05 [D|app|aa008] Current location set to LOCATION
  221. 2019-03-04T14:51:05 [D|app|aa008] Current organization set to comp
  222. 2019-03-04T14:51:05 [D|app|aa008] Deface: 3 overrides found for 'hosts/show'
  223. 2019-03-04T14:51:05 [D|app|aa008] Deface: 'add_system_link_to_host' matched 1 times with 'td:first'
  224. 2019-03-04T14:51:05 [I|app|aa008] Deface: [WARNING] No :original defined for 'add_system_link_to_host', you should change its definition to include:
  225. :original => '68201d5314be8a5aeb05b063bc5cd0afaf58a6c5'
  226. 2019-03-04T14:51:05 [D|app|aa008] Deface: 'add_load_partials_js' matched 1 times with 'erb[silent]:contains("javascript")'
  227. 2019-03-04T14:51:05 [I|app|aa008] Deface: [WARNING] No :original defined for 'add_load_partials_js', you should change its definition to include:
  228. :original => 'e1525ef1577082e8f5d01ca3c9c7df1ceaab80ae'
  229. 2019-03-04T14:51:05 [E|app|aa008] Deface: 'add_load_partials_js_legacy' matched 0 times with 'code:contains("javascript")'
  230. 2019-03-04T14:51:05 [E|app|aa008] Deface: [WARNING] Override 'add_load_partials_js_legacy' may be using an invalid selector of 'code:contains("javascript")', <code erb-loud|silent> tags are now <erb loud|silent>
  231. 2019-03-04T14:51:05 [I|app|aa008] Rendering hosts/show.html.erb within layouts/application
  232. 2019-03-04T14:51:05 [I|app|aa008] Rendered hosts/show.html.erb within layouts/application (59.8ms)
  233. 2019-03-04T14:51:05 [I|app|aa008] Rendered layouts/_application_content.html.erb (1.1ms)
  234. 2019-03-04T14:51:05 [I|app|aa008] Rendering layouts/base.html.erb
  235. 2019-03-04T14:51:05 [I|app|aa008] Rendered layouts/base.html.erb (47.0ms)
  236. 2019-03-04T14:51:05 [I|app|aa008] Completed 200 OK in 176ms (Views: 111.7ms | ActiveRecord: 17.6ms)
  237. 2019-03-04T14:51:05 [I|app|] Started GET "/hosts/hostname.comp01.compcorp.lan/overview" for 10.12.0.88 at 2019-03-04 14:51:05 +0100
  238. 2019-03-04T14:51:05 [I|app|33b63] Processing by HostsController#overview as HTML
  239. 2019-03-04T14:51:05 [I|app|33b63] Parameters: {"id"=>"hostname.comp01.compcorp.lan"}
  240. 2019-03-04T14:51:05 [I|app|33b63] Current user set to user (admin)
  241. 2019-03-04T14:51:05 [D|app|33b63] Current location set to LOCATION
  242. 2019-03-04T14:51:05 [D|app|33b63] Current organization set to comp
  243. 2019-03-04T14:51:05 [I|app|] Started GET "/hosts/hostname.comp01.compcorp.lan/templates" for 10.12.0.88 at 2019-03-04 14:51:05 +0100
  244. 2019-03-04T14:51:05 [I|app|8d71f] Processing by HostsController#templates as HTML
  245. 2019-03-04T14:51:05 [I|app|] Started GET "/hosts/hostname.comp01.compcorp.lan/nics" for 10.12.0.88 at 2019-03-04 14:51:05 +0100
  246. 2019-03-04T14:51:05 [I|app|8d71f] Parameters: {"id"=>"hostname.comp01.compcorp.lan"}
  247. 2019-03-04T14:51:05 [I|app|db1fb] Processing by HostsController#nics as HTML
  248. 2019-03-04T14:51:05 [I|app|db1fb] Parameters: {"id"=>"hostname.comp01.compcorp.lan"}
  249. 2019-03-04T14:51:05 [I|app|db1fb] Current user set to user (admin)
  250. 2019-03-04T14:51:05 [D|app|db1fb] Current location set to LOCATION
  251. 2019-03-04T14:51:05 [D|app|db1fb] Current organization set to comp
  252. 2019-03-04T14:51:05 [I|app|8d71f] Current user set to user (admin)
  253. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  254. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  255. 2019-03-04T14:51:05 [I|app|db1fb] Rendered hosts/_nics.html.erb (29.1ms)
  256. 2019-03-04T14:51:05 [I|app|db1fb] Completed 200 OK in 55ms (Views: 12.7ms | ActiveRecord: 31.4ms)
  257. 2019-03-04T14:51:05 [I|app|] Started GET "/hosts/hostname.comp01.compcorp.lan/resources?range=7" for 10.12.0.88 at 2019-03-04 14:51:05 +0100
  258. 2019-03-04T14:51:05 [I|app|33b63] Rendered hosts/_overview.html.erb (64.2ms)
  259. 2019-03-04T14:51:05 [I|app|33b63] Completed 200 OK in 96ms (Views: 47.9ms | ActiveRecord: 37.6ms)
  260. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  261. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  262. 2019-03-04T14:51:05 [I|app|edcc5] Processing by HostsController#resources as HTML
  263. 2019-03-04T14:51:05 [I|app|edcc5] Parameters: {"range"=>"7", "id"=>"hostname.comp01.compcorp.lan"}
  264. 2019-03-04T14:51:05 [I|app|edcc5] Current user set to user (admin)
  265. 2019-03-04T14:51:05 [I|app|] Started GET "/hosts/hostname.comp01.compcorp.lan/runtime?range=7" for 10.12.0.88 at 2019-03-04 14:51:05 +0100
  266. 2019-03-04T14:51:05 [I|app|a803c] Processing by HostsController#runtime as HTML
  267. 2019-03-04T14:51:05 [I|app|a803c] Parameters: {"range"=>"7", "id"=>"hostname.comp01.compcorp.lan"}
  268. 2019-03-04T14:51:05 [D|app|edcc5] Current location set to LOCATION
  269. 2019-03-04T14:51:05 [D|app|edcc5] Current organization set to comp
  270. 2019-03-04T14:51:05 [I|app|a803c] Current user set to user (admin)
  271. 2019-03-04T14:51:05 [D|app|a803c] Current location set to LOCATION
  272. 2019-03-04T14:51:05 [I|app|edcc5] Rendered hosts/_resources.html.erb (4.4ms)
  273. 2019-03-04T14:51:05 [I|app|edcc5] Completed 200 OK in 36ms (Views: 2.9ms | ActiveRecord: 20.8ms)
  274. 2019-03-04T14:51:05 [D|app|a803c] Current organization set to comp
  275. 2019-03-04T14:51:05 [I|app|a803c] Rendered hosts/_runtime.html.erb (2.0ms)
  276. 2019-03-04T14:51:05 [I|app|a803c] Completed 200 OK in 33ms (Views: 2.2ms | ActiveRecord: 19.7ms)
  277. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  278. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  279. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  280. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  281. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  282. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  283. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  284. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  285. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  286. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  287. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  288. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  289. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  290. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  291. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  292. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  293. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  294. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  295. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  296. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  297. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  298. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  299. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  300. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  301. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  302. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  303. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  304. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  305. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  306. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  307. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  308. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  309. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  310. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  311. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  312. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  313. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  314. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  315. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  316. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  317. 2019-03-04T14:51:05 [D|app|8d71f] Current location set to LOCATION
  318. 2019-03-04T14:51:05 [D|app|8d71f] Current organization set to comp
  319. 2019-03-04T14:51:05 [I|app|8d71f] Rendered hosts/_templates.html.erb (32.6ms)
  320. 2019-03-04T14:51:05 [I|app|8d71f] Completed 200 OK in 308ms (Views: 35.6ms | ActiveRecord: 93.8ms)
Advertisement
Add Comment
Please, Sign In to add comment