WIP: Documentation for OpenBolt 5.4.0 updated to current Linux and OSX releases, dropped Windows #992
Annotations
3 errors
|
WinRM transport tests
Process completed with exit code 1.
|
|
WinRM transport tests:
spec/integration/transport/winrm_spec.rb#L986
Bolt::Transport::WinRM with an open connection when resolving file extensions does not apply an arbitrary script as a task
Failure/Error:
expect {
winrm.run_task(target, task, {}).value
}.to raise_error(Bolt::Node::FileError,
"File extension .py is not enabled, to run it please add to 'winrm: extensions'")
expected Bolt::Node::FileError with "File extension .py is not enabled, to run it please add to 'winrm: extensions'", got #<WinRM::WinRMWSManFault: [WSMAN ERROR CODE: 1018]: <f:WSManFault Code='1018' Machine='localhost' xmlns:f='http://schemas.microsoft.com/wbem/wsman/1/wsmanfault'><f:Message>The WSMan service could not launch a host process to process the given request. Make sure the WSMan provider host server and proxy are properly registered. </f:Message></f:WSManFault>> with backtrace:
# ./vendor/bundle/ruby/3.2.0/gems/winrm-2.3.9/lib/winrm/http/response_handler.rb:73:in `raise_if_wsman_fault'
# ./vendor/bundle/ruby/3.2.0/gems/winrm-2.3.9/lib/winrm/http/response_handler.rb:52:in `raise_if_error'
# ./vendor/bundle/ruby/3.2.0/gems/winrm-2.3.9/lib/winrm/http/response_handler.rb:34:in `parse_to_xml'
# ./vendor/bundle/ruby/3.2.0/gems/winrm-2.3.9/lib/winrm/http/transport.rb:188:in `send_request'
# ./vendor/bundle/ruby/3.2.0/gems/winrm-2.3.9/lib/winrm/shells/power_shell.rb:121:in `open_shell'
# ./vendor/bundle/ruby/3.2.0/gems/winrm-2.3.9/lib/winrm/shells/base.rb:174:in `block in open'
# ./vendor/bundle/ruby/3.2.0/gems/winrm-2.3.9/lib/winrm/shells/retryable.rb:35:in `retryable'
# ./vendor/bundle/ruby/3.2.0/gems/winrm-2.3.9/lib/winrm/shells/base.rb:172:in `open'
# ./vendor/bundle/ruby/3.2.0/gems/winrm-2.3.9/lib/winrm/shells/base.rb:132:in `with_command_shell'
# ./vendor/bundle/ruby/3.2.0/gems/winrm-2.3.9/lib/winrm/shells/base.rb:79:in `run'
# ./lib/bolt/transport/winrm/connection.rb:128:in `block (2 levels) in execute'
# ./vendor/bundle/ruby/3.2.0/gems/winrm-2.3.9/lib/winrm/connection.rb:42:in `shell'
# ./lib/bolt/transport/winrm/connection.rb:127:in `block in execute'
# ./vendor/bundle/ruby/3.2.0/gems/logging-2.4.0/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
|
|
WinRM transport tests:
spec/integration/transport/winrm_spec.rb#L870
Bolt::Transport::WinRM with an open connection when determining result fails for PowerShell terminating errors: ParserError Code (IncompleteParseException)
Failure/Error: result = session.run(command)
WinRM::WinRMWSManFault:
[WSMAN ERROR CODE: 1018]: <f:WSManFault Code='1018' Machine='localhost' xmlns:f='http://schemas.microsoft.com/wbem/wsman/1/wsmanfault'><f:Message>The WSMan service could not launch a host process to process the given request. Make sure the WSMan provider host server and proxy are properly registered. </f:Message></f:WSManFault>
|
Loading