Openvox bootstrap test #600
tests.yaml
on: pull_request
rubocop_and_matrix
45s
Linux: Generate module cache
13s
Windows: Generate module cache
1m 0s
run-dita
52s
Matrix: Docker Transport
Matrix: Linux Integration
Matrix: SSH Transport
Matrix: bolt apply
Matrix: local_transports
Matrix: unit
Matrix: BoltSpec
Matrix: Windows Agentless
Matrix: Windows Integration
Matrix: WinRM Transport
Test suite
5s
Annotations
28 errors and 6 warnings
|
BoltSpec (ubuntu-24.04, 3.3)
Process completed with exit code 1.
|
|
BoltSpec (ubuntu-24.04, 3.3):
spec/bolt_spec/run_spec.rb#L163
BoltSpec::Run with a target that has a openvox-agent installed apply_manifest should return a failure
Failure/Error: expect(result.first['status']).to eq('success')
expected: "success"
got: "failure"
(compared using ==)
|
|
BoltSpec (ubuntu-24.04, 3.3):
spec/bolt_spec/run_spec.rb#L155
BoltSpec::Run with a target that has a openvox-agent installed apply_manifest should raise an error when manifest file does not exist
Failure/Error: expect(result.first['status']).to eq('success')
expected: "success"
got: "failure"
(compared using ==)
|
|
BoltSpec (ubuntu-24.04, 3.3):
spec/bolt_spec/run_spec.rb#L145
BoltSpec::Run with a target that has a openvox-agent installed apply_manifest should apply a manifest code block
Failure/Error: expect(result.first['status']).to eq('success')
expected: "success"
got: "failure"
(compared using ==)
|
|
BoltSpec (ubuntu-24.04, 3.3):
spec/bolt_spec/run_spec.rb#L133
BoltSpec::Run with a target that has a openvox-agent installed apply_manifest should apply a manifest file
Failure/Error: expect(result.first['status']).to eq('success')
expected: "success"
got: "failure"
(compared using ==)
|
|
BoltSpec (ubuntu-24.04, 3.3):
spec/bolt_spec/run_spec.rb#L25
BoltSpec::Run run_task should run a task on a node
Failure/Error: expect(result).to eq('success')
expected: "success"
got: [{"action"=>"task", "object"=>"sample::echo", "status"=>"success", "target"=>"ssh://bolt@localhost:20022", "value"=>{"_output"=>"35e5a8a25555 got passed the message:\n"}}]
(compared using ==)
Diff:
@@ -1 +1,5 @@
-"success"
+[{"action"=>"task",
+ "object"=>"sample::echo",
+ "status"=>"success",
+ "target"=>"ssh://bolt@localhost:20022",
+ "value"=>{"_output"=>"35e5a8a25555 got passed the message:\n"}}]
|
|
BoltSpec (ubuntu-24.04, 3.2)
Process completed with exit code 1.
|
|
BoltSpec (ubuntu-24.04, 3.2):
spec/bolt_spec/run_spec.rb#L163
BoltSpec::Run with a target that has a openvox-agent installed apply_manifest should return a failure
Failure/Error: expect(result.first['status']).to eq('success')
expected: "success"
got: "failure"
(compared using ==)
|
|
BoltSpec (ubuntu-24.04, 3.2):
spec/bolt_spec/run_spec.rb#L155
BoltSpec::Run with a target that has a openvox-agent installed apply_manifest should raise an error when manifest file does not exist
Failure/Error: expect(result.first['status']).to eq('success')
expected: "success"
got: "failure"
(compared using ==)
|
|
BoltSpec (ubuntu-24.04, 3.2):
spec/bolt_spec/run_spec.rb#L145
BoltSpec::Run with a target that has a openvox-agent installed apply_manifest should apply a manifest code block
Failure/Error: expect(result.first['status']).to eq('success')
expected: "success"
got: "failure"
(compared using ==)
|
|
BoltSpec (ubuntu-24.04, 3.2):
spec/bolt_spec/run_spec.rb#L133
BoltSpec::Run with a target that has a openvox-agent installed apply_manifest should apply a manifest file
Failure/Error: expect(result.first['status']).to eq('success')
expected: "success"
got: "failure"
(compared using ==)
|
|
BoltSpec (ubuntu-24.04, 3.2):
spec/bolt_spec/run_spec.rb#L25
BoltSpec::Run run_task should run a task on a node
Failure/Error: expect(result).to eq('success')
expected: "success"
got: [{"action"=>"task", "object"=>"sample::echo", "status"=>"success", "target"=>"ssh://bolt@localhost:20022", "value"=>{"_output"=>"75a1f2566bee got passed the message:\n"}}]
(compared using ==)
Diff:
@@ -1 +1,5 @@
-"success"
+[{"action"=>"task",
+ "object"=>"sample::echo",
+ "status"=>"success",
+ "target"=>"ssh://bolt@localhost:20022",
+ "value"=>{"_output"=>"75a1f2566bee got passed the message:\n"}}]
|
|
bolt apply (windows-2025, 3.4)
Process completed with exit code 1.
|
|
bolt apply (windows-2025, 3.4):
spec/integration/apply_spec.rb#L65
apply over winrm on Windows with Puppet Agents with puppet8 installed warns about exported resources with an ID
Failure/Error: expect(result[0]).to include('status' => 'success')
expected {"action" => "task", "object" => nil, "status" => "failure", "target" => "winrm://roddypiper@localhost:5985", "value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}}} to include {"status" => "success"}
Diff:
@@ -1 +1,5 @@
-"status" => "success",
+"action" => "task",
+"object" => nil,
+"status" => "failure",
+"target" => "winrm://roddypiper@localhost:5985",
+"value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}},
Shared Example Group: "agentful tests" called from ./spec/integration/apply_spec.rb:447
|
|
bolt apply (windows-2025, 3.4):
spec/integration/apply_spec.rb#L56
apply over winrm on Windows with Puppet Agents with puppet8 installed succeeds with an empty hiera config
Failure/Error: expect(result[0]).to include('status' => 'success')
expected {"action" => "task", "object" => nil, "status" => "failure", "target" => "winrm://roddypiper@localhost:5985", "value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}}} to include {"status" => "success"}
Diff:
@@ -1 +1,5 @@
-"status" => "success",
+"action" => "task",
+"object" => nil,
+"status" => "failure",
+"target" => "winrm://roddypiper@localhost:5985",
+"value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}},
Shared Example Group: "agentful tests" called from ./spec/integration/apply_spec.rb:447
|
|
bolt apply (windows-2025, 3.4):
spec/integration/apply_spec.rb#L47
apply over winrm on Windows with Puppet Agents with puppet8 installed runs an apply plan
Failure/Error: expect(result[0]).to include('status' => 'success')
expected {"action" => "task", "object" => nil, "status" => "failure", "target" => "winrm://roddypiper@localhost:5985", "value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}}} to include {"status" => "success"}
Diff:
@@ -1 +1,5 @@
-"status" => "success",
+"action" => "task",
+"object" => nil,
+"status" => "failure",
+"target" => "winrm://roddypiper@localhost:5985",
+"value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}},
Shared Example Group: "agentful tests" called from ./spec/integration/apply_spec.rb:447
|
|
bolt apply (windows-2025, 3.4):
spec/integration/apply_spec.rb#L37
apply over winrm on Windows with Puppet Agents with puppet8 installed lists all modules & runs a ruby task
Failure/Error: expect(result[0]).to include('status' => 'success')
expected {"action" => "task", "object" => nil, "status" => "failure", "target" => "winrm://roddypiper@localhost:5985", "value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}}} to include {"status" => "success"}
Diff:
@@ -1 +1,5 @@
-"status" => "success",
+"action" => "task",
+"object" => nil,
+"status" => "failure",
+"target" => "winrm://roddypiper@localhost:5985",
+"value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}},
Shared Example Group: "agentful tests" called from ./spec/integration/apply_spec.rb:447
|
|
bolt apply (windows-2025, 3.2)
Process completed with exit code 1.
|
|
bolt apply (windows-2025, 3.2):
spec/integration/apply_spec.rb#L65
apply over winrm on Windows with Puppet Agents with puppet8 installed warns about exported resources with an ID
Failure/Error: expect(result[0]).to include('status' => 'success')
expected {"action" => "task", "object" => nil, "status" => "failure", "target" => "winrm://roddypiper@localhost:5985", "value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}}} to include {"status" => "success"}
Diff:
@@ -1 +1,5 @@
-"status" => "success",
+"action" => "task",
+"object" => nil,
+"status" => "failure",
+"target" => "winrm://roddypiper@localhost:5985",
+"value" => {"_error"=>{"details"=>{}, "kind"=>"bolt/no-implementation", "msg"=>"No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}},
Shared Example Group: "agentful tests" called from ./spec/integration/apply_spec.rb:447
|
|
bolt apply (windows-2025, 3.2):
spec/integration/apply_spec.rb#L56
apply over winrm on Windows with Puppet Agents with puppet8 installed succeeds with an empty hiera config
Failure/Error: expect(result[0]).to include('status' => 'success')
expected {"action" => "task", "object" => nil, "status" => "failure", "target" => "winrm://roddypiper@localhost:5985", "value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}}} to include {"status" => "success"}
Diff:
@@ -1 +1,5 @@
-"status" => "success",
+"action" => "task",
+"object" => nil,
+"status" => "failure",
+"target" => "winrm://roddypiper@localhost:5985",
+"value" => {"_error"=>{"details"=>{}, "kind"=>"bolt/no-implementation", "msg"=>"No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}},
Shared Example Group: "agentful tests" called from ./spec/integration/apply_spec.rb:447
|
|
bolt apply (windows-2025, 3.2):
spec/integration/apply_spec.rb#L47
apply over winrm on Windows with Puppet Agents with puppet8 installed runs an apply plan
Failure/Error: expect(result[0]).to include('status' => 'success')
expected {"action" => "task", "object" => nil, "status" => "failure", "target" => "winrm://roddypiper@localhost:5985", "value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}}} to include {"status" => "success"}
Diff:
@@ -1 +1,5 @@
-"status" => "success",
+"action" => "task",
+"object" => nil,
+"status" => "failure",
+"target" => "winrm://roddypiper@localhost:5985",
+"value" => {"_error"=>{"details"=>{}, "kind"=>"bolt/no-implementation", "msg"=>"No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}},
Shared Example Group: "agentful tests" called from ./spec/integration/apply_spec.rb:447
|
|
bolt apply (windows-2025, 3.2):
spec/integration/apply_spec.rb#L37
apply over winrm on Windows with Puppet Agents with puppet8 installed lists all modules & runs a ruby task
Failure/Error: expect(result[0]).to include('status' => 'success')
expected {"action" => "task", "object" => nil, "status" => "failure", "target" => "winrm://roddypiper@localhost:5985", "value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}}} to include {"status" => "success"}
Diff:
@@ -1 +1,5 @@
-"status" => "success",
+"action" => "task",
+"object" => nil,
+"status" => "failure",
+"target" => "winrm://roddypiper@localhost:5985",
+"value" => {"_error"=>{"details"=>{}, "kind"=>"bolt/no-implementation", "msg"=>"No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}},
Shared Example Group: "agentful tests" called from ./spec/integration/apply_spec.rb:447
|
|
bolt apply (windows-2025, 3.3)
Process completed with exit code 1.
|
|
bolt apply (windows-2025, 3.3):
spec/integration/apply_spec.rb#L65
apply over winrm on Windows with Puppet Agents with puppet8 installed warns about exported resources with an ID
Failure/Error: expect(result[0]).to include('status' => 'success')
expected {"action" => "task", "object" => nil, "status" => "failure", "target" => "winrm://roddypiper@localhost:5985", "value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}}} to include {"status" => "success"}
Diff:
@@ -1 +1,5 @@
-"status" => "success",
+"action" => "task",
+"object" => nil,
+"status" => "failure",
+"target" => "winrm://roddypiper@localhost:5985",
+"value" => {"_error"=>{"details"=>{}, "kind"=>"bolt/no-implementation", "msg"=>"No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}},
Shared Example Group: "agentful tests" called from ./spec/integration/apply_spec.rb:447
|
|
bolt apply (windows-2025, 3.3):
spec/integration/apply_spec.rb#L56
apply over winrm on Windows with Puppet Agents with puppet8 installed succeeds with an empty hiera config
Failure/Error: expect(result[0]).to include('status' => 'success')
expected {"action" => "task", "object" => nil, "status" => "failure", "target" => "winrm://roddypiper@localhost:5985", "value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}}} to include {"status" => "success"}
Diff:
@@ -1 +1,5 @@
-"status" => "success",
+"action" => "task",
+"object" => nil,
+"status" => "failure",
+"target" => "winrm://roddypiper@localhost:5985",
+"value" => {"_error"=>{"details"=>{}, "kind"=>"bolt/no-implementation", "msg"=>"No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}},
Shared Example Group: "agentful tests" called from ./spec/integration/apply_spec.rb:447
|
|
bolt apply (windows-2025, 3.3):
spec/integration/apply_spec.rb#L47
apply over winrm on Windows with Puppet Agents with puppet8 installed runs an apply plan
Failure/Error: expect(result[0]).to include('status' => 'success')
expected {"action" => "task", "object" => nil, "status" => "failure", "target" => "winrm://roddypiper@localhost:5985", "value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}}} to include {"status" => "success"}
Diff:
@@ -1 +1,5 @@
-"status" => "success",
+"action" => "task",
+"object" => nil,
+"status" => "failure",
+"target" => "winrm://roddypiper@localhost:5985",
+"value" => {"_error"=>{"details"=>{}, "kind"=>"bolt/no-implementation", "msg"=>"No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}},
Shared Example Group: "agentful tests" called from ./spec/integration/apply_spec.rb:447
|
|
bolt apply (windows-2025, 3.3):
spec/integration/apply_spec.rb#L37
apply over winrm on Windows with Puppet Agents with puppet8 installed lists all modules & runs a ruby task
Failure/Error: expect(result[0]).to include('status' => 'success')
expected {"action" => "task", "object" => nil, "status" => "failure", "target" => "winrm://roddypiper@localhost:5985", "value" => {"_error" => {"details" => {}, "kind" => "bolt/no-implementation", "msg" => "No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}}} to include {"status" => "success"}
Diff:
@@ -1 +1,5 @@
-"status" => "success",
+"action" => "task",
+"object" => nil,
+"status" => "failure",
+"target" => "winrm://roddypiper@localhost:5985",
+"value" => {"_error"=>{"details"=>{}, "kind"=>"bolt/no-implementation", "msg"=>"No suitable implementation of openvox_bootstrap::install for winrm://roddypiper@localhost:5985"}},
Shared Example Group: "agentful tests" called from ./spec/integration/apply_spec.rb:447
|
|
Test suite
Process completed with exit code 1.
|
|
Windows Agentless (3.2):
spec/integration/apply_error_spec.rb#L56
errors gracefully attempting to apply a manifest block over winrm prints a helpful error if Puppet is not present
Skipped: Skipping this test as it fails with a connection error until #3001 is fixed
|
|
local transport 3.4 windows-2025:
spec/shared_examples/transport.rb#L562
Bolt::Transport::Local when tmpdir is specified errors when tmpdir doesn't exist
Skipped: Windows will create the directory anyway
|
|
Windows Agentless (3.3):
spec/integration/apply_error_spec.rb#L56
errors gracefully attempting to apply a manifest block over winrm prints a helpful error if Puppet is not present
Skipped: Skipping this test as it fails with a connection error until #3001 is fixed
|
|
Windows Agentless (3.4):
spec/integration/apply_error_spec.rb#L56
errors gracefully attempting to apply a manifest block over winrm prints a helpful error if Puppet is not present
Skipped: Skipping this test as it fails with a connection error until #3001 is fixed
|
|
local transport 3.3 windows-2025:
spec/shared_examples/transport.rb#L562
Bolt::Transport::Local when tmpdir is specified errors when tmpdir doesn't exist
Skipped: Windows will create the directory anyway
|
|
local transport 3.2 windows-2025:
spec/shared_examples/transport.rb#L562
Bolt::Transport::Local when tmpdir is specified errors when tmpdir doesn't exist
Skipped: Windows will create the directory anyway
|