Build(deps): Update ruby_smb requirement from ~> 1.0 to >= 1, < 4 #1030
Annotations
4 errors
|
WinRM transport tests
Process completed with exit code 1.
|
|
WinRM transport tests:
spec/integration/transport/winrm_spec.rb#L977
Bolt::Transport::WinRM with an open connection when resolving file extensions does not apply an arbitrary script
Failure/Error:
expect {
winrm.run_script(target, file.path, []).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.3.0/gems/winrm-2.3.9/lib/winrm/http/response_handler.rb:73:in `raise_if_wsman_fault'
# ./vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/http/response_handler.rb:52:in `raise_if_error'
# ./vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/http/response_handler.rb:34:in `parse_to_xml'
# ./vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/http/transport.rb:188:in `send_request'
# ./vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/shells/power_shell.rb:121:in `open_shell'
# ./vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/shells/base.rb:174:in `block in open'
# ./vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/shells/retryable.rb:35:in `retryable'
# ./vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/shells/base.rb:172:in `open'
# ./vendor/bundle/ruby/3.3.0/gems/winrm-2.3.9/lib/winrm/shells/base.rb:132:in `with_command_shell'
# ./vendor/bundle/ruby/3.3.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.3.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.3.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#L369
Bolt::Transport::WinRM with an open connection using smb can download a directory from a host
Failure/Error: raise Bolt::Node::FileError.new("SMB Error: #{e.message}", 'DOWNLOAD_ERROR')
Bolt::Node::FileError:
SMB Error: The server responded with an unexpected status code: STATUS_NOT_A_DIRECTORY
|
|
WinRM transport tests:
spec/integration/transport/winrm_spec.rb#L288
Bolt::Transport::WinRM with an open connection using smb can download a file from a host
Failure/Error: raise Bolt::Node::FileError.new("SMB Error: #{e.message}", 'DOWNLOAD_ERROR')
Bolt::Node::FileError:
SMB Error: The server responded with an unexpected status code: STATUS_NOT_A_DIRECTORY
|
Loading