Skip to content

LDAP: use stdlib::to_toml() instead of toml gem & require puppetlabs/stdlib 9.x #264

LDAP: use stdlib::to_toml() instead of toml gem & require puppetlabs/stdlib 9.x

LDAP: use stdlib::to_toml() instead of toml gem & require puppetlabs/stdlib 9.x #264

Triggered via pull request August 9, 2023 11:41
Status Failure
Total duration 36m 32s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
30s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 48 warnings
Puppet / 7 (Ruby 2.7): spec/classes/grafana_spec.rb#L306
grafana on almalinux-8-x86_64 configuration file should correctly transform cfg param entries to Grafana configuration is expected to contain File[/etc/grafana/ldap.toml] with content supplied string Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(ldap_expected) } expected that the catalogue would contain File[/etc/grafana/ldap.toml] with content set to supplied string Diff: @@ -1,14 +1,12 @@ - -[[servers]] -host = "server1" -search_base_dns = ["dc=domain1,dc=com"] -search_filter = "(sAMAccountName=%s)" -use_ssl = true - -[servers.attributes] +["servers.attributes"] email = "mail" member_of = "memberOf" name = "givenName" surname = "sn" username = "sAMAccountName" +[[servers]] +host = "server1" +search_base_dns = ["dc=domain1,dc=com"] +search_filter = "(sAMAccountName=%s)" +use_ssl = true
Puppet / 7 (Ruby 2.7): spec/classes/grafana_spec.rb#L411
grafana on almalinux-8-x86_64 multiple ldap configuration should correctly transform ldap config param into Grafana ldap.toml is expected to contain File[/etc/grafana/ldap.toml] with content supplied string Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(ldap_expected) } expected that the catalogue would contain File[/etc/grafana/ldap.toml] with content set to supplied string Diff: @@ -1,28 +1,25 @@ - +["servers.attributes"] +email = "mail" +member_of = "memberOf" +name = "givenName" +surname = "sn" +username = "sAMAccountName" [[servers]] host = "server1a server1b" search_base_dns = ["dc=domain1,dc=com"] search_filter = "(sAMAccountName=%s)" use_ssl = true -[servers.attributes] + +["servers.attributes"] email = "mail" member_of = "memberOf" name = "givenName" surname = "sn" username = "sAMAccountName" - - [[servers]] host = "server2a server2b" search_base_dns = ["dc=domain2,dc=com"] search_filter = "(sAMAccountName=%s)" use_ssl = true - -[servers.attributes] -email = "mail" -member_of = "memberOf" -name = "givenName" -surname = "sn" -username = "sAMAccountName"
Puppet / 7 (Ruby 2.7): spec/classes/grafana_spec.rb#L460
grafana on almalinux-8-x86_64 with Sensitive `ldap_cfg` Sensitive[Hash] is expected to contain File[/etc/grafana/ldap.toml] with content => Sensitive("\n[[servers]]\nhost = \"server1a server1b\"\nsearch_base_dns = [\"dc=domain1,dc=com\"]\nsearch_filter = \"(sAMAccountName=%s)\"\nuse_ssl = true\n\n[servers.attributes]\nemail = \"mail\"\nmember_of = \"memberOf\"\nname = \"givenName\"\nsurname = \"sn\"\nusername = \"sAMAccountName\"\n\n") Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(sensitive(expected)) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Method call, 'join' parameter 'arg' expects an Array value, got Sensitive[Array] (file: /home/runner/work/puppet-grafana/puppet-grafana/spec/fixtures/modules/grafana/manifests/config.pp, line: 96, column: 37) on node fv-az593-762.srrpzjfn03au5exe5v5dy5ok3b.bx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/grafana_spec.rb#L470
grafana on almalinux-8-x86_64 with Sensitive `ldap_cfg` Sensitive[Array[Hash]] is expected to contain File[/etc/grafana/ldap.toml] with content => Sensitive("\n[[servers]]\nhost = \"server1a server1b\"\nsearch_base_dns = [\"dc=domain1,dc=com\"]\nsearch_filter = \"(sAMAccountName=%s)\"\nuse_ssl = true\n\n[servers.attributes]\nemail = \"mail\"\nmember_of = \"memberOf\"\nname = \"givenName\"\nsurname = \"sn\"\nusername = \"sAMAccountName\"\n\n") Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(sensitive(expected)) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Method call, 'join' parameter 'arg' expects an Array value, got Sensitive[Array] (file: /home/runner/work/puppet-grafana/puppet-grafana/spec/fixtures/modules/grafana/manifests/config.pp, line: 96, column: 37) on node fv-az593-762.srrpzjfn03au5exe5v5dy5ok3b.bx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/grafana_spec.rb#L306
grafana on centos-7-x86_64 configuration file should correctly transform cfg param entries to Grafana configuration is expected to contain File[/etc/grafana/ldap.toml] with content supplied string Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(ldap_expected) } expected that the catalogue would contain File[/etc/grafana/ldap.toml] with content set to supplied string Diff: @@ -1,14 +1,12 @@ - -[[servers]] -host = "server1" -search_base_dns = ["dc=domain1,dc=com"] -search_filter = "(sAMAccountName=%s)" -use_ssl = true - -[servers.attributes] +["servers.attributes"] email = "mail" member_of = "memberOf" name = "givenName" surname = "sn" username = "sAMAccountName" +[[servers]] +host = "server1" +search_base_dns = ["dc=domain1,dc=com"] +search_filter = "(sAMAccountName=%s)" +use_ssl = true
Puppet / 7 (Ruby 2.7): spec/classes/grafana_spec.rb#L411
grafana on centos-7-x86_64 multiple ldap configuration should correctly transform ldap config param into Grafana ldap.toml is expected to contain File[/etc/grafana/ldap.toml] with content supplied string Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(ldap_expected) } expected that the catalogue would contain File[/etc/grafana/ldap.toml] with content set to supplied string Diff: @@ -1,28 +1,25 @@ - +["servers.attributes"] +email = "mail" +member_of = "memberOf" +name = "givenName" +surname = "sn" +username = "sAMAccountName" [[servers]] host = "server1a server1b" search_base_dns = ["dc=domain1,dc=com"] search_filter = "(sAMAccountName=%s)" use_ssl = true -[servers.attributes] + +["servers.attributes"] email = "mail" member_of = "memberOf" name = "givenName" surname = "sn" username = "sAMAccountName" - - [[servers]] host = "server2a server2b" search_base_dns = ["dc=domain2,dc=com"] search_filter = "(sAMAccountName=%s)" use_ssl = true - -[servers.attributes] -email = "mail" -member_of = "memberOf" -name = "givenName" -surname = "sn" -username = "sAMAccountName"
Puppet / 7 (Ruby 2.7): spec/classes/grafana_spec.rb#L460
grafana on centos-7-x86_64 with Sensitive `ldap_cfg` Sensitive[Hash] is expected to contain File[/etc/grafana/ldap.toml] with content => Sensitive("\n[[servers]]\nhost = \"server1a server1b\"\nsearch_base_dns = [\"dc=domain1,dc=com\"]\nsearch_filter = \"(sAMAccountName=%s)\"\nuse_ssl = true\n\n[servers.attributes]\nemail = \"mail\"\nmember_of = \"memberOf\"\nname = \"givenName\"\nsurname = \"sn\"\nusername = \"sAMAccountName\"\n\n") Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(sensitive(expected)) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Method call, 'join' parameter 'arg' expects an Array value, got Sensitive[Array] (file: /home/runner/work/puppet-grafana/puppet-grafana/spec/fixtures/modules/grafana/manifests/config.pp, line: 96, column: 37) on node fv-az593-762.srrpzjfn03au5exe5v5dy5ok3b.bx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/grafana_spec.rb#L470
grafana on centos-7-x86_64 with Sensitive `ldap_cfg` Sensitive[Array[Hash]] is expected to contain File[/etc/grafana/ldap.toml] with content => Sensitive("\n[[servers]]\nhost = \"server1a server1b\"\nsearch_base_dns = [\"dc=domain1,dc=com\"]\nsearch_filter = \"(sAMAccountName=%s)\"\nuse_ssl = true\n\n[servers.attributes]\nemail = \"mail\"\nmember_of = \"memberOf\"\nname = \"givenName\"\nsurname = \"sn\"\nusername = \"sAMAccountName\"\n\n") Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(sensitive(expected)) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Method call, 'join' parameter 'arg' expects an Array value, got Sensitive[Array] (file: /home/runner/work/puppet-grafana/puppet-grafana/spec/fixtures/modules/grafana/manifests/config.pp, line: 96, column: 37) on node fv-az593-762.srrpzjfn03au5exe5v5dy5ok3b.bx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/grafana_spec.rb#L306
grafana on ubuntu-22.04-x86_64 configuration file should correctly transform cfg param entries to Grafana configuration is expected to contain File[/etc/grafana/ldap.toml] with content supplied string Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(ldap_expected) } expected that the catalogue would contain File[/etc/grafana/ldap.toml] with content set to supplied string Diff: @@ -1,14 +1,12 @@ - -[[servers]] -host = "server1" -search_base_dns = ["dc=domain1,dc=com"] -search_filter = "(sAMAccountName=%s)" -use_ssl = true - -[servers.attributes] +["servers.attributes"] email = "mail" member_of = "memberOf" name = "givenName" surname = "sn" username = "sAMAccountName" +[[servers]] +host = "server1" +search_base_dns = ["dc=domain1,dc=com"] +search_filter = "(sAMAccountName=%s)" +use_ssl = true
Puppet / 7 (Ruby 2.7): spec/classes/grafana_spec.rb#L411
grafana on ubuntu-22.04-x86_64 multiple ldap configuration should correctly transform ldap config param into Grafana ldap.toml is expected to contain File[/etc/grafana/ldap.toml] with content supplied string Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(ldap_expected) } expected that the catalogue would contain File[/etc/grafana/ldap.toml] with content set to supplied string Diff: @@ -1,28 +1,25 @@ - +["servers.attributes"] +email = "mail" +member_of = "memberOf" +name = "givenName" +surname = "sn" +username = "sAMAccountName" [[servers]] host = "server1a server1b" search_base_dns = ["dc=domain1,dc=com"] search_filter = "(sAMAccountName=%s)" use_ssl = true -[servers.attributes] + +["servers.attributes"] email = "mail" member_of = "memberOf" name = "givenName" surname = "sn" username = "sAMAccountName" - - [[servers]] host = "server2a server2b" search_base_dns = ["dc=domain2,dc=com"] search_filter = "(sAMAccountName=%s)" use_ssl = true - -[servers.attributes] -email = "mail" -member_of = "memberOf" -name = "givenName" -surname = "sn" -username = "sAMAccountName"
Puppet / 8 (Ruby 3.2): spec/classes/grafana_spec.rb#L306
grafana on almalinux-8-x86_64 configuration file should correctly transform cfg param entries to Grafana configuration is expected to contain File[/etc/grafana/ldap.toml] with content supplied string Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(ldap_expected) } expected that the catalogue would contain File[/etc/grafana/ldap.toml] with content set to supplied string Diff: @@ -1,14 +1,12 @@ - -[[servers]] -host = "server1" -search_base_dns = ["dc=domain1,dc=com"] -search_filter = "(sAMAccountName=%s)" -use_ssl = true - -[servers.attributes] +["servers.attributes"] email = "mail" member_of = "memberOf" name = "givenName" surname = "sn" username = "sAMAccountName" +[[servers]] +host = "server1" +search_base_dns = ["dc=domain1,dc=com"] +search_filter = "(sAMAccountName=%s)" +use_ssl = true
Puppet / 8 (Ruby 3.2): spec/classes/grafana_spec.rb#L411
grafana on almalinux-8-x86_64 multiple ldap configuration should correctly transform ldap config param into Grafana ldap.toml is expected to contain File[/etc/grafana/ldap.toml] with content supplied string Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(ldap_expected) } expected that the catalogue would contain File[/etc/grafana/ldap.toml] with content set to supplied string Diff: @@ -1,28 +1,25 @@ - +["servers.attributes"] +email = "mail" +member_of = "memberOf" +name = "givenName" +surname = "sn" +username = "sAMAccountName" [[servers]] host = "server1a server1b" search_base_dns = ["dc=domain1,dc=com"] search_filter = "(sAMAccountName=%s)" use_ssl = true -[servers.attributes] + +["servers.attributes"] email = "mail" member_of = "memberOf" name = "givenName" surname = "sn" username = "sAMAccountName" - - [[servers]] host = "server2a server2b" search_base_dns = ["dc=domain2,dc=com"] search_filter = "(sAMAccountName=%s)" use_ssl = true - -[servers.attributes] -email = "mail" -member_of = "memberOf" -name = "givenName" -surname = "sn" -username = "sAMAccountName"
Puppet / 8 (Ruby 3.2): spec/classes/grafana_spec.rb#L460
grafana on almalinux-8-x86_64 with Sensitive `ldap_cfg` Sensitive[Hash] is expected to contain File[/etc/grafana/ldap.toml] with content => Sensitive("\n[[servers]]\nhost = \"server1a server1b\"\nsearch_base_dns = [\"dc=domain1,dc=com\"]\nsearch_filter = \"(sAMAccountName=%s)\"\nuse_ssl = true\n\n[servers.attributes]\nemail = \"mail\"\nmember_of = \"memberOf\"\nname = \"givenName\"\nsurname = \"sn\"\nusername = \"sAMAccountName\"\n\n") Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(sensitive(expected)) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Method call, 'join' parameter 'arg' expects an Array value, got Sensitive[Array] (file: /home/runner/work/puppet-grafana/puppet-grafana/spec/fixtures/modules/grafana/manifests/config.pp, line: 96, column: 37) on node fv-az244-671.2dmmb0nmsnvutc1liyrbff0gyd.jx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/grafana_spec.rb#L470
grafana on almalinux-8-x86_64 with Sensitive `ldap_cfg` Sensitive[Array[Hash]] is expected to contain File[/etc/grafana/ldap.toml] with content => Sensitive("\n[[servers]]\nhost = \"server1a server1b\"\nsearch_base_dns = [\"dc=domain1,dc=com\"]\nsearch_filter = \"(sAMAccountName=%s)\"\nuse_ssl = true\n\n[servers.attributes]\nemail = \"mail\"\nmember_of = \"memberOf\"\nname = \"givenName\"\nsurname = \"sn\"\nusername = \"sAMAccountName\"\n\n") Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(sensitive(expected)) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Method call, 'join' parameter 'arg' expects an Array value, got Sensitive[Array] (file: /home/runner/work/puppet-grafana/puppet-grafana/spec/fixtures/modules/grafana/manifests/config.pp, line: 96, column: 37) on node fv-az244-671.2dmmb0nmsnvutc1liyrbff0gyd.jx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/grafana_spec.rb#L306
grafana on almalinux-9-x86_64 configuration file should correctly transform cfg param entries to Grafana configuration is expected to contain File[/etc/grafana/ldap.toml] with content supplied string Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(ldap_expected) } expected that the catalogue would contain File[/etc/grafana/ldap.toml] with content set to supplied string Diff: @@ -1,14 +1,12 @@ - -[[servers]] -host = "server1" -search_base_dns = ["dc=domain1,dc=com"] -search_filter = "(sAMAccountName=%s)" -use_ssl = true - -[servers.attributes] +["servers.attributes"] email = "mail" member_of = "memberOf" name = "givenName" surname = "sn" username = "sAMAccountName" +[[servers]] +host = "server1" +search_base_dns = ["dc=domain1,dc=com"] +search_filter = "(sAMAccountName=%s)" +use_ssl = true
Puppet / 8 (Ruby 3.2): spec/classes/grafana_spec.rb#L411
grafana on almalinux-9-x86_64 multiple ldap configuration should correctly transform ldap config param into Grafana ldap.toml is expected to contain File[/etc/grafana/ldap.toml] with content supplied string Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(ldap_expected) } expected that the catalogue would contain File[/etc/grafana/ldap.toml] with content set to supplied string Diff: @@ -1,28 +1,25 @@ - +["servers.attributes"] +email = "mail" +member_of = "memberOf" +name = "givenName" +surname = "sn" +username = "sAMAccountName" [[servers]] host = "server1a server1b" search_base_dns = ["dc=domain1,dc=com"] search_filter = "(sAMAccountName=%s)" use_ssl = true -[servers.attributes] + +["servers.attributes"] email = "mail" member_of = "memberOf" name = "givenName" surname = "sn" username = "sAMAccountName" - - [[servers]] host = "server2a server2b" search_base_dns = ["dc=domain2,dc=com"] search_filter = "(sAMAccountName=%s)" use_ssl = true - -[servers.attributes] -email = "mail" -member_of = "memberOf" -name = "givenName" -surname = "sn" -username = "sAMAccountName"
Puppet / 8 (Ruby 3.2): spec/classes/grafana_spec.rb#L460
grafana on almalinux-9-x86_64 with Sensitive `ldap_cfg` Sensitive[Hash] is expected to contain File[/etc/grafana/ldap.toml] with content => Sensitive("\n[[servers]]\nhost = \"server1a server1b\"\nsearch_base_dns = [\"dc=domain1,dc=com\"]\nsearch_filter = \"(sAMAccountName=%s)\"\nuse_ssl = true\n\n[servers.attributes]\nemail = \"mail\"\nmember_of = \"memberOf\"\nname = \"givenName\"\nsurname = \"sn\"\nusername = \"sAMAccountName\"\n\n") Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(sensitive(expected)) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Method call, 'join' parameter 'arg' expects an Array value, got Sensitive[Array] (file: /home/runner/work/puppet-grafana/puppet-grafana/spec/fixtures/modules/grafana/manifests/config.pp, line: 96, column: 37) on node fv-az244-671.2dmmb0nmsnvutc1liyrbff0gyd.jx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/grafana_spec.rb#L470
grafana on almalinux-9-x86_64 with Sensitive `ldap_cfg` Sensitive[Array[Hash]] is expected to contain File[/etc/grafana/ldap.toml] with content => Sensitive("\n[[servers]]\nhost = \"server1a server1b\"\nsearch_base_dns = [\"dc=domain1,dc=com\"]\nsearch_filter = \"(sAMAccountName=%s)\"\nuse_ssl = true\n\n[servers.attributes]\nemail = \"mail\"\nmember_of = \"memberOf\"\nname = \"givenName\"\nsurname = \"sn\"\nusername = \"sAMAccountName\"\n\n") Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(sensitive(expected)) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Method call, 'join' parameter 'arg' expects an Array value, got Sensitive[Array] (file: /home/runner/work/puppet-grafana/puppet-grafana/spec/fixtures/modules/grafana/manifests/config.pp, line: 96, column: 37) on node fv-az244-671.2dmmb0nmsnvutc1liyrbff0gyd.jx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/grafana_spec.rb#L306
grafana on centos-7-x86_64 configuration file should correctly transform cfg param entries to Grafana configuration is expected to contain File[/etc/grafana/ldap.toml] with content supplied string Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(ldap_expected) } expected that the catalogue would contain File[/etc/grafana/ldap.toml] with content set to supplied string Diff: @@ -1,14 +1,12 @@ - -[[servers]] -host = "server1" -search_base_dns = ["dc=domain1,dc=com"] -search_filter = "(sAMAccountName=%s)" -use_ssl = true - -[servers.attributes] +["servers.attributes"] email = "mail" member_of = "memberOf" name = "givenName" surname = "sn" username = "sAMAccountName" +[[servers]] +host = "server1" +search_base_dns = ["dc=domain1,dc=com"] +search_filter = "(sAMAccountName=%s)" +use_ssl = true
Puppet / 8 (Ruby 3.2): spec/classes/grafana_spec.rb#L411
grafana on centos-7-x86_64 multiple ldap configuration should correctly transform ldap config param into Grafana ldap.toml is expected to contain File[/etc/grafana/ldap.toml] with content supplied string Failure/Error: it { is_expected.to contain_file('/etc/grafana/ldap.toml').with_content(ldap_expected) } expected that the catalogue would contain File[/etc/grafana/ldap.toml] with content set to supplied string Diff: @@ -1,28 +1,25 @@ - +["servers.attributes"] +email = "mail" +member_of = "memberOf" +name = "givenName" +surname = "sn" +username = "sAMAccountName" [[servers]] host = "server1a server1b" search_base_dns = ["dc=domain1,dc=com"] search_filter = "(sAMAccountName=%s)" use_ssl = true -[servers.attributes] + +["servers.attributes"] email = "mail" member_of = "memberOf" name = "givenName" surname = "sn" username = "sAMAccountName" - - [[servers]] host = "server2a server2b" search_base_dns = ["dc=domain2,dc=com"] search_filter = "(sAMAccountName=%s)" use_ssl = true - -[servers.attributes] -email = "mail" -member_of = "memberOf" -name = "givenName" -surname = "sn" -username = "sAMAccountName"
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_114549449.pp.fHqS8W 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.02 seconds Info: Using environment 'production' Info: Applying configuration version '1691581551' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.11 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_114553816.pp.jhEOq8 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.02 seconds Info: Using environment 'production' Info: Applying configuration version '1691581555' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.11 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_114602626.pp.KMTEpL 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 '1691581564' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.11 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_114606942.pp.C0jxG6 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 '1691581568' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.11 seconds
Puppet / 7 - 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-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114629029.pp.SzFIlC Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.02 seconds Info: Using environment 'production' Info: Applying configuration version '1691581591' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.11 seconds
Puppet / 7 - 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-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114633622.pp.RJRe7N Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.02 seconds Info: Using environment 'production' Info: Applying configuration version '1691581595' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.11 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_114601496.pp.v0o7nr 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 '1691581563' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.10 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_114606174.pp.ejSBis 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 '1691581568' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.11 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_114622706.pp.Ih50E4 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.02 seconds Info: Using environment 'production' Info: Applying configuration version '1691581584' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.11 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_114627419.pp.kpJkAU 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.02 seconds Info: Using environment 'production' Info: Applying configuration version '1691581589' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.11 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_114648309.pp.I8Gg1S 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.02 seconds Info: Using environment 'production' Info: Applying configuration version '1691581610' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.12 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_114652813.pp.5KjHSN 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.02 seconds Info: Using environment 'production' Info: Applying configuration version '1691581614' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.12 seconds
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_114651369.pp.arcQyT 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.03 seconds Info: Using environment 'production' Info: Applying configuration version '1691581613' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.13 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_114656792.pp.DpTKTg 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 '1691581619' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.13 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_114655433.pp.VZObV8 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.04 seconds Info: Using environment 'production' Info: Applying configuration version '1691581618' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.13 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_114703380.pp.Iyq3gB 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.05 seconds Info: Using environment 'production' Info: Applying configuration version '1691581627' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.13 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_114700757.pp.6su6JA 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.05 seconds Info: Using environment 'production' Info: Applying configuration version '1691581624' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.14 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_114708964.pp.4nw6XA 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.05 seconds Info: Using environment 'production' Info: Applying configuration version '1691581632' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.14 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_114712691.pp.rJ0WHg 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.04 seconds Info: Using environment 'production' Info: Applying configuration version '1691581636' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.13 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_114720444.pp.bVgmna 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.04 seconds Info: Using environment 'production' Info: Applying configuration version '1691581644' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.13 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_114657472.pp.vUmWPb 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.05 seconds Info: Using environment 'production' Info: Applying configuration version '1691581621' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.15 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_114705948.pp.10TSLl 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.05 seconds Info: Using environment 'production' Info: Applying configuration version '1691581630' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.15 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_114732080.pp.rSYQ2u 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.02 seconds Info: Using environment 'production' Info: Applying configuration version '1691581656' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.11 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_114740548.pp.gfDALY 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.02 seconds Info: Using environment 'production' Info: Applying configuration version '1691581665' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.11 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_114805542.pp.wqYYQu 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.06 seconds Info: Using environment 'production' Info: Applying configuration version '1691581689' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.16 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_114814412.pp.alueTZ 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.06 seconds Info: Using environment 'production' Info: Applying configuration version '1691581698' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.54 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_114743621.pp.Vwri1x 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.05 seconds Info: Using environment 'production' Info: Applying configuration version '1691581667' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.16 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_114753159.pp.jskzT6 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.05 seconds Info: Using environment 'production' Info: Applying configuration version '1691581677' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.16 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_114841505.pp.mEVhoy 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.06 seconds Info: Using environment 'production' Info: Applying configuration version '1691581726' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.17 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_114851626.pp.60gQMH 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.06 seconds Info: Using environment 'production' Info: Applying configuration version '1691581736' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.16 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_114851435.pp.4SkLJp 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.02 seconds Info: Using environment 'production' Info: Applying configuration version '1691581736' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.24 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_114902463.pp.SUTqs6 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.03 seconds Info: Using environment 'production' Info: Applying configuration version '1691581747' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.13 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_114902354.pp.kINAkv 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.05 seconds Info: Using environment 'production' Info: Applying configuration version '1691581748' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.14 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_114914666.pp.5g3DQa 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.05 seconds Info: Using environment 'production' Info: Applying configuration version '1691581760' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.14 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_114936244.pp.fvQO64 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.03 seconds Info: Using environment 'production' Info: Applying configuration version '1691581782' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.13 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_114949837.pp.BCHaKq 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.03 seconds Info: Using environment 'production' Info: Applying configuration version '1691581796' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.14 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_114940392.pp.PzEX4S 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.03 seconds Info: Using environment 'production' Info: Applying configuration version '1691581786' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.14 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_114953897.pp.YWqhdO 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.03 seconds Info: Using environment 'production' Info: Applying configuration version '1691581800' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.14 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_114954466.pp.85CEyT 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.05 seconds Info: Using environment 'production' Info: Applying configuration version '1691581801' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.17 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_115008676.pp.6PIGco 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.06 seconds Info: Using environment 'production' Info: Applying configuration version '1691581815' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.17 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_115017260.pp.l0XU4E 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.03 seconds Info: Using environment 'production' Info: Applying configuration version '1691581824' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.14 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_115031660.pp.qRGhCQ 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.03 seconds Info: Using environment 'production' Info: Applying configuration version '1691581838' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.13 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_115059690.pp.F4pGXY 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.05 seconds Info: Using environment 'production' Info: Applying configuration version '1691581868' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.15 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_115117617.pp.Hx6Ofq 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.05 seconds Info: Using environment 'production' Info: Applying configuration version '1691581886' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.15 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_115119041.pp.Pi47w5 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.06 seconds Info: Using environment 'production' Info: Applying configuration version '1691581887' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.17 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_115136819.pp.fswcxB 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.05 seconds Info: Using environment 'production' Info: Applying configuration version '1691581904' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.16 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_115128402.pp.UTDT5q 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.06 seconds Info: Using environment 'production' Info: Applying configuration version '1691581898' �[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.19 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_115148558.pp.kby33h 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.06 seconds Info: Using environment 'production' Info: Applying configuration version '1691581918' �[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted] �[mNotice: Applied catalog in 0.18 seconds