Support Grafana 10.x #291
ci.yml
on: pull_request
Puppet
/
Static validations
21s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
195 errors and 108 warnings
Puppet / 7 - CentOS 7
Process completed with exit code 1.
|
Puppet / 7 - Rocky 8:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171122927.pp.VL4PEp
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893884'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171122927.pp.VL4PEp, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171122927.pp.VL4PEp, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171122927.pp.VL4PEp, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 7 - Rocky 8:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 7 - Rocky 8:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171125002.pp.YLFVqy
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.15 seconds
|
Puppet / 7 - Rocky 8:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 7 - Rocky 8:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171548395.pp.oL9Djc
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894149'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.37 seconds
|
Puppet / 7 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171745908.pp.HyGdNU
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894267'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE3757719091","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171747598.pp.AzQ86o
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894269'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE6874046344","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171852948.pp.tbPCBN
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894334'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE0571075691","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.03 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171854625.pp.jSDNEI
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894336'
�[mNotice: /Stage[main]/Main/Grafana_user[admin1]/ensure: removed
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - Rocky 8
Process completed with exit code 1.
|
Puppet / 7 - AlmaLinux 8:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171123486.pp.bwxL9e
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893884'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171123486.pp.bwxL9e, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171123486.pp.bwxL9e, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171123486.pp.bwxL9e, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 7 - AlmaLinux 8:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 7 - AlmaLinux 8:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171125605.pp.hUWYos
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.15 seconds
|
Puppet / 7 - AlmaLinux 8:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 7 - AlmaLinux 8:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171555437.pp.kWaoc6
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894157'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.40 seconds
|
Puppet / 7 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171801914.pp.DxceO1
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894283'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE2400678580","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171803722.pp.Y2vaAr
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894285'
�[mNotice: /Stage[main]/Main/Grafana_user[admin1]/ensure: removed
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171909957.pp.Ddi64c
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894351'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE7430742334","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.03 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171911602.pp.86pCEV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894353'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE0231242760","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - AlmaLinux 8
Process completed with exit code 1.
|
Puppet / 7 - CentOS 9:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171132379.pp.PBWohm
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893893'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171132379.pp.PBWohm, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171132379.pp.PBWohm, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171132379.pp.PBWohm, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 7 - CentOS 9:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 7 - CentOS 9:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171134482.pp.HCqKIF
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.15 seconds
|
Puppet / 7 - CentOS 9:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 7 - CentOS 9:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171616483.pp.IBQbxE
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894177'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.37 seconds
|
Puppet / 7 - CentOS 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171820455.pp.0PpMnP
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894301'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE3687513641","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - CentOS 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171822148.pp.Kkyqwq
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894303'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE0592319053","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - CentOS 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171926255.pp.n5AZIV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894367'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE0273716318","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.03 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - CentOS 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171927864.pp.5moDrh
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894369'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE1269254833","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - CentOS 9
Process completed with exit code 1.
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171124968.pp.oFoPvw
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893886'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171124968.pp.oFoPvw, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171124968.pp.oFoPvw, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171124968.pp.oFoPvw, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171127167.pp.NS0UGc
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.16 seconds
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171606235.pp.YIBGFV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894167'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.38 seconds
|
Puppet / 7 - AlmaLinux 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171814057.pp.m7PlMp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894295'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE6589091746","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - AlmaLinux 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171815972.pp.iErAFw
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894297'
�[mNotice: /Stage[main]/Main/Grafana_user[admin1]/ensure: removed
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - AlmaLinux 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171925992.pp.fEawol
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894367'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE8309055994","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - AlmaLinux 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171927825.pp.B18xa7
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894369'
�[mNotice: /Stage[main]/Main/Grafana_user[admin1]/ensure: removed
�[mNotice: Applied catalog in 0.09 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - AlmaLinux 9
Process completed with exit code 1.
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171132832.pp.dhd71V
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893894'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171132832.pp.dhd71V, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171132832.pp.dhd71V, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171132832.pp.dhd71V, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171134985.pp.8wsexC
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.16 seconds
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171614548.pp.ZpTJxK
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894176'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.38 seconds
|
Puppet / 7 - OracleLinux 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171818173.pp.SNBJhx
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894299'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE5287303826","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.05 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - OracleLinux 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171820052.pp.pxuMXu
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894301'
�[mNotice: /Stage[main]/Main/Grafana_user[admin1]/ensure: removed
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - OracleLinux 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171929968.pp.UHSExl
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894371'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE8567021712","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - OracleLinux 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171931797.pp.wcPgji
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894373'
�[mNotice: /Stage[main]/Main/Grafana_user[admin1]/ensure: removed
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - OracleLinux 9
Process completed with exit code 1.
|
Puppet / 7 - OracleLinux 8:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171201496.pp.IA0LYj
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893922'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171201496.pp.IA0LYj, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171201496.pp.IA0LYj, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171201496.pp.IA0LYj, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 7 - OracleLinux 8:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 7 - OracleLinux 8:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171203600.pp.uUyF4K
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.16 seconds
|
Puppet / 7 - OracleLinux 8:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 7 - OracleLinux 8:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171647800.pp.rwbxUd
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894209'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.39 seconds
|
Puppet / 7 - OracleLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171850016.pp.POnap6
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894331'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE4860917178","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - OracleLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171851686.pp.DGknud
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894333'
�[mNotice: /Stage[main]/Main/Grafana_user[admin1]/ensure: removed
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - OracleLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171957425.pp.4dObB7
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894398'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE0045819990","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.03 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - OracleLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171959045.pp.K9AImt
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894400'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE5220091452","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - OracleLinux 8
Process completed with exit code 1.
|
Puppet / 7 - CentOS 8:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171239297.pp.vvROze
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893960'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171239297.pp.vvROze, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171239297.pp.vvROze, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171239297.pp.vvROze, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 7 - CentOS 8:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 7 - CentOS 8:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171241399.pp.1WI8RK
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.16 seconds
|
Puppet / 7 - CentOS 8:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 7 - CentOS 8:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171720242.pp.gBk6Bg
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894241'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.38 seconds
|
Puppet / 7 - CentOS 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171924703.pp.tu6pQJ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894366'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE8854195819","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - CentOS 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171926480.pp.PQYwb7
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894368'
�[mNotice: /Stage[main]/Main/Grafana_user[admin1]/ensure: removed
�[mNotice: Applied catalog in 0.11 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - CentOS 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172033574.pp.Q0AoqE
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894435'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE3434942223","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - CentOS 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172035299.pp.1rgylh
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894436'
�[mNotice: /Stage[main]/Main/Grafana_user[admin1]/ensure: removed
�[mNotice: Applied catalog in 0.11 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - CentOS 8
Process completed with exit code 1.
|
Puppet / 7 - Rocky 9:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171206177.pp.XoyFZd
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893927'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171206177.pp.XoyFZd, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171206177.pp.XoyFZd, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171206177.pp.XoyFZd, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 7 - Rocky 9:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 7 - Rocky 9:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171208436.pp.zXIc2s
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.16 seconds
|
Puppet / 7 - Rocky 9:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 7 - Rocky 9:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171707437.pp.kfVdaM
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894228'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.38 seconds
|
Puppet / 7 - Rocky 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172016799.pp.wpkEm7
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894418'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE0245374839","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - Rocky 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 9.2.15 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172018492.pp.jjqr5N
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894419'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE7098686763","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - Rocky 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172122447.pp.n34jhi
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894483'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE3233728429","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.03 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - Rocky 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
grafana_user with Grafana version 10.3.1 advanced use deleting a user behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172124064.pp.0uNL3P
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894485'
Error: /Stage[main]/Main/Grafana_user[admin1]: Could not evaluate: Failed to retrieve user admin1 (HTTP response: 403/{"accessErrorId":"ACE1263814251","message":"You'll need additional permissions to perform this action. Permissions needed: users:read","title":"Access denied"}
)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/grafana_user_spec.rb:135
|
Puppet / 7 - Rocky 9
Process completed with exit code 1.
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171205382.pp.fygP2K
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893927'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171205382.pp.fygP2K, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171205382.pp.fygP2K, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171205382.pp.fygP2K, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171208432.pp.8LWWpb
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.17 seconds
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171819401.pp.t1abJf
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894301'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.41 seconds
|
Puppet / 8 - AlmaLinux 9
Process completed with exit code 1.
|
Puppet / 8 - CentOS 9:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171228490.pp.ITmtlu
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893950'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171228490.pp.ITmtlu, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171228490.pp.ITmtlu, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171228490.pp.ITmtlu, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 8 - CentOS 9:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - CentOS 9:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171231683.pp.f2sChx
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.17 seconds
|
Puppet / 8 - CentOS 9:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - CentOS 9:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171902318.pp.8txX7G
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894344'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.40 seconds
|
Puppet / 8 - CentOS 9
Process completed with exit code 1.
|
Puppet / 8 - Rocky 9:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171243999.pp.iALrJ4
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893966'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171243999.pp.iALrJ4, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171243999.pp.iALrJ4, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171243999.pp.iALrJ4, line: 13)
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 8 - Rocky 9:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - Rocky 9:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171247114.pp.S7JFHk
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.17 seconds
|
Puppet / 8 - Rocky 9:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - Rocky 9:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171907939.pp.rlSzoY
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894350'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.39 seconds
|
Puppet / 8 - Rocky 9
Process completed with exit code 1.
|
Puppet / 8 - CentOS 7:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171226494.pp.ZkoX58
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893949'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171226494.pp.ZkoX58, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171226494.pp.ZkoX58, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171226494.pp.ZkoX58, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 8 - CentOS 7:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - CentOS 7:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171229799.pp.xYXcks
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.17 seconds
|
Puppet / 8 - CentOS 7:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - CentOS 7:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171902505.pp.zDxGvh
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894345'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.39 seconds
|
Puppet / 8 - CentOS 7
Process completed with exit code 1.
|
Puppet / 8 - OracleLinux 9:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171230422.pp.uRBEzr
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893952'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171230422.pp.uRBEzr, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171230422.pp.uRBEzr, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171230422.pp.uRBEzr, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 8 - OracleLinux 9:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - OracleLinux 9:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171233594.pp.35T63w
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.17 seconds
|
Puppet / 8 - OracleLinux 9:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - OracleLinux 9:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171912162.pp.kTF1hn
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894354'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.40 seconds
|
Puppet / 8 - OracleLinux 9
Process completed with exit code 1.
|
Puppet / 8 - AlmaLinux 8:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171233769.pp.batT1A
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893956'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171233769.pp.batT1A, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171233769.pp.batT1A, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171233769.pp.batT1A, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 8 - AlmaLinux 8:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - AlmaLinux 8:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171237091.pp.VLQxZU
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.17 seconds
|
Puppet / 8 - AlmaLinux 8:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - AlmaLinux 8:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171910288.pp.dm3e7q
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.16 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894352'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.40 seconds
|
Puppet / 8 - AlmaLinux 8
Process completed with exit code 1.
|
Puppet / 8 - Rocky 8:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171237493.pp.loA7za
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893960'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171237493.pp.loA7za, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171237493.pp.loA7za, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171237493.pp.loA7za, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 8 - Rocky 8:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - Rocky 8:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171240884.pp.TVDtx7
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.18 seconds
|
Puppet / 8 - Rocky 8:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - Rocky 8:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171913592.pp.u39RcL
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.16 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894356'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.40 seconds
|
Puppet / 8 - Rocky 8
Process completed with exit code 1.
|
Puppet / 8 - CentOS 8:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171316365.pp.H92luZ
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893998'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171316365.pp.H92luZ, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171316365.pp.H92luZ, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171316365.pp.H92luZ, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 8 - CentOS 8:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - CentOS 8:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171319568.pp.ZGC1Tw
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.17 seconds
|
Puppet / 8 - CentOS 8:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - CentOS 8:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171947948.pp.MNo3uP
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894390'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.39 seconds
|
Puppet / 8 - CentOS 8
Process completed with exit code 1.
|
Puppet / 8 - OracleLinux 8:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171311966.pp.IR0GoF
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893994'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171311966.pp.IR0GoF, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171311966.pp.IR0GoF, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171311966.pp.IR0GoF, line: 13)
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 8 - OracleLinux 8:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - OracleLinux 8:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171315215.pp.Jtq8QP
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.17 seconds
|
Puppet / 8 - OracleLinux 8:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - OracleLinux 8:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172009938.pp.fSlJlq
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.16 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894412'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.39 seconds
|
Puppet / 8 - OracleLinux 8
Process completed with exit code 1.
|
Puppet / 7 - Debian 11:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171243361.pp.hV0jdd
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893966'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171243361.pp.hV0jdd, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171243361.pp.hV0jdd, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171243361.pp.hV0jdd, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 7 - Debian 11:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 7 - Debian 11:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171246915.pp.4pdbSR
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.16 seconds
|
Puppet / 7 - Debian 11:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 7 - Debian 11:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172030381.pp.PZGMfA
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894432'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.38 seconds
|
Puppet / 7 - Debian 11
Process completed with exit code 1.
|
Puppet / 7 - Debian 10:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171301850.pp.OiPFg4
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706893985'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171301850.pp.OiPFg4, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171301850.pp.OiPFg4, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171301850.pp.OiPFg4, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 7 - Debian 10:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 7 - Debian 10:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171305741.pp.6SAfnW
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.16 seconds
|
Puppet / 7 - Debian 10:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 7 - Debian 10:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172058781.pp.Poh1wY
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894461'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.37 seconds
|
Puppet / 7 - Debian 10
Process completed with exit code 1.
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171352115.pp.ih8Ea6
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706894036'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171352115.pp.ih8Ea6, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171352115.pp.ih8Ea6, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171352115.pp.ih8Ea6, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171356591.pp.JWaA58
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.15 seconds
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172310218.pp.HrtZ71
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894593'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.39 seconds
|
Puppet / 7 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171401628.pp.6iX52B
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706894045'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171401628.pp.6iX52B, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171401628.pp.6iX52B, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171401628.pp.6iX52B, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171406156.pp.ZPml2r
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.16 seconds
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172341991.pp.h7P8Tm
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894625'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.38 seconds
|
Puppet / 7 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / 8 - Debian 10:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171434147.pp.afoUQR
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706894078'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171434147.pp.afoUQR, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171434147.pp.afoUQR, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171434147.pp.afoUQR, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 8 - Debian 10:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - Debian 10:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171439390.pp.pC8lez
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.18 seconds
|
Puppet / 8 - Debian 10:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - Debian 10:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172441782.pp.52dAbO
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet8.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894685'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.39 seconds
|
Puppet / 8 - Debian 10
Process completed with exit code 1.
|
Puppet / 7 - Ubuntu 18.04:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171420347.pp.FRtsjy
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706894064'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171420347.pp.FRtsjy, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171420347.pp.FRtsjy, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171420347.pp.FRtsjy, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 7 - Ubuntu 18.04:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 7 - Ubuntu 18.04:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171425133.pp.sT0zoe
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.16 seconds
|
Puppet / 7 - Ubuntu 18.04:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 7 - Ubuntu 18.04:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172444435.pp.roAU56
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu1804-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894688'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.38 seconds
|
Puppet / 7 - Ubuntu 18.04
Process completed with exit code 1.
|
Puppet / 8 - Debian 11:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171425109.pp.8NMM6F
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706894069'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171425109.pp.8NMM6F, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171425109.pp.8NMM6F, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171425109.pp.8NMM6F, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.22 seconds
|
Puppet / 8 - Debian 11:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - Debian 11:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171430264.pp.ulkqaf
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.18 seconds
|
Puppet / 8 - Debian 11:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - Debian 11:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172446417.pp.WCQVgQ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.16 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894690'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.40 seconds
|
Puppet / 8 - Debian 11
Process completed with exit code 1.
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171449836.pp.kMfJSJ
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706894094'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171449836.pp.kMfJSJ, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171449836.pp.kMfJSJ, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171449836.pp.kMfJSJ, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171455593.pp.iKBIBz
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.18 seconds
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172600084.pp.yuObob
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894764'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.40 seconds
|
Puppet / 8 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / 8 - Ubuntu 18.04:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171537072.pp.Zv8vs9
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706894142'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171537072.pp.Zv8vs9, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171537072.pp.Zv8vs9, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171537072.pp.Zv8vs9, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.21 seconds
|
Puppet / 8 - Ubuntu 18.04:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - Ubuntu 18.04:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171542932.pp.IXnRkV
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.17 seconds
|
Puppet / 8 - Ubuntu 18.04:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - Ubuntu 18.04:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172800140.pp.3S34Qg
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu1804-64-puppet8.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894885'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.40 seconds
|
Puppet / 8 - Ubuntu 18.04
Process completed with exit code 1.
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/grafana_folder_spec.rb#L28
grafana_folder with Grafana version 8.5.22 create folder resource creates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171555698.pp.rtYABB
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1706894161'
�[mNotice: /Stage[main]/Main/Grafana_folder[example-folder]/ensure: created
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171555698.pp.rtYABB, line: 13)
Error: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171555698.pp.rtYABB, line: 13)
Wrapped exception:
Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Error: /Stage[main]/Main/Grafana_folder[editor-folder]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"}) (file: /tmp/apply_manifest_171555698.pp.rtYABB, line: 13)
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.22 seconds
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/grafana_folder_spec.rb#L77
grafana_folder with Grafana version 8.5.22 create folder resource has created the editor folder permissions
Failure/Error: expect(data).to include(hash_including('permission' => 1, 'role' => 'Editor'))
expected [{"created" => "2017-06-20T00:00:00Z", "folderId" => 2, "inherited" => false, "isFolder" => true, "permission...f/editor-folder/editor-folder", "userAvatarUrl" => "", "userEmail" => "", "userId" => 0, "userLogin" => ""}] to include hash_including("permission" => 1, "role" => "Editor")
Diff:
@@ -1,40 +1,79 @@
-[hash_including("permission"=>1, "role"=>"Editor")]
+[{"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>1,
+ "permissionName"=>"View",
+ "role"=>"Viewer",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""},
+ {"created"=>"2017-06-20T00:00:00Z",
+ "folderId"=>2,
+ "inherited"=>false,
+ "isFolder"=>true,
+ "permission"=>2,
+ "permissionName"=>"Edit",
+ "role"=>"Editor",
+ "slug"=>"editor-folder",
+ "team"=>"",
+ "teamAvatarUrl"=>"",
+ "teamEmail"=>"",
+ "teamId"=>0,
+ "title"=>"editor-folder",
+ "uid"=>"editor-folder",
+ "updated"=>"2017-06-20T00:00:00Z",
+ "url"=>"/dashboards/f/editor-folder/editor-folder",
+ "userAvatarUrl"=>"",
+ "userEmail"=>"",
+ "userId"=>0,
+ "userLogin"=>""}]
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/grafana_folder_spec.rb#L86
grafana_folder with Grafana version 8.5.22 updates folder resource updates the folders
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171602288.pp.GfNw6d
Last 10 lines of output were:
{
'permission' => 1,
'role' => 'Viewer'
},
{
'permission' => 1,
'role' => 'Admin'
}] failed: Failed to update permissions 1 (HTTP response: 400/{"message":"permission already exists","traceID":"00000000000000000000000000000000"})
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.18 seconds
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/grafana_team_spec.rb#L48
grafana_team wth Grafana version 10.3.1 create team resource on `Main Org.` has set default home dashboard
Failure/Error: expect(data).to include('homeDashboardId' => 0)
expected {} to include {"homeDashboardId" => 0}
Diff:
@@ -1,2 +1 @@
-"homeDashboardId" => 0,
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/grafana_team_spec.rb#L57
grafana_team wth Grafana version 10.3.1 updates team resource creates dashboard and sets team home dashboard
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_172910901.pp.dDQNRi
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.17 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894956'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard_folder: home_dashboard_folder changed to 'example-folder'
�[mNotice: /Stage[main]/Main/Grafana_team[example-team2]/home_dashboard: home_dashboard changed 'Default' to 'example-dashboard2'
�[mNotice: Applied catalog in 0.40 seconds
|
Puppet / 8 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / 7 - Rocky 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171047175.pp.ZlTBqL
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893848'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - Rocky 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171050512.pp.jYVwEo
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893851'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - Rocky 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171108280.pp.wluYnu
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893869'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - Rocky 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171111528.pp.s2l6iG
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893872'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - AlmaLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171047149.pp.KdnHtV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893848'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - AlmaLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171050571.pp.Ksf2aB
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893852'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - AlmaLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171108441.pp.qE5S8C
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893869'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - AlmaLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171111781.pp.WZAIJc
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893873'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - CentOS 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171051747.pp.sPDZaX
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893853'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - CentOS 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171055127.pp.H733Dq
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893856'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - CentOS 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171113915.pp.GqOXlK
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893875'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - CentOS 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171117211.pp.w0ZPNc
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893878'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171045631.pp.EHyZm8
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893847'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171049143.pp.E3G5cx
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893850'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171108831.pp.Zi9SuN
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893870'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171112307.pp.q6PSfx
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893873'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171053577.pp.IiOpcQ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893855'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171057092.pp.aTKt3b
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893858'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171116919.pp.zWPdPP
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893878'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171120372.pp.rmPQ1T
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893881'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - OracleLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171121708.pp.npblfZ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893883'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - OracleLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171125108.pp.9vKZpA
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893886'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - OracleLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171144864.pp.TkOTJm
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893906'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - OracleLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171148181.pp.ajM8f8
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893909'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - CentOS 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171200526.pp.3SYRV2
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893921'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.09 seconds
|
Puppet / 7 - CentOS 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171203878.pp.VXiIyc
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893925'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - CentOS 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171223386.pp.3YLdUX
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893944'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - CentOS 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171226654.pp.Mis9DM
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893948'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - Rocky 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171127040.pp.6gqqWs
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893888'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - Rocky 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171130555.pp.7c2vCS
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893892'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - Rocky 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171149784.pp.YVGsom
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893911'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - Rocky 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171153208.pp.1mU1Zz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893914'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171113785.pp.iIOIPi
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893876'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171119162.pp.yM9juQ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893881'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171144421.pp.AwXM6C
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893906'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171149718.pp.s2YHi9
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893912'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - CentOS 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171135366.pp.yxHGVs
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893897'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - CentOS 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171140758.pp.cHRXsV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893903'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - CentOS 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171206730.pp.jWX64z
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893929'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - CentOS 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171212130.pp.AAMLpm
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893934'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - Rocky 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171132568.pp.3O5rvZ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893895'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - Rocky 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171138420.pp.IpgMm4
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893900'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - Rocky 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171205036.pp.FkUKWw
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893927'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - Rocky 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171210829.pp.tKvj2W
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893933'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - CentOS 7:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171132842.pp.3K5jyz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893895'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - CentOS 7:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171138646.pp.dSPsDc
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893901'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - CentOS 7:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171205474.pp.OY8T4Q
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893928'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - CentOS 7:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171211198.pp.6eX1CN
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893933'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - OracleLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171135378.pp.hPuC4o
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893897'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - OracleLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171140926.pp.PBzdDM
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893903'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - OracleLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171207662.pp.PY0Hr8
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893930'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - OracleLinux 9:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171213110.pp.pDLIiT
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893935'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - AlmaLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171139097.pp.J70a6i
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893901'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - AlmaLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171144961.pp.us7GXe
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893907'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.11 seconds
|
Puppet / 8 - AlmaLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171211441.pp.poXmWd
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893934'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - AlmaLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171217301.pp.NHPhvY
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893940'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - Rocky 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171142896.pp.egLnPc
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893905'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - Rocky 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171148673.pp.QlteAz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893911'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.11 seconds
|
Puppet / 8 - Rocky 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171215093.pp.HXQtw9
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893937'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - Rocky 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171220793.pp.oOwVot
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893943'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - CentOS 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171222300.pp.Sd1oW5
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893944'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - CentOS 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171227898.pp.TOicey
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893950'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - CentOS 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171254168.pp.AZAU3p
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893976'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - CentOS 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171259688.pp.A5R7Ra
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893982'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - OracleLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171216306.pp.rSi0NU
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893938'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - OracleLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171222062.pp.rkbqGe
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893944'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - OracleLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171249127.pp.AhWsbV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893971'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - OracleLinux 8:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171254691.pp.mHxAwt
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893977'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - Debian 11:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171147725.pp.WoNagG
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893910'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - Debian 11:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171154057.pp.9riScp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893916'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - Debian 11:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171219997.pp.IiCnWH
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893942'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - Debian 11:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171225569.pp.tq4MdV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893948'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.07 seconds
|
Puppet / 7 - Debian 10:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171201486.pp.Ai00Bz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893924'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - Debian 10:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171207762.pp.ZXx93E
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893930'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - Debian 10:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171236066.pp.PnoDnc
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893958'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - Debian 10:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171241886.pp.nY047h
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893964'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171239699.pp.7DJFsw
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893963'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171248343.pp.9UkJDh
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893972'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.09 seconds
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171321851.pp.qM7Njy
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894005'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.07 seconds
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171329624.pp.0jkhYt
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894013'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.07 seconds
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171245528.pp.jCgWsV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893969'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171253816.pp.eWyy13
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893977'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.09 seconds
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171328792.pp.DkfjEe
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894012'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.07 seconds
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171336608.pp.jnWleV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894020'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 8 - Debian 10:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171311362.pp.MAUovp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893995'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.10 seconds
|
Puppet / 8 - Debian 10:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171320875.pp.W3SnrW
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894005'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.11 seconds
|
Puppet / 8 - Debian 10:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171359183.pp.tDGZaZ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894043'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.09 seconds
|
Puppet / 8 - Debian 10:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171408095.pp.luI2IZ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894052'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.09 seconds
|
Puppet / 7 - Ubuntu 18.04:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171258235.pp.dtgaHB
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu1804-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893982'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 7 - Ubuntu 18.04:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171307131.pp.3n4Ba9
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu1804-64-puppet7.example.com in environment production in 0.01 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893991'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.09 seconds
|
Puppet / 7 - Ubuntu 18.04:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171346171.pp.G2vZT5
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu1804-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894030'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 7 - Ubuntu 18.04:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171354896.pp.y8cb1F
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu1804-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894039'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / 8 - Debian 11:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171306757.pp.48s4jU
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706893991'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.11 seconds
|
Puppet / 8 - Debian 11:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171316345.pp.UE4sJ1
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894000'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.11 seconds
|
Puppet / 8 - Debian 11:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171352917.pp.xGxgfe
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894036'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.09 seconds
|
Puppet / 8 - Debian 11:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171401565.pp.QNOBr6
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894045'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.44 seconds
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171322296.pp.q9GB7I
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894007'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.11 seconds
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171333564.pp.Ik3ZHC
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894018'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.12 seconds
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171414280.pp.rSZzaM
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894058'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171423912.pp.UclN0Q
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894068'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - Ubuntu 18.04:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171359524.pp.lcmr1g
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu1804-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894044'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.11 seconds
|
Puppet / 8 - Ubuntu 18.04:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171410900.pp.35qpAA
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu1804-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894056'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.11 seconds
|
Puppet / 8 - Ubuntu 18.04:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171456852.pp.32VaFx
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu1804-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894102'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - Ubuntu 18.04:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171507852.pp.fbOteN
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu1804-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894113'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.08 seconds
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 9.2.15 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171413450.pp.XrkH8J
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.04 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894059'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.12 seconds
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 9.2.15 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171425542.pp.bEp9En
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894071'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.12 seconds
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/grafana_datasource_spec.rb#L77
grafana_datasource with Grafana version 10.3.1 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171513510.pp.PMCSbr
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894118'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.09 seconds
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/grafana_datasource_spec.rb#L133
grafana_datasource with Grafana version 10.3.1 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171524778.pp.HqGisu
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1706894130'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.09 seconds
|