Openvox bootstrap test #598
tests.yaml
on: pull_request
rubocop_and_matrix
1m 23s
Linux: Generate module cache
56s
Windows: Generate module cache
3m 59s
run-dita
1m 36s
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
26 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#L162
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#L154
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#L144
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#L132
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 ==)
|
|
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
|
|
BoltSpec (ubuntu-24.04, 3.2)
Process completed with exit code 1.
|
|
BoltSpec (ubuntu-24.04, 3.2):
spec/bolt_spec/run_spec.rb#L162
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#L154
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#L144
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#L132
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 ==)
|
|
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.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
|
|
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.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
|
|
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
|
|
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
|